@salesforce/lds-adapters-industries-audit-trail-export 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 (65) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/industries-audit-trail-export.js +845 -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/createAuditTrailFileExport.d.ts +16 -0
  5. package/dist/es/es2018/types/src/generated/adapters/deleteAuditTrailFileExport.d.ts +14 -0
  6. package/dist/es/es2018/types/src/generated/adapters/getAuditTrailFileExport.d.ts +27 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getAuditTrailFileExports.d.ts +26 -0
  8. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +4 -0
  9. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +7 -0
  10. package/dist/es/es2018/types/src/generated/resources/deleteConnectServiceExcellenceAuditTrailExportsByRequestIdentifier.d.ts +12 -0
  11. package/dist/es/es2018/types/src/generated/resources/deleteConnectServiceExcellenceEngagementInteractions.d.ts +8 -0
  12. package/dist/es/es2018/types/src/generated/resources/deleteConnectServiceExcellenceEngagementInteractionsByEngagementInteractionId.d.ts +11 -0
  13. package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceAuditTrailExports.d.ts +12 -0
  14. package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceAuditTrailExportsByRequestIdentifier.d.ts +15 -0
  15. package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceAuditTrailExportsDownloadByRequestIdentifier.d.ts +15 -0
  16. package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceEngagementInteractions.d.ts +12 -0
  17. package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceEngagementInteractionsByEngagementInteractionId.d.ts +15 -0
  18. package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceServiceCatalogItemsByRecordId.d.ts +18 -0
  19. package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceServiceCatalogItemsRecentActions.d.ts +16 -0
  20. package/dist/es/es2018/types/src/generated/resources/postConnectServiceExcellenceAuditTrailExports.d.ts +13 -0
  21. package/dist/es/es2018/types/src/generated/types/ActionLaunchInputRepresentation.d.ts +37 -0
  22. package/dist/es/es2018/types/src/generated/types/ActionLaunchStatusRepresentation.d.ts +31 -0
  23. package/dist/es/es2018/types/src/generated/types/AuditTrailExportInputRepresentation.d.ts +43 -0
  24. package/dist/es/es2018/types/src/generated/types/AuditTrailExportListOutputRepresentation.d.ts +30 -0
  25. package/dist/es/es2018/types/src/generated/types/AuditTrailExportOutputRepresentation.d.ts +56 -0
  26. package/dist/es/es2018/types/src/generated/types/AuditTrailFileDownloadOutputRepresentation.d.ts +30 -0
  27. package/dist/es/es2018/types/src/generated/types/AuditTrailFileExportInputRepresentation.d.ts +29 -0
  28. package/dist/es/es2018/types/src/generated/types/AuditTrailLogOutputRepresentation.d.ts +49 -0
  29. package/dist/es/es2018/types/src/generated/types/CustomFieldOutputRepresentation.d.ts +31 -0
  30. package/dist/es/es2018/types/src/generated/types/CustomFieldsInputRepresentation.d.ts +31 -0
  31. package/dist/es/es2018/types/src/generated/types/CustomFieldsListInputRepresentation.d.ts +28 -0
  32. package/dist/es/es2018/types/src/generated/types/EngagementAttendeeCreateInputRepresentation.d.ts +61 -0
  33. package/dist/es/es2018/types/src/generated/types/EngagementAttendeeCreateOutputRepresentation.d.ts +31 -0
  34. package/dist/es/es2018/types/src/generated/types/EngagementAttendeeFetchOutputRepresentation.d.ts +31 -0
  35. package/dist/es/es2018/types/src/generated/types/EngagementAttendeeListInputRepresentation.d.ts +28 -0
  36. package/dist/es/es2018/types/src/generated/types/EngagementAttendeeOutputRepresentation.d.ts +62 -0
  37. package/dist/es/es2018/types/src/generated/types/EngagementInteractionCreateInputRepresentation.d.ts +82 -0
  38. package/dist/es/es2018/types/src/generated/types/EngagementInteractionCreateOutputRepresentation.d.ts +31 -0
  39. package/dist/es/es2018/types/src/generated/types/EngagementInteractionFetchOutputRepresentation.d.ts +31 -0
  40. package/dist/es/es2018/types/src/generated/types/EngagementInteractionIdsCreateOutputRepresentation.d.ts +35 -0
  41. package/dist/es/es2018/types/src/generated/types/EngagementInteractionOutputRepresentation.d.ts +91 -0
  42. package/dist/es/es2018/types/src/generated/types/EngagementInteractionUpdateInputRepresentation.d.ts +76 -0
  43. package/dist/es/es2018/types/src/generated/types/EngagementInteractionUpdateOutputRepresentation.d.ts +37 -0
  44. package/dist/es/es2018/types/src/generated/types/EngagementTopicCreateInputRepresentation.d.ts +64 -0
  45. package/dist/es/es2018/types/src/generated/types/EngagementTopicCreateOutputRepresentation.d.ts +31 -0
  46. package/dist/es/es2018/types/src/generated/types/EngagementTopicDetailsOutputRepresentation.d.ts +58 -0
  47. package/dist/es/es2018/types/src/generated/types/EngagementTopicFetchOutputRepresentation.d.ts +31 -0
  48. package/dist/es/es2018/types/src/generated/types/EngagementTopicListInputRepresentation.d.ts +28 -0
  49. package/dist/es/es2018/types/src/generated/types/EngagementTopicOutputRepresentation.d.ts +65 -0
  50. package/dist/es/es2018/types/src/generated/types/EngagementsCreateInputRepresentation.d.ts +28 -0
  51. package/dist/es/es2018/types/src/generated/types/EngagementsFetchOutputRepresentation.d.ts +32 -0
  52. package/dist/es/es2018/types/src/generated/types/EngagementsUpdateInputRepresentation.d.ts +34 -0
  53. package/dist/es/es2018/types/src/generated/types/RecentlyUsedActionsRepresentation.d.ts +32 -0
  54. package/dist/es/es2018/types/src/generated/types/ServiceCatalogActionsCategoryOutputRepresentation.d.ts +34 -0
  55. package/dist/es/es2018/types/src/generated/types/ServiceCatalogFrequentActionsOutputRepresentation.d.ts +32 -0
  56. package/dist/es/es2018/types/src/generated/types/ServiceCatalogItemsFetchOutputRepresentation.d.ts +36 -0
  57. package/dist/es/es2018/types/src/generated/types/ServiceCatalogItemsOutputRepresentation.d.ts +40 -0
  58. package/dist/es/es2018/types/src/generated/types/ServiceExcellenceIdOutputRepresentation.d.ts +28 -0
  59. package/dist/es/es2018/types/src/generated/types/ServiceExcellenceStatusOutputRepresentation.d.ts +31 -0
  60. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  61. package/package.json +74 -0
  62. package/sfdc/index.d.ts +1 -0
  63. package/sfdc/index.js +904 -0
  64. package/src/raml/api.raml +1085 -0
  65. package/src/raml/luvio.raml +42 -0
