@salesforce/lds-adapters-industries-identityverification 0.1.0-dev1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-identityverification.js +2882 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/buildVerificationContext.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/createFormVerification.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/identityVerification.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/searchRecords.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectIndustriesVideoCallParticipant.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectTimelineMetadataConfigurations.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectTimelineTimelineDefinitionsEventsByTimelineConfigFullNameAndTimelineObjRecordId.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectIdentityVerificationBuildContextByProcessDefinitionName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectIdentityVerificationInputVerification.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectIdentityVerificationSearch.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectIdentityVerificationVerification.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/putConnectIndustriesVideoCall.d.ts +10 -0
- package/dist/es/es2018/types/src/generated/resources/putConnectIndustriesVideoCallLeaveCall.d.ts +10 -0
- package/dist/es/es2018/types/src/generated/resources/putConnectIndustriesVideoCallParticipant.d.ts +10 -0
- package/dist/es/es2018/types/src/generated/types/BuildVerificationContextInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/BuildVerificationContextWrapperInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ChimeAttendeeResultRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ChimeMediaPlacementResultRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/ChimeMeetingResultRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DocumentManagementInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/DocumentManagementResultRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ErrorResponseRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EvaluateVideoCallParticipantInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EvaluateVideoCallParticipantResultRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FieldValueInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FieldValueListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/FieldValueOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FormVerificationDisplayRecordDetailsOutput.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FormVerificationFieldInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/FormVerificationFieldListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/FormVerificationFieldListRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/FormVerificationFieldRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/FormVerificationInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/FormVerificationRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/FormVerificationWrapperInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/JoinVideoCallInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/JoinVideoCallResultRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/LeaveVideoCallInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/LeaveVideoCallResultRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/LinkedObjectFieldsMapInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/NotifyAccessResultRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/PageSpecification.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/PageSpecificationListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProcessDefinitionInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ProcessDefinitionOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ProcessDetailInputRepresentation.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/ProcessDetailListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ProcessDetailOutputRepresentation.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/SearchFieldRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SearchInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SearchOutputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/SearchResultHeaderRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SearchResultRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SearchWrapperInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SelectedSearchResultInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SelectedSearchResultOutputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SelectedVerifiedResultInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SelectedVerifiedResultOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SetupCallInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SetupCallResultRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/TimelineDataGetResultRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/TimelineElementRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/TimelineEntityRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/TimelineErrorRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/TimelineEventFieldRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/TimelineEventRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/TimelineEventTypeMetadataRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/TimelineEventTypeRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/TimelineMetadataDefinitionRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/TimelineMetadataResultRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/UpdateVideoCallInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/UpdateVideoCallResultRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ValidateSignatureInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ValidateSignatureResultRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/VerificationContextInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/VerificationContextOutputRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/VerificationContextWrapperInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/VerificationProcessFieldInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/VerificationProcessFieldListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/VerificationProcessFieldListOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/VerificationProcessFieldOutputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/VerifiedDetailsInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/VerifiedDetailsListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/VerifiedDetailsOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/VerifiedResultInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/VerifiedResultOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/VerifierInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/VerifierListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/VerifierOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/VideoCallParticipantFieldRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/VideoCallParticipantRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/VideoCallParticipantResultRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +70 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +2917 -0
- package/src/raml/api.raml +1481 -0
- package/src/raml/luvio.raml +42 -0
|
@@ -0,0 +1,36 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } 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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TimelineMetadataResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Output representation of Timeline Metadata from the GET Resource
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface TimelineMetadataResultRepresentationNormalized {
|
|
19
|
+
/** TimelineMetadata GET Resource fetch all definitions */
|
|
20
|
+
definitions: Array<TimelineMetadataDefinitionRepresentation_TimelineMetadataDefinitionRepresentation>;
|
|
21
|
+
/** TimelineMetadata GET Resource List of Errors */
|
|
22
|
+
errors: Array<TimelineErrorRepresentation_TimelineErrorRepresentation>;
|
|
23
|
+
/** TimelineMetadata get status */
|
|
24
|
+
status: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Output representation of Timeline Metadata from the GET Resource
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface TimelineMetadataResultRepresentation {
|
|
33
|
+
definitions: Array<TimelineMetadataDefinitionRepresentation_TimelineMetadataDefinitionRepresentation>;
|
|
34
|
+
errors: Array<TimelineErrorRepresentation_TimelineErrorRepresentation>;
|
|
35
|
+
status: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: UpdateVideoCallInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for UpdateVideoCall
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface UpdateVideoCallInputRepresentationNormalized {
|
|
17
|
+
/** Set whether Video Call is ended or not */
|
|
18
|
+
isEnded: boolean;
|
|
19
|
+
/** Set Meeting Id for Video Call update */
|
|
20
|
+
meetingId: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation for UpdateVideoCall
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface UpdateVideoCallInputRepresentation {
|
|
29
|
+
isEnded: boolean;
|
|
30
|
+
meetingId: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: UpdateVideoCallResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output representation of UpdateVideoCall Result
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface UpdateVideoCallResultRepresentationNormalized {
|
|
17
|
+
/** UpdateVideoCall error messages */
|
|
18
|
+
errorMessage?: string;
|
|
19
|
+
/** UpdateVideoCall success flag */
|
|
20
|
+
isSuccess: boolean;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Output representation of UpdateVideoCall Result
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface UpdateVideoCallResultRepresentation {
|
|
29
|
+
errorMessage?: string;
|
|
30
|
+
isSuccess: boolean;
|
|
31
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ValidateSignatureInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for ValidateSignature
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ValidateSignatureInputRepresentationNormalized {
|
|
17
|
+
/** The signature to be validated */
|
|
18
|
+
signature: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Input representation for ValidateSignature
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface ValidateSignatureInputRepresentation {
|
|
27
|
+
signature: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ValidateSignatureResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output representation of ValidateSignature
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ValidateSignatureResultRepresentationNormalized {
|
|
17
|
+
/** ValidateSignature error messages */
|
|
18
|
+
errorMessage?: string;
|
|
19
|
+
/** The external meeting id for the supplied signature */
|
|
20
|
+
externalMeetingId?: string;
|
|
21
|
+
/** ValidateSignature valid flag */
|
|
22
|
+
isValid: boolean;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Output representation of ValidateSignature
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface ValidateSignatureResultRepresentation {
|
|
31
|
+
errorMessage?: string;
|
|
32
|
+
externalMeetingId?: string;
|
|
33
|
+
isValid: boolean;
|
|
34
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } 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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: VerificationContextInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
14
|
+
/**
|
|
15
|
+
* Input representation for verification context
|
|
16
|
+
*
|
|
17
|
+
* Keys:
|
|
18
|
+
* (none)
|
|
19
|
+
*/
|
|
20
|
+
export interface VerificationContextInputRepresentationNormalized {
|
|
21
|
+
/** Process Definition */
|
|
22
|
+
processDefinition: ProcessDefinitionInputRepresentation_ProcessDefinitionInputRepresentation;
|
|
23
|
+
/** Selected Search Result */
|
|
24
|
+
selectedSearchResult: SelectedSearchResultInputRepresentation_SelectedSearchResultInputRepresentation;
|
|
25
|
+
/** Selected Verified Result */
|
|
26
|
+
selectedVerifiedResult: SelectedVerifiedResultInputRepresentation_SelectedVerifiedResultInputRepresentation;
|
|
27
|
+
verifiedResult: VerifiedResultInputRepresentation_VerifiedResultInputRepresentation;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Input representation for verification context
|
|
31
|
+
*
|
|
32
|
+
* Keys:
|
|
33
|
+
* (none)
|
|
34
|
+
*/
|
|
35
|
+
export interface VerificationContextInputRepresentation {
|
|
36
|
+
processDefinition: ProcessDefinitionInputRepresentation_ProcessDefinitionInputRepresentation;
|
|
37
|
+
selectedSearchResult: SelectedSearchResultInputRepresentation_SelectedSearchResultInputRepresentation;
|
|
38
|
+
selectedVerifiedResult: SelectedVerifiedResultInputRepresentation_SelectedVerifiedResultInputRepresentation;
|
|
39
|
+
verifiedResult: VerifiedResultInputRepresentation_VerifiedResultInputRepresentation;
|
|
40
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
23
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: VerificationContextOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
24
|
+
/**
|
|
25
|
+
* Representation of Verification Context
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* message (string): message
|
|
29
|
+
*/
|
|
30
|
+
export interface VerificationContextOutputRepresentationNormalized {
|
|
31
|
+
/** API result success/failure */
|
|
32
|
+
isSuccess: boolean;
|
|
33
|
+
/** API result message */
|
|
34
|
+
message: string;
|
|
35
|
+
/** Process Definition */
|
|
36
|
+
processDefinition: ProcessDefinitionOutputRepresentation_ProcessDefinitionOutputRepresentation;
|
|
37
|
+
/** Selected Search Result */
|
|
38
|
+
selectedSearchResult: SelectedSearchResultOutputRepresentation_SelectedSearchResultOutputRepresentation;
|
|
39
|
+
/** Selected Verified Result */
|
|
40
|
+
selectedVerifiedResult: SelectedVerifiedResultOutputRepresentation_SelectedVerifiedResultOutputRepresentation;
|
|
41
|
+
verifiedResult: VerifiedResultOutputRepresentation_VerifiedResultOutputRepresentation;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Representation of Verification Context
|
|
45
|
+
*
|
|
46
|
+
* Keys:
|
|
47
|
+
* message (string): message
|
|
48
|
+
*/
|
|
49
|
+
export interface VerificationContextOutputRepresentation {
|
|
50
|
+
isSuccess: boolean;
|
|
51
|
+
message: string;
|
|
52
|
+
processDefinition: ProcessDefinitionOutputRepresentation_ProcessDefinitionOutputRepresentation;
|
|
53
|
+
selectedSearchResult: SelectedSearchResultOutputRepresentation_SelectedSearchResultOutputRepresentation;
|
|
54
|
+
selectedVerifiedResult: SelectedVerifiedResultOutputRepresentation_SelectedVerifiedResultOutputRepresentation;
|
|
55
|
+
verifiedResult: VerifiedResultOutputRepresentation_VerifiedResultOutputRepresentation;
|
|
56
|
+
}
|
package/dist/es/es2018/types/src/generated/types/VerificationContextWrapperInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } 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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: VerificationContextWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* wrapper of VerificationContextInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface VerificationContextWrapperInputRepresentationNormalized {
|
|
18
|
+
/** Input representation for VerificationContextInputRepresentation */
|
|
19
|
+
IdentityVerificationContextData: VerificationContextInputRepresentation_VerificationContextInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* wrapper of VerificationContextInputRepresentation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface VerificationContextWrapperInputRepresentation {
|
|
28
|
+
IdentityVerificationContextData: VerificationContextInputRepresentation_VerificationContextInputRepresentation;
|
|
29
|
+
}
|
package/dist/es/es2018/types/src/generated/types/VerificationProcessFieldInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: VerificationProcessFieldInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for verification process field
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface VerificationProcessFieldInputRepresentationNormalized {
|
|
17
|
+
/** Data Source Type - Salesforce/External */
|
|
18
|
+
dataSourceType: string;
|
|
19
|
+
/** Data type */
|
|
20
|
+
dataType: string;
|
|
21
|
+
/** Developer Name */
|
|
22
|
+
developerName: string;
|
|
23
|
+
/** Field Name */
|
|
24
|
+
fieldName: string;
|
|
25
|
+
/** Field Type */
|
|
26
|
+
fieldType: string;
|
|
27
|
+
/** Field Value Formula */
|
|
28
|
+
fieldValueFormula: string;
|
|
29
|
+
/** Is Manual Input */
|
|
30
|
+
isManualInput: boolean;
|
|
31
|
+
/** Label value */
|
|
32
|
+
label: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Input representation for verification process field
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface VerificationProcessFieldInputRepresentation {
|
|
41
|
+
dataSourceType: string;
|
|
42
|
+
dataType: string;
|
|
43
|
+
developerName: string;
|
|
44
|
+
fieldName: string;
|
|
45
|
+
fieldType: string;
|
|
46
|
+
fieldValueFormula: string;
|
|
47
|
+
isManualInput: boolean;
|
|
48
|
+
label: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } 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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: VerificationProcessFieldListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for list of verification process field
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface VerificationProcessFieldListInputRepresentationNormalized {
|
|
18
|
+
/** List of verificationProcessField */
|
|
19
|
+
verificationProcessFields: Array<VerificationProcessFieldInputRepresentation_VerificationProcessFieldInputRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Input representation for list of verification process field
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface VerificationProcessFieldListInputRepresentation {
|
|
28
|
+
verificationProcessFields: Array<VerificationProcessFieldInputRepresentation_VerificationProcessFieldInputRepresentation>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { VerificationProcessFieldOutputRepresentation as VerificationProcessFieldOutputRepresentation_VerificationProcessFieldOutputRepresentation } from './VerificationProcessFieldOutputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "0310ab1b6460c0c1d3e08e7d3b6232e6";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: VerificationProcessFieldListOutputRepresentation, existing: VerificationProcessFieldListOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VerificationProcessFieldListOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: VerificationProcessFieldListOutputRepresentationNormalized, incoming: VerificationProcessFieldListOutputRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: VerificationProcessFieldListOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* List of Verification Process Field
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface VerificationProcessFieldListOutputRepresentationNormalized {
|
|
18
|
+
/** Verification Process Fields */
|
|
19
|
+
verificationProcessFields: Array<VerificationProcessFieldOutputRepresentation_VerificationProcessFieldOutputRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* List of Verification Process Field
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface VerificationProcessFieldListOutputRepresentation {
|
|
28
|
+
verificationProcessFields: Array<VerificationProcessFieldOutputRepresentation_VerificationProcessFieldOutputRepresentation>;
|
|
29
|
+
}
|
package/dist/es/es2018/types/src/generated/types/VerificationProcessFieldOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "c595fd97010460844d185ee75e1583dd";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: VerificationProcessFieldOutputRepresentation, existing: VerificationProcessFieldOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VerificationProcessFieldOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: VerificationProcessFieldOutputRepresentationNormalized, incoming: VerificationProcessFieldOutputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: VerificationProcessFieldOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Verification Process Field Output
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface VerificationProcessFieldOutputRepresentationNormalized {
|
|
17
|
+
/** Data Source Type */
|
|
18
|
+
dataSourceType: string;
|
|
19
|
+
/** Data Type */
|
|
20
|
+
dataType: string;
|
|
21
|
+
/** Developer Name */
|
|
22
|
+
developerName: string;
|
|
23
|
+
/** Field Name */
|
|
24
|
+
fieldName: string;
|
|
25
|
+
/** Field Type */
|
|
26
|
+
fieldType: string;
|
|
27
|
+
/** Field Value Formula */
|
|
28
|
+
fieldValueFormula: string;
|
|
29
|
+
/** Is Manual Input */
|
|
30
|
+
isManualInput: boolean;
|
|
31
|
+
/** Label */
|
|
32
|
+
label: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Verification Process Field Output
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface VerificationProcessFieldOutputRepresentation {
|
|
41
|
+
dataSourceType: string;
|
|
42
|
+
dataType: string;
|
|
43
|
+
developerName: string;
|
|
44
|
+
fieldName: string;
|
|
45
|
+
fieldType: string;
|
|
46
|
+
fieldValueFormula: string;
|
|
47
|
+
isManualInput: boolean;
|
|
48
|
+
label: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "8a757f95f384bb8e495ff12c5280fadd";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: VerifiedDetailsInputRepresentation, existing: VerifiedDetailsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VerifiedDetailsInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: VerifiedDetailsInputRepresentationNormalized, incoming: VerifiedDetailsInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: VerifiedDetailsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for verified details
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface VerifiedDetailsInputRepresentationNormalized {
|
|
17
|
+
/** Label */
|
|
18
|
+
label: string;
|
|
19
|
+
/** Process Detail Name */
|
|
20
|
+
processDetailName: string;
|
|
21
|
+
/** Search Object Name */
|
|
22
|
+
searchObjectName: string;
|
|
23
|
+
/** Verified Id */
|
|
24
|
+
verifiedId: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Input representation for verified details
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface VerifiedDetailsInputRepresentation {
|
|
33
|
+
label: string;
|
|
34
|
+
processDetailName: string;
|
|
35
|
+
searchObjectName: string;
|
|
36
|
+
verifiedId: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { VerifiedDetailsInputRepresentation as VerifiedDetailsInputRepresentation_VerifiedDetailsInputRepresentation } from './VerifiedDetailsInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "8eb0c5b81782ead4d89aee30c263bb00";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: VerifiedDetailsListInputRepresentation, existing: VerifiedDetailsListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VerifiedDetailsListInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: VerifiedDetailsListInputRepresentationNormalized, incoming: VerifiedDetailsListInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: VerifiedDetailsListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for verified details
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface VerifiedDetailsListInputRepresentationNormalized {
|
|
18
|
+
/** Verified Details List */
|
|
19
|
+
verifiedDetailsList: Array<VerifiedDetailsInputRepresentation_VerifiedDetailsInputRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Input representation for verified details
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface VerifiedDetailsListInputRepresentation {
|
|
28
|
+
verifiedDetailsList: Array<VerifiedDetailsInputRepresentation_VerifiedDetailsInputRepresentation>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "807aef2a41531744385e6daf017c105d";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: VerifiedDetailsOutputRepresentation, existing: VerifiedDetailsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VerifiedDetailsOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: VerifiedDetailsOutputRepresentationNormalized, incoming: VerifiedDetailsOutputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: VerifiedDetailsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output representation for verified details
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface VerifiedDetailsOutputRepresentationNormalized {
|
|
17
|
+
/** Label */
|
|
18
|
+
label: string;
|
|
19
|
+
/** Process Detail Name */
|
|
20
|
+
processDetailName: string;
|
|
21
|
+
/** Search Object Name */
|
|
22
|
+
searchObjectName: string;
|
|
23
|
+
/** Verified Id */
|
|
24
|
+
verifiedId: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Output representation for verified details
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface VerifiedDetailsOutputRepresentation {
|
|
33
|
+
label: string;
|
|
34
|
+
processDetailName: string;
|
|
35
|
+
searchObjectName: string;
|
|
36
|
+
verifiedId: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { VerifierListInputRepresentation as VerifierListInputRepresentation_VerifierListInputRepresentation } from './VerifierListInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "5b015409e3e565aacf78c31fde1f1b7b";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: VerifiedResultInputRepresentation, existing: VerifiedResultInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VerifiedResultInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: VerifiedResultInputRepresentationNormalized, incoming: VerifiedResultInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: VerifiedResultInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for verifier result
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface VerifiedResultInputRepresentationNormalized {
|
|
18
|
+
optionalVerifiers: VerifierListInputRepresentation_VerifierListInputRepresentation;
|
|
19
|
+
requiredVerifiers: VerifierListInputRepresentation_VerifierListInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Input representation for verifier result
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface VerifiedResultInputRepresentation {
|
|
28
|
+
optionalVerifiers: VerifierListInputRepresentation_VerifierListInputRepresentation;
|
|
29
|
+
requiredVerifiers: VerifierListInputRepresentation_VerifierListInputRepresentation;
|
|
30
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { VerifierOutputRepresentation as VerifierOutputRepresentation_VerifierOutputRepresentation } from './VerifierOutputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "c623247a0177dab9de9c9dbb1ced9bcc";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: VerifiedResultOutputRepresentation, existing: VerifiedResultOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VerifiedResultOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: VerifiedResultOutputRepresentationNormalized, incoming: VerifiedResultOutputRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: VerifiedResultOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of a Verified result
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface VerifiedResultOutputRepresentationNormalized {
|
|
18
|
+
/** Optional Verifiers */
|
|
19
|
+
optionalVerifiers: Array<VerifierOutputRepresentation_VerifierOutputRepresentation>;
|
|
20
|
+
/** Required Verifiers */
|
|
21
|
+
requiredVerifiers: Array<VerifierOutputRepresentation_VerifierOutputRepresentation>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Representation of a Verified result
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface VerifiedResultOutputRepresentation {
|
|
30
|
+
optionalVerifiers: Array<VerifierOutputRepresentation_VerifierOutputRepresentation>;
|
|
31
|
+
requiredVerifiers: Array<VerifierOutputRepresentation_VerifierOutputRepresentation>;
|
|
32
|
+
}
|