@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
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 60000;
|
|
3
|
+
export declare const VERSION = "07151ae56c2d1593d238dce78889bae0";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
+
requestIdentifier: string;
|
|
8
|
+
}
|
|
9
|
+
export type AuditTrailExportOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialAuditTrailExportOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
12
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): AuditTrailExportOutputRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: AuditTrailExportOutputRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: AuditTrailExportOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: AuditTrailExportOutputRepresentation, existing: AuditTrailExportOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AuditTrailExportOutputRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
17
|
+
export declare function equals(existing: AuditTrailExportOutputRepresentationNormalized, incoming: AuditTrailExportOutputRepresentationNormalized): boolean;
|
|
18
|
+
export declare function deepFreeze(input: AuditTrailExportOutputRepresentation): void;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AuditTrailExportOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
21
|
+
/**
|
|
22
|
+
* Output representation capturing the audit trail export
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* requestIdentifier (string): requestIdentifier
|
|
26
|
+
*/
|
|
27
|
+
export interface AuditTrailExportOutputRepresentationNormalized {
|
|
28
|
+
/** time at which the audit trail export was completed */
|
|
29
|
+
completedAt: string;
|
|
30
|
+
/** request id of the audit trail export */
|
|
31
|
+
requestIdentifier: string;
|
|
32
|
+
/** time at which the audit trail export was placed */
|
|
33
|
+
requestedAt: string;
|
|
34
|
+
/** id of the user who requested for the audit trail export */
|
|
35
|
+
requestedByUserId: string;
|
|
36
|
+
/** name of the user who requested for the audit trail export */
|
|
37
|
+
requestedByUserName: string;
|
|
38
|
+
/** status of the audit trail export */
|
|
39
|
+
status: string;
|
|
40
|
+
/** title of the audit trail export generated */
|
|
41
|
+
title: string;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Output representation capturing the audit trail export
|
|
45
|
+
*
|
|
46
|
+
* Keys:
|
|
47
|
+
* requestIdentifier (string): requestIdentifier
|
|
48
|
+
*/
|
|
49
|
+
export interface AuditTrailExportOutputRepresentation {
|
|
50
|
+
completedAt: string;
|
|
51
|
+
requestIdentifier: string;
|
|
52
|
+
requestedAt: string;
|
|
53
|
+
requestedByUserId: string;
|
|
54
|
+
requestedByUserName: string;
|
|
55
|
+
status: string;
|
|
56
|
+
title: string;
|
|
57
|
+
}
|
package/dist/es/es2018/types/src/generated/types/AuditTrailFileDownloadOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { AuditTrailLogOutputRepresentation as AuditTrailLogOutputRepresentation_AuditTrailLogOutputRepresentation } from './AuditTrailLogOutputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, 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 TTL = 60000;
|
|
4
|
+
export declare const VERSION = "19c94077a33b93089fd947bbe72c860c";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: AuditTrailFileDownloadOutputRepresentation, existing: AuditTrailFileDownloadOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AuditTrailFileDownloadOutputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
9
|
+
export declare function equals(existing: AuditTrailFileDownloadOutputRepresentationNormalized, incoming: AuditTrailFileDownloadOutputRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: AuditTrailFileDownloadOutputRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AuditTrailFileDownloadOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Output representation to download the exported audit trail data
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface AuditTrailFileDownloadOutputRepresentationNormalized {
|
|
20
|
+
/** list of audit trail log records */
|
|
21
|
+
auditTrailLogs: Array<AuditTrailLogOutputRepresentation_AuditTrailLogOutputRepresentation>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Output representation to download the exported audit trail data
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface AuditTrailFileDownloadOutputRepresentation {
|
|
30
|
+
auditTrailLogs: Array<AuditTrailLogOutputRepresentation_AuditTrailLogOutputRepresentation>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: AuditTrailFileExportInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AuditTrailFileExportInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Input representation to create an audit trail export
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface AuditTrailFileExportInputRepresentationNormalized {
|
|
19
|
+
/** Set the audit trail export */
|
|
20
|
+
auditTrailExportInput: AuditTrailExportInputRepresentation_AuditTrailExportInputRepresentation;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation to create an audit trail export
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface AuditTrailFileExportInputRepresentation {
|
|
29
|
+
auditTrailExportInput: AuditTrailExportInputRepresentation_AuditTrailExportInputRepresentation;
|
|
30
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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 = "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 function deepFreeze(input: AuditTrailLogOutputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AuditTrailLogOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation for a single audit log record
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface AuditTrailLogOutputRepresentationNormalized {
|
|
18
|
+
/** communication channel */
|
|
19
|
+
communicationChannel: string;
|
|
20
|
+
/** engagement topic */
|
|
21
|
+
engagementTopic: string;
|
|
22
|
+
/** initiating attendee */
|
|
23
|
+
initiatingAttendee: string;
|
|
24
|
+
/** initiating attendee type */
|
|
25
|
+
initiatingAttendeeType: string;
|
|
26
|
+
/** record name */
|
|
27
|
+
recordName: string;
|
|
28
|
+
/** verification status */
|
|
29
|
+
verificationStatus: string;
|
|
30
|
+
/** verification timestamp */
|
|
31
|
+
verificationTimestamp: string;
|
|
32
|
+
/** verification type */
|
|
33
|
+
verificationType: string;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Output representation for a single audit log record
|
|
37
|
+
*
|
|
38
|
+
* Keys:
|
|
39
|
+
* (none)
|
|
40
|
+
*/
|
|
41
|
+
export interface AuditTrailLogOutputRepresentation {
|
|
42
|
+
communicationChannel: string;
|
|
43
|
+
engagementTopic: string;
|
|
44
|
+
initiatingAttendee: string;
|
|
45
|
+
initiatingAttendeeType: string;
|
|
46
|
+
recordName: string;
|
|
47
|
+
verificationStatus: string;
|
|
48
|
+
verificationTimestamp: string;
|
|
49
|
+
verificationType: string;
|
|
50
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 = "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 function deepFreeze(input: CustomFieldOutputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: CustomFieldOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation for creating an engagement interaction, topic, or attendee record with a custom field.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CustomFieldOutputRepresentationNormalized {
|
|
18
|
+
/** Fetches the name of a custom field from a Salesforce object. */
|
|
19
|
+
key: string;
|
|
20
|
+
/** Fetches the value of a custom field from a Salesforce object. */
|
|
21
|
+
value: {};
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Output representation for creating an engagement interaction, topic, or attendee record with a custom field.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface CustomFieldOutputRepresentation {
|
|
30
|
+
key: string;
|
|
31
|
+
value: {};
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 = "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 function deepFreeze(input: CustomFieldsInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: CustomFieldsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for creating an engagement interaction, topic, or attendee record with a custom field.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CustomFieldsInputRepresentationNormalized {
|
|
18
|
+
/** Sets the name of a custom field in a Salesforce object. */
|
|
19
|
+
key: string;
|
|
20
|
+
/** Sets the value of a custom field in a Salesforce object. */
|
|
21
|
+
value: {};
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Input representation for creating an engagement interaction, topic, or attendee record with a custom field.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface CustomFieldsInputRepresentation {
|
|
30
|
+
key: string;
|
|
31
|
+
value: {};
|
|
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 = "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 function deepFreeze(input: CustomFieldsListInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: CustomFieldsListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Wraps a list of custom fields
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CustomFieldsListInputRepresentationNormalized {
|
|
18
|
+
/** List of custom fields */
|
|
19
|
+
customFields: Array<{}>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Wraps a list of custom fields
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface CustomFieldsListInputRepresentation {
|
|
28
|
+
customFields: Array<{}>;
|
|
29
|
+
}
|
package/dist/es/es2018/types/src/generated/types/EngagementAttendeeCreateInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
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 = "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 function deepFreeze(input: EngagementAttendeeCreateInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementAttendeeCreateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation to create an engagement attendee record
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface EngagementAttendeeCreateInputRepresentationNormalized {
|
|
18
|
+
/** Sets the value of the custom fields list for an EngagementAttendee. */
|
|
19
|
+
customFieldsList: Array<{}>;
|
|
20
|
+
/** Set the EndDateTime field for this EngagementAttendee */
|
|
21
|
+
endDateTime: string;
|
|
22
|
+
/** Set the ownerId field for this EngagementAttendee */
|
|
23
|
+
engagementInteractionId: string;
|
|
24
|
+
/** Set the ExternalAttendeeId field for this EngagementAttendee */
|
|
25
|
+
externalAttendeeId: string;
|
|
26
|
+
/** Set the id field for this EngagementAttendee */
|
|
27
|
+
id: string;
|
|
28
|
+
/** Set the InternalAttendeeId field for this EngagementAttendee */
|
|
29
|
+
internalAttendeeId: string;
|
|
30
|
+
/** Sets the value of the IsAuthenticated field for an EngagementAttendee. */
|
|
31
|
+
isAuthenticated: boolean;
|
|
32
|
+
/** Sets the value of the IsVerified field for an EngagementAttendee. */
|
|
33
|
+
isVerified: boolean;
|
|
34
|
+
/** Set the ownerId field for this EngagementAttendee */
|
|
35
|
+
ownerId: string;
|
|
36
|
+
/** Sets the value of the Role field for an EngagementAttendee. The possible values are Customer, Representative, and Contact Center Agent. */
|
|
37
|
+
role: string;
|
|
38
|
+
/** Set the StartDateTime field for this EngagementAttendee */
|
|
39
|
+
startDateTime: string;
|
|
40
|
+
/** Sets the value of the VerificationTime field for an EngagementAttendee. */
|
|
41
|
+
verificationTime: string;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Input representation to create an engagement attendee record
|
|
45
|
+
*
|
|
46
|
+
* Keys:
|
|
47
|
+
* (none)
|
|
48
|
+
*/
|
|
49
|
+
export interface EngagementAttendeeCreateInputRepresentation {
|
|
50
|
+
customFieldsList: Array<{}>;
|
|
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
|
+
}
|
package/dist/es/es2018/types/src/generated/types/EngagementAttendeeCreateOutputRepresentation.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 = "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 function deepFreeze(input: EngagementAttendeeCreateOutputRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementAttendeeCreateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Output representation to create an engagement attendee record along with the status
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface EngagementAttendeeCreateOutputRepresentationNormalized {
|
|
20
|
+
engagementAttendee: ServiceExcellenceIdOutputRepresentation_ServiceExcellenceIdOutputRepresentation;
|
|
21
|
+
status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Output representation to create an engagement attendee record along with the status
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface EngagementAttendeeCreateOutputRepresentation {
|
|
30
|
+
engagementAttendee: ServiceExcellenceIdOutputRepresentation_ServiceExcellenceIdOutputRepresentation;
|
|
31
|
+
status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
|
|
32
|
+
}
|
package/dist/es/es2018/types/src/generated/types/EngagementAttendeeFetchOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: EngagementAttendeeFetchOutputRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementAttendeeFetchOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Output representation to fetch an engagement attendee record along with the status
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface EngagementAttendeeFetchOutputRepresentationNormalized {
|
|
20
|
+
engagementAttendee: EngagementAttendeeOutputRepresentation_EngagementAttendeeOutputRepresentation;
|
|
21
|
+
status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Output representation to fetch an engagement attendee record along with the status
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface EngagementAttendeeFetchOutputRepresentation {
|
|
30
|
+
engagementAttendee: EngagementAttendeeOutputRepresentation_EngagementAttendeeOutputRepresentation;
|
|
31
|
+
status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
|
|
32
|
+
}
|
package/dist/es/es2018/types/src/generated/types/EngagementAttendeeListInputRepresentation.d.ts
ADDED
|
@@ -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 = "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 function deepFreeze(input: EngagementAttendeeListInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementAttendeeListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Wraps a list of engagementAttendees
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface EngagementAttendeeListInputRepresentationNormalized {
|
|
18
|
+
/** List of EngagementAttendee Fields */
|
|
19
|
+
engagementAttendees: Array<{}>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Wraps a list of engagementAttendees
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface EngagementAttendeeListInputRepresentation {
|
|
28
|
+
engagementAttendees: Array<{}>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
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 = "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 function deepFreeze(input: EngagementAttendeeOutputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementAttendeeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Output representation to create an engagement attendee record
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface EngagementAttendeeOutputRepresentationNormalized {
|
|
19
|
+
/** get list of custom fields */
|
|
20
|
+
customFields: Array<CustomFieldOutputRepresentation_CustomFieldOutputRepresentation>;
|
|
21
|
+
/** get end date-time */
|
|
22
|
+
endDateTime: string;
|
|
23
|
+
/** get engagement interaction id */
|
|
24
|
+
engagementInteractionId: string;
|
|
25
|
+
/** get external attendee id */
|
|
26
|
+
externalAttendeeId: string;
|
|
27
|
+
/** get attendee id */
|
|
28
|
+
id: string;
|
|
29
|
+
/** get internal attendee id */
|
|
30
|
+
internalAttendeeId: string;
|
|
31
|
+
/** Fetches the value of the IsAuthenticated field for an EngagementAttendee. */
|
|
32
|
+
isAuthenticated: boolean;
|
|
33
|
+
/** Fetches the value of the IsVerified field for an EngagementAttendee. */
|
|
34
|
+
isVerified: boolean;
|
|
35
|
+
/** get owner id */
|
|
36
|
+
ownerId: string;
|
|
37
|
+
/** Fetches the role of the EngagementAttendee. */
|
|
38
|
+
role: string;
|
|
39
|
+
/** get start date-time */
|
|
40
|
+
startDateTime: string;
|
|
41
|
+
/** Fetches the value of the VerificationTime field for an EngagementAttendee. */
|
|
42
|
+
verificationTime: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Output representation to create an engagement attendee record
|
|
46
|
+
*
|
|
47
|
+
* Keys:
|
|
48
|
+
* (none)
|
|
49
|
+
*/
|
|
50
|
+
export interface EngagementAttendeeOutputRepresentation {
|
|
51
|
+
customFields: Array<CustomFieldOutputRepresentation_CustomFieldOutputRepresentation>;
|
|
52
|
+
endDateTime: string;
|
|
53
|
+
engagementInteractionId: string;
|
|
54
|
+
externalAttendeeId: string;
|
|
55
|
+
id: string;
|
|
56
|
+
internalAttendeeId: string;
|
|
57
|
+
isAuthenticated: boolean;
|
|
58
|
+
isVerified: boolean;
|
|
59
|
+
ownerId: string;
|
|
60
|
+
role: string;
|
|
61
|
+
startDateTime: string;
|
|
62
|
+
verificationTime: string;
|
|
63
|
+
}
|
package/dist/es/es2018/types/src/generated/types/EngagementInteractionCreateInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
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 = "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 function deepFreeze(input: EngagementInteractionCreateInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementInteractionCreateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation to create an engagement interaction record
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface EngagementInteractionCreateInputRepresentationNormalized {
|
|
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
|
+
/** Sets the value of the custom fields list for an EngagementInteraction. */
|
|
29
|
+
customFieldsList: Array<{}>;
|
|
30
|
+
/** Set the EndDateTime field for this EngagementInteraction */
|
|
31
|
+
endDateTime: string;
|
|
32
|
+
/** Set the EngagementAttendees field for this EngagementInteraction */
|
|
33
|
+
engagementAttendees: Array<{}>;
|
|
34
|
+
/** Set the EngagementTopics field for this EngagementInteraction */
|
|
35
|
+
engagementTopics: Array<{}>;
|
|
36
|
+
/** Set the ExternalIdentifierId field for this EngagementInteraction */
|
|
37
|
+
externalIdentifierId: string;
|
|
38
|
+
/** Set the id field for this EngagementInteraction */
|
|
39
|
+
id: string;
|
|
40
|
+
/** Set the InitiatingAttendeeId field for this EngagementInteraction */
|
|
41
|
+
initiatingAttendeeId: string;
|
|
42
|
+
/** Set the mappedState field for this EngagementInteraction */
|
|
43
|
+
mappedState: string;
|
|
44
|
+
/** Sets the value of the PhoneNumber field for an EngagementInteraction. */
|
|
45
|
+
phoneNumber: string;
|
|
46
|
+
/** Sets the value of the Reason field for an EngagementInteraction. */
|
|
47
|
+
reason: string;
|
|
48
|
+
/** Set the Sentiment field for this EngagementInteraction */
|
|
49
|
+
sentiment: string;
|
|
50
|
+
/** Set the StartDateTime field for this EngagementInteraction */
|
|
51
|
+
startDateTime: string;
|
|
52
|
+
/** Set the status field for this EngagementInteraction */
|
|
53
|
+
status: string;
|
|
54
|
+
/** Set the type field for this EngagementInteraction */
|
|
55
|
+
type: string;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Input representation to create an engagement interaction record
|
|
59
|
+
*
|
|
60
|
+
* Keys:
|
|
61
|
+
* (none)
|
|
62
|
+
*/
|
|
63
|
+
export interface EngagementInteractionCreateInputRepresentation {
|
|
64
|
+
attendeeAuthenticated: boolean;
|
|
65
|
+
attendeeVerificationTime: string;
|
|
66
|
+
attendeeVerified: boolean;
|
|
67
|
+
communicationChannel: string;
|
|
68
|
+
contextId: string;
|
|
69
|
+
customFieldsList: Array<{}>;
|
|
70
|
+
endDateTime: string;
|
|
71
|
+
engagementAttendees: Array<{}>;
|
|
72
|
+
engagementTopics: Array<{}>;
|
|
73
|
+
externalIdentifierId: string;
|
|
74
|
+
id: string;
|
|
75
|
+
initiatingAttendeeId: string;
|
|
76
|
+
mappedState: string;
|
|
77
|
+
phoneNumber: string;
|
|
78
|
+
reason: string;
|
|
79
|
+
sentiment: string;
|
|
80
|
+
startDateTime: string;
|
|
81
|
+
status: string;
|
|
82
|
+
type: string;
|
|
83
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: EngagementInteractionCreateOutputRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EngagementInteractionCreateOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Output representation to create an engagement record along with the status
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface EngagementInteractionCreateOutputRepresentationNormalized {
|
|
20
|
+
engagementInteraction: EngagementInteractionIdsCreateOutputRepresentation_EngagementInteractionIdsCreateOutputRepresentation;
|
|
21
|
+
status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Output representation to create an engagement record along with the status
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface EngagementInteractionCreateOutputRepresentation {
|
|
30
|
+
engagementInteraction: EngagementInteractionIdsCreateOutputRepresentation_EngagementInteractionIdsCreateOutputRepresentation;
|
|
31
|
+
status: ServiceExcellenceStatusOutputRepresentation_ServiceExcellenceStatusOutputRepresentation;
|
|
32
|
+
}
|