@@ -0,0 +1,91 @@
1
+ import { CustomFieldOutputRepresentation as CustomFieldOutputRepresentation_CustomFieldOutputRepresentation } from './CustomFieldOutputRepresentation';
2
+ import { EngagementAttendeeOutputRepresentation as EngagementAttendeeOutputRepresentation_EngagementAttendeeOutputRepresentation } from './EngagementAttendeeOutputRepresentation';
3
+ import { EngagementTopicOutputRepresentation as EngagementTopicOutputRepresentation_EngagementTopicOutputRepresentation } from './EngagementTopicOutputRepresentation';
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 VERSION = "6ea412b0903912957dce7792ad444364";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: EngagementInteractionOutputRepresentation, existing: EngagementInteractionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementInteractionOutputRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
10
+ export declare function equals(existing: EngagementInteractionOutputRepresentationNormalized, incoming: EngagementInteractionOutputRepresentationNormalized): 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: EngagementInteractionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
13
+ /**
14
+ * Output representation to fetch the engagement interaction record
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface EngagementInteractionOutputRepresentationNormalized {
20
+ /** check if Attendee Authenticated */
21
+ attendeeAuthenticated: boolean;
22
+ /** get attendee verification time */
23
+ attendeeVerificationTime: string;
24
+ /** get is attendee verified */
25
+ attendeeVerified: boolean;
26
+ /** get communication channel */
27
+ communicationChannel: string;
28
+ /** get context id */
29
+ contextId: string;
30
+ /** get list of custom fields */
31
+ customFields: Array<CustomFieldOutputRepresentation_CustomFieldOutputRepresentation>;
32
+ /** get engagement interaction duration */
33
+ duration: string;
34
+ /** get endDateTime */
35
+ endDateTime: string;
36
+ /** get list of engagement attendees */
37
+ engagementAttendees: Array<EngagementAttendeeOutputRepresentation_EngagementAttendeeOutputRepresentation>;
38
+ /** get list of engagement topics */
39
+ engagementTopics: Array<EngagementTopicOutputRepresentation_EngagementTopicOutputRepresentation>;
40
+ /** get external identifier id */
41
+ externalIdentifierId: string;
42
+ /** get engagement interaction id */
43
+ id: string;
44
+ /** get initiating attendee id */
45
+ initiatingAttendeeId: string;
46
+ /** get mapped state */
47
+ mappedState: string;
48
+ /** get owner id */
49
+ ownerId: string;
50
+ /** Fetches the PhoneNumber of the EngagementInteraction. */
51
+ phoneNumber: string;
52
+ /** Fetches the reason of the EngagementInteraction. */
53
+ reason: string;
54
+ /** get sentiment */
55
+ sentiment: string;
56
+ /** get start date time */
57
+ startDateTime: string;
58
+ /** get status of engagement interaction */
59
+ status: string;
60
+ /** get Type */
61
+ type: string;
62
+ }
63
+ /**
64
+ * Output representation to fetch the engagement interaction record
65
+ *
66
+ * Keys:
67
+ * (none)
68
+ */
69
+ export interface EngagementInteractionOutputRepresentation {
70
+ attendeeAuthenticated: boolean;
71
+ attendeeVerificationTime: string;
72
+ attendeeVerified: boolean;
73
+ communicationChannel: string;
74
+ contextId: string;
75
+ customFields: Array<CustomFieldOutputRepresentation_CustomFieldOutputRepresentation>;
76
+ duration: string;
77
+ endDateTime: string;
78
+ engagementAttendees: Array<EngagementAttendeeOutputRepresentation_EngagementAttendeeOutputRepresentation>;
79
+ engagementTopics: Array<EngagementTopicOutputRepresentation_EngagementTopicOutputRepresentation>;
80
+ externalIdentifierId: string;
81
+ id: string;
82
+ initiatingAttendeeId: string;
83
+ mappedState: string;
84
+ ownerId: string;
85
+ phoneNumber: string;
86
+ reason: string;
87
+ sentiment: string;
88
+ startDateTime: string;
89
+ status: string;
90
+ type: string;
91
+ }
@@ -0,0 +1,76 @@
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 = "0fae509037a248569d45b8f3b0ec5dca";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: EngagementInteractionUpdateInputRepresentation, existing: EngagementInteractionUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementInteractionUpdateInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: EngagementInteractionUpdateInputRepresentationNormalized, incoming: EngagementInteractionUpdateInputRepresentationNormalized): 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: EngagementInteractionUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation to update an engagement interaction record
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface EngagementInteractionUpdateInputRepresentationNormalized {
17
+ /** Set the attendeeAuthenticated field for this EngagementInteraction */
18
+ attendeeAuthenticated: boolean;
19
+ /** Set the attendeeVerificationTime field for this EngagementInteraction */
20
+ attendeeVerificationTime: string;
21
+ /** Set the attendeeVerified field for this EngagementInteraction */
22
+ attendeeVerified: boolean;
23
+ /** Set the CommunicationChannel field for this EngagementInteraction */
24
+ communicationChannel: string;
25
+ /** Set the ContextId field for this EngagementInteraction */
26
+ contextId: string;
27
+ /** Set the duration field for this EngagementInteraction */
28
+ duration: string;
29
+ /** Set the EndDateTime field for this EngagementInteraction */
30
+ endDateTime: string;
31
+ /** Set the ExternalIdentifierId field for this EngagementInteraction */
32
+ externalIdentifierId: string;
33
+ /** Set the id field for this EngagementInteraction */
34
+ id: string;
35
+ /** Set the InitiatingAttendeeId field for this EngagementInteraction */
36
+ initiatingAttendeeId: string;
37
+ /** Set the mappedState field for this EngagementInteraction */
38
+ mappedState: string;
39
+ /** Updates the value of the PhoneNumber field for an EngagementInteraction. */
40
+ phoneNumber: string;
41
+ /** Updates the value of the Reason field for an EngagementInteraction. */
42
+ reason: string;
43
+ /** Set the Sentiment field for this EngagementInteraction */
44
+ sentiment: string;
45
+ /** Set the StartDateTime field for this EngagementInteraction */
46
+ startDateTime: string;
47
+ /** Set the status field for this EngagementInteraction */
48
+ status: string;
49
+ /** Set the type field for this EngagementInteraction */
50
+ type: string;
51
+ }
52
+ /**
53
+ * Input representation to update an engagement interaction record
54
+ *
55
+ * Keys:
56
+ * (none)
57
+ */
58
+ export interface EngagementInteractionUpdateInputRepresentation {
59
+ attendeeAuthenticated: boolean;
60
+ attendeeVerificationTime: string;
61
+ attendeeVerified: boolean;
62
+ communicationChannel: string;
63
+ contextId: string;
64
+ duration: string;
65
+ endDateTime: string;
66
+ externalIdentifierId: string;
67
+ id: string;
68
+ initiatingAttendeeId: string;
69
+ mappedState: string;
70
+ phoneNumber: string;
71
+ reason: string;
72
+ sentiment: string;
73
+ startDateTime: string;
74
+ status: string;
75
+ type: string;
76
+ }
@@ -0,0 +1,37 @@
1
+ import { ServiceExcellenceIdOutputRepresentation as ServiceExcellenceIdOutputRepresentation_ServiceExcellenceIdOutputRepresentation } from './ServiceExcellenceIdOutputRepresentation';
2
+ import { ServiceExcellenceStatusOutputRepresentation as ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation } from './ServiceExcellenceStatusOutputRepresentation';
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 = "e0895cafa5c4e528d3520d304732c6f6";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: EngagementInteractionUpdateOutputRepresentation, existing: EngagementInteractionUpdateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementInteractionUpdateOutputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: EngagementInteractionUpdateOutputRepresentationNormalized, incoming: EngagementInteractionUpdateOutputRepresentationNormalized): 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: EngagementInteractionUpdateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Output representation to update an engagement record along with the status
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface EngagementInteractionUpdateOutputRepresentationNormalized {
19
+ /** get attendee list */
20
+ engagementAttendees: Array<ServiceExcellenceIdOutputRepresentation_ServiceExcellenceIdOutputRepresentation>;
21
+ engagementInteraction: ServiceExcellenceIdOutputRepresentation_ServiceExcellenceIdOutputRepresentation;
22
+ /** get topic list */
23
+ engagementTopics: Array<ServiceExcellenceIdOutputRepresentation_ServiceExcellenceIdOutputRepresentation>;
24
+ status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
25
+ }
26
+ /**
27
+ * Output representation to update an engagement record along with the status
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface EngagementInteractionUpdateOutputRepresentation {
33
+ engagementAttendees: Array<ServiceExcellenceIdOutputRepresentation_ServiceExcellenceIdOutputRepresentation>;
34
+ engagementInteraction: ServiceExcellenceIdOutputRepresentation_ServiceExcellenceIdOutputRepresentation;
35
+ engagementTopics: Array<ServiceExcellenceIdOutputRepresentation_ServiceExcellenceIdOutputRepresentation>;
36
+ status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
37
+ }
@@ -0,0 +1,64 @@
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 = "402ad353ab380169ea9524b88cb240d0";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: EngagementTopicCreateInputRepresentation, existing: EngagementTopicCreateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementTopicCreateInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: EngagementTopicCreateInputRepresentationNormalized, incoming: EngagementTopicCreateInputRepresentationNormalized): 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: EngagementTopicCreateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation to create an engagement topic record
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface EngagementTopicCreateInputRepresentationNormalized {
17
+ /** Sets the value of the custom fields list for an EngagementTopic. */
18
+ customFieldsList: Array<{}>;
19
+ /** Set the engagementInteractionId field for this EngagementTopic */
20
+ engagementInteractionId: string;
21
+ /** Set the id field for this EngagementTopic */
22
+ id: string;
23
+ /** Sets the value of the InteractionSummary field for an EngagementTopic. */
24
+ interactionSummary: string;
25
+ /** Set the name field for this EngagementTopic */
26
+ name: string;
27
+ /** Set the ownerId field for this EngagementTopic */
28
+ ownerId: string;
29
+ /** Set the name field for this EngagementTopic */
30
+ parentTopicId: string;
31
+ /** Set the name field for this EngagementTopic */
32
+ processFailureReason: string;
33
+ /** Set the processName field for this EngagementTopic */
34
+ processName: string;
35
+ /** Set the ProcessStatus field for this EngagementTopic */
36
+ processStatus: string;
37
+ /** Set the processType field for this EngagementTopic */
38
+ processType: string;
39
+ /** Set the RelatedPersonId field for this EngagementTopic */
40
+ relatedPersonId: string;
41
+ /** Set the TopicId field for this EngagementTopic */
42
+ topicId: string;
43
+ }
44
+ /**
45
+ * Input representation to create an engagement topic record
46
+ *
47
+ * Keys:
48
+ * (none)
49
+ */
50
+ export interface EngagementTopicCreateInputRepresentation {
51
+ customFieldsList: Array<{}>;
52
+ engagementInteractionId: string;
53
+ id: string;
54
+ interactionSummary: string;
55
+ name: string;
56
+ ownerId: string;
57
+ parentTopicId: string;
58
+ processFailureReason: string;
59
+ processName: string;
60
+ processStatus: string;
61
+ processType: string;
62
+ relatedPersonId: string;
63
+ topicId: string;
64
+ }
@@ -0,0 +1,31 @@
1
+ import { ServiceExcellenceIdOutputRepresentation as ServiceExcellenceIdOutputRepresentation_ServiceExcellenceIdOutputRepresentation } from './ServiceExcellenceIdOutputRepresentation';
2
+ import { ServiceExcellenceStatusOutputRepresentation as ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation } from './ServiceExcellenceStatusOutputRepresentation';
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 = "c8f75fa2065c735a71e7d2cdbd7214be";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: EngagementTopicCreateOutputRepresentation, existing: EngagementTopicCreateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementTopicCreateOutputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: EngagementTopicCreateOutputRepresentationNormalized, incoming: EngagementTopicCreateOutputRepresentationNormalized): 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: EngagementTopicCreateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Output representation to create an engagement topic record along with the status
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface EngagementTopicCreateOutputRepresentationNormalized {
19
+ engagementTopic: ServiceExcellenceIdOutputRepresentation_ServiceExcellenceIdOutputRepresentation;
20
+ status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
21
+ }
22
+ /**
23
+ * Output representation to create an engagement topic record along with the status
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface EngagementTopicCreateOutputRepresentation {
29
+ engagementTopic: ServiceExcellenceIdOutputRepresentation_ServiceExcellenceIdOutputRepresentation;
30
+ status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
31
+ }
@@ -0,0 +1,58 @@
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 = "21bfd7903dd2aa2554d15891410a1239";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: EngagementTopicDetailsOutputRepresentation, existing: EngagementTopicDetailsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementTopicDetailsOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: EngagementTopicDetailsOutputRepresentationNormalized, incoming: EngagementTopicDetailsOutputRepresentationNormalized): 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: EngagementTopicDetailsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation to create an engagement topic record
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface EngagementTopicDetailsOutputRepresentationNormalized {
17
+ /** get engagement topic id */
18
+ id: string;
19
+ /** Fetches the interaction summary of the EngagementTopic. */
20
+ interactionSummary: string;
21
+ /** get name */
22
+ name: string;
23
+ /** get owner id reason */
24
+ ownerId: string;
25
+ /** get parent topic id */
26
+ parentTopicId: string;
27
+ /** get process failure reason */
28
+ processFailureReason: string;
29
+ /** get process name */
30
+ processName: string;
31
+ /** get process status */
32
+ processStatus: string;
33
+ /** get process type */
34
+ processType: string;
35
+ /** get related person id */
36
+ relatedPersonId: string;
37
+ /** get topic id */
38
+ topicId: string;
39
+ }
40
+ /**
41
+ * Output representation to create an engagement topic record
42
+ *
43
+ * Keys:
44
+ * (none)
45
+ */
46
+ export interface EngagementTopicDetailsOutputRepresentation {
47
+ id: string;
48
+ interactionSummary: string;
49
+ name: string;
50
+ ownerId: string;
51
+ parentTopicId: string;
52
+ processFailureReason: string;
53
+ processName: string;
54
+ processStatus: string;
55
+ processType: string;
56
+ relatedPersonId: string;
57
+ topicId: string;
58
+ }
@@ -0,0 +1,31 @@
1
+ import { EngagementTopicOutputRepresentation as EngagementTopicOutputRepresentation_EngagementTopicOutputRepresentation } from './EngagementTopicOutputRepresentation';
2
+ import { ServiceExcellenceStatusOutputRepresentation as ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation } from './ServiceExcellenceStatusOutputRepresentation';
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 = "393b55531e6ee55f5bc4863c7beb23c8";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: EngagementTopicFetchOutputRepresentation, existing: EngagementTopicFetchOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementTopicFetchOutputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: EngagementTopicFetchOutputRepresentationNormalized, incoming: EngagementTopicFetchOutputRepresentationNormalized): 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: EngagementTopicFetchOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Output representation to fetch an engagement topic record along with the status
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface EngagementTopicFetchOutputRepresentationNormalized {
19
+ engagementTopic: EngagementTopicOutputRepresentation_EngagementTopicOutputRepresentation;
20
+ status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
21
+ }
22
+ /**
23
+ * Output representation to fetch an engagement topic record along with the status
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface EngagementTopicFetchOutputRepresentation {
29
+ engagementTopic: EngagementTopicOutputRepresentation_EngagementTopicOutputRepresentation;
30
+ status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
31
+ }
@@ -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 = "4eac612ddd9a606a4499d27d63bbad1e";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: EngagementTopicListInputRepresentation, existing: EngagementTopicListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementTopicListInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: EngagementTopicListInputRepresentationNormalized, incoming: EngagementTopicListInputRepresentationNormalized): 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: EngagementTopicListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Wraps a list of engagementTopics
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface EngagementTopicListInputRepresentationNormalized {
17
+ /** List of EngagementTopic Fields */
18
+ engagementTopics: Array<{}>;
19
+ }
20
+ /**
21
+ * Wraps a list of engagementTopics
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface EngagementTopicListInputRepresentation {
27
+ engagementTopics: Array<{}>;
28
+ }
@@ -0,0 +1,65 @@
1
+ import { CustomFieldOutputRepresentation as CustomFieldOutputRepresentation_CustomFieldOutputRepresentation } from './CustomFieldOutputRepresentation';
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 = "7bc95162f6a70ede09e82a1ba8a562ad";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: EngagementTopicOutputRepresentation, existing: EngagementTopicOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementTopicOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: EngagementTopicOutputRepresentationNormalized, incoming: EngagementTopicOutputRepresentationNormalized): 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: EngagementTopicOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output representation to create an engagement topic record
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface EngagementTopicOutputRepresentationNormalized {
18
+ /** get list of custom fields */
19
+ customFields: Array<CustomFieldOutputRepresentation_CustomFieldOutputRepresentation>;
20
+ /** get engagement interaction id */
21
+ engagementInteractionId: string;
22
+ /** get engagement topic id */
23
+ id: string;
24
+ /** Fetches the interaction summary of the EngagementTopic. */
25
+ interactionSummary: string;
26
+ /** get name */
27
+ name: string;
28
+ /** get owner id */
29
+ ownerId: string;
30
+ /** get parent topic id */
31
+ parentTopicId: string;
32
+ /** get process failure reason */
33
+ processFailureReason: string;
34
+ /** get process name */
35
+ processName: string;
36
+ /** get process status */
37
+ processStatus: string;
38
+ /** get process type */
39
+ processType: string;
40
+ /** get related person id */
41
+ relatedPersonId: string;
42
+ /** get topic id */
43
+ topicId: string;
44
+ }
45
+ /**
46
+ * Output representation to create an engagement topic record
47
+ *
48
+ * Keys:
49
+ * (none)
50
+ */
51
+ export interface EngagementTopicOutputRepresentation {
52
+ customFields: Array<CustomFieldOutputRepresentation_CustomFieldOutputRepresentation>;
53
+ engagementInteractionId: string;
54
+ id: string;
55
+ interactionSummary: string;
56
+ name: string;
57
+ ownerId: string;
58
+ parentTopicId: string;
59
+ processFailureReason: string;
60
+ processName: string;
61
+ processStatus: string;
62
+ processType: string;
63
+ relatedPersonId: string;
64
+ topicId: string;
65
+ }
@@ -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 = "6cbf3ca6daa2e4a867f728b566333f38";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: EngagementsCreateInputRepresentation, existing: EngagementsCreateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementsCreateInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: EngagementsCreateInputRepresentationNormalized, incoming: EngagementsCreateInputRepresentationNormalized): 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: EngagementsCreateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation to create an engagement record
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface EngagementsCreateInputRepresentationNormalized {
17
+ /** Set the EngagementInteraction field for this container */
18
+ engagementInteraction: {};
19
+ }
20
+ /**
21
+ * Input representation to create an engagement record
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface EngagementsCreateInputRepresentation {
27
+ engagementInteraction: {};
28
+ }
@@ -0,0 +1,32 @@
1
+ import { EngagementInteractionOutputRepresentation as EngagementInteractionOutputRepresentation_EngagementInteractionOutputRepresentation } from './EngagementInteractionOutputRepresentation';
2
+ import { ServiceExcellenceStatusOutputRepresentation as ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation } from './ServiceExcellenceStatusOutputRepresentation';
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 = "aea04264545bc590c0edbea30e896f95";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: EngagementsFetchOutputRepresentation, existing: EngagementsFetchOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementsFetchOutputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: EngagementsFetchOutputRepresentationNormalized, incoming: EngagementsFetchOutputRepresentationNormalized): 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: EngagementsFetchOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Output representation to fetch an engagement record along with the status
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface EngagementsFetchOutputRepresentationNormalized {
19
+ /** get complete engagement interaction */
20
+ engagementInteraction: EngagementInteractionOutputRepresentation_EngagementInteractionOutputRepresentation;
21
+ status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
22
+ }
23
+ /**
24
+ * Output representation to fetch an engagement record along with the status
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface EngagementsFetchOutputRepresentation {
30
+ engagementInteraction: EngagementInteractionOutputRepresentation_EngagementInteractionOutputRepresentation;
31
+ status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
32
+ }
@@ -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 = "f63bc492ce808df0e05a77996b6884b7";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: EngagementsUpdateInputRepresentation, existing: EngagementsUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementsUpdateInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: EngagementsUpdateInputRepresentationNormalized, incoming: EngagementsUpdateInputRepresentationNormalized): 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: EngagementsUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation to update an engagement record
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface EngagementsUpdateInputRepresentationNormalized {
17
+ /** Set the list of EngagementAttendees field for this container */
18
+ engagementAttendees: Array<{}>;
19
+ /** Set the EngagementInteraction field for this container */
20
+ engagementInteraction: {};
21
+ /** Set the list of EngagementTopics field for this container */
22
+ engagementTopics: Array<{}>;
23
+ }
24
+ /**
25
+ * Input representation to update an engagement record
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface EngagementsUpdateInputRepresentation {
31
+ engagementAttendees: Array<{}>;
32
+ engagementInteraction: {};
33
+ engagementTopics: Array<{}>;
34
+ }
@@ -0,0 +1,32 @@
1
+ import { ServiceCatalogItemsOutputRepresentation as ServiceCatalogItemsOutputRepresentation_ServiceCatalogItemsOutputRepresentation } from './ServiceCatalogItemsOutputRepresentation';
2
+ import { ServiceExcellenceStatusOutputRepresentation as ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation } from './ServiceExcellenceStatusOutputRepresentation';
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 = "052bb9f73214cdd1afb6ca089dc5426f";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: RecentlyUsedActionsRepresentation, existing: RecentlyUsedActionsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecentlyUsedActionsRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: RecentlyUsedActionsRepresentationNormalized, incoming: RecentlyUsedActionsRepresentationNormalized): 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: RecentlyUsedActionsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Output representation of most recently used actions.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface RecentlyUsedActionsRepresentationNormalized {
19
+ /** get the recent used actions for given {userId, deploymentId, object} */
20
+ recentActions: Array<ServiceCatalogItemsOutputRepresentation_ServiceCatalogItemsOutputRepresentation>;
21
+ status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
22
+ }
23
+ /**
24
+ * Output representation of most recently used actions.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface RecentlyUsedActionsRepresentation {
30
+ recentActions: Array<ServiceCatalogItemsOutputRepresentation_ServiceCatalogItemsOutputRepresentation>;
31
+ status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
32
+ }