@salesforce/lds-adapters-platform-sharing 0.1.0-dev1

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.
Files changed (70) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/platform-sharing.js +3363 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/addRemoveUserToGroups.d.ts +30 -0
  5. package/dist/es/es2018/types/src/generated/adapters/getAllSobjects.d.ts +29 -0
  6. package/dist/es/es2018/types/src/generated/adapters/getGroupsForUser.d.ts +34 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getPublicGroupMembershipDetails.d.ts +34 -0
  8. package/dist/es/es2018/types/src/generated/adapters/getPublicGroupShareData.d.ts +33 -0
  9. package/dist/es/es2018/types/src/generated/adapters/getUserPermissions.d.ts +27 -0
  10. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +6 -0
  11. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +13 -0
  12. package/dist/es/es2018/types/src/generated/resources/getSharingGroupsForUserByGroupTypeAndUserId.d.ts +24 -0
  13. package/dist/es/es2018/types/src/generated/resources/getSharingRecordAccessDetailByRecordIdAndUserId.d.ts +20 -0
  14. package/dist/es/es2018/types/src/generated/resources/getSharingRulesByEntityApiName.d.ts +18 -0
  15. package/dist/es/es2018/types/src/generated/resources/getSharingShareAccessLevels.d.ts +12 -0
  16. package/dist/es/es2018/types/src/generated/resources/getSharingShareAccessLevelsByObjectApiName.d.ts +15 -0
  17. package/dist/es/es2018/types/src/generated/resources/getSharingSobjects.d.ts +17 -0
  18. package/dist/es/es2018/types/src/generated/resources/getSharingUserAccessLevelsByRecordId.d.ts +19 -0
  19. package/dist/es/es2018/types/src/generated/resources/getSharingUserOrGroupTypes.d.ts +12 -0
  20. package/dist/es/es2018/types/src/generated/resources/getSharingUserPermissions.d.ts +15 -0
  21. package/dist/es/es2018/types/src/generated/resources/getSharingUsersOrGroups.d.ts +19 -0
  22. package/dist/es/es2018/types/src/generated/resources/postSharingAddRemoveUserToGroups.d.ts +18 -0
  23. package/dist/es/es2018/types/src/generated/resources/postSharingPublicGroupsDetails.d.ts +22 -0
  24. package/dist/es/es2018/types/src/generated/resources/postSharingPublicGroupsSummary.d.ts +21 -0
  25. package/dist/es/es2018/types/src/generated/types/AccessLevelFieldRepresentation.d.ts +37 -0
  26. package/dist/es/es2018/types/src/generated/types/AccessLevelRepresentation.d.ts +34 -0
  27. package/dist/es/es2018/types/src/generated/types/FilterCriteriaInputRepresentation.d.ts +34 -0
  28. package/dist/es/es2018/types/src/generated/types/GroupCollectionRepresentation.d.ts +34 -0
  29. package/dist/es/es2018/types/src/generated/types/IncludedGroupsSharingRepresentation.d.ts +40 -0
  30. package/dist/es/es2018/types/src/generated/types/ListViewGroupSharingRepresentation.d.ts +37 -0
  31. package/dist/es/es2018/types/src/generated/types/PublicGroupMembersInPublicGroupRepresentation.d.ts +46 -0
  32. package/dist/es/es2018/types/src/generated/types/PublicGroupMembershipDetailsInputRepresentation.d.ts +49 -0
  33. package/dist/es/es2018/types/src/generated/types/PublicGroupMembershipDetailsRepresentation.d.ts +53 -0
  34. package/dist/es/es2018/types/src/generated/types/PublicGroupRepresentation.d.ts +49 -0
  35. package/dist/es/es2018/types/src/generated/types/PublicGroupSummaryInputRepresentation.d.ts +46 -0
  36. package/dist/es/es2018/types/src/generated/types/PublicGroupSummaryRepresentation.d.ts +50 -0
  37. package/dist/es/es2018/types/src/generated/types/QueueRepresentation.d.ts +52 -0
  38. package/dist/es/es2018/types/src/generated/types/QueuesSharingRepresentation.d.ts +37 -0
  39. package/dist/es/es2018/types/src/generated/types/RecordAccessDetailRepresentation.d.ts +35 -0
  40. package/dist/es/es2018/types/src/generated/types/RecordUserAccessCollectionRepresentation.d.ts +41 -0
  41. package/dist/es/es2018/types/src/generated/types/RecordUserAccessRepresentation.d.ts +32 -0
  42. package/dist/es/es2018/types/src/generated/types/ReportAndDashboardFolderGroupSharingRepresentation.d.ts +43 -0
  43. package/dist/es/es2018/types/src/generated/types/RolesInGroupRepresentation.d.ts +46 -0
  44. package/dist/es/es2018/types/src/generated/types/ShareAccessLevelRepresentation.d.ts +40 -0
  45. package/dist/es/es2018/types/src/generated/types/ShareRelationshipArrayRepresentation.d.ts +29 -0
  46. package/dist/es/es2018/types/src/generated/types/ShareRelationshipCollectionRepresentation.d.ts +29 -0
  47. package/dist/es/es2018/types/src/generated/types/ShareRelationshipRepresentation.d.ts +34 -0
  48. package/dist/es/es2018/types/src/generated/types/SharingReasonRepresentation.d.ts +41 -0
  49. package/dist/es/es2018/types/src/generated/types/SharingRuleCollectionRepresentation.d.ts +29 -0
  50. package/dist/es/es2018/types/src/generated/types/SharingRuleRepresentation.d.ts +57 -0
  51. package/dist/es/es2018/types/src/generated/types/SharingRulesCriteriaGroupSharingRepresentation.d.ts +43 -0
  52. package/dist/es/es2018/types/src/generated/types/SharingRulesOwnerGroupSharingRepresentation.d.ts +43 -0
  53. package/dist/es/es2018/types/src/generated/types/SobjectOutputSharingRepresentation.d.ts +37 -0
  54. package/dist/es/es2018/types/src/generated/types/SobjectsOutputSharingRepresentation.d.ts +33 -0
  55. package/dist/es/es2018/types/src/generated/types/SupportedObjectListRepresentation.d.ts +28 -0
  56. package/dist/es/es2018/types/src/generated/types/UserGroupMembershipDetailsInputRepresentation.d.ts +37 -0
  57. package/dist/es/es2018/types/src/generated/types/UserGroupMembershipDetailsRepresentation.d.ts +38 -0
  58. package/dist/es/es2018/types/src/generated/types/UserMembersInPublicGroupRepresentation.d.ts +49 -0
  59. package/dist/es/es2018/types/src/generated/types/UserOrGroupRepresentation.d.ts +31 -0
  60. package/dist/es/es2018/types/src/generated/types/UserOrGroupTypeRepresentation.d.ts +34 -0
  61. package/dist/es/es2018/types/src/generated/types/UserOrGroupTypesCollectionRepresentation.d.ts +29 -0
  62. package/dist/es/es2018/types/src/generated/types/UserPermissionInfoRepresentation.d.ts +55 -0
  63. package/dist/es/es2018/types/src/generated/types/UserPermissionsInfoListRepresentation.d.ts +33 -0
  64. package/dist/es/es2018/types/src/generated/types/UsersOrGroupsCollectionRepresentation.d.ts +29 -0
  65. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  66. package/package.json +66 -0
  67. package/sfdc/index.d.ts +1 -0
  68. package/sfdc/index.js +3449 -0
  69. package/src/raml/api.raml +1130 -0
  70. package/src/raml/luvio.raml +94 -0
