@salesforce/lds-adapters-industries-identityverification 1.100.2
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-identityverification.js +2870 -0
- package/dist/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/types/src/generated/adapters/buildVerificationContext.d.ts +16 -0
- package/dist/types/src/generated/adapters/createFormVerification.d.ts +17 -0
- package/dist/types/src/generated/adapters/identityVerification.d.ts +15 -0
- package/dist/types/src/generated/adapters/searchRecords.d.ts +15 -0
- package/dist/types/src/generated/artifacts/main.d.ts +4 -0
- package/dist/types/src/generated/artifacts/sfdc.d.ts +5 -0
- package/dist/types/src/generated/resources/getConnectIndustriesVideoCallParticipant.d.ts +16 -0
- package/dist/types/src/generated/resources/getConnectTimelineMetadataConfigurations.d.ts +15 -0
- package/dist/types/src/generated/resources/getConnectTimelineTimelineDefinitionsEventsByTimelineConfigFullNameAndTimelineObjRecordId.d.ts +23 -0
- package/dist/types/src/generated/resources/postConnectDocumentAutomationContentDocumentsLinkedObjectsByContentDocumentIdAndLinkedObjectId.d.ts +21 -0
- package/dist/types/src/generated/resources/postConnectIdentityVerificationBuildContextByProcessDefinitionName.d.ts +16 -0
- package/dist/types/src/generated/resources/postConnectIdentityVerificationInputVerification.d.ts +15 -0
- package/dist/types/src/generated/resources/postConnectIdentityVerificationSearch.d.ts +13 -0
- package/dist/types/src/generated/resources/postConnectIdentityVerificationVerification.d.ts +13 -0
- package/dist/types/src/generated/resources/postConnectIndustriesVideoCall.d.ts +16 -0
- package/dist/types/src/generated/resources/postConnectIndustriesVideoCallJoinCall.d.ts +15 -0
- package/dist/types/src/generated/resources/postConnectIndustriesVideoCallValidateSignature.d.ts +12 -0
- package/dist/types/src/generated/resources/putConnectIndustriesVideoCall.d.ts +10 -0
- package/dist/types/src/generated/resources/putConnectIndustriesVideoCallLeaveCall.d.ts +10 -0
- package/dist/types/src/generated/resources/putConnectIndustriesVideoCallParticipant.d.ts +10 -0
- package/dist/types/src/generated/types/BuildVerificationContextInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/BuildVerificationContextWrapperInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/ChimeAttendeeResultRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/ChimeMediaPlacementResultRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/ChimeMeetingResultRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/DocumentManagementInputRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/DocumentManagementResultRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/ErrorResponseRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/EvaluateVideoCallParticipantInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/EvaluateVideoCallParticipantResultRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/FieldValueInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/FieldValueListInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/FieldValueOutputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/FormVerificationDisplayRecordDetailsOutput.d.ts +32 -0
- package/dist/types/src/generated/types/FormVerificationFieldInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/FormVerificationFieldListInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/FormVerificationFieldListOutputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/FormVerificationFieldListRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/FormVerificationFieldOutputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/FormVerificationFieldRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/FormVerificationInputRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/FormVerificationOutputRepresentation.d.ts +59 -0
- package/dist/types/src/generated/types/FormVerificationReferenceRecordDetailsOutput.d.ts +32 -0
- package/dist/types/src/generated/types/FormVerificationRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/JoinVideoCallInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/JoinVideoCallResultRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/LeaveVideoCallInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/LeaveVideoCallResultRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/LinkedObjectFieldsMapInputRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/NotifyAccessResultRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/PageSpecification.d.ts +35 -0
- package/dist/types/src/generated/types/PageSpecificationListInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ProcessDefinitionInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ProcessDefinitionOutputRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/ProcessDetailInputRepresentation.d.ts +71 -0
- package/dist/types/src/generated/types/ProcessDetailListInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/ProcessDetailOutputRepresentation.d.ts +71 -0
- package/dist/types/src/generated/types/SearchFieldRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/SearchFilterInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/SearchFilterListInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/SearchInputRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/SearchOutputRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/SearchResultHeaderRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/SearchResultRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/SearchWrapperInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/SelectedSearchResultInputRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/SelectedSearchResultOutputRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/SelectedVerifiedResultInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/SelectedVerifiedResultOutputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/SetupCallInputRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/SetupCallResultRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/TimelineDataGetResultRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/TimelineElementRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/TimelineEntityRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/TimelineErrorRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/TimelineEventFieldRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/TimelineEventRepresentation.d.ts +45 -0
- package/dist/types/src/generated/types/TimelineEventTypeMetadataRepresentation.d.ts +54 -0
- package/dist/types/src/generated/types/TimelineEventTypeRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/TimelineMetadataDefinitionRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/TimelineMetadataResultRepresentation.d.ts +37 -0
- package/dist/types/src/generated/types/UpdateVideoCallInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/UpdateVideoCallResultRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ValidateSignatureInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ValidateSignatureResultRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/VerificationContextInputRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/VerificationContextOutputRepresentation.d.ts +57 -0
- package/dist/types/src/generated/types/VerificationContextWrapperInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/VerificationProcessFieldInputRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/VerificationProcessFieldListInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/VerificationProcessFieldListOutputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/VerificationProcessFieldOutputRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/VerifiedDetailsInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/VerifiedDetailsListInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/VerifiedDetailsOutputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/VerifiedResultInputRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/VerifiedResultOutputRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/VerifierInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/VerifierListInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/VerifierOutputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/VideoCallParticipantFieldRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/VideoCallParticipantRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/VideoCallParticipantResultRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/type-utils.d.ts +39 -0
- package/dist/umd/es2018/industries-identityverification.js +2881 -0
- package/dist/umd/es5/industries-identityverification.js +2920 -0
- package/package.json +66 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +2906 -0
- package/src/raml/api.raml +1521 -0
- package/src/raml/luvio.raml +42 -0
|
@@ -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 = "8f333fda3c43cdf36ba827cd2fb1fdf3";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TimelineErrorRepresentation, existing: TimelineErrorRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineErrorRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TimelineErrorRepresentationNormalized, incoming: TimelineErrorRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: TimelineErrorRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TimelineErrorRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Error response representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TimelineErrorRepresentationNormalized {
|
|
18
|
+
/** Code for Error */
|
|
19
|
+
code: string;
|
|
20
|
+
/** Message Error */
|
|
21
|
+
message: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Error response representation
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface TimelineErrorRepresentation {
|
|
30
|
+
code: string;
|
|
31
|
+
message: string;
|
|
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 = "7376c6f860d705950f87d03cda21ae03";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TimelineEventFieldRepresentation, existing: TimelineEventFieldRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineEventFieldRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TimelineEventFieldRepresentationNormalized, incoming: TimelineEventFieldRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: TimelineEventFieldRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TimelineEventFieldRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation of the Event Field that is returned as part of the GET Timeline Data Result
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TimelineEventFieldRepresentationNormalized {
|
|
18
|
+
/** Event Field Name */
|
|
19
|
+
name: string;
|
|
20
|
+
/** Event Field Value */
|
|
21
|
+
value: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Output representation of the Event Field that is returned as part of the GET Timeline Data Result
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface TimelineEventFieldRepresentation {
|
|
30
|
+
name: string;
|
|
31
|
+
value: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { TimelineEventFieldRepresentation as TimelineEventFieldRepresentation_TimelineEventFieldRepresentation } from './TimelineEventFieldRepresentation';
|
|
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 = "80a3058efd8d37fb9e7e51fb7d656b00";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: TimelineEventRepresentation, existing: TimelineEventRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineEventRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: TimelineEventRepresentationNormalized, incoming: TimelineEventRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: TimelineEventRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TimelineEventRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Output representation of the Event that is returned as part of the GET Timeline Data Result
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface TimelineEventRepresentationNormalized {
|
|
19
|
+
/** Description of the Event Entity */
|
|
20
|
+
description: string;
|
|
21
|
+
/** Date Time of the Event */
|
|
22
|
+
eventDateTime: string;
|
|
23
|
+
/** Fields of the Event */
|
|
24
|
+
fields: Array<TimelineEventFieldRepresentation_TimelineEventFieldRepresentation>;
|
|
25
|
+
/** Record Id */
|
|
26
|
+
id: string;
|
|
27
|
+
/** Title of the Event Entity */
|
|
28
|
+
title: string;
|
|
29
|
+
/** Event Entity Type */
|
|
30
|
+
type: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Output representation of the Event that is returned as part of the GET Timeline Data Result
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface TimelineEventRepresentation {
|
|
39
|
+
description: string;
|
|
40
|
+
eventDateTime: string;
|
|
41
|
+
fields: Array<TimelineEventFieldRepresentation_TimelineEventFieldRepresentation>;
|
|
42
|
+
id: string;
|
|
43
|
+
title: string;
|
|
44
|
+
type: string;
|
|
45
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { TimelineElementRepresentation as TimelineElementRepresentation_TimelineElementRepresentation } from './TimelineElementRepresentation';
|
|
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 = "c5c3afdc6b6ffbcfdbd96ff675089df4";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: TimelineEventTypeMetadataRepresentation, existing: TimelineEventTypeMetadataRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineEventTypeMetadataRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: TimelineEventTypeMetadataRepresentationNormalized, incoming: TimelineEventTypeMetadataRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: TimelineEventTypeMetadataRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TimelineEventTypeMetadataRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Output representation of Event Object that is returned as part of the GET Timeline metadata
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface TimelineEventTypeMetadataRepresentationNormalized {
|
|
19
|
+
/** Event Object anchor Reference field */
|
|
20
|
+
anchorReferenceField: TimelineElementRepresentation_TimelineElementRepresentation;
|
|
21
|
+
/** Event Entity API Name */
|
|
22
|
+
entityApiName: string;
|
|
23
|
+
/** Event Entity Label Name */
|
|
24
|
+
entityLabel: string;
|
|
25
|
+
/** Event Object fieldsToDisplay List */
|
|
26
|
+
fieldsToDisplay: Array<TimelineElementRepresentation_TimelineElementRepresentation>;
|
|
27
|
+
/** Event Object relatedlistsToDisplay List */
|
|
28
|
+
relatedlistsToDisplay: Array<TimelineElementRepresentation_TimelineElementRepresentation>;
|
|
29
|
+
/** Event Object relation type */
|
|
30
|
+
relationType: string;
|
|
31
|
+
/** Event Object sort field */
|
|
32
|
+
sortField: TimelineElementRepresentation_TimelineElementRepresentation;
|
|
33
|
+
/** Event Object subTitle field */
|
|
34
|
+
subTitle: TimelineElementRepresentation_TimelineElementRepresentation;
|
|
35
|
+
/** Event Object title field */
|
|
36
|
+
title: TimelineElementRepresentation_TimelineElementRepresentation;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Output representation of Event Object that is returned as part of the GET Timeline metadata
|
|
40
|
+
*
|
|
41
|
+
* Keys:
|
|
42
|
+
* (none)
|
|
43
|
+
*/
|
|
44
|
+
export interface TimelineEventTypeMetadataRepresentation {
|
|
45
|
+
anchorReferenceField: TimelineElementRepresentation_TimelineElementRepresentation;
|
|
46
|
+
entityApiName: string;
|
|
47
|
+
entityLabel: string;
|
|
48
|
+
fieldsToDisplay: Array<TimelineElementRepresentation_TimelineElementRepresentation>;
|
|
49
|
+
relatedlistsToDisplay: Array<TimelineElementRepresentation_TimelineElementRepresentation>;
|
|
50
|
+
relationType: string;
|
|
51
|
+
sortField: TimelineElementRepresentation_TimelineElementRepresentation;
|
|
52
|
+
subTitle: TimelineElementRepresentation_TimelineElementRepresentation;
|
|
53
|
+
title: TimelineElementRepresentation_TimelineElementRepresentation;
|
|
54
|
+
}
|
|
@@ -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 = "cd912fd3890ffef3507e1cd88ba51b55";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TimelineEventTypeRepresentation, existing: TimelineEventTypeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineEventTypeRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TimelineEventTypeRepresentationNormalized, incoming: TimelineEventTypeRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: TimelineEventTypeRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TimelineEventTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation of EventType that is returned as part of the GET Timeline Data Result
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TimelineEventTypeRepresentationNormalized {
|
|
18
|
+
/** Event API Name */
|
|
19
|
+
eventApiName: string;
|
|
20
|
+
/** Timeline Data Offset */
|
|
21
|
+
offset: number;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Output representation of EventType that is returned as part of the GET Timeline Data Result
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface TimelineEventTypeRepresentation {
|
|
30
|
+
eventApiName: string;
|
|
31
|
+
offset: number;
|
|
32
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { TimelineEntityRepresentation as TimelineEntityRepresentation_TimelineEntityRepresentation } from './TimelineEntityRepresentation';
|
|
2
|
+
import { TimelineEventTypeMetadataRepresentation as TimelineEventTypeMetadataRepresentation_TimelineEventTypeMetadataRepresentation } from './TimelineEventTypeMetadataRepresentation';
|
|
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 = "4d45a66a41112464bb69a8aab604fec9";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: TimelineMetadataDefinitionRepresentation, existing: TimelineMetadataDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineMetadataDefinitionRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: TimelineMetadataDefinitionRepresentationNormalized, incoming: TimelineMetadataDefinitionRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: TimelineMetadataDefinitionRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TimelineMetadataDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Output representation of Timeline Metadata from the GET Resource
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface TimelineMetadataDefinitionRepresentationNormalized {
|
|
20
|
+
/** TimelineMetadata Anchor Object */
|
|
21
|
+
anchorObject: TimelineEntityRepresentation_TimelineEntityRepresentation;
|
|
22
|
+
/** TimelineMetadata GET Resource fetch all event objects */
|
|
23
|
+
eventTypes: Array<TimelineEventTypeMetadataRepresentation_TimelineEventTypeMetadataRepresentation>;
|
|
24
|
+
/** TimelineMetadata Configuration Name */
|
|
25
|
+
fullName: string;
|
|
26
|
+
/** TimelineMetadata active status flag */
|
|
27
|
+
isActive: boolean;
|
|
28
|
+
/** TimelineMetadata Configuration Label */
|
|
29
|
+
masterLabel: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Output representation of Timeline Metadata from the GET Resource
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface TimelineMetadataDefinitionRepresentation {
|
|
38
|
+
anchorObject: TimelineEntityRepresentation_TimelineEntityRepresentation;
|
|
39
|
+
eventTypes: Array<TimelineEventTypeMetadataRepresentation_TimelineEventTypeMetadataRepresentation>;
|
|
40
|
+
fullName: string;
|
|
41
|
+
isActive: boolean;
|
|
42
|
+
masterLabel: string;
|
|
43
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { TimelineMetadataDefinitionRepresentation as TimelineMetadataDefinitionRepresentation_TimelineMetadataDefinitionRepresentation } from './TimelineMetadataDefinitionRepresentation';
|
|
2
|
+
import { TimelineErrorRepresentation as TimelineErrorRepresentation_TimelineErrorRepresentation } from './TimelineErrorRepresentation';
|
|
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 = "c88899f84d39b06f5827e7afa72392c7";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: TimelineMetadataResultRepresentation, existing: TimelineMetadataResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineMetadataResultRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: TimelineMetadataResultRepresentationNormalized, incoming: TimelineMetadataResultRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: TimelineMetadataResultRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TimelineMetadataResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Output representation of Timeline Metadata from the GET Resource
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface TimelineMetadataResultRepresentationNormalized {
|
|
20
|
+
/** TimelineMetadata GET Resource fetch all definitions */
|
|
21
|
+
definitions: Array<TimelineMetadataDefinitionRepresentation_TimelineMetadataDefinitionRepresentation>;
|
|
22
|
+
/** TimelineMetadata GET Resource List of Errors */
|
|
23
|
+
errors: Array<TimelineErrorRepresentation_TimelineErrorRepresentation>;
|
|
24
|
+
/** TimelineMetadata get status */
|
|
25
|
+
status: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Output representation of Timeline Metadata from the GET Resource
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface TimelineMetadataResultRepresentation {
|
|
34
|
+
definitions: Array<TimelineMetadataDefinitionRepresentation_TimelineMetadataDefinitionRepresentation>;
|
|
35
|
+
errors: Array<TimelineErrorRepresentation_TimelineErrorRepresentation>;
|
|
36
|
+
status: string;
|
|
37
|
+
}
|
|
@@ -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 = "2a936f9d3e6c3f9d07a49fa3622d5811";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: UpdateVideoCallInputRepresentation, existing: UpdateVideoCallInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UpdateVideoCallInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: UpdateVideoCallInputRepresentationNormalized, incoming: UpdateVideoCallInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: UpdateVideoCallInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: UpdateVideoCallInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for UpdateVideoCall
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateVideoCallInputRepresentationNormalized {
|
|
18
|
+
/** Set whether Video Call is ended or not */
|
|
19
|
+
isEnded: boolean;
|
|
20
|
+
/** Set Meeting Id for Video Call update */
|
|
21
|
+
meetingId: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Input representation for UpdateVideoCall
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface UpdateVideoCallInputRepresentation {
|
|
30
|
+
isEnded: boolean;
|
|
31
|
+
meetingId: string;
|
|
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 = "9cbbf8f734535884332756cf1d2e2c64";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: UpdateVideoCallResultRepresentation, existing: UpdateVideoCallResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UpdateVideoCallResultRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: UpdateVideoCallResultRepresentationNormalized, incoming: UpdateVideoCallResultRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: UpdateVideoCallResultRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: UpdateVideoCallResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation of UpdateVideoCall Result
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateVideoCallResultRepresentationNormalized {
|
|
18
|
+
/** UpdateVideoCall error messages */
|
|
19
|
+
errorMessage?: string;
|
|
20
|
+
/** UpdateVideoCall success flag */
|
|
21
|
+
isSuccess: boolean;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Output representation of UpdateVideoCall Result
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface UpdateVideoCallResultRepresentation {
|
|
30
|
+
errorMessage?: string;
|
|
31
|
+
isSuccess: boolean;
|
|
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 = "1f772b12333fefba770dc555a95ab4bd";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ValidateSignatureInputRepresentation, existing: ValidateSignatureInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ValidateSignatureInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ValidateSignatureInputRepresentationNormalized, incoming: ValidateSignatureInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ValidateSignatureInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ValidateSignatureInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for ValidateSignature
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ValidateSignatureInputRepresentationNormalized {
|
|
18
|
+
/** The signature to be validated */
|
|
19
|
+
signature: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Input representation for ValidateSignature
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ValidateSignatureInputRepresentation {
|
|
28
|
+
signature: string;
|
|
29
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 = "b94ce95c9a5575ebe49c8371f2f2be97";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ValidateSignatureResultRepresentation, existing: ValidateSignatureResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ValidateSignatureResultRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ValidateSignatureResultRepresentationNormalized, incoming: ValidateSignatureResultRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ValidateSignatureResultRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ValidateSignatureResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation of ValidateSignature
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ValidateSignatureResultRepresentationNormalized {
|
|
18
|
+
/** ValidateSignature error messages */
|
|
19
|
+
errorMessage?: string;
|
|
20
|
+
/** The external meeting id for the supplied signature */
|
|
21
|
+
externalMeetingId?: string;
|
|
22
|
+
/** ValidateSignature valid flag */
|
|
23
|
+
isValid: boolean;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Output representation of ValidateSignature
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface ValidateSignatureResultRepresentation {
|
|
32
|
+
errorMessage?: string;
|
|
33
|
+
externalMeetingId?: string;
|
|
34
|
+
isValid: boolean;
|
|
35
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { ProcessDefinitionInputRepresentation as ProcessDefinitionInputRepresentation_ProcessDefinitionInputRepresentation } from './ProcessDefinitionInputRepresentation';
|
|
2
|
+
import { SelectedSearchResultInputRepresentation as SelectedSearchResultInputRepresentation_SelectedSearchResultInputRepresentation } from './SelectedSearchResultInputRepresentation';
|
|
3
|
+
import { SelectedVerifiedResultInputRepresentation as SelectedVerifiedResultInputRepresentation_SelectedVerifiedResultInputRepresentation } from './SelectedVerifiedResultInputRepresentation';
|
|
4
|
+
import { VerifiedResultInputRepresentation as VerifiedResultInputRepresentation_VerifiedResultInputRepresentation } from './VerifiedResultInputRepresentation';
|
|
5
|
+
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';
|
|
6
|
+
export declare const VERSION = "9f49b4f656c3c17873bee11bc7505cb9";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
export declare function normalize(input: VerificationContextInputRepresentation, existing: VerificationContextInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VerificationContextInputRepresentationNormalized;
|
|
10
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
11
|
+
export declare function equals(existing: VerificationContextInputRepresentationNormalized, incoming: VerificationContextInputRepresentationNormalized): boolean;
|
|
12
|
+
export declare function deepFreeze(input: VerificationContextInputRepresentation): void;
|
|
13
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
14
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: VerificationContextInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
15
|
+
/**
|
|
16
|
+
* Input representation for verification context
|
|
17
|
+
*
|
|
18
|
+
* Keys:
|
|
19
|
+
* (none)
|
|
20
|
+
*/
|
|
21
|
+
export interface VerificationContextInputRepresentationNormalized {
|
|
22
|
+
/** Process Definition */
|
|
23
|
+
processDefinition: ProcessDefinitionInputRepresentation_ProcessDefinitionInputRepresentation;
|
|
24
|
+
/** Selected Search Result */
|
|
25
|
+
selectedSearchResult: SelectedSearchResultInputRepresentation_SelectedSearchResultInputRepresentation;
|
|
26
|
+
/** Selected Verified Result */
|
|
27
|
+
selectedVerifiedResult: SelectedVerifiedResultInputRepresentation_SelectedVerifiedResultInputRepresentation;
|
|
28
|
+
verifiedResult: VerifiedResultInputRepresentation_VerifiedResultInputRepresentation;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Input representation for verification context
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface VerificationContextInputRepresentation {
|
|
37
|
+
processDefinition: ProcessDefinitionInputRepresentation_ProcessDefinitionInputRepresentation;
|
|
38
|
+
selectedSearchResult: SelectedSearchResultInputRepresentation_SelectedSearchResultInputRepresentation;
|
|
39
|
+
selectedVerifiedResult: SelectedVerifiedResultInputRepresentation_SelectedVerifiedResultInputRepresentation;
|
|
40
|
+
verifiedResult: VerifiedResultInputRepresentation_VerifiedResultInputRepresentation;
|
|
41
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { ProcessDefinitionOutputRepresentation as ProcessDefinitionOutputRepresentation_ProcessDefinitionOutputRepresentation } from './ProcessDefinitionOutputRepresentation';
|
|
2
|
+
import { SelectedSearchResultOutputRepresentation as SelectedSearchResultOutputRepresentation_SelectedSearchResultOutputRepresentation } from './SelectedSearchResultOutputRepresentation';
|
|
3
|
+
import { SelectedVerifiedResultOutputRepresentation as SelectedVerifiedResultOutputRepresentation_SelectedVerifiedResultOutputRepresentation } from './SelectedVerifiedResultOutputRepresentation';
|
|
4
|
+
import { VerifiedResultOutputRepresentation as VerifiedResultOutputRepresentation_VerifiedResultOutputRepresentation } from './VerifiedResultOutputRepresentation';
|
|
5
|
+
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, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
6
|
+
export declare const TTL = 300;
|
|
7
|
+
export declare const VERSION = "4f545b10a56df76ef87654b567d69cd6";
|
|
8
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
9
|
+
export declare const RepresentationType: string;
|
|
10
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
11
|
+
message: string;
|
|
12
|
+
}
|
|
13
|
+
export type VerificationContextOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export type PartialVerificationContextOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
16
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): VerificationContextOutputRepresentationNormalizedKeyMetadata;
|
|
17
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: VerificationContextOutputRepresentation): string;
|
|
18
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: VerificationContextOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
19
|
+
export declare function normalize(input: VerificationContextOutputRepresentation, existing: VerificationContextOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VerificationContextOutputRepresentationNormalized;
|
|
20
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
21
|
+
export declare function equals(existing: VerificationContextOutputRepresentationNormalized, incoming: VerificationContextOutputRepresentationNormalized): boolean;
|
|
22
|
+
export declare function deepFreeze(input: VerificationContextOutputRepresentation): void;
|
|
23
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
24
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: VerificationContextOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
25
|
+
/**
|
|
26
|
+
* Representation of Verification Context
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* message (string): message
|
|
30
|
+
*/
|
|
31
|
+
export interface VerificationContextOutputRepresentationNormalized {
|
|
32
|
+
/** API result success/failure */
|
|
33
|
+
isSuccess: boolean;
|
|
34
|
+
/** API result message */
|
|
35
|
+
message: string;
|
|
36
|
+
/** Process Definition */
|
|
37
|
+
processDefinition: ProcessDefinitionOutputRepresentation_ProcessDefinitionOutputRepresentation;
|
|
38
|
+
/** Selected Search Result */
|
|
39
|
+
selectedSearchResult: SelectedSearchResultOutputRepresentation_SelectedSearchResultOutputRepresentation;
|
|
40
|
+
/** Selected Verified Result */
|
|
41
|
+
selectedVerifiedResult: SelectedVerifiedResultOutputRepresentation_SelectedVerifiedResultOutputRepresentation;
|
|
42
|
+
verifiedResult: VerifiedResultOutputRepresentation_VerifiedResultOutputRepresentation;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Representation of Verification Context
|
|
46
|
+
*
|
|
47
|
+
* Keys:
|
|
48
|
+
* message (string): message
|
|
49
|
+
*/
|
|
50
|
+
export interface VerificationContextOutputRepresentation {
|
|
51
|
+
isSuccess: boolean;
|
|
52
|
+
message: string;
|
|
53
|
+
processDefinition: ProcessDefinitionOutputRepresentation_ProcessDefinitionOutputRepresentation;
|
|
54
|
+
selectedSearchResult: SelectedSearchResultOutputRepresentation_SelectedSearchResultOutputRepresentation;
|
|
55
|
+
selectedVerifiedResult: SelectedVerifiedResultOutputRepresentation_SelectedVerifiedResultOutputRepresentation;
|
|
56
|
+
verifiedResult: VerifiedResultOutputRepresentation_VerifiedResultOutputRepresentation;
|
|
57
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { VerificationContextInputRepresentation as VerificationContextInputRepresentation_VerificationContextInputRepresentation } from './VerificationContextInputRepresentation';
|
|
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 = "8e6475d4e54d60a501b3cc6e50233d51";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: VerificationContextWrapperInputRepresentation, existing: VerificationContextWrapperInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VerificationContextWrapperInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: VerificationContextWrapperInputRepresentationNormalized, incoming: VerificationContextWrapperInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: VerificationContextWrapperInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: VerificationContextWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* wrapper of VerificationContextInputRepresentation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface VerificationContextWrapperInputRepresentationNormalized {
|
|
19
|
+
/** Input representation for VerificationContextInputRepresentation */
|
|
20
|
+
IdentityVerificationContextData: VerificationContextInputRepresentation_VerificationContextInputRepresentation;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* wrapper of VerificationContextInputRepresentation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface VerificationContextWrapperInputRepresentation {
|
|
29
|
+
IdentityVerificationContextData: VerificationContextInputRepresentation_VerificationContextInputRepresentation;
|
|
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 = "1e514ec52eec6691418da4a710177c01";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: VerificationProcessFieldInputRepresentation, existing: VerificationProcessFieldInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VerificationProcessFieldInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: VerificationProcessFieldInputRepresentationNormalized, incoming: VerificationProcessFieldInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: VerificationProcessFieldInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: VerificationProcessFieldInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for verification process field
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface VerificationProcessFieldInputRepresentationNormalized {
|
|
18
|
+
/** Data Source Type - Salesforce/External */
|
|
19
|
+
dataSourceType: string;
|
|
20
|
+
/** Data type */
|
|
21
|
+
dataType: string;
|
|
22
|
+
/** Developer Name */
|
|
23
|
+
developerName: string;
|
|
24
|
+
/** Field Name */
|
|
25
|
+
fieldName: string;
|
|
26
|
+
/** Field Type */
|
|
27
|
+
fieldType: string;
|
|
28
|
+
/** Field Value Formula */
|
|
29
|
+
fieldValueFormula: string;
|
|
30
|
+
/** Is Manual Input */
|
|
31
|
+
isManualInput: boolean;
|
|
32
|
+
/** Label value */
|
|
33
|
+
label: string;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Input representation for verification process field
|
|
37
|
+
*
|
|
38
|
+
* Keys:
|
|
39
|
+
* (none)
|
|
40
|
+
*/
|
|
41
|
+
export interface VerificationProcessFieldInputRepresentation {
|
|
42
|
+
dataSourceType: string;
|
|
43
|
+
dataType: string;
|
|
44
|
+
developerName: string;
|
|
45
|
+
fieldName: string;
|
|
46
|
+
fieldType: string;
|
|
47
|
+
fieldValueFormula: string;
|
|
48
|
+
isManualInput: boolean;
|
|
49
|
+
label: string;
|
|
50
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { VerificationProcessFieldInputRepresentation as VerificationProcessFieldInputRepresentation_VerificationProcessFieldInputRepresentation } from './VerificationProcessFieldInputRepresentation';
|
|
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 = "30466c30399b074091be79e69c98e328";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: VerificationProcessFieldListInputRepresentation, existing: VerificationProcessFieldListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VerificationProcessFieldListInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: VerificationProcessFieldListInputRepresentationNormalized, incoming: VerificationProcessFieldListInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: VerificationProcessFieldListInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: VerificationProcessFieldListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Input representation for list of verification process field
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface VerificationProcessFieldListInputRepresentationNormalized {
|
|
19
|
+
/** List of verificationProcessField */
|
|
20
|
+
verificationProcessFields: Array<VerificationProcessFieldInputRepresentation_VerificationProcessFieldInputRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation for list of verification process field
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface VerificationProcessFieldListInputRepresentation {
|
|
29
|
+
verificationProcessFields: Array<VerificationProcessFieldInputRepresentation_VerificationProcessFieldInputRepresentation>;
|
|
30
|
+
}
|