@salesforce/lds-adapters-platform-sharing 1.279.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.
Files changed (49) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/platform-sharing.js +1215 -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/getGroupsForUser.d.ts +30 -0
  5. package/dist/es/es2018/types/src/generated/adapters/getPublicGroupShareData.d.ts +31 -0
  6. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +2 -0
  7. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +5 -0
  8. package/dist/es/es2018/types/src/generated/resources/getSharingGroupsForUserByGroupTypeAndUserId.d.ts +20 -0
  9. package/dist/es/es2018/types/src/generated/resources/getSharingRecordAccessDetailByRecordIdAndUserId.d.ts +20 -0
  10. package/dist/es/es2018/types/src/generated/resources/getSharingRulesByEntityApiName.d.ts +18 -0
  11. package/dist/es/es2018/types/src/generated/resources/getSharingShareAccessLevels.d.ts +12 -0
  12. package/dist/es/es2018/types/src/generated/resources/getSharingShareAccessLevelsByObjectApiName.d.ts +15 -0
  13. package/dist/es/es2018/types/src/generated/resources/getSharingUserAccessLevelsByRecordId.d.ts +19 -0
  14. package/dist/es/es2018/types/src/generated/resources/getSharingUserOrGroupTypes.d.ts +12 -0
  15. package/dist/es/es2018/types/src/generated/resources/getSharingUsersOrGroups.d.ts +19 -0
  16. package/dist/es/es2018/types/src/generated/resources/postSharingPublicGroupsSummary.d.ts +19 -0
  17. package/dist/es/es2018/types/src/generated/types/AccessLevelFieldRepresentation.d.ts +37 -0
  18. package/dist/es/es2018/types/src/generated/types/AccessLevelRepresentation.d.ts +34 -0
  19. package/dist/es/es2018/types/src/generated/types/GroupCollectionRepresentation.d.ts +34 -0
  20. package/dist/es/es2018/types/src/generated/types/IncludedGroupsSharingRepresentation.d.ts +40 -0
  21. package/dist/es/es2018/types/src/generated/types/ListViewGroupSharingRepresentation.d.ts +31 -0
  22. package/dist/es/es2018/types/src/generated/types/PublicGroupRepresentation.d.ts +34 -0
  23. package/dist/es/es2018/types/src/generated/types/PublicGroupSummaryInputRepresentation.d.ts +40 -0
  24. package/dist/es/es2018/types/src/generated/types/PublicGroupSummaryRepresentation.d.ts +46 -0
  25. package/dist/es/es2018/types/src/generated/types/QueueRepresentation.d.ts +31 -0
  26. package/dist/es/es2018/types/src/generated/types/RecordAccessDetailRepresentation.d.ts +35 -0
  27. package/dist/es/es2018/types/src/generated/types/RecordUserAccessCollectionRepresentation.d.ts +41 -0
  28. package/dist/es/es2018/types/src/generated/types/RecordUserAccessRepresentation.d.ts +32 -0
  29. package/dist/es/es2018/types/src/generated/types/ReportAndDashboardFolderGroupSharingRepresentation.d.ts +43 -0
  30. package/dist/es/es2018/types/src/generated/types/ShareAccessLevelRepresentation.d.ts +40 -0
  31. package/dist/es/es2018/types/src/generated/types/ShareRelationshipArrayRepresentation.d.ts +29 -0
  32. package/dist/es/es2018/types/src/generated/types/ShareRelationshipCollectionRepresentation.d.ts +29 -0
  33. package/dist/es/es2018/types/src/generated/types/ShareRelationshipRepresentation.d.ts +34 -0
  34. package/dist/es/es2018/types/src/generated/types/SharingReasonRepresentation.d.ts +41 -0
  35. package/dist/es/es2018/types/src/generated/types/SharingRuleCollectionRepresentation.d.ts +29 -0
  36. package/dist/es/es2018/types/src/generated/types/SharingRuleRepresentation.d.ts +57 -0
  37. package/dist/es/es2018/types/src/generated/types/SharingRulesCriteriaGroupSharingRepresentation.d.ts +37 -0
  38. package/dist/es/es2018/types/src/generated/types/SharingRulesOwnerGroupSharingRepresentation.d.ts +37 -0
  39. package/dist/es/es2018/types/src/generated/types/SupportedObjectListRepresentation.d.ts +28 -0
  40. package/dist/es/es2018/types/src/generated/types/UserOrGroupRepresentation.d.ts +31 -0
  41. package/dist/es/es2018/types/src/generated/types/UserOrGroupTypeRepresentation.d.ts +34 -0
  42. package/dist/es/es2018/types/src/generated/types/UserOrGroupTypesCollectionRepresentation.d.ts +29 -0
  43. package/dist/es/es2018/types/src/generated/types/UsersOrGroupsCollectionRepresentation.d.ts +29 -0
  44. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  45. package/package.json +66 -0
  46. package/sfdc/index.d.ts +1 -0
  47. package/sfdc/index.js +1261 -0
  48. package/src/raml/api.raml +689 -0
  49. package/src/raml/luvio.raml +39 -0
