@salesforce/lds-adapters-industries-identityverification 1.100.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-identityverification.js +2870 -0
- package/dist/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/types/src/generated/adapters/buildVerificationContext.d.ts +16 -0
- package/dist/types/src/generated/adapters/createFormVerification.d.ts +17 -0
- package/dist/types/src/generated/adapters/identityVerification.d.ts +15 -0
- package/dist/types/src/generated/adapters/searchRecords.d.ts +15 -0
- package/dist/types/src/generated/artifacts/main.d.ts +4 -0
- package/dist/types/src/generated/artifacts/sfdc.d.ts +5 -0
- package/dist/types/src/generated/resources/getConnectIndustriesVideoCallParticipant.d.ts +16 -0
- package/dist/types/src/generated/resources/getConnectTimelineMetadataConfigurations.d.ts +15 -0
- package/dist/types/src/generated/resources/getConnectTimelineTimelineDefinitionsEventsByTimelineConfigFullNameAndTimelineObjRecordId.d.ts +23 -0
- package/dist/types/src/generated/resources/postConnectDocumentAutomationContentDocumentsLinkedObjectsByContentDocumentIdAndLinkedObjectId.d.ts +21 -0
- package/dist/types/src/generated/resources/postConnectIdentityVerificationBuildContextByProcessDefinitionName.d.ts +16 -0
- package/dist/types/src/generated/resources/postConnectIdentityVerificationInputVerification.d.ts +15 -0
- package/dist/types/src/generated/resources/postConnectIdentityVerificationSearch.d.ts +13 -0
- package/dist/types/src/generated/resources/postConnectIdentityVerificationVerification.d.ts +13 -0
- package/dist/types/src/generated/resources/postConnectIndustriesVideoCall.d.ts +16 -0
- package/dist/types/src/generated/resources/postConnectIndustriesVideoCallJoinCall.d.ts +15 -0
- package/dist/types/src/generated/resources/postConnectIndustriesVideoCallValidateSignature.d.ts +12 -0
- package/dist/types/src/generated/resources/putConnectIndustriesVideoCall.d.ts +10 -0
- package/dist/types/src/generated/resources/putConnectIndustriesVideoCallLeaveCall.d.ts +10 -0
- package/dist/types/src/generated/resources/putConnectIndustriesVideoCallParticipant.d.ts +10 -0
- package/dist/types/src/generated/types/BuildVerificationContextInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/BuildVerificationContextWrapperInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/ChimeAttendeeResultRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/ChimeMediaPlacementResultRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/ChimeMeetingResultRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/DocumentManagementInputRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/DocumentManagementResultRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/ErrorResponseRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/EvaluateVideoCallParticipantInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/EvaluateVideoCallParticipantResultRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/FieldValueInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/FieldValueListInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/FieldValueOutputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/FormVerificationDisplayRecordDetailsOutput.d.ts +32 -0
- package/dist/types/src/generated/types/FormVerificationFieldInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/FormVerificationFieldListInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/FormVerificationFieldListOutputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/FormVerificationFieldListRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/FormVerificationFieldOutputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/FormVerificationFieldRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/FormVerificationInputRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/FormVerificationOutputRepresentation.d.ts +59 -0
- package/dist/types/src/generated/types/FormVerificationReferenceRecordDetailsOutput.d.ts +32 -0
- package/dist/types/src/generated/types/FormVerificationRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/JoinVideoCallInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/JoinVideoCallResultRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/LeaveVideoCallInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/LeaveVideoCallResultRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/LinkedObjectFieldsMapInputRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/NotifyAccessResultRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/PageSpecification.d.ts +35 -0
- package/dist/types/src/generated/types/PageSpecificationListInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ProcessDefinitionInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ProcessDefinitionOutputRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/ProcessDetailInputRepresentation.d.ts +71 -0
- package/dist/types/src/generated/types/ProcessDetailListInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/ProcessDetailOutputRepresentation.d.ts +71 -0
- package/dist/types/src/generated/types/SearchFieldRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/SearchFilterInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/SearchFilterListInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/SearchInputRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/SearchOutputRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/SearchResultHeaderRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/SearchResultRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/SearchWrapperInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/SelectedSearchResultInputRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/SelectedSearchResultOutputRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/SelectedVerifiedResultInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/SelectedVerifiedResultOutputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/SetupCallInputRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/SetupCallResultRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/TimelineDataGetResultRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/TimelineElementRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/TimelineEntityRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/TimelineErrorRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/TimelineEventFieldRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/TimelineEventRepresentation.d.ts +45 -0
- package/dist/types/src/generated/types/TimelineEventTypeMetadataRepresentation.d.ts +54 -0
- package/dist/types/src/generated/types/TimelineEventTypeRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/TimelineMetadataDefinitionRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/TimelineMetadataResultRepresentation.d.ts +37 -0
- package/dist/types/src/generated/types/UpdateVideoCallInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/UpdateVideoCallResultRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ValidateSignatureInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ValidateSignatureResultRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/VerificationContextInputRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/VerificationContextOutputRepresentation.d.ts +57 -0
- package/dist/types/src/generated/types/VerificationContextWrapperInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/VerificationProcessFieldInputRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/VerificationProcessFieldListInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/VerificationProcessFieldListOutputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/VerificationProcessFieldOutputRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/VerifiedDetailsInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/VerifiedDetailsListInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/VerifiedDetailsOutputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/VerifiedResultInputRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/VerifiedResultOutputRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/VerifierInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/VerifierListInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/VerifierOutputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/VideoCallParticipantFieldRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/VideoCallParticipantRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/VideoCallParticipantResultRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/type-utils.d.ts +39 -0
- package/dist/umd/es2018/industries-identityverification.js +2881 -0
- package/dist/umd/es5/industries-identityverification.js +2920 -0
- package/package.json +66 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +2906 -0
- package/src/raml/api.raml +1521 -0
- package/src/raml/luvio.raml +42 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "a06f6cd40f6c16c76d2d7e94104e58bd";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: FormVerificationReferenceRecordDetailsOutput, existing: FormVerificationReferenceRecordDetailsOutputNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FormVerificationReferenceRecordDetailsOutputNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: FormVerificationReferenceRecordDetailsOutputNormalized, incoming: FormVerificationReferenceRecordDetailsOutputNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: FormVerificationReferenceRecordDetailsOutput): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FormVerificationReferenceRecordDetailsOutput, 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 FormVerificationReferenceRecordDetailsOutputNormalized {
|
|
18
|
+
/** Reference Record Id */
|
|
19
|
+
referenceRecordId: string;
|
|
20
|
+
/** Reference Record Name */
|
|
21
|
+
referenceRecordName: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Details of reference record of selected record id
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface FormVerificationReferenceRecordDetailsOutput {
|
|
30
|
+
referenceRecordId: string;
|
|
31
|
+
referenceRecordName: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { FormVerificationDisplayRecordDetailsOutput as FormVerificationDisplayRecordDetailsOutput_FormVerificationDisplayRecordDetailsOutput } from './FormVerificationDisplayRecordDetailsOutput';
|
|
2
|
+
import { FormVerificationFieldListRepresentation as FormVerificationFieldListRepresentation_FormVerificationFieldListRepresentation } from './FormVerificationFieldListRepresentation';
|
|
3
|
+
import { ErrorResponseRepresentation as ErrorResponseRepresentation_ErrorResponseRepresentation } from './ErrorResponseRepresentation';
|
|
4
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
5
|
+
export declare const VERSION = "0f4f66bbfd87f2586014d0ffe02a096c";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: FormVerificationRepresentation, existing: FormVerificationRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FormVerificationRepresentationNormalized;
|
|
9
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
10
|
+
export declare function equals(existing: FormVerificationRepresentationNormalized, incoming: FormVerificationRepresentationNormalized): boolean;
|
|
11
|
+
export declare function deepFreeze(input: FormVerificationRepresentation): void;
|
|
12
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FormVerificationRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
14
|
+
/**
|
|
15
|
+
* Representation of Form Verification Fields
|
|
16
|
+
*
|
|
17
|
+
* Keys:
|
|
18
|
+
* (none)
|
|
19
|
+
*/
|
|
20
|
+
export interface FormVerificationRepresentationNormalized {
|
|
21
|
+
/** Developer name of IDV record */
|
|
22
|
+
developerName: string;
|
|
23
|
+
/** Parent record id in case redirection needs to be to parent post verification */
|
|
24
|
+
displayRecordDetails: FormVerificationDisplayRecordDetailsOutput_FormVerificationDisplayRecordDetailsOutput;
|
|
25
|
+
/** Field verification results */
|
|
26
|
+
formVerificationFieldList: FormVerificationFieldListRepresentation_FormVerificationFieldListRepresentation;
|
|
27
|
+
/** Flag to get the overall verification status */
|
|
28
|
+
isVerified: boolean;
|
|
29
|
+
/** Retry count in case of failed attempt */
|
|
30
|
+
retryCount: number;
|
|
31
|
+
/** Id of the selected record */
|
|
32
|
+
selectedRecordId: string;
|
|
33
|
+
/** Field verification results status */
|
|
34
|
+
status: ErrorResponseRepresentation_ErrorResponseRepresentation;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Representation of Form Verification Fields
|
|
38
|
+
*
|
|
39
|
+
* Keys:
|
|
40
|
+
* (none)
|
|
41
|
+
*/
|
|
42
|
+
export interface FormVerificationRepresentation {
|
|
43
|
+
developerName: string;
|
|
44
|
+
displayRecordDetails: FormVerificationDisplayRecordDetailsOutput_FormVerificationDisplayRecordDetailsOutput;
|
|
45
|
+
formVerificationFieldList: FormVerificationFieldListRepresentation_FormVerificationFieldListRepresentation;
|
|
46
|
+
isVerified: boolean;
|
|
47
|
+
retryCount: number;
|
|
48
|
+
selectedRecordId: string;
|
|
49
|
+
status: ErrorResponseRepresentation_ErrorResponseRepresentation;
|
|
50
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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 = "3e37cb03dedf5d8d5e85c62c13e68d42";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: JoinVideoCallInputRepresentation, existing: JoinVideoCallInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): JoinVideoCallInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: JoinVideoCallInputRepresentationNormalized, incoming: JoinVideoCallInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: JoinVideoCallInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: JoinVideoCallInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for JoinVideoCall
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface JoinVideoCallInputRepresentationNormalized {
|
|
18
|
+
/** enable transcription */
|
|
19
|
+
enableTranscription: boolean;
|
|
20
|
+
/** Set External Meeting Id for Video Call */
|
|
21
|
+
externalMeetingId: string;
|
|
22
|
+
/** Set Region for Video Call */
|
|
23
|
+
region: string;
|
|
24
|
+
/** Set transcriptionType */
|
|
25
|
+
transcriptionType: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Input representation for JoinVideoCall
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface JoinVideoCallInputRepresentation {
|
|
34
|
+
enableTranscription: boolean;
|
|
35
|
+
externalMeetingId: string;
|
|
36
|
+
region: string;
|
|
37
|
+
transcriptionType: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { ChimeAttendeeResultRepresentation as ChimeAttendeeResultRepresentation_ChimeAttendeeResultRepresentation } from './ChimeAttendeeResultRepresentation';
|
|
2
|
+
import { ChimeMeetingResultRepresentation as ChimeMeetingResultRepresentation_ChimeMeetingResultRepresentation } from './ChimeMeetingResultRepresentation';
|
|
3
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "024264cd0280f0c61c34616df5d31f0d";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: JoinVideoCallResultRepresentation, existing: JoinVideoCallResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): JoinVideoCallResultRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: JoinVideoCallResultRepresentationNormalized, incoming: JoinVideoCallResultRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: JoinVideoCallResultRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: JoinVideoCallResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Output representation of JoinVideoCall Result
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface JoinVideoCallResultRepresentationNormalized {
|
|
20
|
+
/** JoinVideoCall API attendee information */
|
|
21
|
+
attendee?: ChimeAttendeeResultRepresentation_ChimeAttendeeResultRepresentation;
|
|
22
|
+
/** JoinVideoCall error messages */
|
|
23
|
+
errorMessage?: string;
|
|
24
|
+
/** JoinVideoCall success flag */
|
|
25
|
+
isSuccess: boolean;
|
|
26
|
+
/** JoinVideoCall API meeting information */
|
|
27
|
+
meeting?: ChimeMeetingResultRepresentation_ChimeMeetingResultRepresentation;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Output representation of JoinVideoCall Result
|
|
31
|
+
*
|
|
32
|
+
* Keys:
|
|
33
|
+
* (none)
|
|
34
|
+
*/
|
|
35
|
+
export interface JoinVideoCallResultRepresentation {
|
|
36
|
+
attendee?: ChimeAttendeeResultRepresentation_ChimeAttendeeResultRepresentation;
|
|
37
|
+
errorMessage?: string;
|
|
38
|
+
isSuccess: boolean;
|
|
39
|
+
meeting?: ChimeMeetingResultRepresentation_ChimeMeetingResultRepresentation;
|
|
40
|
+
}
|
|
@@ -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 = "d83efb70eef8e3eddc376d9e1c111230";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: LeaveVideoCallInputRepresentation, existing: LeaveVideoCallInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LeaveVideoCallInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: LeaveVideoCallInputRepresentationNormalized, incoming: LeaveVideoCallInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: LeaveVideoCallInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LeaveVideoCallInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for LeaveVideoCall
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface LeaveVideoCallInputRepresentationNormalized {
|
|
18
|
+
/** Set Attendee for Video Call */
|
|
19
|
+
attendeeId: string;
|
|
20
|
+
/** Set External Meeting Id for Video Call */
|
|
21
|
+
externalMeetingId: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Input representation for LeaveVideoCall
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface LeaveVideoCallInputRepresentation {
|
|
30
|
+
attendeeId: string;
|
|
31
|
+
externalMeetingId: 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 = "d472f590b6926cdd18c0f8d0477dfd8c";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: LeaveVideoCallResultRepresentation, existing: LeaveVideoCallResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LeaveVideoCallResultRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: LeaveVideoCallResultRepresentationNormalized, incoming: LeaveVideoCallResultRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: LeaveVideoCallResultRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LeaveVideoCallResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation of LeaveVideoCall Result
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface LeaveVideoCallResultRepresentationNormalized {
|
|
18
|
+
/** LeaveVideoCall error messages */
|
|
19
|
+
errorMessage?: string;
|
|
20
|
+
/** LeaveVideoCall success flag */
|
|
21
|
+
isSuccess: boolean;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Output representation of LeaveVideoCall Result
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface LeaveVideoCallResultRepresentation {
|
|
30
|
+
errorMessage?: string;
|
|
31
|
+
isSuccess: boolean;
|
|
32
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 = "7bd7b613da745d36b1feb2ea0f800196";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: LinkedObjectFieldsMapInputRepresentation, existing: LinkedObjectFieldsMapInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LinkedObjectFieldsMapInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: LinkedObjectFieldsMapInputRepresentationNormalized, incoming: LinkedObjectFieldsMapInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: LinkedObjectFieldsMapInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LinkedObjectFieldsMapInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for Map of LinkedObjectFields
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface LinkedObjectFieldsMapInputRepresentationNormalized {
|
|
18
|
+
/** Set Linked Object Fields. */
|
|
19
|
+
linkedObjectFields: {
|
|
20
|
+
[key: string]: string;
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Input representation for Map of LinkedObjectFields
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface LinkedObjectFieldsMapInputRepresentation {
|
|
30
|
+
linkedObjectFields: {
|
|
31
|
+
[key: string]: string;
|
|
32
|
+
};
|
|
33
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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 = "d0da852eac0d5036f98dfec451acf7c4";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: NotifyAccessResultRepresentation, existing: NotifyAccessResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): NotifyAccessResultRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: NotifyAccessResultRepresentationNormalized, incoming: NotifyAccessResultRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: NotifyAccessResultRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: NotifyAccessResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation of Notify Access
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface NotifyAccessResultRepresentationNormalized {
|
|
18
|
+
/** Notify Access Key */
|
|
19
|
+
accessKey?: string;
|
|
20
|
+
/** Notify Access Endpoint */
|
|
21
|
+
endpoint?: string;
|
|
22
|
+
/** Notify Access External User Id */
|
|
23
|
+
externalUserId?: string;
|
|
24
|
+
/** Notify Access Key Id */
|
|
25
|
+
keyId?: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Output representation of Notify Access
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface NotifyAccessResultRepresentation {
|
|
34
|
+
accessKey?: string;
|
|
35
|
+
endpoint?: string;
|
|
36
|
+
externalUserId?: string;
|
|
37
|
+
keyId?: string;
|
|
38
|
+
}
|
|
@@ -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 = "1923ef8d574a91d150591ecf2fa6ed6a";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PageSpecification, existing: PageSpecificationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PageSpecificationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PageSpecificationNormalized, incoming: PageSpecificationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: PageSpecification): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PageSpecification, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for PageSpecification
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface PageSpecificationNormalized {
|
|
18
|
+
/** set true for split and add to target file */
|
|
19
|
+
addToTargetFile: boolean;
|
|
20
|
+
/** set page index, index starts from 1 */
|
|
21
|
+
page: number;
|
|
22
|
+
/** set page rotation angle */
|
|
23
|
+
rotation: number;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Input representation for PageSpecification
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface PageSpecification {
|
|
32
|
+
addToTargetFile: boolean;
|
|
33
|
+
page: number;
|
|
34
|
+
rotation: number;
|
|
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 = "3746b16431840a52b2929f106eee288e";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PageSpecificationListInputRepresentation, existing: PageSpecificationListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PageSpecificationListInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PageSpecificationListInputRepresentationNormalized, incoming: PageSpecificationListInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: PageSpecificationListInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: PageSpecificationListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for list of PageSpecification
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface PageSpecificationListInputRepresentationNormalized {
|
|
18
|
+
/** Set Page Specifications */
|
|
19
|
+
pageSpecifications: Array<{}>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Input representation for list of PageSpecification
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface PageSpecificationListInputRepresentation {
|
|
28
|
+
pageSpecifications: Array<{}>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ProcessDetailListInputRepresentation as ProcessDetailListInputRepresentation_ProcessDetailListInputRepresentation } from './ProcessDetailListInputRepresentation';
|
|
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 = "915117baa20b0c6335ed002ae5306fb7";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ProcessDefinitionInputRepresentation, existing: ProcessDefinitionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProcessDefinitionInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ProcessDefinitionInputRepresentationNormalized, incoming: ProcessDefinitionInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ProcessDefinitionInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProcessDefinitionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Input representation for verification process defintion
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ProcessDefinitionInputRepresentationNormalized {
|
|
19
|
+
/** Layout Type */
|
|
20
|
+
layoutType: string;
|
|
21
|
+
processDetail: ProcessDetailListInputRepresentation_ProcessDetailListInputRepresentation;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Input representation for verification process defintion
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface ProcessDefinitionInputRepresentation {
|
|
30
|
+
layoutType: string;
|
|
31
|
+
processDetail: ProcessDetailListInputRepresentation_ProcessDetailListInputRepresentation;
|
|
32
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ProcessDetailOutputRepresentation as ProcessDetailOutputRepresentation_ProcessDetailOutputRepresentation } from './ProcessDetailOutputRepresentation';
|
|
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 = "f7df3d7baee20ea55d31cd2684bcd53c";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ProcessDefinitionOutputRepresentation, existing: ProcessDefinitionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProcessDefinitionOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ProcessDefinitionOutputRepresentationNormalized, incoming: ProcessDefinitionOutputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ProcessDefinitionOutputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProcessDefinitionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Representation of a process defintion
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ProcessDefinitionOutputRepresentationNormalized {
|
|
19
|
+
/** Layout type */
|
|
20
|
+
layoutType: string;
|
|
21
|
+
/** Process Detail */
|
|
22
|
+
processDetail: Array<ProcessDetailOutputRepresentation_ProcessDetailOutputRepresentation>;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Representation of a process defintion
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface ProcessDefinitionOutputRepresentation {
|
|
31
|
+
layoutType: string;
|
|
32
|
+
processDetail: Array<ProcessDetailOutputRepresentation_ProcessDetailOutputRepresentation>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { VerificationProcessFieldListInputRepresentation as VerificationProcessFieldListInputRepresentation_VerificationProcessFieldListInputRepresentation } from './VerificationProcessFieldListInputRepresentation';
|
|
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 = "4b353a15828106b5adf3e9bb0f314d0a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ProcessDetailInputRepresentation, existing: ProcessDetailInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProcessDetailInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ProcessDetailInputRepresentationNormalized, incoming: ProcessDetailInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ProcessDetailInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProcessDetailInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Input representation for process detail
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ProcessDetailInputRepresentationNormalized {
|
|
19
|
+
/** Apex Class Name */
|
|
20
|
+
apexClassName: string;
|
|
21
|
+
/** Data Source Type */
|
|
22
|
+
dataSourceType: string;
|
|
23
|
+
/** Developer Name */
|
|
24
|
+
developerName: string;
|
|
25
|
+
/** Retry Allowed After Limit */
|
|
26
|
+
isRetryAllowedAfterLimit: boolean;
|
|
27
|
+
/** Label */
|
|
28
|
+
label: string;
|
|
29
|
+
/** Linked Verification Process Detail Name */
|
|
30
|
+
linkedVerificationProcessDetailName: string;
|
|
31
|
+
/** Optional Verifier Count */
|
|
32
|
+
optionalVerifierCount: number;
|
|
33
|
+
/** Retry Limit */
|
|
34
|
+
retryLimit: number;
|
|
35
|
+
/** Search Object Name */
|
|
36
|
+
searchObjectName: string;
|
|
37
|
+
/** Search Result Filter */
|
|
38
|
+
searchResultFilter: string;
|
|
39
|
+
/** Search Result Sort Order */
|
|
40
|
+
searchResultSortOrder: string;
|
|
41
|
+
/** Search Result UniqueId Field */
|
|
42
|
+
searchResultUniqueIdField: string;
|
|
43
|
+
/** Search Sequence number */
|
|
44
|
+
searchSequenceNo: number;
|
|
45
|
+
/** Search Type - SOSL/SOQL */
|
|
46
|
+
searchType: string;
|
|
47
|
+
verificationProcessFieldList: VerificationProcessFieldListInputRepresentation_VerificationProcessFieldListInputRepresentation;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Input representation for process detail
|
|
51
|
+
*
|
|
52
|
+
* Keys:
|
|
53
|
+
* (none)
|
|
54
|
+
*/
|
|
55
|
+
export interface ProcessDetailInputRepresentation {
|
|
56
|
+
apexClassName: string;
|
|
57
|
+
dataSourceType: string;
|
|
58
|
+
developerName: string;
|
|
59
|
+
isRetryAllowedAfterLimit: boolean;
|
|
60
|
+
label: string;
|
|
61
|
+
linkedVerificationProcessDetailName: string;
|
|
62
|
+
optionalVerifierCount: number;
|
|
63
|
+
retryLimit: number;
|
|
64
|
+
searchObjectName: string;
|
|
65
|
+
searchResultFilter: string;
|
|
66
|
+
searchResultSortOrder: string;
|
|
67
|
+
searchResultUniqueIdField: string;
|
|
68
|
+
searchSequenceNo: number;
|
|
69
|
+
searchType: string;
|
|
70
|
+
verificationProcessFieldList: VerificationProcessFieldListInputRepresentation_VerificationProcessFieldListInputRepresentation;
|
|
71
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ProcessDetailInputRepresentation as ProcessDetailInputRepresentation_ProcessDetailInputRepresentation } from './ProcessDetailInputRepresentation';
|
|
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 = "cfff913f56592e6675253dfb77ff468c";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ProcessDetailListInputRepresentation, existing: ProcessDetailListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProcessDetailListInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ProcessDetailListInputRepresentationNormalized, incoming: ProcessDetailListInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ProcessDetailListInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProcessDetailListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Input representation for list of process detail
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ProcessDetailListInputRepresentationNormalized {
|
|
19
|
+
/** Process Detail List */
|
|
20
|
+
processDetailList: Array<ProcessDetailInputRepresentation_ProcessDetailInputRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation for list of process detail
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ProcessDetailListInputRepresentation {
|
|
29
|
+
processDetailList: Array<ProcessDetailInputRepresentation_ProcessDetailInputRepresentation>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { VerificationProcessFieldListOutputRepresentation as VerificationProcessFieldListOutputRepresentation_VerificationProcessFieldListOutputRepresentation } from './VerificationProcessFieldListOutputRepresentation';
|
|
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 = "9219dba4840bf4da4a41add2d5913d0e";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ProcessDetailOutputRepresentation, existing: ProcessDetailOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProcessDetailOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ProcessDetailOutputRepresentationNormalized, incoming: ProcessDetailOutputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ProcessDetailOutputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ProcessDetailOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Representation of Process Detail
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ProcessDetailOutputRepresentationNormalized {
|
|
19
|
+
/** Apex Class Name */
|
|
20
|
+
apexClassName: string;
|
|
21
|
+
/** Data Source Type */
|
|
22
|
+
dataSourceType: string;
|
|
23
|
+
/** Developer Name */
|
|
24
|
+
developerName: string;
|
|
25
|
+
/** Retry Allowed After Limit */
|
|
26
|
+
isRetryAllowedAfterLimit: boolean;
|
|
27
|
+
/** Label */
|
|
28
|
+
label: string;
|
|
29
|
+
/** Linked Verification Process Definition Name */
|
|
30
|
+
linkedVerificationProcessDetailName: string;
|
|
31
|
+
/** Optional Verifier Count */
|
|
32
|
+
optionalVerifierCount: number;
|
|
33
|
+
/** Retry Limit */
|
|
34
|
+
retryLimit: number;
|
|
35
|
+
/** Search Object Name */
|
|
36
|
+
searchObjectName: string;
|
|
37
|
+
/** Search Result Filter */
|
|
38
|
+
searchResultFilter: string;
|
|
39
|
+
/** Search Result Sort Order */
|
|
40
|
+
searchResultSortOrder: string;
|
|
41
|
+
/** Search Result Unique Id */
|
|
42
|
+
searchResultUniqueIdField: string;
|
|
43
|
+
/** Search Sequence Number */
|
|
44
|
+
searchSequenceNo: number;
|
|
45
|
+
/** Search Type */
|
|
46
|
+
searchType: string;
|
|
47
|
+
verificationProcessFieldList: VerificationProcessFieldListOutputRepresentation_VerificationProcessFieldListOutputRepresentation;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Representation of Process Detail
|
|
51
|
+
*
|
|
52
|
+
* Keys:
|
|
53
|
+
* (none)
|
|
54
|
+
*/
|
|
55
|
+
export interface ProcessDetailOutputRepresentation {
|
|
56
|
+
apexClassName: string;
|
|
57
|
+
dataSourceType: string;
|
|
58
|
+
developerName: string;
|
|
59
|
+
isRetryAllowedAfterLimit: boolean;
|
|
60
|
+
label: string;
|
|
61
|
+
linkedVerificationProcessDetailName: string;
|
|
62
|
+
optionalVerifierCount: number;
|
|
63
|
+
retryLimit: number;
|
|
64
|
+
searchObjectName: string;
|
|
65
|
+
searchResultFilter: string;
|
|
66
|
+
searchResultSortOrder: string;
|
|
67
|
+
searchResultUniqueIdField: string;
|
|
68
|
+
searchSequenceNo: number;
|
|
69
|
+
searchType: string;
|
|
70
|
+
verificationProcessFieldList: VerificationProcessFieldListOutputRepresentation_VerificationProcessFieldListOutputRepresentation;
|
|
71
|
+
}
|