@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,35 @@
1
+ import { SharingReasonRepresentation as SharingReasonRepresentation_SharingReasonRepresentation } from './SharingReasonRepresentation';
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 = "b41de564dc7ae943359ba217980568e3";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: RecordAccessDetailRepresentation, existing: RecordAccessDetailRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordAccessDetailRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: RecordAccessDetailRepresentationNormalized, incoming: RecordAccessDetailRepresentationNormalized): 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: RecordAccessDetailRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Representation of a record access detail.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface RecordAccessDetailRepresentationNormalized {
18
+ /** Unique identifier for record */
19
+ recordId: string;
20
+ /** List of sharing reasons */
21
+ sharingReasons: Array<SharingReasonRepresentation_SharingReasonRepresentation>;
22
+ /** Unique identifier for user */
23
+ userId: string;
24
+ }
25
+ /**
26
+ * Representation of a record access detail.
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface RecordAccessDetailRepresentation {
32
+ recordId: string;
33
+ sharingReasons: Array<SharingReasonRepresentation_SharingReasonRepresentation>;
34
+ userId: string;
35
+ }
@@ -0,0 +1,41 @@
1
+ import { RecordUserAccessRepresentation as RecordUserAccessRepresentation_RecordUserAccessRepresentation } from './RecordUserAccessRepresentation';
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 = "ed862f49eafdaeb4e1f82c62ea6a6977";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: RecordUserAccessCollectionRepresentation, existing: RecordUserAccessCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordUserAccessCollectionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: RecordUserAccessCollectionRepresentationNormalized, incoming: RecordUserAccessCollectionRepresentationNormalized): 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: RecordUserAccessCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Representation of a collection of record user accesses.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface RecordUserAccessCollectionRepresentationNormalized {
18
+ /** URL to the current page of access. */
19
+ currentPageUrl: string;
20
+ /** URL to the next page of access. */
21
+ nextPageUrl: string;
22
+ /** URL to the previous page of access. */
23
+ previousPageUrl: string;
24
+ /** Record Id */
25
+ recordId: string;
26
+ /** The list of user record accesses */
27
+ recordUserAccesses: Array<RecordUserAccessRepresentation_RecordUserAccessRepresentation>;
28
+ }
29
+ /**
30
+ * Representation of a collection of record user accesses.
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface RecordUserAccessCollectionRepresentation {
36
+ currentPageUrl: string;
37
+ nextPageUrl: string;
38
+ previousPageUrl: string;
39
+ recordId: string;
40
+ recordUserAccesses: Array<RecordUserAccessRepresentation_RecordUserAccessRepresentation>;
41
+ }
@@ -0,0 +1,32 @@
1
+ import { AccessLevelRepresentation as AccessLevelRepresentation_AccessLevelRepresentation } from './AccessLevelRepresentation';
2
+ import { UserOrGroupRepresentation as UserOrGroupRepresentation_UserOrGroupRepresentation } from './UserOrGroupRepresentation';
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 VERSION = "a11867d11eb4fb235c114c154206ae40";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: RecordUserAccessRepresentation, existing: RecordUserAccessRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordUserAccessRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: RecordUserAccessRepresentationNormalized, incoming: RecordUserAccessRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RecordUserAccessRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Representation of a RecordUserAccess for the Sharing Expand List Page
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface RecordUserAccessRepresentationNormalized {
19
+ /** A list of access levels the user has for this entity and related entities */
20
+ accessLevels: Array<AccessLevelRepresentation_AccessLevelRepresentation>;
21
+ user: UserOrGroupRepresentation_UserOrGroupRepresentation;
22
+ }
23
+ /**
24
+ * Representation of a RecordUserAccess for the Sharing Expand List Page
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface RecordUserAccessRepresentation {
30
+ accessLevels: Array<AccessLevelRepresentation_AccessLevelRepresentation>;
31
+ user: UserOrGroupRepresentation_UserOrGroupRepresentation;
32
+ }
@@ -0,0 +1,43 @@
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 = "a0ed38b40ad9886f3e05a1b65fd2e246";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ReportAndDashboardFolderGroupSharingRepresentation, existing: ReportAndDashboardFolderGroupSharingRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ReportAndDashboardFolderGroupSharingRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ReportAndDashboardFolderGroupSharingRepresentationNormalized, incoming: ReportAndDashboardFolderGroupSharingRepresentationNormalized): 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: ReportAndDashboardFolderGroupSharingRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of report and dashboard folders shared with a public group.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ReportAndDashboardFolderGroupSharingRepresentationNormalized {
17
+ /** Report and Dashboard Folder Access Level. */
18
+ accessLevel: string;
19
+ /** Report and Dashboard Folder Created By. */
20
+ createdBy: string;
21
+ /** Report and Dashboard Folder Created Date. */
22
+ createdOn: string;
23
+ /** Report and Dashboard Folder Developer Name. */
24
+ developerName: string;
25
+ /** Report and Dashboard Folder label. */
26
+ label: string;
27
+ /** Report and Dashboard Folder type. It can be either 'Report' or 'Dashboard'. */
28
+ type: string;
29
+ }
30
+ /**
31
+ * Output representation of report and dashboard folders shared with a public group.
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface ReportAndDashboardFolderGroupSharingRepresentation {
37
+ accessLevel: string;
38
+ createdBy: string;
39
+ createdOn: string;
40
+ developerName: string;
41
+ label: string;
42
+ type: string;
43
+ }
@@ -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 = "23a331717bb19992d3c37b818fc7008a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: RolesInGroupRepresentation, existing: RolesInGroupRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RolesInGroupRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: RolesInGroupRepresentationNormalized, incoming: RolesInGroupRepresentationNormalized): 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: RolesInGroupRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Roles in Public Group Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface RolesInGroupRepresentationNormalized {
17
+ /** Group Member dataId */
18
+ dataId: string;
19
+ /** Group Type */
20
+ groupType: string;
21
+ /** Role Name */
22
+ roleName: string;
23
+ /** Role Parent dev Name */
24
+ roleParentDevName: string;
25
+ /** Role Parent label */
26
+ roleParentLabel: string;
27
+ /** Role Updated By */
28
+ roleUpdatedBy: string;
29
+ /** Role Updated On */
30
+ roleUpdatedOn: string;
31
+ }
32
+ /**
33
+ * Roles in Public Group Representation
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface RolesInGroupRepresentation {
39
+ dataId: string;
40
+ groupType: string;
41
+ roleName: string;
42
+ roleParentDevName: string;
43
+ roleParentLabel: string;
44
+ roleUpdatedBy: string;
45
+ roleUpdatedOn: string;
46
+ }
@@ -0,0 +1,40 @@
1
+ import { AccessLevelFieldRepresentation as AccessLevelFieldRepresentation_AccessLevelFieldRepresentation } from './AccessLevelFieldRepresentation';
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 = "48f27b25d88e63db202c7061925d3825";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ShareAccessLevelRepresentation, existing: ShareAccessLevelRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ShareAccessLevelRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ShareAccessLevelRepresentationNormalized, incoming: ShareAccessLevelRepresentationNormalized): 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: ShareAccessLevelRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Representation of a share access level per entity.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ShareAccessLevelRepresentationNormalized {
18
+ /** The access level fields. */
19
+ accessLevelFields: {
20
+ [key: string]: AccessLevelFieldRepresentation_AccessLevelFieldRepresentation;
21
+ };
22
+ /** The access level options. */
23
+ accessLevelOptions: {
24
+ [key: string]: string;
25
+ };
26
+ }
27
+ /**
28
+ * Representation of a share access level per entity.
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface ShareAccessLevelRepresentation {
34
+ accessLevelFields: {
35
+ [key: string]: AccessLevelFieldRepresentation_AccessLevelFieldRepresentation;
36
+ };
37
+ accessLevelOptions: {
38
+ [key: string]: string;
39
+ };
40
+ }
@@ -0,0 +1,29 @@
1
+ import { ShareRelationshipRepresentation as ShareRelationshipRepresentation_ShareRelationshipRepresentation } from './ShareRelationshipRepresentation';
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 = "95b12afe576b39bfc58ce91be68da471";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ShareRelationshipArrayRepresentation, existing: ShareRelationshipArrayRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ShareRelationshipArrayRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ShareRelationshipArrayRepresentationNormalized, incoming: ShareRelationshipArrayRepresentationNormalized): 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: ShareRelationshipArrayRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Representation of a share relationship array.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ShareRelationshipArrayRepresentationNormalized {
18
+ /** Share relationships array. */
19
+ path: Array<ShareRelationshipRepresentation_ShareRelationshipRepresentation>;
20
+ }
21
+ /**
22
+ * Representation of a share relationship array.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ShareRelationshipArrayRepresentation {
28
+ path: Array<ShareRelationshipRepresentation_ShareRelationshipRepresentation>;
29
+ }
@@ -0,0 +1,29 @@
1
+ import { ShareRelationshipRepresentation as ShareRelationshipRepresentation_ShareRelationshipRepresentation } from './ShareRelationshipRepresentation';
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 = "bed4cbc9e1644c641d6f5608593d2ef5";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ShareRelationshipCollectionRepresentation, existing: ShareRelationshipCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ShareRelationshipCollectionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ShareRelationshipCollectionRepresentationNormalized, incoming: ShareRelationshipCollectionRepresentationNormalized): 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: ShareRelationshipCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Representation of a share relationship collection.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ShareRelationshipCollectionRepresentationNormalized {
18
+ /** Share relationships. */
19
+ relationships: Array<ShareRelationshipRepresentation_ShareRelationshipRepresentation>;
20
+ }
21
+ /**
22
+ * Representation of a share relationship collection.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ShareRelationshipCollectionRepresentation {
28
+ relationships: Array<ShareRelationshipRepresentation_ShareRelationshipRepresentation>;
29
+ }
@@ -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 = "5098023169754903981a07cc8ff1ad79";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ShareRelationshipRepresentation, existing: ShareRelationshipRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ShareRelationshipRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ShareRelationshipRepresentationNormalized, incoming: ShareRelationshipRepresentationNormalized): 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: ShareRelationshipRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation of a share relationship.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ShareRelationshipRepresentationNormalized {
17
+ /** Developer name. */
18
+ developerName: string;
19
+ /** Id. */
20
+ id: string;
21
+ /** Relationship type. */
22
+ type: string;
23
+ }
24
+ /**
25
+ * Representation of a share relationship.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ShareRelationshipRepresentation {
31
+ developerName: string;
32
+ id: string;
33
+ type: string;
34
+ }
@@ -0,0 +1,41 @@
1
+ import { ShareRelationshipArrayRepresentation as ShareRelationshipArrayRepresentation_ShareRelationshipArrayRepresentation } from './ShareRelationshipArrayRepresentation';
2
+ import { UserOrGroupRepresentation as UserOrGroupRepresentation_UserOrGroupRepresentation } from './UserOrGroupRepresentation';
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 VERSION = "be012d09968daa043dee865700c8f72e";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: SharingReasonRepresentation, existing: SharingReasonRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SharingReasonRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: SharingReasonRepresentationNormalized, incoming: SharingReasonRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SharingReasonRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Representation of a sharing reason.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface SharingReasonRepresentationNormalized {
19
+ /** Level of Access. */
20
+ accessLevel: string;
21
+ /** Reason for access. */
22
+ reasonForAccess: string;
23
+ /** Relationship to the share recipient. */
24
+ relationship: string;
25
+ /** Share relationship map. */
26
+ relationshipPaths: Array<ShareRelationshipArrayRepresentation_ShareRelationshipArrayRepresentation>;
27
+ shareRecipient: UserOrGroupRepresentation_UserOrGroupRepresentation;
28
+ }
29
+ /**
30
+ * Representation of a sharing reason.
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface SharingReasonRepresentation {
36
+ accessLevel: string;
37
+ reasonForAccess: string;
38
+ relationship: string;
39
+ relationshipPaths: Array<ShareRelationshipArrayRepresentation_ShareRelationshipArrayRepresentation>;
40
+ shareRecipient: UserOrGroupRepresentation_UserOrGroupRepresentation;
41
+ }
@@ -0,0 +1,29 @@
1
+ import { SharingRuleRepresentation as SharingRuleRepresentation_SharingRuleRepresentation } from './SharingRuleRepresentation';
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 = "8adc5b80301dfa270e9bbdfcae8aef54";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SharingRuleCollectionRepresentation, existing: SharingRuleCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SharingRuleCollectionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SharingRuleCollectionRepresentationNormalized, incoming: SharingRuleCollectionRepresentationNormalized): 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: SharingRuleCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Representation of a collection of sharing rule.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SharingRuleCollectionRepresentationNormalized {
18
+ /** The list of sharing rules. */
19
+ sharingRuleRepresentations: Array<SharingRuleRepresentation_SharingRuleRepresentation>;
20
+ }
21
+ /**
22
+ * Representation of a collection of sharing rule.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface SharingRuleCollectionRepresentation {
28
+ sharingRuleRepresentations: Array<SharingRuleRepresentation_SharingRuleRepresentation>;
29
+ }
@@ -0,0 +1,57 @@
1
+ import { UserOrGroupRepresentation as UserOrGroupRepresentation_UserOrGroupRepresentation } from './UserOrGroupRepresentation';
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 = "003552f2d5cc99646c4669c82f676426";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SharingRuleRepresentation, existing: SharingRuleRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SharingRuleRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SharingRuleRepresentationNormalized, incoming: SharingRuleRepresentationNormalized): 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: SharingRuleRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output representation of an instance of a sharing rule for a given entity.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SharingRuleRepresentationNormalized {
18
+ /** The case child access level of the sharing rule, this field is only available for the Account entity. */
19
+ caseChildAccessLevel: string;
20
+ /** The contact child access level of the sharing rule, this field is only available for the Account entity. */
21
+ conChildAccessLevel: string;
22
+ /** The description of the sharing rule. */
23
+ description: string;
24
+ /** The id of the sharing rule. */
25
+ id: string;
26
+ /** The label of the sharing rule. */
27
+ label: string;
28
+ /** The main access level of the sharing rule. */
29
+ mainAccessLevel: string;
30
+ /** The API name of the sharing rule. */
31
+ name: string;
32
+ /** The opportunity child access level of the sharing rule, this field is only available for the Account entity. */
33
+ oppChildAccessLevel: string;
34
+ /** Sharing rule type */
35
+ ruleType: string;
36
+ sharedFrom: UserOrGroupRepresentation_UserOrGroupRepresentation;
37
+ sharedWith: UserOrGroupRepresentation_UserOrGroupRepresentation;
38
+ }
39
+ /**
40
+ * Output representation of an instance of a sharing rule for a given entity.
41
+ *
42
+ * Keys:
43
+ * (none)
44
+ */
45
+ export interface SharingRuleRepresentation {
46
+ caseChildAccessLevel: string;
47
+ conChildAccessLevel: string;
48
+ description: string;
49
+ id: string;
50
+ label: string;
51
+ mainAccessLevel: string;
52
+ name: string;
53
+ oppChildAccessLevel: string;
54
+ ruleType: string;
55
+ sharedFrom: UserOrGroupRepresentation_UserOrGroupRepresentation;
56
+ sharedWith: UserOrGroupRepresentation_UserOrGroupRepresentation;
57
+ }
@@ -0,0 +1,43 @@
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 = "c1fd46badd6b7d74d5d487367b066f42";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SharingRulesCriteriaGroupSharingRepresentation, existing: SharingRulesCriteriaGroupSharingRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SharingRulesCriteriaGroupSharingRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SharingRulesCriteriaGroupSharingRepresentationNormalized, incoming: SharingRulesCriteriaGroupSharingRepresentationNormalized): 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: SharingRulesCriteriaGroupSharingRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of criteria based sharing rules shared with public group.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SharingRulesCriteriaGroupSharingRepresentationNormalized {
17
+ /** Criteria Sharing Rule accessLevel. */
18
+ accessLevel: string;
19
+ /** Sharing Rule criteria */
20
+ criteria: string;
21
+ /** Criteria Sharing Rule developer name. */
22
+ developerName: string;
23
+ /** Criteria Sharing Rule label. */
24
+ label: string;
25
+ /** Criteria Sharing Rule accessLevel. */
26
+ objectAPIName: string;
27
+ /** Criteria Sharing Rule accessLevel. */
28
+ objectName: string;
29
+ }
30
+ /**
31
+ * Output representation of criteria based sharing rules shared with public group.
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface SharingRulesCriteriaGroupSharingRepresentation {
37
+ accessLevel: string;
38
+ criteria: string;
39
+ developerName: string;
40
+ label: string;
41
+ objectAPIName: string;
42
+ objectName: string;
43
+ }
@@ -0,0 +1,43 @@
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 = "f880257a24b8878ee52c03288b208b67";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SharingRulesOwnerGroupSharingRepresentation, existing: SharingRulesOwnerGroupSharingRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SharingRulesOwnerGroupSharingRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SharingRulesOwnerGroupSharingRepresentationNormalized, incoming: SharingRulesOwnerGroupSharingRepresentationNormalized): 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: SharingRulesOwnerGroupSharingRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of owner based sharing rules shared with public group.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SharingRulesOwnerGroupSharingRepresentationNormalized {
17
+ /** Owner Sharing Rule accesslevel. */
18
+ accessLevel: string;
19
+ /** Owner Sharing Rule developer name. */
20
+ developerName: string;
21
+ /** Owner Sharing Rule label. */
22
+ label: string;
23
+ /** Object API Name. */
24
+ objectAPIName: string;
25
+ /** Object Name. */
26
+ objectName: string;
27
+ /** Owner Sharing Rule shared from group. */
28
+ sharedFrom: string;
29
+ }
30
+ /**
31
+ * Output representation of owner based sharing rules shared with public group.
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface SharingRulesOwnerGroupSharingRepresentation {
37
+ accessLevel: string;
38
+ developerName: string;
39
+ label: string;
40
+ objectAPIName: string;
41
+ objectName: string;
42
+ sharedFrom: string;
43
+ }
@@ -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 = "8f1b312aa04c8869624b95b9e3f3cd4e";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SobjectOutputSharingRepresentation, existing: SobjectOutputSharingRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SobjectOutputSharingRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SobjectOutputSharingRepresentationNormalized, incoming: SobjectOutputSharingRepresentationNormalized): 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: SobjectOutputSharingRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of sobject to be used for Selection
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SobjectOutputSharingRepresentationNormalized {
17
+ /** apiName of Sobject */
18
+ apiName: string;
19
+ /** Key prefix of sobject */
20
+ keyPrefix: string;
21
+ /** Label of sobject */
22
+ label: string;
23
+ /** Label Plural of sobject */
24
+ labelPlural: string;
25
+ }
26
+ /**
27
+ * Output representation of sobject to be used for Selection
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface SobjectOutputSharingRepresentation {
33
+ apiName: string;
34
+ keyPrefix: string;
35
+ label: string;
36
+ labelPlural: string;
37
+ }
@@ -0,0 +1,33 @@
1
+ import { SobjectOutputSharingRepresentation as SobjectOutputSharingRepresentation_SobjectOutputSharingRepresentation } from './SobjectOutputSharingRepresentation';
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 TTL = 900000;
4
+ export declare const VERSION = "891459dfe3e992adddad156c898d3aef";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: SobjectsOutputSharingRepresentation, existing: SobjectsOutputSharingRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SobjectsOutputSharingRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: SobjectsOutputSharingRepresentationNormalized, incoming: SobjectsOutputSharingRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SobjectsOutputSharingRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Output representation of sobject to be shared on UI
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface SobjectsOutputSharingRepresentationNormalized {
19
+ /** Number of sobjects */
20
+ size: number;
21
+ /** List of sobjects */
22
+ sobjects: Array<SobjectOutputSharingRepresentation_SobjectOutputSharingRepresentation>;
23
+ }
24
+ /**
25
+ * Output representation of sobject to be shared on UI
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface SobjectsOutputSharingRepresentation {
31
+ size: number;
32
+ sobjects: Array<SobjectOutputSharingRepresentation_SobjectOutputSharingRepresentation>;
33
+ }