@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,29 @@
1
+ import { AuditTrailExportInputRepresentation as AuditTrailExportInputRepresentation_AuditTrailExportInputRepresentation } from './AuditTrailExportInputRepresentation';
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 = "5c5d44dfcf526f7aa37f8cc284b3257b";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AuditTrailFileExportInputRepresentation, existing: AuditTrailFileExportInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AuditTrailFileExportInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AuditTrailFileExportInputRepresentationNormalized, incoming: AuditTrailFileExportInputRepresentationNormalized): 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: AuditTrailFileExportInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation to create an audit trail export
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AuditTrailFileExportInputRepresentationNormalized {
18
+ /** Set the audit trail export */
19
+ auditTrailExportInput: AuditTrailExportInputRepresentation_AuditTrailExportInputRepresentation;
20
+ }
21
+ /**
22
+ * Input representation to create an audit trail export
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface AuditTrailFileExportInputRepresentation {
28
+ auditTrailExportInput: AuditTrailExportInputRepresentation_AuditTrailExportInputRepresentation;
29
+ }
@@ -0,0 +1,49 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "2b33c9619879c9782c8a998e4f8c4710";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AuditTrailLogOutputRepresentation, existing: AuditTrailLogOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AuditTrailLogOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AuditTrailLogOutputRepresentationNormalized, incoming: AuditTrailLogOutputRepresentationNormalized): 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: AuditTrailLogOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation for a single audit log record
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AuditTrailLogOutputRepresentationNormalized {
17
+ /** communication channel */
18
+ communicationChannel: string;
19
+ /** engagement topic */
20
+ engagementTopic: string;
21
+ /** initiating attendee */
22
+ initiatingAttendee: string;
23
+ /** initiating attendee type */
24
+ initiatingAttendeeType: string;
25
+ /** record name */
26
+ recordName: string;
27
+ /** verification status */
28
+ verificationStatus: string;
29
+ /** verification timestamp */
30
+ verificationTimestamp: string;
31
+ /** verification type */
32
+ verificationType: string;
33
+ }
34
+ /**
35
+ * Output representation for a single audit log record
36
+ *
37
+ * Keys:
38
+ * (none)
39
+ */
40
+ export interface AuditTrailLogOutputRepresentation {
41
+ communicationChannel: string;
42
+ engagementTopic: string;
43
+ initiatingAttendee: string;
44
+ initiatingAttendeeType: string;
45
+ recordName: string;
46
+ verificationStatus: string;
47
+ verificationTimestamp: string;
48
+ verificationType: string;
49
+ }
@@ -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 = "8afeef208b4c5d833ac8d5239d2bcb39";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CustomFieldOutputRepresentation, existing: CustomFieldOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CustomFieldOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CustomFieldOutputRepresentationNormalized, incoming: CustomFieldOutputRepresentationNormalized): 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: CustomFieldOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation for creating an engagement interaction, topic, or attendee record with a custom field.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CustomFieldOutputRepresentationNormalized {
17
+ /** Fetches the name of a custom field from a Salesforce object. */
18
+ key: string;
19
+ /** Fetches the value of a custom field from a Salesforce object. */
20
+ value: {};
21
+ }
22
+ /**
23
+ * Output representation for creating an engagement interaction, topic, or attendee record with a custom field.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface CustomFieldOutputRepresentation {
29
+ key: string;
30
+ value: {};
31
+ }
@@ -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 = "12ff704717dbce5dfcfe48dd26099c4c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CustomFieldsInputRepresentation, existing: CustomFieldsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CustomFieldsInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CustomFieldsInputRepresentationNormalized, incoming: CustomFieldsInputRepresentationNormalized): 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: CustomFieldsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for creating an engagement interaction, topic, or attendee record with a custom field.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CustomFieldsInputRepresentationNormalized {
17
+ /** Sets the name of a custom field in a Salesforce object. */
18
+ key: string;
19
+ /** Sets the value of a custom field in a Salesforce object. */
20
+ value: {};
21
+ }
22
+ /**
23
+ * Input representation for creating an engagement interaction, topic, or attendee record with a custom field.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface CustomFieldsInputRepresentation {
29
+ key: string;
30
+ value: {};
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 = "da1d925f166e1306e3808db5aae848b5";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CustomFieldsListInputRepresentation, existing: CustomFieldsListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CustomFieldsListInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CustomFieldsListInputRepresentationNormalized, incoming: CustomFieldsListInputRepresentationNormalized): 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: CustomFieldsListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Wraps a list of custom fields
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CustomFieldsListInputRepresentationNormalized {
17
+ /** List of custom fields */
18
+ customFields: Array<{}>;
19
+ }
20
+ /**
21
+ * Wraps a list of custom fields
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface CustomFieldsListInputRepresentation {
27
+ customFields: Array<{}>;
28
+ }
@@ -0,0 +1,61 @@
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 = "800e5cc53e35b57ca9514f8b57bfae05";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: EngagementAttendeeCreateInputRepresentation, existing: EngagementAttendeeCreateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementAttendeeCreateInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: EngagementAttendeeCreateInputRepresentationNormalized, incoming: EngagementAttendeeCreateInputRepresentationNormalized): 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: EngagementAttendeeCreateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation to create an engagement attendee record
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface EngagementAttendeeCreateInputRepresentationNormalized {
17
+ /** Sets the value of the custom fields list for an EngagementAttendee. */
18
+ customFieldsList: Array<{}>;
19
+ /** Set the EndDateTime field for this EngagementAttendee */
20
+ endDateTime: string;
21
+ /** Set the ownerId field for this EngagementAttendee */
22
+ engagementInteractionId: string;
23
+ /** Set the ExternalAttendeeId field for this EngagementAttendee */
24
+ externalAttendeeId: string;
25
+ /** Set the id field for this EngagementAttendee */
26
+ id: string;
27
+ /** Set the InternalAttendeeId field for this EngagementAttendee */
28
+ internalAttendeeId: string;
29
+ /** Sets the value of the IsAuthenticated field for an EngagementAttendee. */
30
+ isAuthenticated: boolean;
31
+ /** Sets the value of the IsVerified field for an EngagementAttendee. */
32
+ isVerified: boolean;
33
+ /** Set the ownerId field for this EngagementAttendee */
34
+ ownerId: string;
35
+ /** Sets the value of the Role field for an EngagementAttendee. The possible values are Customer, Representative, and Contact Center Agent. */
36
+ role: string;
37
+ /** Set the StartDateTime field for this EngagementAttendee */
38
+ startDateTime: string;
39
+ /** Sets the value of the VerificationTime field for an EngagementAttendee. */
40
+ verificationTime: string;
41
+ }
42
+ /**
43
+ * Input representation to create an engagement attendee record
44
+ *
45
+ * Keys:
46
+ * (none)
47
+ */
48
+ export interface EngagementAttendeeCreateInputRepresentation {
49
+ customFieldsList: Array<{}>;
50
+ endDateTime: string;
51
+ engagementInteractionId: string;
52
+ externalAttendeeId: string;
53
+ id: string;
54
+ internalAttendeeId: string;
55
+ isAuthenticated: boolean;
56
+ isVerified: boolean;
57
+ ownerId: string;
58
+ role: string;
59
+ startDateTime: string;
60
+ verificationTime: string;
61
+ }
@@ -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 = "9b42a4197c1cce7dad0626cf01e6ae4f";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: EngagementAttendeeCreateOutputRepresentation, existing: EngagementAttendeeCreateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementAttendeeCreateOutputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: EngagementAttendeeCreateOutputRepresentationNormalized, incoming: EngagementAttendeeCreateOutputRepresentationNormalized): 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: EngagementAttendeeCreateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Output representation to create an engagement attendee record along with the status
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface EngagementAttendeeCreateOutputRepresentationNormalized {
19
+ engagementAttendee: ServiceExcellenceIdOutputRepresentation_ServiceExcellenceIdOutputRepresentation;
20
+ status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
21
+ }
22
+ /**
23
+ * Output representation to create an engagement attendee record along with the status
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface EngagementAttendeeCreateOutputRepresentation {
29
+ engagementAttendee: ServiceExcellenceIdOutputRepresentation_ServiceExcellenceIdOutputRepresentation;
30
+ status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
31
+ }
@@ -0,0 +1,31 @@
1
+ import { EngagementAttendeeOutputRepresentation as EngagementAttendeeOutputRepresentation_EngagementAttendeeOutputRepresentation } from './EngagementAttendeeOutputRepresentation';
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 = "4c6166556769c57990d4351897106c19";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: EngagementAttendeeFetchOutputRepresentation, existing: EngagementAttendeeFetchOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementAttendeeFetchOutputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: EngagementAttendeeFetchOutputRepresentationNormalized, incoming: EngagementAttendeeFetchOutputRepresentationNormalized): 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: EngagementAttendeeFetchOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Output representation to fetch an engagement attendee record along with the status
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface EngagementAttendeeFetchOutputRepresentationNormalized {
19
+ engagementAttendee: EngagementAttendeeOutputRepresentation_EngagementAttendeeOutputRepresentation;
20
+ status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
21
+ }
22
+ /**
23
+ * Output representation to fetch an engagement attendee record along with the status
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface EngagementAttendeeFetchOutputRepresentation {
29
+ engagementAttendee: EngagementAttendeeOutputRepresentation_EngagementAttendeeOutputRepresentation;
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 = "2caf24aa0627ef13c5dddab907931310";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: EngagementAttendeeListInputRepresentation, existing: EngagementAttendeeListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementAttendeeListInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: EngagementAttendeeListInputRepresentationNormalized, incoming: EngagementAttendeeListInputRepresentationNormalized): 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: EngagementAttendeeListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Wraps a list of engagementAttendees
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface EngagementAttendeeListInputRepresentationNormalized {
17
+ /** List of EngagementAttendee Fields */
18
+ engagementAttendees: Array<{}>;
19
+ }
20
+ /**
21
+ * Wraps a list of engagementAttendees
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface EngagementAttendeeListInputRepresentation {
27
+ engagementAttendees: Array<{}>;
28
+ }
@@ -0,0 +1,62 @@
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 = "cf761f352a9ba66a9cb51c8cff774d20";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: EngagementAttendeeOutputRepresentation, existing: EngagementAttendeeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementAttendeeOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: EngagementAttendeeOutputRepresentationNormalized, incoming: EngagementAttendeeOutputRepresentationNormalized): 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: EngagementAttendeeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output representation to create an engagement attendee record
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface EngagementAttendeeOutputRepresentationNormalized {
18
+ /** get list of custom fields */
19
+ customFields: Array<CustomFieldOutputRepresentation_CustomFieldOutputRepresentation>;
20
+ /** get end date-time */
21
+ endDateTime: string;
22
+ /** get engagement interaction id */
23
+ engagementInteractionId: string;
24
+ /** get external attendee id */
25
+ externalAttendeeId: string;
26
+ /** get attendee id */
27
+ id: string;
28
+ /** get internal attendee id */
29
+ internalAttendeeId: string;
30
+ /** Fetches the value of the IsAuthenticated field for an EngagementAttendee. */
31
+ isAuthenticated: boolean;
32
+ /** Fetches the value of the IsVerified field for an EngagementAttendee. */
33
+ isVerified: boolean;
34
+ /** get owner id */
35
+ ownerId: string;
36
+ /** Fetches the role of the EngagementAttendee. */
37
+ role: string;
38
+ /** get start date-time */
39
+ startDateTime: string;
40
+ /** Fetches the value of the VerificationTime field for an EngagementAttendee. */
41
+ verificationTime: string;
42
+ }
43
+ /**
44
+ * Output representation to create an engagement attendee record
45
+ *
46
+ * Keys:
47
+ * (none)
48
+ */
49
+ export interface EngagementAttendeeOutputRepresentation {
50
+ customFields: Array<CustomFieldOutputRepresentation_CustomFieldOutputRepresentation>;
51
+ endDateTime: string;
52
+ engagementInteractionId: string;
53
+ externalAttendeeId: string;
54
+ id: string;
55
+ internalAttendeeId: string;
56
+ isAuthenticated: boolean;
57
+ isVerified: boolean;
58
+ ownerId: string;
59
+ role: string;
60
+ startDateTime: string;
61
+ verificationTime: string;
62
+ }
@@ -0,0 +1,82 @@
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 = "08884b5d8ca719b8997b3700069a7106";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: EngagementInteractionCreateInputRepresentation, existing: EngagementInteractionCreateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementInteractionCreateInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: EngagementInteractionCreateInputRepresentationNormalized, incoming: EngagementInteractionCreateInputRepresentationNormalized): 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: EngagementInteractionCreateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation to create an engagement interaction record
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface EngagementInteractionCreateInputRepresentationNormalized {
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
+ /** Sets the value of the custom fields list for an EngagementInteraction. */
28
+ customFieldsList: Array<{}>;
29
+ /** Set the EndDateTime field for this EngagementInteraction */
30
+ endDateTime: string;
31
+ /** Set the EngagementAttendees field for this EngagementInteraction */
32
+ engagementAttendees: Array<{}>;
33
+ /** Set the EngagementTopics field for this EngagementInteraction */
34
+ engagementTopics: Array<{}>;
35
+ /** Set the ExternalIdentifierId field for this EngagementInteraction */
36
+ externalIdentifierId: string;
37
+ /** Set the id field for this EngagementInteraction */
38
+ id: string;
39
+ /** Set the InitiatingAttendeeId field for this EngagementInteraction */
40
+ initiatingAttendeeId: string;
41
+ /** Set the mappedState field for this EngagementInteraction */
42
+ mappedState: string;
43
+ /** Sets the value of the PhoneNumber field for an EngagementInteraction. */
44
+ phoneNumber: string;
45
+ /** Sets the value of the Reason field for an EngagementInteraction. */
46
+ reason: string;
47
+ /** Set the Sentiment field for this EngagementInteraction */
48
+ sentiment: string;
49
+ /** Set the StartDateTime field for this EngagementInteraction */
50
+ startDateTime: string;
51
+ /** Set the status field for this EngagementInteraction */
52
+ status: string;
53
+ /** Set the type field for this EngagementInteraction */
54
+ type: string;
55
+ }
56
+ /**
57
+ * Input representation to create an engagement interaction record
58
+ *
59
+ * Keys:
60
+ * (none)
61
+ */
62
+ export interface EngagementInteractionCreateInputRepresentation {
63
+ attendeeAuthenticated: boolean;
64
+ attendeeVerificationTime: string;
65
+ attendeeVerified: boolean;
66
+ communicationChannel: string;
67
+ contextId: string;
68
+ customFieldsList: Array<{}>;
69
+ endDateTime: string;
70
+ engagementAttendees: Array<{}>;
71
+ engagementTopics: Array<{}>;
72
+ externalIdentifierId: string;
73
+ id: string;
74
+ initiatingAttendeeId: string;
75
+ mappedState: string;
76
+ phoneNumber: string;
77
+ reason: string;
78
+ sentiment: string;
79
+ startDateTime: string;
80
+ status: string;
81
+ type: string;
82
+ }
@@ -0,0 +1,31 @@
1
+ import { EngagementInteractionIdsCreateOutputRepresentation as EngagementInteractionIdsCreateOutputRepresentation_EngagementInteractionIdsCreateOutputRepresentation } from './EngagementInteractionIdsCreateOutputRepresentation';
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 = "e034772f748c1bca51336d6d00227541";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: EngagementInteractionCreateOutputRepresentation, existing: EngagementInteractionCreateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementInteractionCreateOutputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: EngagementInteractionCreateOutputRepresentationNormalized, incoming: EngagementInteractionCreateOutputRepresentationNormalized): 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: EngagementInteractionCreateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Output representation to create an engagement record along with the status
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface EngagementInteractionCreateOutputRepresentationNormalized {
19
+ engagementInteraction: EngagementInteractionIdsCreateOutputRepresentation_EngagementInteractionIdsCreateOutputRepresentation;
20
+ status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
21
+ }
22
+ /**
23
+ * Output representation to create an engagement record along with the status
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface EngagementInteractionCreateOutputRepresentation {
29
+ engagementInteraction: EngagementInteractionIdsCreateOutputRepresentation_EngagementInteractionIdsCreateOutputRepresentation;
30
+ status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
31
+ }
@@ -0,0 +1,31 @@
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 = "304f0b267a04fb29a9c24c3112dc8adb";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: EngagementInteractionFetchOutputRepresentation, existing: EngagementInteractionFetchOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementInteractionFetchOutputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: EngagementInteractionFetchOutputRepresentationNormalized, incoming: EngagementInteractionFetchOutputRepresentationNormalized): 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: EngagementInteractionFetchOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Output representation to fetch an engagement interaction record along with the status
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface EngagementInteractionFetchOutputRepresentationNormalized {
19
+ engagementInteraction: EngagementInteractionOutputRepresentation_EngagementInteractionOutputRepresentation;
20
+ status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
21
+ }
22
+ /**
23
+ * Output representation to fetch an engagement interaction record along with the status
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface EngagementInteractionFetchOutputRepresentation {
29
+ engagementInteraction: EngagementInteractionOutputRepresentation_EngagementInteractionOutputRepresentation;
30
+ status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
31
+ }
@@ -0,0 +1,35 @@
1
+ import { ServiceExcellenceIdOutputRepresentation as ServiceExcellenceIdOutputRepresentation_ServiceExcellenceIdOutputRepresentation } from './ServiceExcellenceIdOutputRepresentation';
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 = "700d8bc6b7628258e73fc54d143e201b";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: EngagementInteractionIdsCreateOutputRepresentation, existing: EngagementInteractionIdsCreateOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementInteractionIdsCreateOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: EngagementInteractionIdsCreateOutputRepresentationNormalized, incoming: EngagementInteractionIdsCreateOutputRepresentationNormalized): 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: EngagementInteractionIdsCreateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output representation to create an engagement ID
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface EngagementInteractionIdsCreateOutputRepresentationNormalized {
18
+ /** get attendee list */
19
+ engagementAttendees: Array<ServiceExcellenceIdOutputRepresentation_ServiceExcellenceIdOutputRepresentation>;
20
+ /** get topic list */
21
+ engagementTopics: Array<ServiceExcellenceIdOutputRepresentation_ServiceExcellenceIdOutputRepresentation>;
22
+ /** get engagement interaction id */
23
+ id: string;
24
+ }
25
+ /**
26
+ * Output representation to create an engagement ID
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface EngagementInteractionIdsCreateOutputRepresentation {
32
+ engagementAttendees: Array<ServiceExcellenceIdOutputRepresentation_ServiceExcellenceIdOutputRepresentation>;
33
+ engagementTopics: Array<ServiceExcellenceIdOutputRepresentation_ServiceExcellenceIdOutputRepresentation>;
34
+ id: string;
35
+ }