@salesforce/lds-adapters-industries-identityverification 0.1.0-dev1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-identityverification.js +2882 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/buildVerificationContext.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/createFormVerification.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/identityVerification.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/searchRecords.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectIndustriesVideoCallParticipant.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectTimelineMetadataConfigurations.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectTimelineTimelineDefinitionsEventsByTimelineConfigFullNameAndTimelineObjRecordId.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectIdentityVerificationBuildContextByProcessDefinitionName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectIdentityVerificationInputVerification.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectIdentityVerificationSearch.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectIdentityVerificationVerification.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/putConnectIndustriesVideoCall.d.ts +10 -0
- package/dist/es/es2018/types/src/generated/resources/putConnectIndustriesVideoCallLeaveCall.d.ts +10 -0
- package/dist/es/es2018/types/src/generated/resources/putConnectIndustriesVideoCallParticipant.d.ts +10 -0
- package/dist/es/es2018/types/src/generated/types/BuildVerificationContextInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/BuildVerificationContextWrapperInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ChimeAttendeeResultRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ChimeMediaPlacementResultRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/ChimeMeetingResultRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DocumentManagementInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/DocumentManagementResultRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ErrorResponseRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EvaluateVideoCallParticipantInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EvaluateVideoCallParticipantResultRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FieldValueInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FieldValueListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/FieldValueOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FormVerificationDisplayRecordDetailsOutput.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FormVerificationFieldInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/FormVerificationFieldListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/FormVerificationFieldListRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/FormVerificationFieldRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/FormVerificationInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/FormVerificationRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/FormVerificationWrapperInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/JoinVideoCallInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/JoinVideoCallResultRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/LeaveVideoCallInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/LeaveVideoCallResultRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/LinkedObjectFieldsMapInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/NotifyAccessResultRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/PageSpecification.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/PageSpecificationListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProcessDefinitionInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ProcessDefinitionOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ProcessDetailInputRepresentation.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/ProcessDetailListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ProcessDetailOutputRepresentation.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/SearchFieldRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SearchFilterListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SearchInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SearchOutputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/SearchResultHeaderRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SearchResultRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SearchWrapperInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SelectedSearchResultInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SelectedSearchResultOutputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SelectedVerifiedResultInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SelectedVerifiedResultOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SetupCallInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SetupCallResultRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/TimelineDataGetResultRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/TimelineElementRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/TimelineEntityRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/TimelineErrorRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/TimelineEventFieldRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/TimelineEventRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/TimelineEventTypeMetadataRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/TimelineEventTypeRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/TimelineMetadataDefinitionRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/TimelineMetadataResultRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/UpdateVideoCallInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/UpdateVideoCallResultRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ValidateSignatureInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ValidateSignatureResultRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/VerificationContextInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/VerificationContextOutputRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/VerificationContextWrapperInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/VerificationProcessFieldInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/VerificationProcessFieldListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/VerificationProcessFieldListOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/VerificationProcessFieldOutputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/VerifiedDetailsInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/VerifiedDetailsListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/VerifiedDetailsOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/VerifiedResultInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/VerifiedResultOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/VerifierInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/VerifierListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/VerifierOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/VideoCallParticipantFieldRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/VideoCallParticipantRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/VideoCallParticipantResultRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +70 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +2917 -0
- package/src/raml/api.raml +1481 -0
- package/src/raml/luvio.raml +42 -0
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { Adapter as $64$luvio_engine_Adapter, Snapshot as $64$luvio_engine_Snapshot, UnfulfilledSnapshot as $64$luvio_engine_UnfulfilledSnapshot, AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const ObjectPrototypeHasOwnProperty: (v: PropertyKey) => boolean;
|
|
3
|
+
declare const ObjectKeys: {
|
|
4
|
+
(o: object): string[];
|
|
5
|
+
(o: {}): string[];
|
|
6
|
+
}, ObjectCreate: {
|
|
7
|
+
(o: object | null): any;
|
|
8
|
+
(o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
|
|
9
|
+
};
|
|
10
|
+
export { ObjectCreate, ObjectKeys };
|
|
11
|
+
export declare const ArrayIsArray: (arg: any) => arg is any[];
|
|
12
|
+
export declare const ArrayPrototypePush: (...items: any[]) => number;
|
|
13
|
+
export interface AdapterValidationConfig {
|
|
14
|
+
displayName: string;
|
|
15
|
+
parameters: {
|
|
16
|
+
required: string[];
|
|
17
|
+
optional: string[];
|
|
18
|
+
unsupported?: string[];
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Validates an adapter config is well-formed.
|
|
23
|
+
* @param config The config to validate.
|
|
24
|
+
* @param adapter The adapter validation configuration.
|
|
25
|
+
* @param oneOf The keys the config must contain at least one of.
|
|
26
|
+
* @throws A TypeError if config doesn't satisfy the adapter's config validation.
|
|
27
|
+
*/
|
|
28
|
+
export declare function validateConfig<T>(config: Untrusted<T>, adapter: AdapterValidationConfig, oneOf?: string[]): void;
|
|
29
|
+
export declare function untrustedIsObject<Base>(untrusted: unknown): untrusted is Untrusted<Base>;
|
|
30
|
+
export type UncoercedConfiguration<Base, Options extends {
|
|
31
|
+
[key in keyof Base]?: any;
|
|
32
|
+
}> = {
|
|
33
|
+
[Key in keyof Base]?: Base[Key] | Options[Key];
|
|
34
|
+
};
|
|
35
|
+
export type Untrusted<Base> = Partial<Base>;
|
|
36
|
+
export declare function areRequiredParametersPresent<T>(config: any, configPropertyNames: AdapterValidationConfig): config is T;
|
|
37
|
+
export declare function refreshable<C, D, R>(adapter: $64$luvio_engine_Adapter<C, D>, resolve: (config: unknown) => Promise<$64$luvio_engine_Snapshot<R>>): $64$luvio_engine_Adapter<C, D>;
|
|
38
|
+
export declare const SNAPSHOT_STATE_FULFILLED = "Fulfilled";
|
|
39
|
+
export declare const SNAPSHOT_STATE_UNFULFILLED = "Unfulfilled";
|
|
40
|
+
export declare const snapshotRefreshOptions: {
|
|
41
|
+
overrides: {
|
|
42
|
+
headers: {
|
|
43
|
+
'Cache-Control': string;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* A deterministic JSON stringify implementation. Heavily adapted from https://github.com/epoberezkin/fast-json-stable-stringify.
|
|
49
|
+
* This is needed because insertion order for JSON.stringify(object) affects output:
|
|
50
|
+
* JSON.stringify({a: 1, b: 2})
|
|
51
|
+
* "{"a":1,"b":2}"
|
|
52
|
+
* JSON.stringify({b: 2, a: 1})
|
|
53
|
+
* "{"b":2,"a":1}"
|
|
54
|
+
* @param data Data to be JSON-stringified.
|
|
55
|
+
* @returns JSON.stringified value with consistent ordering of keys.
|
|
56
|
+
*/
|
|
57
|
+
export declare function stableJSONStringify(node: any): string | undefined;
|
|
58
|
+
export declare function getFetchResponseStatusText(status: number): string;
|
|
59
|
+
export declare function isUnfulfilledSnapshot<T, U>(snapshot: $64$luvio_engine_Snapshot<T, U>): snapshot is $64$luvio_engine_UnfulfilledSnapshot<T, U>;
|
|
60
|
+
export declare function generateParamConfigMetadata(name: string, required: boolean, resourceType: $64$luvio_engine_AdapterConfigMetadata['resourceType'], typeCheckShape: $64$luvio_engine_AdapterConfigMetadata['typeCheckShape'], isArrayShape?: boolean, coerceFn?: (v: unknown) => unknown): $64$luvio_engine_AdapterConfigMetadata;
|
|
61
|
+
export declare function buildAdapterValidationConfig(displayName: string, paramsMeta: $64$luvio_engine_AdapterConfigMetadata[]): AdapterValidationConfig;
|
|
62
|
+
export declare const keyPrefix = "IdentityVerification";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { BuildVerificationContextInputRepresentation as types_BuildVerificationContextInputRepresentation_BuildVerificationContextInputRepresentation } from '../types/BuildVerificationContextInputRepresentation';
|
|
4
|
+
import { ResourceRequestConfig as resources_postConnectIdentityVerificationBuildContextByProcessDefinitionName_ResourceRequestConfig } from '../resources/postConnectIdentityVerificationBuildContextByProcessDefinitionName';
|
|
5
|
+
import { VerificationContextOutputRepresentation as types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation } from '../types/VerificationContextOutputRepresentation';
|
|
6
|
+
export declare const adapterName = "buildVerificationContext";
|
|
7
|
+
export declare const buildVerificationContext_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
8
|
+
export declare const buildVerificationContext_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
9
|
+
export interface BuildVerificationContextConfig {
|
|
10
|
+
processDefinitionName: string;
|
|
11
|
+
BuildContextData: types_BuildVerificationContextInputRepresentation_BuildVerificationContextInputRepresentation;
|
|
12
|
+
}
|
|
13
|
+
export declare const createResourceParams: (config: BuildVerificationContextConfig) => resources_postConnectIdentityVerificationBuildContextByProcessDefinitionName_ResourceRequestConfig;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<BuildVerificationContextConfig>): adapter$45$utils_Untrusted<BuildVerificationContextConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): BuildVerificationContextConfig | null;
|
|
16
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: BuildVerificationContextConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation, any>>;
|
|
17
|
+
export declare const buildVerificationContextAdapterFactory: $64$luvio_engine_AdapterFactory<BuildVerificationContextConfig, types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { FormVerificationInputRepresentation as types_FormVerificationInputRepresentation_FormVerificationInputRepresentation } from '../types/FormVerificationInputRepresentation';
|
|
4
|
+
import { ResourceRequestConfig as resources_postConnectIdentityVerificationInputVerification_ResourceRequestConfig } from '../resources/postConnectIdentityVerificationInputVerification';
|
|
5
|
+
import { FormVerificationRepresentation as types_FormVerificationRepresentation_FormVerificationRepresentation } from '../types/FormVerificationRepresentation';
|
|
6
|
+
export declare const adapterName = "createFormVerification";
|
|
7
|
+
export declare const createFormVerification_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
8
|
+
export declare const createFormVerification_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
9
|
+
export interface CreateFormVerificationConfig {
|
|
10
|
+
IdentityVerificationFormInputData: types_FormVerificationInputRepresentation_FormVerificationInputRepresentation;
|
|
11
|
+
}
|
|
12
|
+
export declare const createResourceParams: (config: CreateFormVerificationConfig) => resources_postConnectIdentityVerificationInputVerification_ResourceRequestConfig;
|
|
13
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateFormVerificationConfig>): adapter$45$utils_Untrusted<CreateFormVerificationConfig>;
|
|
14
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CreateFormVerificationConfig | null;
|
|
15
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CreateFormVerificationConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_FormVerificationRepresentation_FormVerificationRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_FormVerificationRepresentation_FormVerificationRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_FormVerificationRepresentation_FormVerificationRepresentation, any>>;
|
|
16
|
+
export declare const createFormVerificationAdapterFactory: $64$luvio_engine_AdapterFactory<CreateFormVerificationConfig, types_FormVerificationRepresentation_FormVerificationRepresentation>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { VerificationContextInputRepresentation as types_VerificationContextInputRepresentation_VerificationContextInputRepresentation } from '../types/VerificationContextInputRepresentation';
|
|
4
|
+
import { ResourceRequestConfig as resources_postConnectIdentityVerificationVerification_ResourceRequestConfig } from '../resources/postConnectIdentityVerificationVerification';
|
|
5
|
+
import { VerificationContextOutputRepresentation as types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation } from '../types/VerificationContextOutputRepresentation';
|
|
6
|
+
export declare const adapterName = "identityVerification";
|
|
7
|
+
export declare const identityVerification_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
8
|
+
export declare const identityVerification_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
9
|
+
export interface IdentityVerificationConfig {
|
|
10
|
+
IdentityVerificationContextData: types_VerificationContextInputRepresentation_VerificationContextInputRepresentation;
|
|
11
|
+
}
|
|
12
|
+
export declare const createResourceParams: (config: IdentityVerificationConfig) => resources_postConnectIdentityVerificationVerification_ResourceRequestConfig;
|
|
13
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<IdentityVerificationConfig>): adapter$45$utils_Untrusted<IdentityVerificationConfig>;
|
|
14
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): IdentityVerificationConfig | null;
|
|
15
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: IdentityVerificationConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation, any>>;
|
|
16
|
+
export declare const identityVerificationAdapterFactory: $64$luvio_engine_AdapterFactory<IdentityVerificationConfig, types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { SearchInputRepresentation as types_SearchInputRepresentation_SearchInputRepresentation } from '../types/SearchInputRepresentation';
|
|
4
|
+
import { ResourceRequestConfig as resources_postConnectIdentityVerificationSearch_ResourceRequestConfig } from '../resources/postConnectIdentityVerificationSearch';
|
|
5
|
+
import { SearchOutputRepresentation as types_SearchOutputRepresentation_SearchOutputRepresentation } from '../types/SearchOutputRepresentation';
|
|
6
|
+
export declare const adapterName = "searchRecords";
|
|
7
|
+
export declare const searchRecords_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
8
|
+
export declare const searchRecords_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
9
|
+
export interface SearchRecordsConfig {
|
|
10
|
+
SearchRecordsContextData: types_SearchInputRepresentation_SearchInputRepresentation;
|
|
11
|
+
}
|
|
12
|
+
export declare const createResourceParams: (config: SearchRecordsConfig) => resources_postConnectIdentityVerificationSearch_ResourceRequestConfig;
|
|
13
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<SearchRecordsConfig>): adapter$45$utils_Untrusted<SearchRecordsConfig>;
|
|
14
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): SearchRecordsConfig | null;
|
|
15
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: SearchRecordsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_SearchOutputRepresentation_SearchOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_SearchOutputRepresentation_SearchOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_SearchOutputRepresentation_SearchOutputRepresentation, any>>;
|
|
16
|
+
export declare const searchRecordsAdapterFactory: $64$luvio_engine_AdapterFactory<SearchRecordsConfig, types_SearchOutputRepresentation_SearchOutputRepresentation>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { buildVerificationContextAdapterFactory } from '../adapters/buildVerificationContext';
|
|
2
|
+
export { createFormVerificationAdapterFactory } from '../adapters/createFormVerification';
|
|
3
|
+
export { searchRecordsAdapterFactory } from '../adapters/searchRecords';
|
|
4
|
+
export { identityVerificationAdapterFactory } from '../adapters/identityVerification';
|
package/dist/es/es2018/types/src/generated/resources/getConnectIndustriesVideoCallParticipant.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { VideoCallParticipantResultRepresentation as types_VideoCallParticipantResultRepresentation_VideoCallParticipantResultRepresentation } from '../types/VideoCallParticipantResultRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
queryParams: {
|
|
5
|
+
includeParticipantFields?: boolean;
|
|
6
|
+
meetingId?: string;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
11
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_VideoCallParticipantResultRepresentation_VideoCallParticipantResultRepresentation): void;
|
|
13
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_VideoCallParticipantResultRepresentation_VideoCallParticipantResultRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_VideoCallParticipantResultRepresentation_VideoCallParticipantResultRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_VideoCallParticipantResultRepresentation_VideoCallParticipantResultRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_VideoCallParticipantResultRepresentation_VideoCallParticipantResultRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_VideoCallParticipantResultRepresentation_VideoCallParticipantResultRepresentation, any>;
|
|
14
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_VideoCallParticipantResultRepresentation_VideoCallParticipantResultRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/getConnectTimelineMetadataConfigurations.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { TimelineMetadataResultRepresentation as types_TimelineMetadataResultRepresentation_TimelineMetadataResultRepresentation } from '../types/TimelineMetadataResultRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
queryParams: {
|
|
5
|
+
fullNames?: Array<string>;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
10
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_TimelineMetadataResultRepresentation_TimelineMetadataResultRepresentation): void;
|
|
12
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_TimelineMetadataResultRepresentation_TimelineMetadataResultRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_TimelineMetadataResultRepresentation_TimelineMetadataResultRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_TimelineMetadataResultRepresentation_TimelineMetadataResultRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_TimelineMetadataResultRepresentation_TimelineMetadataResultRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_TimelineMetadataResultRepresentation_TimelineMetadataResultRepresentation, any>;
|
|
13
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_TimelineMetadataResultRepresentation_TimelineMetadataResultRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { TimelineDataGetResultRepresentation as types_TimelineDataGetResultRepresentation_TimelineDataGetResultRepresentation } from '../types/TimelineDataGetResultRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
timelineConfigFullName: string;
|
|
6
|
+
timelineObjRecordId: string;
|
|
7
|
+
};
|
|
8
|
+
queryParams: {
|
|
9
|
+
direction?: string;
|
|
10
|
+
endDate?: string;
|
|
11
|
+
eventTypeOffsets?: string;
|
|
12
|
+
eventTypes?: string;
|
|
13
|
+
startDate?: string;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
18
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
19
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_TimelineDataGetResultRepresentation_TimelineDataGetResultRepresentation): void;
|
|
20
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_TimelineDataGetResultRepresentation_TimelineDataGetResultRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_TimelineDataGetResultRepresentation_TimelineDataGetResultRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_TimelineDataGetResultRepresentation_TimelineDataGetResultRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_TimelineDataGetResultRepresentation_TimelineDataGetResultRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_TimelineDataGetResultRepresentation_TimelineDataGetResultRepresentation, any>;
|
|
21
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_TimelineDataGetResultRepresentation_TimelineDataGetResultRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
22
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
23
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { BuildVerificationContextInputRepresentation as types_BuildVerificationContextInputRepresentation_BuildVerificationContextInputRepresentation } from '../types/BuildVerificationContextInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
+
import { VerificationContextOutputRepresentation as types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation } from '../types/VerificationContextOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
processDefinitionName: string;
|
|
7
|
+
};
|
|
8
|
+
body: {
|
|
9
|
+
BuildContextData: types_BuildVerificationContextInputRepresentation_BuildVerificationContextInputRepresentation;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation): void;
|
|
14
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation, any>;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FormVerificationInputRepresentation as types_FormVerificationInputRepresentation_FormVerificationInputRepresentation } from '../types/FormVerificationInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
+
import { FormVerificationRepresentation as types_FormVerificationRepresentation_FormVerificationRepresentation } from '../types/FormVerificationRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
body: {
|
|
6
|
+
IdentityVerificationFormInputData: types_FormVerificationInputRepresentation_FormVerificationInputRepresentation;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_FormVerificationRepresentation_FormVerificationRepresentation): void;
|
|
11
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_FormVerificationRepresentation_FormVerificationRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_FormVerificationRepresentation_FormVerificationRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_FormVerificationRepresentation_FormVerificationRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_FormVerificationRepresentation_FormVerificationRepresentation, any>;
|
|
12
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
13
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/postConnectIdentityVerificationSearch.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SearchInputRepresentation as types_SearchInputRepresentation_SearchInputRepresentation } from '../types/SearchInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
+
import { SearchOutputRepresentation as types_SearchOutputRepresentation_SearchOutputRepresentation } from '../types/SearchOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
body: {
|
|
6
|
+
SearchRecordsContextData: types_SearchInputRepresentation_SearchInputRepresentation;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SearchOutputRepresentation_SearchOutputRepresentation): void;
|
|
11
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SearchOutputRepresentation_SearchOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SearchOutputRepresentation_SearchOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SearchOutputRepresentation_SearchOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SearchOutputRepresentation_SearchOutputRepresentation, any>;
|
|
12
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
13
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { VerificationContextInputRepresentation as types_VerificationContextInputRepresentation_VerificationContextInputRepresentation } from '../types/VerificationContextInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
+
import { VerificationContextOutputRepresentation as types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation } from '../types/VerificationContextOutputRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
body: {
|
|
6
|
+
IdentityVerificationContextData: types_VerificationContextInputRepresentation_VerificationContextInputRepresentation;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation): void;
|
|
11
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation, any>;
|
|
12
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
13
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
export interface ResourceRequestConfig {
|
|
3
|
+
body: {
|
|
4
|
+
isEnded: boolean;
|
|
5
|
+
meetingId: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
10
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/putConnectIndustriesVideoCallLeaveCall.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
export interface ResourceRequestConfig {
|
|
3
|
+
body: {
|
|
4
|
+
attendeeId: string;
|
|
5
|
+
externalMeetingId: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
10
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/putConnectIndustriesVideoCallParticipant.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
export interface ResourceRequestConfig {
|
|
3
|
+
body: {
|
|
4
|
+
isAccepted: boolean;
|
|
5
|
+
participantId: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
10
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/types/BuildVerificationContextInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { SelectedVerifiedResultInputRepresentation as SelectedVerifiedResultInputRepresentation_SelectedVerifiedResultInputRepresentation } from './SelectedVerifiedResultInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "93d5385a67492a2d727def494910d883";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: BuildVerificationContextInputRepresentation, existing: BuildVerificationContextInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BuildVerificationContextInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: BuildVerificationContextInputRepresentationNormalized, incoming: BuildVerificationContextInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: BuildVerificationContextInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for building verification context
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface BuildVerificationContextInputRepresentationNormalized {
|
|
18
|
+
/** Object Name */
|
|
19
|
+
objectName: string;
|
|
20
|
+
/** Process Detail Name */
|
|
21
|
+
processDetailName: string;
|
|
22
|
+
/** Selected Record Id */
|
|
23
|
+
selectedRecordId: string;
|
|
24
|
+
selectedVerifiedResult: SelectedVerifiedResultInputRepresentation_SelectedVerifiedResultInputRepresentation;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Input representation for building verification context
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface BuildVerificationContextInputRepresentation {
|
|
33
|
+
objectName: string;
|
|
34
|
+
processDetailName: string;
|
|
35
|
+
selectedRecordId: string;
|
|
36
|
+
selectedVerifiedResult: SelectedVerifiedResultInputRepresentation_SelectedVerifiedResultInputRepresentation;
|
|
37
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { BuildVerificationContextInputRepresentation as BuildVerificationContextInputRepresentation_BuildVerificationContextInputRepresentation } from './BuildVerificationContextInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "1106e5f541c549265aa9827b9a792578";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: BuildVerificationContextWrapperInputRepresentation, existing: BuildVerificationContextWrapperInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BuildVerificationContextWrapperInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: BuildVerificationContextWrapperInputRepresentationNormalized, incoming: BuildVerificationContextWrapperInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: BuildVerificationContextWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* wrapper of BuildVerificationContextInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface BuildVerificationContextWrapperInputRepresentationNormalized {
|
|
18
|
+
/** Input representation for BuildVerificationContextInputRepresentation */
|
|
19
|
+
BuildContextData: BuildVerificationContextInputRepresentation_BuildVerificationContextInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* wrapper of BuildVerificationContextInputRepresentation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface BuildVerificationContextWrapperInputRepresentation {
|
|
28
|
+
BuildContextData: BuildVerificationContextInputRepresentation_BuildVerificationContextInputRepresentation;
|
|
29
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "298c25d8d509b885d1a8b2daf800d20e";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ChimeAttendeeResultRepresentation, existing: ChimeAttendeeResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ChimeAttendeeResultRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ChimeAttendeeResultRepresentationNormalized, incoming: ChimeAttendeeResultRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ChimeAttendeeResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output representation of Chime Attendee
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ChimeAttendeeResultRepresentationNormalized {
|
|
17
|
+
/** Chime AttendeeId */
|
|
18
|
+
attendeeId?: string;
|
|
19
|
+
/** Chime ExternalAttendeeId */
|
|
20
|
+
externalAttendeeId?: string;
|
|
21
|
+
/** Chime Attendee join token */
|
|
22
|
+
joinToken?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Output representation of Chime Attendee
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface ChimeAttendeeResultRepresentation {
|
|
31
|
+
attendeeId?: string;
|
|
32
|
+
externalAttendeeId?: string;
|
|
33
|
+
joinToken?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "62cf52afacbff17043ddd7dec7996d6f";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ChimeMediaPlacementResultRepresentation, existing: ChimeMediaPlacementResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ChimeMediaPlacementResultRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ChimeMediaPlacementResultRepresentationNormalized, incoming: ChimeMediaPlacementResultRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ChimeMediaPlacementResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output representation of Chime Media Placement Result
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ChimeMediaPlacementResultRepresentationNormalized {
|
|
17
|
+
/** ChimeMediaPlacement AudioFallbackUrl */
|
|
18
|
+
audioFallbackUrl?: string;
|
|
19
|
+
/** ChimeMediaPlacement AudioHostUrl */
|
|
20
|
+
audioHostUrl?: string;
|
|
21
|
+
/** ChimeMediaPlacement EventIngestionUrl */
|
|
22
|
+
eventIngestionUrl?: string;
|
|
23
|
+
/** ChimeMediaPlacement ScreenDataUrl */
|
|
24
|
+
screenDataUrl?: string;
|
|
25
|
+
/** ChimeMediaPlacement ScreenSharingUrl */
|
|
26
|
+
screenSharingUrl?: string;
|
|
27
|
+
/** ChimeMediaPlacement ScreenViewingUrl */
|
|
28
|
+
screenViewingUrl?: string;
|
|
29
|
+
/** ChimeMediaPlacement SignalingUrl */
|
|
30
|
+
signalingUrl?: string;
|
|
31
|
+
/** ChimeMediaPlacement TurnControlUrl */
|
|
32
|
+
turnControlUrl?: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Output representation of Chime Media Placement Result
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface ChimeMediaPlacementResultRepresentation {
|
|
41
|
+
audioFallbackUrl?: string;
|
|
42
|
+
audioHostUrl?: string;
|
|
43
|
+
eventIngestionUrl?: string;
|
|
44
|
+
screenDataUrl?: string;
|
|
45
|
+
screenSharingUrl?: string;
|
|
46
|
+
screenViewingUrl?: string;
|
|
47
|
+
signalingUrl?: string;
|
|
48
|
+
turnControlUrl?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ChimeMediaPlacementResultRepresentation as ChimeMediaPlacementResultRepresentation_ChimeMediaPlacementResultRepresentation } from './ChimeMediaPlacementResultRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "abd323436e4ee7c662339c1c47043086";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ChimeMeetingResultRepresentation, existing: ChimeMeetingResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ChimeMeetingResultRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ChimeMeetingResultRepresentationNormalized, incoming: ChimeMeetingResultRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ChimeMeetingResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation of Chime Meeting
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ChimeMeetingResultRepresentationNormalized {
|
|
18
|
+
/** MediaPlacementUrls of chime meeting */
|
|
19
|
+
mediaPlacement?: ChimeMediaPlacementResultRepresentation_ChimeMediaPlacementResultRepresentation;
|
|
20
|
+
/** Chime MeetingId */
|
|
21
|
+
meetingId?: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Output representation of Chime Meeting
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface ChimeMeetingResultRepresentation {
|
|
30
|
+
mediaPlacement?: ChimeMediaPlacementResultRepresentation_ChimeMediaPlacementResultRepresentation;
|
|
31
|
+
meetingId?: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "d0849943bf16c2af9b0bde4ccc798e4a";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DocumentManagementInputRepresentation, existing: DocumentManagementInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DocumentManagementInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DocumentManagementInputRepresentationNormalized, incoming: DocumentManagementInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DocumentManagementInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for DocumentManagement
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DocumentManagementInputRepresentationNormalized {
|
|
17
|
+
/** Is Ocr Requested */
|
|
18
|
+
isOcrRequested: boolean;
|
|
19
|
+
/** Set Linked Object Fields Map */
|
|
20
|
+
linkedObjectFieldsMap: {
|
|
21
|
+
[key: string]: string;
|
|
22
|
+
};
|
|
23
|
+
/** Set Page Specification List */
|
|
24
|
+
pageSpecificationList: Array<{}>;
|
|
25
|
+
/** Set Target File Name */
|
|
26
|
+
targetFileName: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Input representation for DocumentManagement
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface DocumentManagementInputRepresentation {
|
|
35
|
+
isOcrRequested: boolean;
|
|
36
|
+
linkedObjectFieldsMap: {
|
|
37
|
+
[key: string]: string;
|
|
38
|
+
};
|
|
39
|
+
pageSpecificationList: Array<{}>;
|
|
40
|
+
targetFileName: string;
|
|
41
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ErrorResponseRepresentation as ErrorResponseRepresentation_ErrorResponseRepresentation } from './ErrorResponseRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "6d3185056a832bdaee05eaa63061bd50";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DocumentManagementResultRepresentation, existing: DocumentManagementResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DocumentManagementResultRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DocumentManagementResultRepresentationNormalized, incoming: DocumentManagementResultRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DocumentManagementResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation of Document Management Output Result
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DocumentManagementResultRepresentationNormalized {
|
|
18
|
+
/** Content Document Id */
|
|
19
|
+
contentDocumentId: string;
|
|
20
|
+
error: ErrorResponseRepresentation_ErrorResponseRepresentation;
|
|
21
|
+
/** Document Management success flag */
|
|
22
|
+
isSuccess: boolean;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Output representation of Document Management Output Result
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface DocumentManagementResultRepresentation {
|
|
31
|
+
contentDocumentId: string;
|
|
32
|
+
error: ErrorResponseRepresentation_ErrorResponseRepresentation;
|
|
33
|
+
isSuccess: boolean;
|
|
34
|
+
}
|