@@ -0,0 +1,46 @@
1
+ import { IncludedGroupsSharingRepresentation as IncludedGroupsSharingRepresentation_IncludedGroupsSharingRepresentation } from './IncludedGroupsSharingRepresentation';
2
+ import { ListViewGroupSharingRepresentation as ListViewGroupSharingRepresentation_ListViewGroupSharingRepresentation } from './ListViewGroupSharingRepresentation';
3
+ import { ReportAndDashboardFolderGroupSharingRepresentation as ReportAndDashboardFolderGroupSharingRepresentation_ReportAndDashboardFolderGroupSharingRepresentation } from './ReportAndDashboardFolderGroupSharingRepresentation';
4
+ import { SharingRulesCriteriaGroupSharingRepresentation as SharingRulesCriteriaGroupSharingRepresentation_SharingRulesCriteriaGroupSharingRepresentation } from './SharingRulesCriteriaGroupSharingRepresentation';
5
+ import { SharingRulesOwnerGroupSharingRepresentation as SharingRulesOwnerGroupSharingRepresentation_SharingRulesOwnerGroupSharingRepresentation } from './SharingRulesOwnerGroupSharingRepresentation';
6
+ 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';
7
+ export declare const TTL = 300;
8
+ export declare const VERSION = "68cd535d9b1bd32d0d42ce950115eff5";
9
+ export declare function validate(obj: any, path?: string): TypeError | null;
10
+ export declare const RepresentationType: string;
11
+ 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;
12
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
13
+ export declare function equals(existing: PublicGroupSummaryRepresentationNormalized, incoming: PublicGroupSummaryRepresentationNormalized): boolean;
14
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
15
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: PublicGroupSummaryRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
16
+ /**
17
+ * Parent output representation for all form of data emitted by this API
18
+ *
19
+ * Keys:
20
+ * (none)
21
+ */
22
+ export interface PublicGroupSummaryRepresentationNormalized {
23
+ /** Included In Public Groups */
24
+ includedGroupsSharing: Array<IncludedGroupsSharingRepresentation_IncludedGroupsSharingRepresentation>;
25
+ /** Output response data for list view tab */
26
+ listViewGroupSharing: Array<ListViewGroupSharingRepresentation_ListViewGroupSharingRepresentation>;
27
+ /** Report and Dashboard Folder shared with a group */
28
+ reportAndDashboardFolderGroupSharing: Array<ReportAndDashboardFolderGroupSharingRepresentation_ReportAndDashboardFolderGroupSharingRepresentation>;
29
+ /** Output response data for criteria based sharing rules tab */
30
+ sharingRulesCriteriaGroupSharing: Array<SharingRulesCriteriaGroupSharingRepresentation_SharingRulesCriteriaGroupSharingRepresentation>;
31
+ /** Output response data for owner based sharing rules tab */
32
+ sharingRulesOwnerGroupSharing: Array<SharingRulesOwnerGroupSharingRepresentation_SharingRulesOwnerGroupSharingRepresentation>;
33
+ }
34
+ /**
35
+ * Parent output representation for all form of data emitted by this API
36
+ *
37
+ * Keys:
38
+ * (none)
39
+ */
40
+ export interface PublicGroupSummaryRepresentation {
41
+ includedGroupsSharing: Array<IncludedGroupsSharingRepresentation_IncludedGroupsSharingRepresentation>;
42
+ listViewGroupSharing: Array<ListViewGroupSharingRepresentation_ListViewGroupSharingRepresentation>;
43
+ reportAndDashboardFolderGroupSharing: Array<ReportAndDashboardFolderGroupSharingRepresentation_ReportAndDashboardFolderGroupSharingRepresentation>;
44
+ sharingRulesCriteriaGroupSharing: Array<SharingRulesCriteriaGroupSharingRepresentation_SharingRulesCriteriaGroupSharingRepresentation>;
45
+ sharingRulesOwnerGroupSharing: Array<SharingRulesOwnerGroupSharingRepresentation_SharingRulesOwnerGroupSharingRepresentation>;
46
+ }
@@ -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 = "9371d1d2e640f37aa01c377fc78d6ef7";
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
+ /** The name of the Queue. */
20
+ name: string;
21
+ }
22
+ /**
23
+ * Output representation of an instance of a Queue for a given user.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface QueueRepresentation {
29
+ developerName: string;
30
+ name: string;
31
+ }
@@ -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,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,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 = "1036a20704b51746749bb4be569e39c0";
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
+ }
26
+ /**
27
+ * Output representation of criteria based sharing rules shared with public group.
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface SharingRulesCriteriaGroupSharingRepresentation {
33
+ accessLevel: string;
34
+ criteria: string;
35
+ developerName: string;
36
+ label: string;
37
+ }
@@ -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 = "8f205925d69192f91fd2c71838ed20e7";
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
+ /** Owner Sharing Rule shared from group. */
24
+ sharedFrom: string;
25
+ }
26
+ /**
27
+ * Output representation of owner based sharing rules shared with public group.
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface SharingRulesOwnerGroupSharingRepresentation {
33
+ accessLevel: string;
34
+ developerName: string;
35
+ label: string;
36
+ sharedFrom: string;
37
+ }
@@ -0,0 +1,28 @@
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 = "9d15a545b21485a554f83f54dc17a0a4";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SupportedObjectListRepresentation, existing: SupportedObjectListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SupportedObjectListRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SupportedObjectListRepresentationNormalized, incoming: SupportedObjectListRepresentationNormalized): 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: SupportedObjectListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation of a list of supported objects
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SupportedObjectListRepresentationNormalized {
17
+ /** The list of objects supported by the share-access-levels API. */
18
+ supportedObjectList: Array<string>;
19
+ }
20
+ /**
21
+ * Representation of a list of supported objects
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface SupportedObjectListRepresentation {
27
+ supportedObjectList: Array<string>;
28
+ }