@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 = "39ef3d0d437e38ad865ad83a2977d33f";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SearchFieldRepresentation, existing: SearchFieldRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchFieldRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SearchFieldRepresentationNormalized, incoming: SearchFieldRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: SearchFieldRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SearchFieldRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of Search Result field
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SearchFieldRepresentationNormalized {
|
|
18
|
+
/** Developer Name */
|
|
19
|
+
developerName: string;
|
|
20
|
+
/** Field Value */
|
|
21
|
+
value: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Representation of Search Result field
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface SearchFieldRepresentation {
|
|
30
|
+
developerName: string;
|
|
31
|
+
value: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "400cc4fd474e3e0454eae038c18fea14";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SearchFilterInputRepresentation, existing: SearchFilterInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchFilterInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SearchFilterInputRepresentationNormalized, incoming: SearchFilterInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: SearchFilterInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SearchFilterInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation of search fields for SOQL search
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SearchFilterInputRepresentationNormalized {
|
|
18
|
+
/** Developer Name */
|
|
19
|
+
developerName: string;
|
|
20
|
+
/** Field Value */
|
|
21
|
+
value: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Input representation of search fields for SOQL search
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface SearchFilterInputRepresentation {
|
|
30
|
+
developerName: string;
|
|
31
|
+
value: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { SearchFilterInputRepresentation as SearchFilterInputRepresentation_SearchFilterInputRepresentation } from './SearchFilterInputRepresentation';
|
|
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 = "6d2f0fb0719ed20a92b6c946959a3e92";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SearchFilterListInputRepresentation, existing: SearchFilterListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchFilterListInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SearchFilterListInputRepresentationNormalized, incoming: SearchFilterListInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: SearchFilterListInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SearchFilterListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Input representation for Search filters List for SOQL framework
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface SearchFilterListInputRepresentationNormalized {
|
|
19
|
+
/** Search filter Object List */
|
|
20
|
+
searchFilterList: Array<SearchFilterInputRepresentation_SearchFilterInputRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation for Search filters List for SOQL framework
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface SearchFilterListInputRepresentation {
|
|
29
|
+
searchFilterList: Array<SearchFilterInputRepresentation_SearchFilterInputRepresentation>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { SearchFilterListInputRepresentation as SearchFilterListInputRepresentation_SearchFilterListInputRepresentation } from './SearchFilterListInputRepresentation';
|
|
2
|
+
import { VerificationContextInputRepresentation as VerificationContextInputRepresentation_VerificationContextInputRepresentation } from './VerificationContextInputRepresentation';
|
|
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 = "dc9e13603eba887e9ddfa753f123f7f2";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: SearchInputRepresentation, existing: SearchInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchInputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: SearchInputRepresentationNormalized, incoming: SearchInputRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: SearchInputRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SearchInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Input representation for Search API
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface SearchInputRepresentationNormalized {
|
|
20
|
+
/** Search Filter object */
|
|
21
|
+
searchFilters: SearchFilterListInputRepresentation_SearchFilterListInputRepresentation;
|
|
22
|
+
/** Search Term */
|
|
23
|
+
searchTerm: string;
|
|
24
|
+
verificationContext: VerificationContextInputRepresentation_VerificationContextInputRepresentation;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Input representation for Search API
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface SearchInputRepresentation {
|
|
33
|
+
searchFilters: SearchFilterListInputRepresentation_SearchFilterListInputRepresentation;
|
|
34
|
+
searchTerm: string;
|
|
35
|
+
verificationContext: VerificationContextInputRepresentation_VerificationContextInputRepresentation;
|
|
36
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { SearchResultRepresentation as SearchResultRepresentation_SearchResultRepresentation } from './SearchResultRepresentation';
|
|
2
|
+
import { SearchResultHeaderRepresentation as SearchResultHeaderRepresentation_SearchResultHeaderRepresentation } from './SearchResultHeaderRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
export declare const TTL = 300;
|
|
5
|
+
export declare const VERSION = "979c60b836386e96a5484b2af400562d";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
9
|
+
message: string;
|
|
10
|
+
}
|
|
11
|
+
export type SearchOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export type PartialSearchOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
14
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): SearchOutputRepresentationNormalizedKeyMetadata;
|
|
15
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SearchOutputRepresentation): string;
|
|
16
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SearchOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
17
|
+
export declare function normalize(input: SearchOutputRepresentation, existing: SearchOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchOutputRepresentationNormalized;
|
|
18
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
19
|
+
export declare function equals(existing: SearchOutputRepresentationNormalized, incoming: SearchOutputRepresentationNormalized): boolean;
|
|
20
|
+
export declare function deepFreeze(input: SearchOutputRepresentation): void;
|
|
21
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
22
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SearchOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
23
|
+
/**
|
|
24
|
+
* Output representation of Search API for Identity Verification feature
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* message (string): message
|
|
28
|
+
*/
|
|
29
|
+
export interface SearchOutputRepresentationNormalized {
|
|
30
|
+
/** Search API result success/failure */
|
|
31
|
+
isSuccess: boolean;
|
|
32
|
+
/** Search API result message */
|
|
33
|
+
message: string;
|
|
34
|
+
/** Search API result field list */
|
|
35
|
+
searchResult: Array<SearchResultRepresentation_SearchResultRepresentation>;
|
|
36
|
+
/** Search API result header field list */
|
|
37
|
+
searchResultHeader: Array<SearchResultHeaderRepresentation_SearchResultHeaderRepresentation>;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Output representation of Search API for Identity Verification feature
|
|
41
|
+
*
|
|
42
|
+
* Keys:
|
|
43
|
+
* message (string): message
|
|
44
|
+
*/
|
|
45
|
+
export interface SearchOutputRepresentation {
|
|
46
|
+
isSuccess: boolean;
|
|
47
|
+
message: string;
|
|
48
|
+
searchResult: Array<SearchResultRepresentation_SearchResultRepresentation>;
|
|
49
|
+
searchResultHeader: Array<SearchResultHeaderRepresentation_SearchResultHeaderRepresentation>;
|
|
50
|
+
}
|
|
@@ -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 = "a3627b3009adf6d8fac512b5ad5d708d";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SearchResultHeaderRepresentation, existing: SearchResultHeaderRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchResultHeaderRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SearchResultHeaderRepresentationNormalized, incoming: SearchResultHeaderRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: SearchResultHeaderRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SearchResultHeaderRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of Search API Result Header
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SearchResultHeaderRepresentationNormalized {
|
|
18
|
+
/** Data type of field */
|
|
19
|
+
dataType: string;
|
|
20
|
+
/** Field API Name */
|
|
21
|
+
developerName: string;
|
|
22
|
+
/** Display label for the field */
|
|
23
|
+
displayLabel: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Representation of Search API Result Header
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface SearchResultHeaderRepresentation {
|
|
32
|
+
dataType: string;
|
|
33
|
+
developerName: string;
|
|
34
|
+
displayLabel: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { SearchFieldRepresentation as SearchFieldRepresentation_SearchFieldRepresentation } from './SearchFieldRepresentation';
|
|
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 = "b308e2de6551edfa314aab674ff62608";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SearchResultRepresentation, existing: SearchResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchResultRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SearchResultRepresentationNormalized, incoming: SearchResultRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: SearchResultRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SearchResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Representation of Search API Result
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface SearchResultRepresentationNormalized {
|
|
19
|
+
/** List of search fields */
|
|
20
|
+
searchFields: Array<SearchFieldRepresentation_SearchFieldRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Representation of Search API Result
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface SearchResultRepresentation {
|
|
29
|
+
searchFields: Array<SearchFieldRepresentation_SearchFieldRepresentation>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { SearchInputRepresentation as SearchInputRepresentation_SearchInputRepresentation } from './SearchInputRepresentation';
|
|
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 = "31b01487a48daa648a9a85330d8b0009";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SearchWrapperInputRepresentation, existing: SearchWrapperInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchWrapperInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SearchWrapperInputRepresentationNormalized, incoming: SearchWrapperInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: SearchWrapperInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SearchWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* wrapper of SearchInputRepresentation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface SearchWrapperInputRepresentationNormalized {
|
|
19
|
+
/** Input representation for SearchInputRepresentation */
|
|
20
|
+
SearchRecordsContextData: SearchInputRepresentation_SearchInputRepresentation;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* wrapper of SearchInputRepresentation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface SearchWrapperInputRepresentation {
|
|
29
|
+
SearchRecordsContextData: SearchInputRepresentation_SearchInputRepresentation;
|
|
30
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { FieldValueListInputRepresentation as FieldValueListInputRepresentation_FieldValueListInputRepresentation } from './FieldValueListInputRepresentation';
|
|
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 = "3a8f0d2d1840517e2e6869eaa73253a9";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SelectedSearchResultInputRepresentation, existing: SelectedSearchResultInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SelectedSearchResultInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SelectedSearchResultInputRepresentationNormalized, incoming: SelectedSearchResultInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: SelectedSearchResultInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SelectedSearchResultInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Input representation for Selected Search Result
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface SelectedSearchResultInputRepresentationNormalized {
|
|
19
|
+
/** Object Name */
|
|
20
|
+
objectName: string;
|
|
21
|
+
/** Selected Record Id */
|
|
22
|
+
selectedRecordId: string;
|
|
23
|
+
/** Selected Record Object */
|
|
24
|
+
selectedRecordObject: FieldValueListInputRepresentation_FieldValueListInputRepresentation;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Input representation for Selected Search Result
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface SelectedSearchResultInputRepresentation {
|
|
33
|
+
objectName: string;
|
|
34
|
+
selectedRecordId: string;
|
|
35
|
+
selectedRecordObject: FieldValueListInputRepresentation_FieldValueListInputRepresentation;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { FieldValueOutputRepresentation as FieldValueOutputRepresentation_FieldValueOutputRepresentation } from './FieldValueOutputRepresentation';
|
|
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 = "93eaa497fcedcc99a5063892dd5a4efa";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SelectedSearchResultOutputRepresentation, existing: SelectedSearchResultOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SelectedSearchResultOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SelectedSearchResultOutputRepresentationNormalized, incoming: SelectedSearchResultOutputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: SelectedSearchResultOutputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SelectedSearchResultOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Representation of a selected search result
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface SelectedSearchResultOutputRepresentationNormalized {
|
|
19
|
+
/** Object Name */
|
|
20
|
+
objectName: string;
|
|
21
|
+
/** Selected Record Id */
|
|
22
|
+
selectedRecordId: string;
|
|
23
|
+
/** Selected Record Object */
|
|
24
|
+
selectedRecordObject: Array<FieldValueOutputRepresentation_FieldValueOutputRepresentation>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Representation of a selected search result
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface SelectedSearchResultOutputRepresentation {
|
|
33
|
+
objectName: string;
|
|
34
|
+
selectedRecordId: string;
|
|
35
|
+
selectedRecordObject: Array<FieldValueOutputRepresentation_FieldValueOutputRepresentation>;
|
|
36
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { VerifiedDetailsListInputRepresentation as VerifiedDetailsListInputRepresentation_VerifiedDetailsListInputRepresentation } from './VerifiedDetailsListInputRepresentation';
|
|
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 = "df2f163baa186c070ace1c92813da36e";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SelectedVerifiedResultInputRepresentation, existing: SelectedVerifiedResultInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SelectedVerifiedResultInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SelectedVerifiedResultInputRepresentationNormalized, incoming: SelectedVerifiedResultInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: SelectedVerifiedResultInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SelectedVerifiedResultInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Input representation for selected verified result
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface SelectedVerifiedResultInputRepresentationNormalized {
|
|
19
|
+
verifiedDetails: VerifiedDetailsListInputRepresentation_VerifiedDetailsListInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Input representation for selected verified result
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface SelectedVerifiedResultInputRepresentation {
|
|
28
|
+
verifiedDetails: VerifiedDetailsListInputRepresentation_VerifiedDetailsListInputRepresentation;
|
|
29
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { VerifiedDetailsOutputRepresentation as VerifiedDetailsOutputRepresentation_VerifiedDetailsOutputRepresentation } from './VerifiedDetailsOutputRepresentation';
|
|
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 = "4bbadbef0266aa9adde4b601bd5177dc";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SelectedVerifiedResultOutputRepresentation, existing: SelectedVerifiedResultOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SelectedVerifiedResultOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SelectedVerifiedResultOutputRepresentationNormalized, incoming: SelectedVerifiedResultOutputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: SelectedVerifiedResultOutputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SelectedVerifiedResultOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Output representation for selected verified result
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface SelectedVerifiedResultOutputRepresentationNormalized {
|
|
19
|
+
/** Verified Details */
|
|
20
|
+
verifiedDetails: Array<VerifiedDetailsOutputRepresentation_VerifiedDetailsOutputRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Output representation for selected verified result
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface SelectedVerifiedResultOutputRepresentation {
|
|
29
|
+
verifiedDetails: Array<VerifiedDetailsOutputRepresentation_VerifiedDetailsOutputRepresentation>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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 = "22d6a4d28ea73cbbc1e7537fc00d3971";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SetupCallInputRepresentation, existing: SetupCallInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SetupCallInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SetupCallInputRepresentationNormalized, incoming: SetupCallInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: SetupCallInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SetupCallInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for SetupCall
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SetupCallInputRepresentationNormalized {
|
|
18
|
+
/** Set External Meeting Id for Video Call Setup */
|
|
19
|
+
externalMeetingId: string;
|
|
20
|
+
/** Set Participant Intake Form for Video Call Setup */
|
|
21
|
+
participantIntakeForm: {
|
|
22
|
+
[key: string]: string;
|
|
23
|
+
};
|
|
24
|
+
/** Set Related Record Id for Video Call Setup */
|
|
25
|
+
relatedRecordId: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Input representation for SetupCall
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface SetupCallInputRepresentation {
|
|
34
|
+
externalMeetingId: string;
|
|
35
|
+
participantIntakeForm: {
|
|
36
|
+
[key: string]: string;
|
|
37
|
+
};
|
|
38
|
+
relatedRecordId: string;
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { NotifyAccessResultRepresentation as NotifyAccessResultRepresentation_NotifyAccessResultRepresentation } from './NotifyAccessResultRepresentation';
|
|
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 = "4aa0fd4c82124b2acd001ef4c27c0728";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SetupCallResultRepresentation, existing: SetupCallResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SetupCallResultRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SetupCallResultRepresentationNormalized, incoming: SetupCallResultRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: SetupCallResultRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SetupCallResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Output representation of SetupCall Result
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface SetupCallResultRepresentationNormalized {
|
|
19
|
+
/** SetupCall error messages */
|
|
20
|
+
errorMessage?: string;
|
|
21
|
+
/** SetupCall moderator flag */
|
|
22
|
+
isModerator?: boolean;
|
|
23
|
+
/** SetupCall success flag */
|
|
24
|
+
isSuccess: boolean;
|
|
25
|
+
/** SetupCall Notify Access */
|
|
26
|
+
notifyAccess?: NotifyAccessResultRepresentation_NotifyAccessResultRepresentation;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Output representation of SetupCall Result
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface SetupCallResultRepresentation {
|
|
35
|
+
errorMessage?: string;
|
|
36
|
+
isModerator?: boolean;
|
|
37
|
+
isSuccess: boolean;
|
|
38
|
+
notifyAccess?: NotifyAccessResultRepresentation_NotifyAccessResultRepresentation;
|
|
39
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { TimelineErrorRepresentation as TimelineErrorRepresentation_TimelineErrorRepresentation } from './TimelineErrorRepresentation';
|
|
2
|
+
import { TimelineEventTypeRepresentation as TimelineEventTypeRepresentation_TimelineEventTypeRepresentation } from './TimelineEventTypeRepresentation';
|
|
3
|
+
import { TimelineEventRepresentation as TimelineEventRepresentation_TimelineEventRepresentation } from './TimelineEventRepresentation';
|
|
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 = "5f227ea2da79b58fd2da306be06eaf56";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: TimelineDataGetResultRepresentation, existing: TimelineDataGetResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineDataGetResultRepresentationNormalized;
|
|
9
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
10
|
+
export declare function equals(existing: TimelineDataGetResultRepresentationNormalized, incoming: TimelineDataGetResultRepresentationNormalized): boolean;
|
|
11
|
+
export declare function deepFreeze(input: TimelineDataGetResultRepresentation): void;
|
|
12
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TimelineDataGetResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
14
|
+
/**
|
|
15
|
+
* Output represantation of Timeline Data from the GET Resource
|
|
16
|
+
*
|
|
17
|
+
* Keys:
|
|
18
|
+
* (none)
|
|
19
|
+
*/
|
|
20
|
+
export interface TimelineDataGetResultRepresentationNormalized {
|
|
21
|
+
/** TimelineData GET Resource List of Errors */
|
|
22
|
+
errors: Array<TimelineErrorRepresentation_TimelineErrorRepresentation>;
|
|
23
|
+
/** TimelineData GET Resource Event Types */
|
|
24
|
+
eventTypes: Array<TimelineEventTypeRepresentation_TimelineEventTypeRepresentation>;
|
|
25
|
+
/** TimelineData GET Resource fetch all events */
|
|
26
|
+
events: Array<TimelineEventRepresentation_TimelineEventRepresentation>;
|
|
27
|
+
/** TimelineData Get Resource - more Data to be fetched */
|
|
28
|
+
hasMoreData: boolean;
|
|
29
|
+
/** TimelineData get status flag */
|
|
30
|
+
isSuccess: boolean;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Output represantation of Timeline Data from the GET Resource
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface TimelineDataGetResultRepresentation {
|
|
39
|
+
errors: Array<TimelineErrorRepresentation_TimelineErrorRepresentation>;
|
|
40
|
+
eventTypes: Array<TimelineEventTypeRepresentation_TimelineEventTypeRepresentation>;
|
|
41
|
+
events: Array<TimelineEventRepresentation_TimelineEventRepresentation>;
|
|
42
|
+
hasMoreData: boolean;
|
|
43
|
+
isSuccess: boolean;
|
|
44
|
+
}
|
|
@@ -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 = "c8f64429ff4903b915fd04b4cc47a64b";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TimelineElementRepresentation, existing: TimelineElementRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineElementRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TimelineElementRepresentationNormalized, incoming: TimelineElementRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: TimelineElementRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TimelineElementRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation of Fields/related Lists that is returned as part of the GET Timeline metadata
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TimelineElementRepresentationNormalized {
|
|
18
|
+
/** Element API Name */
|
|
19
|
+
apiName: string;
|
|
20
|
+
/** Element dataType Name */
|
|
21
|
+
dataType: string;
|
|
22
|
+
/** Element label Name */
|
|
23
|
+
label: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Output representation of Fields/related Lists that is returned as part of the GET Timeline metadata
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface TimelineElementRepresentation {
|
|
32
|
+
apiName: string;
|
|
33
|
+
dataType: string;
|
|
34
|
+
label: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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 = "bd8f1e17ffbb556d8523190297485dfd";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TimelineEntityRepresentation, existing: TimelineEntityRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineEntityRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TimelineEntityRepresentationNormalized, incoming: TimelineEntityRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: TimelineEntityRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TimelineEntityRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation of entity that is returned as part of the GET Timeline metadata
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TimelineEntityRepresentationNormalized {
|
|
18
|
+
/** TimelineMetadata Age Field */
|
|
19
|
+
ageField: string;
|
|
20
|
+
/** EntityLabel */
|
|
21
|
+
entityLabel: string;
|
|
22
|
+
/** Entity Name */
|
|
23
|
+
entityName: string;
|
|
24
|
+
/** Icon */
|
|
25
|
+
icon: string;
|
|
26
|
+
/** TimelineMetadata age field selected flag */
|
|
27
|
+
isAgeFieldSelected: boolean;
|
|
28
|
+
/** Source */
|
|
29
|
+
source: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Output representation of entity that is returned as part of the GET Timeline metadata
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface TimelineEntityRepresentation {
|
|
38
|
+
ageField: string;
|
|
39
|
+
entityLabel: string;
|
|
40
|
+
entityName: string;
|
|
41
|
+
icon: string;
|
|
42
|
+
isAgeFieldSelected: boolean;
|
|
43
|
+
source: string;
|
|
44
|
+
}
|