@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,42 @@
|
|
|
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 = "d0849943bf16c2af9b0bde4ccc798e4a";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DocumentManagementInputRepresentation, existing: DocumentManagementInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DocumentManagementInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DocumentManagementInputRepresentationNormalized, incoming: DocumentManagementInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: DocumentManagementInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: DocumentManagementInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for DocumentManagement
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DocumentManagementInputRepresentationNormalized {
|
|
18
|
+
/** Is Ocr Requested */
|
|
19
|
+
isOcrRequested: boolean;
|
|
20
|
+
/** Set Linked Object Fields Map */
|
|
21
|
+
linkedObjectFieldsMap: {
|
|
22
|
+
[key: string]: string;
|
|
23
|
+
};
|
|
24
|
+
/** Set Page Specification List */
|
|
25
|
+
pageSpecificationList: Array<{}>;
|
|
26
|
+
/** Set Target File Name */
|
|
27
|
+
targetFileName: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Input representation for DocumentManagement
|
|
31
|
+
*
|
|
32
|
+
* Keys:
|
|
33
|
+
* (none)
|
|
34
|
+
*/
|
|
35
|
+
export interface DocumentManagementInputRepresentation {
|
|
36
|
+
isOcrRequested: boolean;
|
|
37
|
+
linkedObjectFieldsMap: {
|
|
38
|
+
[key: string]: string;
|
|
39
|
+
};
|
|
40
|
+
pageSpecificationList: Array<{}>;
|
|
41
|
+
targetFileName: string;
|
|
42
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { ErrorResponseRepresentation as ErrorResponseRepresentation_ErrorResponseRepresentation } from './ErrorResponseRepresentation';
|
|
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 = "6d3185056a832bdaee05eaa63061bd50";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DocumentManagementResultRepresentation, existing: DocumentManagementResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DocumentManagementResultRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DocumentManagementResultRepresentationNormalized, incoming: DocumentManagementResultRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: DocumentManagementResultRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: DocumentManagementResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Output representation of Document Management Output Result
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface DocumentManagementResultRepresentationNormalized {
|
|
19
|
+
/** Content Document Id */
|
|
20
|
+
contentDocumentId: string;
|
|
21
|
+
error: ErrorResponseRepresentation_ErrorResponseRepresentation;
|
|
22
|
+
/** Document Management success flag */
|
|
23
|
+
isSuccess: boolean;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Output representation of Document Management Output Result
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface DocumentManagementResultRepresentation {
|
|
32
|
+
contentDocumentId: string;
|
|
33
|
+
error: ErrorResponseRepresentation_ErrorResponseRepresentation;
|
|
34
|
+
isSuccess: boolean;
|
|
35
|
+
}
|
|
@@ -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 = "b09b53fb4bc0d114197d5d7fffe6c4af";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ErrorResponseRepresentation, existing: ErrorResponseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ErrorResponseRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ErrorResponseRepresentationNormalized, incoming: ErrorResponseRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ErrorResponseRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ErrorResponseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Error response representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ErrorResponseRepresentationNormalized {
|
|
18
|
+
/** Code for Error */
|
|
19
|
+
code: string;
|
|
20
|
+
/** Message stating the reason for error, if any */
|
|
21
|
+
message: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Error response representation
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface ErrorResponseRepresentation {
|
|
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 = "dff26bb7bfabacb842d8710d4d925c9b";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: EvaluateVideoCallParticipantInputRepresentation, existing: EvaluateVideoCallParticipantInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EvaluateVideoCallParticipantInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: EvaluateVideoCallParticipantInputRepresentationNormalized, incoming: EvaluateVideoCallParticipantInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: EvaluateVideoCallParticipantInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EvaluateVideoCallParticipantInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for VideoCall EvaluateCaller
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface EvaluateVideoCallParticipantInputRepresentationNormalized {
|
|
18
|
+
/** Set whether caller is accepted for Video Call */
|
|
19
|
+
isAccepted: boolean;
|
|
20
|
+
/** Set Participant Id for Video Caller Evaluation */
|
|
21
|
+
participantId: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Input representation for VideoCall EvaluateCaller
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface EvaluateVideoCallParticipantInputRepresentation {
|
|
30
|
+
isAccepted: boolean;
|
|
31
|
+
participantId: 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 = "cb124833f5cd3fbdcf85cf6ea55c3fc9";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: EvaluateVideoCallParticipantResultRepresentation, existing: EvaluateVideoCallParticipantResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EvaluateVideoCallParticipantResultRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: EvaluateVideoCallParticipantResultRepresentationNormalized, incoming: EvaluateVideoCallParticipantResultRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: EvaluateVideoCallParticipantResultRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EvaluateVideoCallParticipantResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation of EvaluateCallerVideoCall Result
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface EvaluateVideoCallParticipantResultRepresentationNormalized {
|
|
18
|
+
/** EvaluateCallerVideoCall error messages */
|
|
19
|
+
errorMessage?: string;
|
|
20
|
+
/** EvaluateCallerVideoCall success flag */
|
|
21
|
+
isSuccess: boolean;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Output representation of EvaluateCallerVideoCall Result
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface EvaluateVideoCallParticipantResultRepresentation {
|
|
30
|
+
errorMessage?: string;
|
|
31
|
+
isSuccess: boolean;
|
|
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 = "f13f210cb25516cae95cf5689aeb1c1e";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: FieldValueInputRepresentation, existing: FieldValueInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FieldValueInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: FieldValueInputRepresentationNormalized, incoming: FieldValueInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: FieldValueInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FieldValueInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for each field
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface FieldValueInputRepresentationNormalized {
|
|
18
|
+
/** Developer Name */
|
|
19
|
+
developerName: string;
|
|
20
|
+
/** Value */
|
|
21
|
+
value: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Input representation for each field
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface FieldValueInputRepresentation {
|
|
30
|
+
developerName: string;
|
|
31
|
+
value: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { FieldValueInputRepresentation as FieldValueInputRepresentation_FieldValueInputRepresentation } from './FieldValueInputRepresentation';
|
|
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 = "39b1d9015c6ff65b1ea59455766c3fbc";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: FieldValueListInputRepresentation, existing: FieldValueListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FieldValueListInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: FieldValueListInputRepresentationNormalized, incoming: FieldValueListInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: FieldValueListInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FieldValueListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Input representation for Selected Search Result List
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface FieldValueListInputRepresentationNormalized {
|
|
19
|
+
/** Selected Record Object List */
|
|
20
|
+
selectedRecordObjectList: Array<FieldValueInputRepresentation_FieldValueInputRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation for Selected Search Result List
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface FieldValueListInputRepresentation {
|
|
29
|
+
selectedRecordObjectList: Array<FieldValueInputRepresentation_FieldValueInputRepresentation>;
|
|
30
|
+
}
|
|
@@ -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 = "8b8bce7690509ff818bf0ca770bf2b1a";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: FieldValueOutputRepresentation, existing: FieldValueOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FieldValueOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: FieldValueOutputRepresentationNormalized, incoming: FieldValueOutputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: FieldValueOutputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FieldValueOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of a field value
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface FieldValueOutputRepresentationNormalized {
|
|
18
|
+
/** Developer Name */
|
|
19
|
+
developerName: string;
|
|
20
|
+
/** Value */
|
|
21
|
+
value: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Representation of a field value
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface FieldValueOutputRepresentation {
|
|
30
|
+
developerName: string;
|
|
31
|
+
value: 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 = "2c526a0329a93bd58bc41f26991b4fee";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: FormVerificationDisplayRecordDetailsOutput, existing: FormVerificationDisplayRecordDetailsOutputNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FormVerificationDisplayRecordDetailsOutputNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: FormVerificationDisplayRecordDetailsOutputNormalized, incoming: FormVerificationDisplayRecordDetailsOutputNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: FormVerificationDisplayRecordDetailsOutput): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FormVerificationDisplayRecordDetailsOutput, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Details of reference record of selected record id
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface FormVerificationDisplayRecordDetailsOutputNormalized {
|
|
18
|
+
/** Reference Record Id */
|
|
19
|
+
displayRecordId: string;
|
|
20
|
+
/** Reference Record Name */
|
|
21
|
+
displayRecordName: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Details of reference record of selected record id
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface FormVerificationDisplayRecordDetailsOutput {
|
|
30
|
+
displayRecordId: string;
|
|
31
|
+
displayRecordName: string;
|
|
32
|
+
}
|
|
@@ -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 = "4fed0a887fd5babe5512c570f078ad9e";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: FormVerificationFieldInputRepresentation, existing: FormVerificationFieldInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FormVerificationFieldInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: FormVerificationFieldInputRepresentationNormalized, incoming: FormVerificationFieldInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: FormVerificationFieldInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FormVerificationFieldInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for each verification field
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface FormVerificationFieldInputRepresentationNormalized {
|
|
18
|
+
/** Developer Name */
|
|
19
|
+
developerName: string;
|
|
20
|
+
/** Verified flag to set for non-form based input */
|
|
21
|
+
isVerified: boolean;
|
|
22
|
+
/** Input value of the field */
|
|
23
|
+
value: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Input representation for each verification field
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface FormVerificationFieldInputRepresentation {
|
|
32
|
+
developerName: string;
|
|
33
|
+
isVerified: boolean;
|
|
34
|
+
value: string;
|
|
35
|
+
}
|
|
@@ -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 = "cc09dd1311f25cd6941cd2d5fb3b2aec";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: FormVerificationFieldListInputRepresentation, existing: FormVerificationFieldListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FormVerificationFieldListInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: FormVerificationFieldListInputRepresentationNormalized, incoming: FormVerificationFieldListInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: FormVerificationFieldListInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FormVerificationFieldListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for Verification fields with values
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface FormVerificationFieldListInputRepresentationNormalized {
|
|
18
|
+
/** Form Input Verification field List */
|
|
19
|
+
formVerificationFields: Array<{}>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Input representation for Verification fields with values
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface FormVerificationFieldListInputRepresentation {
|
|
28
|
+
formVerificationFields: Array<{}>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { FormVerificationFieldOutputRepresentation as FormVerificationFieldOutputRepresentation_FormVerificationFieldOutputRepresentation } from './FormVerificationFieldOutputRepresentation';
|
|
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 = "20e25a7a7da428d9eb10fcb19a1a8875";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: FormVerificationFieldListOutputRepresentation, existing: FormVerificationFieldListOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FormVerificationFieldListOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: FormVerificationFieldListOutputRepresentationNormalized, incoming: FormVerificationFieldListOutputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: FormVerificationFieldListOutputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FormVerificationFieldListOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* List of Form Verification Fields
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface FormVerificationFieldListOutputRepresentationNormalized {
|
|
19
|
+
/** Form Verification Fields */
|
|
20
|
+
formVerificationFields: Array<FormVerificationFieldOutputRepresentation_FormVerificationFieldOutputRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* List of Form Verification Fields
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface FormVerificationFieldListOutputRepresentation {
|
|
29
|
+
formVerificationFields: Array<FormVerificationFieldOutputRepresentation_FormVerificationFieldOutputRepresentation>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { FormVerificationFieldRepresentation as FormVerificationFieldRepresentation_FormVerificationFieldRepresentation } from './FormVerificationFieldRepresentation';
|
|
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 = "4e3f9eb970bab962e1a9efd87a60ae23";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: FormVerificationFieldListRepresentation, existing: FormVerificationFieldListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FormVerificationFieldListRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: FormVerificationFieldListRepresentationNormalized, incoming: FormVerificationFieldListRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: FormVerificationFieldListRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FormVerificationFieldListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* List of Form Verification Fields
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface FormVerificationFieldListRepresentationNormalized {
|
|
19
|
+
/** Form Verification Fields */
|
|
20
|
+
formVerificationFields: Array<FormVerificationFieldRepresentation_FormVerificationFieldRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* List of Form Verification Fields
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface FormVerificationFieldListRepresentation {
|
|
29
|
+
formVerificationFields: Array<FormVerificationFieldRepresentation_FormVerificationFieldRepresentation>;
|
|
30
|
+
}
|
|
@@ -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 = "040b4a43e3e18749e02370ec085d1b47";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: FormVerificationFieldOutputRepresentation, existing: FormVerificationFieldOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FormVerificationFieldOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: FormVerificationFieldOutputRepresentationNormalized, incoming: FormVerificationFieldOutputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: FormVerificationFieldOutputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FormVerificationFieldOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of Form Verification results
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface FormVerificationFieldOutputRepresentationNormalized {
|
|
18
|
+
/** Developer Name */
|
|
19
|
+
developerName: string;
|
|
20
|
+
/** Is the field verified */
|
|
21
|
+
isVerified: boolean;
|
|
22
|
+
/** Value */
|
|
23
|
+
value: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Representation of Form Verification results
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface FormVerificationFieldOutputRepresentation {
|
|
32
|
+
developerName: string;
|
|
33
|
+
isVerified: boolean;
|
|
34
|
+
value: string;
|
|
35
|
+
}
|
|
@@ -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 = "f01ce6bc5355ddc996ea31df0112bc7a";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: FormVerificationFieldRepresentation, existing: FormVerificationFieldRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FormVerificationFieldRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: FormVerificationFieldRepresentationNormalized, incoming: FormVerificationFieldRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: FormVerificationFieldRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FormVerificationFieldRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of Form Verification results
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface FormVerificationFieldRepresentationNormalized {
|
|
18
|
+
/** Developer Name */
|
|
19
|
+
developerName: string;
|
|
20
|
+
/** Is the field verified */
|
|
21
|
+
isVerified: boolean;
|
|
22
|
+
/** Value */
|
|
23
|
+
value: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Representation of Form Verification results
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface FormVerificationFieldRepresentation {
|
|
32
|
+
developerName: string;
|
|
33
|
+
isVerified: boolean;
|
|
34
|
+
value: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { FormVerificationFieldListOutputRepresentation as FormVerificationFieldListOutputRepresentation_FormVerificationFieldListOutputRepresentation } from './FormVerificationFieldListOutputRepresentation';
|
|
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 = "a3ca2c5a03aba11faf82c498d34c1122";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: FormVerificationInputRepresentation, existing: FormVerificationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FormVerificationInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: FormVerificationInputRepresentationNormalized, incoming: FormVerificationInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: FormVerificationInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FormVerificationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Input representation for verification of input values
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface FormVerificationInputRepresentationNormalized {
|
|
19
|
+
/** Selected developer name of verification context */
|
|
20
|
+
developerName: string;
|
|
21
|
+
/** Input values of the fields which are up for validations */
|
|
22
|
+
formVerificationFieldList: FormVerificationFieldListOutputRepresentation_FormVerificationFieldListOutputRepresentation;
|
|
23
|
+
/** Selected Record Id */
|
|
24
|
+
selectedRecordId: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Input representation for verification of input values
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface FormVerificationInputRepresentation {
|
|
33
|
+
developerName: string;
|
|
34
|
+
formVerificationFieldList: FormVerificationFieldListOutputRepresentation_FormVerificationFieldListOutputRepresentation;
|
|
35
|
+
selectedRecordId: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { FormVerificationFieldListOutputRepresentation as FormVerificationFieldListOutputRepresentation_FormVerificationFieldListOutputRepresentation } from './FormVerificationFieldListOutputRepresentation';
|
|
2
|
+
import { FormVerificationReferenceRecordDetailsOutput as FormVerificationReferenceRecordDetailsOutput_FormVerificationReferenceRecordDetailsOutput } from './FormVerificationReferenceRecordDetailsOutput';
|
|
3
|
+
import { ErrorResponseRepresentation as ErrorResponseRepresentation_ErrorResponseRepresentation } from './ErrorResponseRepresentation';
|
|
4
|
+
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';
|
|
5
|
+
export declare const TTL = 300;
|
|
6
|
+
export declare const VERSION = "4198a8be59b6753598518c1517e91458";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
10
|
+
developerName: string;
|
|
11
|
+
}
|
|
12
|
+
export type FormVerificationOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
13
|
+
export type PartialFormVerificationOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
15
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): FormVerificationOutputRepresentationNormalizedKeyMetadata;
|
|
16
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: FormVerificationOutputRepresentation): string;
|
|
17
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: FormVerificationOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
18
|
+
export declare function normalize(input: FormVerificationOutputRepresentation, existing: FormVerificationOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FormVerificationOutputRepresentationNormalized;
|
|
19
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
20
|
+
export declare function equals(existing: FormVerificationOutputRepresentationNormalized, incoming: FormVerificationOutputRepresentationNormalized): boolean;
|
|
21
|
+
export declare function deepFreeze(input: FormVerificationOutputRepresentation): void;
|
|
22
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
23
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FormVerificationOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
24
|
+
/**
|
|
25
|
+
* Representation of Form Verification Fields
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* developerName (string): developerName
|
|
29
|
+
*/
|
|
30
|
+
export interface FormVerificationOutputRepresentationNormalized {
|
|
31
|
+
/** Developer name of IDV record */
|
|
32
|
+
developerName: string;
|
|
33
|
+
/** Field verification results */
|
|
34
|
+
formVerificationFieldList: FormVerificationFieldListOutputRepresentation_FormVerificationFieldListOutputRepresentation;
|
|
35
|
+
/** Flag to get the overall verification status */
|
|
36
|
+
isVerified: boolean;
|
|
37
|
+
referenceRecordDetails: FormVerificationReferenceRecordDetailsOutput_FormVerificationReferenceRecordDetailsOutput;
|
|
38
|
+
/** Retry count in case of failed attempt */
|
|
39
|
+
retryCount: number;
|
|
40
|
+
/** Id of the selected record */
|
|
41
|
+
selectedRecordId: string;
|
|
42
|
+
/** Field verification results status */
|
|
43
|
+
status: ErrorResponseRepresentation_ErrorResponseRepresentation;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Representation of Form Verification Fields
|
|
47
|
+
*
|
|
48
|
+
* Keys:
|
|
49
|
+
* developerName (string): developerName
|
|
50
|
+
*/
|
|
51
|
+
export interface FormVerificationOutputRepresentation {
|
|
52
|
+
developerName: string;
|
|
53
|
+
formVerificationFieldList: FormVerificationFieldListOutputRepresentation_FormVerificationFieldListOutputRepresentation;
|
|
54
|
+
isVerified: boolean;
|
|
55
|
+
referenceRecordDetails: FormVerificationReferenceRecordDetailsOutput_FormVerificationReferenceRecordDetailsOutput;
|
|
56
|
+
retryCount: number;
|
|
57
|
+
selectedRecordId: string;
|
|
58
|
+
status: ErrorResponseRepresentation_ErrorResponseRepresentation;
|
|
59
|
+
}
|