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