@@ -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 = "20e097f19b9530418acff47a4bbdaa22";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AccessLevelFieldRepresentation, existing: AccessLevelFieldRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AccessLevelFieldRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AccessLevelFieldRepresentationNormalized, incoming: AccessLevelFieldRepresentationNormalized): 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: AccessLevelFieldRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation of an access level field.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AccessLevelFieldRepresentationNormalized {
17
+ /** The entity access level label. */
18
+ entityAccessLevelLabel: string;
19
+ /** The entity api name. */
20
+ entityApiName: string;
21
+ /** The field external access level options. */
22
+ externalAccess: Array<string>;
23
+ /** The field internal access level options. */
24
+ internalAccess: Array<string>;
25
+ }
26
+ /**
27
+ * Representation of an access level field.
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface AccessLevelFieldRepresentation {
33
+ entityAccessLevelLabel: string;
34
+ entityApiName: string;
35
+ externalAccess: Array<string>;
36
+ internalAccess: Array<string>;
37
+ }
@@ -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 = "f8ac2e9ebb5b1c1951cca1b2558dbc7a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AccessLevelRepresentation, existing: AccessLevelRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AccessLevelRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AccessLevelRepresentationNormalized, incoming: AccessLevelRepresentationNormalized): 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: AccessLevelRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation of an Access Level for the Sharing Expand List Page
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AccessLevelRepresentationNormalized {
17
+ /** The object access level label */
18
+ label: string;
19
+ /** The object's apiName */
20
+ objectApiName: string;
21
+ /** The user's access level to this object */
22
+ objectLabel: string;
23
+ }
24
+ /**
25
+ * Representation of an Access Level for the Sharing Expand List Page
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface AccessLevelRepresentation {
31
+ label: string;
32
+ objectApiName: string;
33
+ objectLabel: string;
34
+ }
@@ -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 = "c0ac5d8d06f812b5a1744e0f3d2c57d3";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FilterCriteriaInputRepresentation, existing: FilterCriteriaInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FilterCriteriaInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FilterCriteriaInputRepresentationNormalized, incoming: FilterCriteriaInputRepresentationNormalized): 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: FilterCriteriaInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for Filter Criteria.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface FilterCriteriaInputRepresentationNormalized {
17
+ /** Filter with isMemberOfGroup param */
18
+ isMemberOfGroup: boolean;
19
+ /** Member Type */
20
+ memberType: string;
21
+ /** Filters the members based on Search Term, is useful only in case of Search Operation */
22
+ searchTerm: string;
23
+ }
24
+ /**
25
+ * Input representation for Filter Criteria.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface FilterCriteriaInputRepresentation {
31
+ isMemberOfGroup: boolean;
32
+ memberType: string;
33
+ searchTerm: string;
34
+ }
@@ -0,0 +1,34 @@
1
+ import { PublicGroupRepresentation as PublicGroupRepresentation_PublicGroupRepresentation } from './PublicGroupRepresentation';
2
+ import { QueueRepresentation as QueueRepresentation_QueueRepresentation } from './QueueRepresentation';
3
+ 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';
4
+ export declare const TTL = 300;
5
+ export declare const VERSION = "3659c4a4f46957a3a2b5cb2d2383180d";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: GroupCollectionRepresentation, existing: GroupCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GroupCollectionRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
10
+ export declare function equals(existing: GroupCollectionRepresentationNormalized, incoming: GroupCollectionRepresentationNormalized): boolean;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: GroupCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
13
+ /**
14
+ * Representation of a collection of Groups that includes Queues and Public Group Types.
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface GroupCollectionRepresentationNormalized {
20
+ /** The list of Public Groups. */
21
+ publicGroupRepresentations: Array<PublicGroupRepresentation_PublicGroupRepresentation>;
22
+ /** The list of Queues. */
23
+ queueRepresentations: Array<QueueRepresentation_QueueRepresentation>;
24
+ }
25
+ /**
26
+ * Representation of a collection of Groups that includes Queues and Public Group Types.
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface GroupCollectionRepresentation {
32
+ publicGroupRepresentations: Array<PublicGroupRepresentation_PublicGroupRepresentation>;
33
+ queueRepresentations: Array<QueueRepresentation_QueueRepresentation>;
34
+ }
@@ -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 = "11e587d0bd769c0df33d7cce4eb7210d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: IncludedGroupsSharingRepresentation, existing: IncludedGroupsSharingRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): IncludedGroupsSharingRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: IncludedGroupsSharingRepresentationNormalized, incoming: IncludedGroupsSharingRepresentationNormalized): 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: IncludedGroupsSharingRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of included public groups where given group is member
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface IncludedGroupsSharingRepresentationNormalized {
17
+ /** Included Groups Created By. */
18
+ createdBy: string;
19
+ /** Included Groups Created Timestamp */
20
+ createdOn: string;
21
+ /** Included Groups Developer name. */
22
+ developerName: string;
23
+ /** Information for Grant Access Using Hierarchies */
24
+ grantAccessHierarchies: boolean;
25
+ /** Group label. */
26
+ label: string;
27
+ }
28
+ /**
29
+ * Output representation of included public groups where given group is member
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface IncludedGroupsSharingRepresentation {
35
+ createdBy: string;
36
+ createdOn: string;
37
+ developerName: string;
38
+ grantAccessHierarchies: boolean;
39
+ label: string;
40
+ }
@@ -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 = "b8227d5d544c32d4b6c8f7048a6529d9";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ListViewGroupSharingRepresentation, existing: ListViewGroupSharingRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListViewGroupSharingRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ListViewGroupSharingRepresentationNormalized, incoming: ListViewGroupSharingRepresentationNormalized): 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: ListViewGroupSharingRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of an list views shared with public group.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ListViewGroupSharingRepresentationNormalized {
17
+ /** List view developer name. */
18
+ developerName: string;
19
+ /** List view label. */
20
+ label: string;
21
+ /** Object API Name. */
22
+ objectAPIName: string;
23
+ /** Object Name. */
24
+ objectName: string;
25
+ }
26
+ /**
27
+ * Output representation of an list views shared with public group.
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface ListViewGroupSharingRepresentation {
33
+ developerName: string;
34
+ label: string;
35
+ objectAPIName: string;
36
+ objectName: string;
37
+ }
@@ -0,0 +1,46 @@
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 = "10400ecb443c1cd1f8fa280e9f89ded8";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PublicGroupMembersInPublicGroupRepresentation, existing: PublicGroupMembersInPublicGroupRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PublicGroupMembersInPublicGroupRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: PublicGroupMembersInPublicGroupRepresentationNormalized, incoming: PublicGroupMembersInPublicGroupRepresentationNormalized): 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: PublicGroupMembersInPublicGroupRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Public Group Members in Public Group Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface PublicGroupMembersInPublicGroupRepresentationNormalized {
17
+ /** Group Member Created By */
18
+ createdBy: string;
19
+ /** Group Member Created Date */
20
+ createdDate: string;
21
+ /** Group Member dataId */
22
+ dataId: string;
23
+ /** Group Member Developer Name */
24
+ developerName: string;
25
+ /** Group Member Label */
26
+ groupName: string;
27
+ /** Group Member Type */
28
+ groupType: string;
29
+ /** Group Member Grant Access Using Hierarchies */
30
+ includeBosses: boolean;
31
+ }
32
+ /**
33
+ * Public Group Members in Public Group Representation
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface PublicGroupMembersInPublicGroupRepresentation {
39
+ createdBy: string;
40
+ createdDate: string;
41
+ dataId: string;
42
+ developerName: string;
43
+ groupName: string;
44
+ groupType: string;
45
+ includeBosses: boolean;
46
+ }
@@ -0,0 +1,49 @@
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 = "5b7bf199108f3b2c4c245127fa351735";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PublicGroupMembershipDetailsInputRepresentation, existing: PublicGroupMembershipDetailsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PublicGroupMembershipDetailsInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: PublicGroupMembershipDetailsInputRepresentationNormalized, incoming: PublicGroupMembershipDetailsInputRepresentationNormalized): 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: PublicGroupMembershipDetailsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for public group membership details.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface PublicGroupMembershipDetailsInputRepresentationNormalized {
17
+ /** Filter Criteria with which data is fetched */
18
+ filterCriteria: unknown;
19
+ /** The group id for which data needs to be fetched */
20
+ groupId: string;
21
+ /** Limit param */
22
+ limit: number;
23
+ /** Offset param */
24
+ offset: number;
25
+ /** Operation like View, Delete */
26
+ operation: string;
27
+ /** Sorts by given order by clause */
28
+ orderBy: string;
29
+ /** Orders the records in asc/desc */
30
+ orderType: string;
31
+ /** Selected Members */
32
+ selectedMembers: Array<string>;
33
+ }
34
+ /**
35
+ * Input representation for public group membership details.
36
+ *
37
+ * Keys:
38
+ * (none)
39
+ */
40
+ export interface PublicGroupMembershipDetailsInputRepresentation {
41
+ filterCriteria: unknown;
42
+ groupId: string;
43
+ limit: number;
44
+ offset: number;
45
+ operation: string;
46
+ orderBy: string;
47
+ orderType: string;
48
+ selectedMembers: Array<string>;
49
+ }
@@ -0,0 +1,53 @@
1
+ import { PublicGroupMembersInPublicGroupRepresentation as PublicGroupMembersInPublicGroupRepresentation_PublicGroupMembersInPublicGroupRepresentation } from './PublicGroupMembersInPublicGroupRepresentation';
2
+ import { RolesInGroupRepresentation as RolesInGroupRepresentation_RolesInGroupRepresentation } from './RolesInGroupRepresentation';
3
+ import { UserMembersInPublicGroupRepresentation as UserMembersInPublicGroupRepresentation_UserMembersInPublicGroupRepresentation } from './UserMembersInPublicGroupRepresentation';
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 TTL = 300;
6
+ export declare const VERSION = "ff9b160e9ebbf564f9bbe3a7ee37cc16";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export declare function normalize(input: PublicGroupMembershipDetailsRepresentation, existing: PublicGroupMembershipDetailsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PublicGroupMembershipDetailsRepresentationNormalized;
10
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
11
+ export declare function equals(existing: PublicGroupMembershipDetailsRepresentationNormalized, incoming: PublicGroupMembershipDetailsRepresentationNormalized): boolean;
12
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
13
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: PublicGroupMembershipDetailsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
14
+ /**
15
+ * Parent output representation for all form of data emitted by this API
16
+ *
17
+ * Keys:
18
+ * (none)
19
+ */
20
+ export interface PublicGroupMembershipDetailsRepresentationNormalized {
21
+ /** Is Member of Group */
22
+ isMember: boolean;
23
+ /** Output response data for Channel Programs */
24
+ listChannelPrograms: Array<PublicGroupMembersInPublicGroupRepresentation_PublicGroupMembersInPublicGroupRepresentation>;
25
+ /** Output response data for Public Groups */
26
+ listPublicGroups: Array<PublicGroupMembersInPublicGroupRepresentation_PublicGroupMembersInPublicGroupRepresentation>;
27
+ /** Output response data for Roles */
28
+ listRoles: Array<RolesInGroupRepresentation_RolesInGroupRepresentation>;
29
+ /** Output response data for Roles and Internal Subordinates */
30
+ listRolesAndInternalSubordinates: Array<RolesInGroupRepresentation_RolesInGroupRepresentation>;
31
+ /** Output response data for Roles Internal and Portal Subordinates */
32
+ listRolesInternalAndPortalSubordinates: Array<RolesInGroupRepresentation_RolesInGroupRepresentation>;
33
+ /** Output response data for Territories */
34
+ listTerritories: Array<RolesInGroupRepresentation_RolesInGroupRepresentation>;
35
+ /** Output response data for Users */
36
+ listUsers: Array<UserMembersInPublicGroupRepresentation_UserMembersInPublicGroupRepresentation>;
37
+ }
38
+ /**
39
+ * Parent output representation for all form of data emitted by this API
40
+ *
41
+ * Keys:
42
+ * (none)
43
+ */
44
+ export interface PublicGroupMembershipDetailsRepresentation {
45
+ isMember: boolean;
46
+ listChannelPrograms: Array<PublicGroupMembersInPublicGroupRepresentation_PublicGroupMembersInPublicGroupRepresentation>;
47
+ listPublicGroups: Array<PublicGroupMembersInPublicGroupRepresentation_PublicGroupMembersInPublicGroupRepresentation>;
48
+ listRoles: Array<RolesInGroupRepresentation_RolesInGroupRepresentation>;
49
+ listRolesAndInternalSubordinates: Array<RolesInGroupRepresentation_RolesInGroupRepresentation>;
50
+ listRolesInternalAndPortalSubordinates: Array<RolesInGroupRepresentation_RolesInGroupRepresentation>;
51
+ listTerritories: Array<RolesInGroupRepresentation_RolesInGroupRepresentation>;
52
+ listUsers: Array<UserMembersInPublicGroupRepresentation_UserMembersInPublicGroupRepresentation>;
53
+ }
@@ -0,0 +1,49 @@
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 = "56d2fddc6bd67f680c2301e397df75c1";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PublicGroupRepresentation, existing: PublicGroupRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PublicGroupRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: PublicGroupRepresentationNormalized, incoming: PublicGroupRepresentationNormalized): 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: PublicGroupRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of an instance of a PublicGroup for a given user.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface PublicGroupRepresentationNormalized {
17
+ /** The Id of user who created the Public Group. */
18
+ createdById: string;
19
+ /** The name of user who created the Public Group. */
20
+ createdByName: string;
21
+ /** The date when the public group was created. */
22
+ createdDate: string;
23
+ /** The API name of the Public Group. */
24
+ developerName: string;
25
+ /** The Id of the Public Group. */
26
+ groupId: string;
27
+ /** The Grant Access Using Hierarchy status of the Public Group. */
28
+ includeBosses: boolean;
29
+ /** Indicates if the user is a direct/indirect member of the Group */
30
+ membershipLevel: string;
31
+ /** The name of the Public Group. */
32
+ name: string;
33
+ }
34
+ /**
35
+ * Output representation of an instance of a PublicGroup for a given user.
36
+ *
37
+ * Keys:
38
+ * (none)
39
+ */
40
+ export interface PublicGroupRepresentation {
41
+ createdById: string;
42
+ createdByName: string;
43
+ createdDate: string;
44
+ developerName: string;
45
+ groupId: string;
46
+ includeBosses: boolean;
47
+ membershipLevel: string;
48
+ name: string;
49
+ }
@@ -0,0 +1,46 @@
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 = "626eed5a45eb2652b4374eb4844cf12b";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PublicGroupSummaryInputRepresentation, existing: PublicGroupSummaryInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PublicGroupSummaryInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: PublicGroupSummaryInputRepresentationNormalized, incoming: PublicGroupSummaryInputRepresentationNormalized): 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: PublicGroupSummaryInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for public group summary.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface PublicGroupSummaryInputRepresentationNormalized {
17
+ /** The entity key prefix */
18
+ entityKeyPrefix: string;
19
+ /** The group id for which data needs to be fetched */
20
+ groupId: string;
21
+ /** Limit param */
22
+ limit: number;
23
+ /** Offset param */
24
+ offset: number;
25
+ /** Data required for which tab */
26
+ operation: string;
27
+ /** Sorts by given order by clause */
28
+ orderBy: string;
29
+ /** Orders the records in asc/desc */
30
+ orderType: string;
31
+ }
32
+ /**
33
+ * Input representation for public group summary.
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface PublicGroupSummaryInputRepresentation {
39
+ entityKeyPrefix: string;
40
+ groupId: string;
41
+ limit: number;
42
+ offset: number;
43
+ operation: string;
44
+ orderBy: string;
45
+ orderType: string;
46
+ }
@@ -0,0 +1,50 @@
1
+ import { IncludedGroupsSharingRepresentation as IncludedGroupsSharingRepresentation_IncludedGroupsSharingRepresentation } from './IncludedGroupsSharingRepresentation';
2
+ import { ListViewGroupSharingRepresentation as ListViewGroupSharingRepresentation_ListViewGroupSharingRepresentation } from './ListViewGroupSharingRepresentation';
3
+ import { QueuesSharingRepresentation as QueuesSharingRepresentation_QueuesSharingRepresentation } from './QueuesSharingRepresentation';
4
+ import { ReportAndDashboardFolderGroupSharingRepresentation as ReportAndDashboardFolderGroupSharingRepresentation_ReportAndDashboardFolderGroupSharingRepresentation } from './ReportAndDashboardFolderGroupSharingRepresentation';
5
+ import { SharingRulesCriteriaGroupSharingRepresentation as SharingRulesCriteriaGroupSharingRepresentation_SharingRulesCriteriaGroupSharingRepresentation } from './SharingRulesCriteriaGroupSharingRepresentation';
6
+ import { SharingRulesOwnerGroupSharingRepresentation as SharingRulesOwnerGroupSharingRepresentation_SharingRulesOwnerGroupSharingRepresentation } from './SharingRulesOwnerGroupSharingRepresentation';
7
+ 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
+ export declare const TTL = 300;
9
+ export declare const VERSION = "15c900aaeff3e74e7f57fc5b1e879cea";
10
+ export declare function validate(obj: any, path?: string): TypeError | null;
11
+ export declare const RepresentationType: string;
12
+ 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;
13
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
14
+ export declare function equals(existing: PublicGroupSummaryRepresentationNormalized, incoming: PublicGroupSummaryRepresentationNormalized): boolean;
15
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
16
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: PublicGroupSummaryRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
17
+ /**
18
+ * Parent output representation for all form of data emitted by this API
19
+ *
20
+ * Keys:
21
+ * (none)
22
+ */
23
+ export interface PublicGroupSummaryRepresentationNormalized {
24
+ /** Included In Public Groups */
25
+ includedGroupsSharing: Array<IncludedGroupsSharingRepresentation_IncludedGroupsSharingRepresentation>;
26
+ /** Output response data for list view tab */
27
+ listViewGroupSharing: Array<ListViewGroupSharingRepresentation_ListViewGroupSharingRepresentation>;
28
+ /** Output response data for Queue tab */
29
+ queuesSharing: Array<QueuesSharingRepresentation_QueuesSharingRepresentation>;
30
+ /** Report and Dashboard Folder shared with a group */
31
+ reportAndDashboardFolderGroupSharing: Array<ReportAndDashboardFolderGroupSharingRepresentation_ReportAndDashboardFolderGroupSharingRepresentation>;
32
+ /** Output response data for criteria based sharing rules tab */
33
+ sharingRulesCriteriaGroupSharing: Array<SharingRulesCriteriaGroupSharingRepresentation_SharingRulesCriteriaGroupSharingRepresentation>;
34
+ /** Output response data for owner based sharing rules tab */
35
+ sharingRulesOwnerGroupSharing: Array<SharingRulesOwnerGroupSharingRepresentation_SharingRulesOwnerGroupSharingRepresentation>;
36
+ }
37
+ /**
38
+ * Parent output representation for all form of data emitted by this API
39
+ *
40
+ * Keys:
41
+ * (none)
42
+ */
43
+ export interface PublicGroupSummaryRepresentation {
44
+ includedGroupsSharing: Array<IncludedGroupsSharingRepresentation_IncludedGroupsSharingRepresentation>;
45
+ listViewGroupSharing: Array<ListViewGroupSharingRepresentation_ListViewGroupSharingRepresentation>;
46
+ queuesSharing: Array<QueuesSharingRepresentation_QueuesSharingRepresentation>;
47
+ reportAndDashboardFolderGroupSharing: Array<ReportAndDashboardFolderGroupSharingRepresentation_ReportAndDashboardFolderGroupSharingRepresentation>;
48
+ sharingRulesCriteriaGroupSharing: Array<SharingRulesCriteriaGroupSharingRepresentation_SharingRulesCriteriaGroupSharingRepresentation>;
49
+ sharingRulesOwnerGroupSharing: Array<SharingRulesOwnerGroupSharingRepresentation_SharingRulesOwnerGroupSharingRepresentation>;
50
+ }
@@ -0,0 +1,52 @@
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 = "86395e9e3ea80502810c8109ecd94d68";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: QueueRepresentation, existing: QueueRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): QueueRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: QueueRepresentationNormalized, incoming: QueueRepresentationNormalized): 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: QueueRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of an instance of a Queue for a given user.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface QueueRepresentationNormalized {
17
+ /** The API name of the queue. */
18
+ developerName: string;
19
+ /** Indicates if the user is a direct/indirect member of the Queue */
20
+ membershipLevel: string;
21
+ /** The Id of user who last modified the Queue. */
22
+ modifiedById: string;
23
+ /** The name of user who last modified the Queue. */
24
+ modifiedByName: string;
25
+ /** The date when the Queue was last modified. */
26
+ modifiedDate: string;
27
+ /** The name of the Queue. */
28
+ name: string;
29
+ /** Queue Email. */
30
+ queueEmail: string;
31
+ /** The Id of the queue. */
32
+ queueId: string;
33
+ /** Supported Objects. */
34
+ supportedSObjects: string;
35
+ }
36
+ /**
37
+ * Output representation of an instance of a Queue for a given user.
38
+ *
39
+ * Keys:
40
+ * (none)
41
+ */
42
+ export interface QueueRepresentation {
43
+ developerName: string;
44
+ membershipLevel: string;
45
+ modifiedById: string;
46
+ modifiedByName: string;
47
+ modifiedDate: string;
48
+ name: string;
49
+ queueEmail: string;
50
+ queueId: string;
51
+ supportedSObjects: string;
52
+ }
@@ -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 = "07fe7eab011def0e046285b2d5c9d774";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: QueuesSharingRepresentation, existing: QueuesSharingRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): QueuesSharingRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: QueuesSharingRepresentationNormalized, incoming: QueuesSharingRepresentationNormalized): 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: QueuesSharingRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of queues with given group as a member
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface QueuesSharingRepresentationNormalized {
17
+ /** Queue Developer name. */
18
+ developerName: string;
19
+ /** Queue Email. */
20
+ email: string;
21
+ /** Queue label. */
22
+ label: string;
23
+ /** Supported Objects. */
24
+ supportedObjects: string;
25
+ }
26
+ /**
27
+ * Output representation of queues with given group as a member
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface QueuesSharingRepresentation {
33
+ developerName: string;
34
+ email: string;
35
+ label: string;
36
+ supportedObjects: string;
37
+ }