@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.
Files changed (114) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/industries-identityverification.js +2870 -0
  3. package/dist/types/src/generated/adapters/adapter-utils.d.ts +66 -0
  4. package/dist/types/src/generated/adapters/buildVerificationContext.d.ts +16 -0
  5. package/dist/types/src/generated/adapters/createFormVerification.d.ts +17 -0
  6. package/dist/types/src/generated/adapters/identityVerification.d.ts +15 -0
  7. package/dist/types/src/generated/adapters/searchRecords.d.ts +15 -0
  8. package/dist/types/src/generated/artifacts/main.d.ts +4 -0
  9. package/dist/types/src/generated/artifacts/sfdc.d.ts +5 -0
  10. package/dist/types/src/generated/resources/getConnectIndustriesVideoCallParticipant.d.ts +16 -0
  11. package/dist/types/src/generated/resources/getConnectTimelineMetadataConfigurations.d.ts +15 -0
  12. package/dist/types/src/generated/resources/getConnectTimelineTimelineDefinitionsEventsByTimelineConfigFullNameAndTimelineObjRecordId.d.ts +23 -0
  13. package/dist/types/src/generated/resources/postConnectDocumentAutomationContentDocumentsLinkedObjectsByContentDocumentIdAndLinkedObjectId.d.ts +21 -0
  14. package/dist/types/src/generated/resources/postConnectIdentityVerificationBuildContextByProcessDefinitionName.d.ts +16 -0
  15. package/dist/types/src/generated/resources/postConnectIdentityVerificationInputVerification.d.ts +15 -0
  16. package/dist/types/src/generated/resources/postConnectIdentityVerificationSearch.d.ts +13 -0
  17. package/dist/types/src/generated/resources/postConnectIdentityVerificationVerification.d.ts +13 -0
  18. package/dist/types/src/generated/resources/postConnectIndustriesVideoCall.d.ts +16 -0
  19. package/dist/types/src/generated/resources/postConnectIndustriesVideoCallJoinCall.d.ts +15 -0
  20. package/dist/types/src/generated/resources/postConnectIndustriesVideoCallValidateSignature.d.ts +12 -0
  21. package/dist/types/src/generated/resources/putConnectIndustriesVideoCall.d.ts +10 -0
  22. package/dist/types/src/generated/resources/putConnectIndustriesVideoCallLeaveCall.d.ts +10 -0
  23. package/dist/types/src/generated/resources/putConnectIndustriesVideoCallParticipant.d.ts +10 -0
  24. package/dist/types/src/generated/types/BuildVerificationContextInputRepresentation.d.ts +38 -0
  25. package/dist/types/src/generated/types/BuildVerificationContextWrapperInputRepresentation.d.ts +30 -0
  26. package/dist/types/src/generated/types/ChimeAttendeeResultRepresentation.d.ts +35 -0
  27. package/dist/types/src/generated/types/ChimeMediaPlacementResultRepresentation.d.ts +50 -0
  28. package/dist/types/src/generated/types/ChimeMeetingResultRepresentation.d.ts +33 -0
  29. package/dist/types/src/generated/types/DocumentManagementInputRepresentation.d.ts +42 -0
  30. package/dist/types/src/generated/types/DocumentManagementResultRepresentation.d.ts +35 -0
  31. package/dist/types/src/generated/types/ErrorResponseRepresentation.d.ts +32 -0
  32. package/dist/types/src/generated/types/EvaluateVideoCallParticipantInputRepresentation.d.ts +32 -0
  33. package/dist/types/src/generated/types/EvaluateVideoCallParticipantResultRepresentation.d.ts +32 -0
  34. package/dist/types/src/generated/types/FieldValueInputRepresentation.d.ts +32 -0
  35. package/dist/types/src/generated/types/FieldValueListInputRepresentation.d.ts +30 -0
  36. package/dist/types/src/generated/types/FieldValueOutputRepresentation.d.ts +32 -0
  37. package/dist/types/src/generated/types/FormVerificationDisplayRecordDetailsOutput.d.ts +32 -0
  38. package/dist/types/src/generated/types/FormVerificationFieldInputRepresentation.d.ts +35 -0
  39. package/dist/types/src/generated/types/FormVerificationFieldListInputRepresentation.d.ts +29 -0
  40. package/dist/types/src/generated/types/FormVerificationFieldListOutputRepresentation.d.ts +30 -0
  41. package/dist/types/src/generated/types/FormVerificationFieldListRepresentation.d.ts +30 -0
  42. package/dist/types/src/generated/types/FormVerificationFieldOutputRepresentation.d.ts +35 -0
  43. package/dist/types/src/generated/types/FormVerificationFieldRepresentation.d.ts +35 -0
  44. package/dist/types/src/generated/types/FormVerificationInputRepresentation.d.ts +36 -0
  45. package/dist/types/src/generated/types/FormVerificationOutputRepresentation.d.ts +59 -0
  46. package/dist/types/src/generated/types/FormVerificationReferenceRecordDetailsOutput.d.ts +32 -0
  47. package/dist/types/src/generated/types/FormVerificationRepresentation.d.ts +50 -0
  48. package/dist/types/src/generated/types/JoinVideoCallInputRepresentation.d.ts +38 -0
  49. package/dist/types/src/generated/types/JoinVideoCallResultRepresentation.d.ts +40 -0
  50. package/dist/types/src/generated/types/LeaveVideoCallInputRepresentation.d.ts +32 -0
  51. package/dist/types/src/generated/types/LeaveVideoCallResultRepresentation.d.ts +32 -0
  52. package/dist/types/src/generated/types/LinkedObjectFieldsMapInputRepresentation.d.ts +33 -0
  53. package/dist/types/src/generated/types/NotifyAccessResultRepresentation.d.ts +38 -0
  54. package/dist/types/src/generated/types/PageSpecification.d.ts +35 -0
  55. package/dist/types/src/generated/types/PageSpecificationListInputRepresentation.d.ts +29 -0
  56. package/dist/types/src/generated/types/ProcessDefinitionInputRepresentation.d.ts +32 -0
  57. package/dist/types/src/generated/types/ProcessDefinitionOutputRepresentation.d.ts +33 -0
  58. package/dist/types/src/generated/types/ProcessDetailInputRepresentation.d.ts +71 -0
  59. package/dist/types/src/generated/types/ProcessDetailListInputRepresentation.d.ts +30 -0
  60. package/dist/types/src/generated/types/ProcessDetailOutputRepresentation.d.ts +71 -0
  61. package/dist/types/src/generated/types/SearchFieldRepresentation.d.ts +32 -0
  62. package/dist/types/src/generated/types/SearchFilterInputRepresentation.d.ts +32 -0
  63. package/dist/types/src/generated/types/SearchFilterListInputRepresentation.d.ts +30 -0
  64. package/dist/types/src/generated/types/SearchInputRepresentation.d.ts +36 -0
  65. package/dist/types/src/generated/types/SearchOutputRepresentation.d.ts +50 -0
  66. package/dist/types/src/generated/types/SearchResultHeaderRepresentation.d.ts +35 -0
  67. package/dist/types/src/generated/types/SearchResultRepresentation.d.ts +30 -0
  68. package/dist/types/src/generated/types/SearchWrapperInputRepresentation.d.ts +30 -0
  69. package/dist/types/src/generated/types/SelectedSearchResultInputRepresentation.d.ts +36 -0
  70. package/dist/types/src/generated/types/SelectedSearchResultOutputRepresentation.d.ts +36 -0
  71. package/dist/types/src/generated/types/SelectedVerifiedResultInputRepresentation.d.ts +29 -0
  72. package/dist/types/src/generated/types/SelectedVerifiedResultOutputRepresentation.d.ts +30 -0
  73. package/dist/types/src/generated/types/SetupCallInputRepresentation.d.ts +39 -0
  74. package/dist/types/src/generated/types/SetupCallResultRepresentation.d.ts +39 -0
  75. package/dist/types/src/generated/types/TimelineDataGetResultRepresentation.d.ts +44 -0
  76. package/dist/types/src/generated/types/TimelineElementRepresentation.d.ts +35 -0
  77. package/dist/types/src/generated/types/TimelineEntityRepresentation.d.ts +44 -0
  78. package/dist/types/src/generated/types/TimelineErrorRepresentation.d.ts +32 -0
  79. package/dist/types/src/generated/types/TimelineEventFieldRepresentation.d.ts +32 -0
  80. package/dist/types/src/generated/types/TimelineEventRepresentation.d.ts +45 -0
  81. package/dist/types/src/generated/types/TimelineEventTypeMetadataRepresentation.d.ts +54 -0
  82. package/dist/types/src/generated/types/TimelineEventTypeRepresentation.d.ts +32 -0
  83. package/dist/types/src/generated/types/TimelineMetadataDefinitionRepresentation.d.ts +43 -0
  84. package/dist/types/src/generated/types/TimelineMetadataResultRepresentation.d.ts +37 -0
  85. package/dist/types/src/generated/types/UpdateVideoCallInputRepresentation.d.ts +32 -0
  86. package/dist/types/src/generated/types/UpdateVideoCallResultRepresentation.d.ts +32 -0
  87. package/dist/types/src/generated/types/ValidateSignatureInputRepresentation.d.ts +29 -0
  88. package/dist/types/src/generated/types/ValidateSignatureResultRepresentation.d.ts +35 -0
  89. package/dist/types/src/generated/types/VerificationContextInputRepresentation.d.ts +41 -0
  90. package/dist/types/src/generated/types/VerificationContextOutputRepresentation.d.ts +57 -0
  91. package/dist/types/src/generated/types/VerificationContextWrapperInputRepresentation.d.ts +30 -0
  92. package/dist/types/src/generated/types/VerificationProcessFieldInputRepresentation.d.ts +50 -0
  93. package/dist/types/src/generated/types/VerificationProcessFieldListInputRepresentation.d.ts +30 -0
  94. package/dist/types/src/generated/types/VerificationProcessFieldListOutputRepresentation.d.ts +30 -0
  95. package/dist/types/src/generated/types/VerificationProcessFieldOutputRepresentation.d.ts +50 -0
  96. package/dist/types/src/generated/types/VerifiedDetailsInputRepresentation.d.ts +38 -0
  97. package/dist/types/src/generated/types/VerifiedDetailsListInputRepresentation.d.ts +30 -0
  98. package/dist/types/src/generated/types/VerifiedDetailsOutputRepresentation.d.ts +38 -0
  99. package/dist/types/src/generated/types/VerifiedResultInputRepresentation.d.ts +31 -0
  100. package/dist/types/src/generated/types/VerifiedResultOutputRepresentation.d.ts +33 -0
  101. package/dist/types/src/generated/types/VerifierInputRepresentation.d.ts +32 -0
  102. package/dist/types/src/generated/types/VerifierListInputRepresentation.d.ts +30 -0
  103. package/dist/types/src/generated/types/VerifierOutputRepresentation.d.ts +32 -0
  104. package/dist/types/src/generated/types/VideoCallParticipantFieldRepresentation.d.ts +38 -0
  105. package/dist/types/src/generated/types/VideoCallParticipantRepresentation.d.ts +36 -0
  106. package/dist/types/src/generated/types/VideoCallParticipantResultRepresentation.d.ts +33 -0
  107. package/dist/types/src/generated/types/type-utils.d.ts +39 -0
  108. package/dist/umd/es2018/industries-identityverification.js +2881 -0
  109. package/dist/umd/es5/industries-identityverification.js +2920 -0
  110. package/package.json +66 -0
  111. package/sfdc/index.d.ts +1 -0
  112. package/sfdc/index.js +2906 -0
  113. package/src/raml/api.raml +1521 -0
  114. package/src/raml/luvio.raml +42 -0
@@ -0,0 +1,66 @@
1
+ import { Adapter as $64$luvio_engine_Adapter, Snapshot as $64$luvio_engine_Snapshot, UnfulfilledSnapshot as $64$luvio_engine_UnfulfilledSnapshot } from '@luvio/engine';
2
+ export declare const ObjectPrototypeHasOwnProperty: (v: PropertyKey) => boolean;
3
+ declare const ObjectKeys: {
4
+ (o: object): string[];
5
+ (o: {}): string[];
6
+ }, ObjectFreeze: {
7
+ <T extends Function>(f: T): T;
8
+ <T_1 extends {
9
+ [idx: string]: object | U | null | undefined;
10
+ }, U extends string | number | bigint | boolean | symbol>(o: T_1): Readonly<T_1>;
11
+ <T_2>(o: T_2): Readonly<T_2>;
12
+ }, ObjectCreate: {
13
+ (o: object | null): any;
14
+ (o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
15
+ };
16
+ export { ObjectFreeze, ObjectCreate, ObjectKeys };
17
+ export declare const ArrayIsArray: (arg: any) => arg is any[];
18
+ export declare const ArrayPrototypePush: (...items: any[]) => number;
19
+ export interface AdapterValidationConfig {
20
+ displayName: string;
21
+ parameters: {
22
+ required: string[];
23
+ optional: string[];
24
+ unsupported?: string[];
25
+ };
26
+ }
27
+ /**
28
+ * Validates an adapter config is well-formed.
29
+ * @param config The config to validate.
30
+ * @param adapter The adapter validation configuration.
31
+ * @param oneOf The keys the config must contain at least one of.
32
+ * @throws A TypeError if config doesn't satisfy the adapter's config validation.
33
+ */
34
+ export declare function validateConfig<T>(config: Untrusted<T>, adapter: AdapterValidationConfig, oneOf?: string[]): void;
35
+ export declare function untrustedIsObject<Base>(untrusted: unknown): untrusted is Untrusted<Base>;
36
+ export type UncoercedConfiguration<Base, Options extends {
37
+ [key in keyof Base]?: any;
38
+ }> = {
39
+ [Key in keyof Base]?: Base[Key] | Options[Key];
40
+ };
41
+ export type Untrusted<Base> = Partial<Base>;
42
+ export declare function areRequiredParametersPresent<T>(config: any, configPropertyNames: AdapterValidationConfig): config is T;
43
+ 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>;
44
+ export declare const SNAPSHOT_STATE_FULFILLED = "Fulfilled";
45
+ export declare const SNAPSHOT_STATE_UNFULFILLED = "Unfulfilled";
46
+ export declare const snapshotRefreshOptions: {
47
+ overrides: {
48
+ headers: {
49
+ 'Cache-Control': string;
50
+ };
51
+ };
52
+ };
53
+ /**
54
+ * A deterministic JSON stringify implementation. Heavily adapted from https://github.com/epoberezkin/fast-json-stable-stringify.
55
+ * This is needed because insertion order for JSON.stringify(object) affects output:
56
+ * JSON.stringify({a: 1, b: 2})
57
+ * "{"a":1,"b":2}"
58
+ * JSON.stringify({b: 2, a: 1})
59
+ * "{"b":2,"a":1}"
60
+ * @param data Data to be JSON-stringified.
61
+ * @returns JSON.stringified value with consistent ordering of keys.
62
+ */
63
+ export declare function stableJSONStringify(node: any): string | undefined;
64
+ export declare function getFetchResponseStatusText(status: number): string;
65
+ export declare function isUnfulfilledSnapshot<T, U>(snapshot: $64$luvio_engine_Snapshot<T, U>): snapshot is $64$luvio_engine_UnfulfilledSnapshot<T, U>;
66
+ export declare const keyPrefix = "IdentityVerification";
@@ -0,0 +1,16 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { BuildVerificationContextInputRepresentation as types_BuildVerificationContextInputRepresentation_BuildVerificationContextInputRepresentation } from '../types/BuildVerificationContextInputRepresentation';
3
+ import { ResourceRequestConfig as resources_postConnectIdentityVerificationBuildContextByProcessDefinitionName_ResourceRequestConfig } from '../resources/postConnectIdentityVerificationBuildContextByProcessDefinitionName';
4
+ import { Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
5
+ import { VerificationContextOutputRepresentation as types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation } from '../types/VerificationContextOutputRepresentation';
6
+ export declare const adapterName = "buildVerificationContext";
7
+ export declare const buildVerificationContext_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface BuildVerificationContextConfig {
9
+ processDefinitionName: string;
10
+ BuildContextData: types_BuildVerificationContextInputRepresentation_BuildVerificationContextInputRepresentation;
11
+ }
12
+ export declare function createResourceParams(config: BuildVerificationContextConfig): resources_postConnectIdentityVerificationBuildContextByProcessDefinitionName_ResourceRequestConfig;
13
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<BuildVerificationContextConfig>): adapter$45$utils_Untrusted<BuildVerificationContextConfig>;
14
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): BuildVerificationContextConfig | null;
15
+ 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>>;
16
+ export declare const buildVerificationContextAdapterFactory: $64$luvio_engine_AdapterFactory<BuildVerificationContextConfig, types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation>;
@@ -0,0 +1,17 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { FormVerificationFieldListOutputRepresentation as types_FormVerificationFieldListOutputRepresentation_FormVerificationFieldListOutputRepresentation } from '../types/FormVerificationFieldListOutputRepresentation';
3
+ import { ResourceRequestConfig as resources_postConnectIdentityVerificationInputVerification_ResourceRequestConfig } from '../resources/postConnectIdentityVerificationInputVerification';
4
+ import { Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
5
+ import { FormVerificationOutputRepresentation as types_FormVerificationOutputRepresentation_FormVerificationOutputRepresentation } from '../types/FormVerificationOutputRepresentation';
6
+ export declare const adapterName = "createFormVerification";
7
+ export declare const createFormVerification_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface CreateFormVerificationConfig {
9
+ developerName: string;
10
+ formVerificationFieldList: types_FormVerificationFieldListOutputRepresentation_FormVerificationFieldListOutputRepresentation;
11
+ selectedRecordId: string;
12
+ }
13
+ export declare function createResourceParams(config: CreateFormVerificationConfig): resources_postConnectIdentityVerificationInputVerification_ResourceRequestConfig;
14
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateFormVerificationConfig>): adapter$45$utils_Untrusted<CreateFormVerificationConfig>;
15
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CreateFormVerificationConfig | null;
16
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CreateFormVerificationConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_FormVerificationOutputRepresentation_FormVerificationOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_FormVerificationOutputRepresentation_FormVerificationOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_FormVerificationOutputRepresentation_FormVerificationOutputRepresentation, any>>;
17
+ export declare const createFormVerificationAdapterFactory: $64$luvio_engine_AdapterFactory<CreateFormVerificationConfig, types_FormVerificationOutputRepresentation_FormVerificationOutputRepresentation>;
@@ -0,0 +1,15 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { VerificationContextInputRepresentation as types_VerificationContextInputRepresentation_VerificationContextInputRepresentation } from '../types/VerificationContextInputRepresentation';
3
+ import { ResourceRequestConfig as resources_postConnectIdentityVerificationVerification_ResourceRequestConfig } from '../resources/postConnectIdentityVerificationVerification';
4
+ import { Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
5
+ import { VerificationContextOutputRepresentation as types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation } from '../types/VerificationContextOutputRepresentation';
6
+ export declare const adapterName = "identityVerification";
7
+ export declare const identityVerification_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface IdentityVerificationConfig {
9
+ IdentityVerificationContextData: types_VerificationContextInputRepresentation_VerificationContextInputRepresentation;
10
+ }
11
+ export declare function createResourceParams(config: IdentityVerificationConfig): resources_postConnectIdentityVerificationVerification_ResourceRequestConfig;
12
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<IdentityVerificationConfig>): adapter$45$utils_Untrusted<IdentityVerificationConfig>;
13
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): IdentityVerificationConfig | null;
14
+ 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>>;
15
+ export declare const identityVerificationAdapterFactory: $64$luvio_engine_AdapterFactory<IdentityVerificationConfig, types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation>;
@@ -0,0 +1,15 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { SearchInputRepresentation as types_SearchInputRepresentation_SearchInputRepresentation } from '../types/SearchInputRepresentation';
3
+ import { ResourceRequestConfig as resources_postConnectIdentityVerificationSearch_ResourceRequestConfig } from '../resources/postConnectIdentityVerificationSearch';
4
+ import { Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
5
+ import { SearchOutputRepresentation as types_SearchOutputRepresentation_SearchOutputRepresentation } from '../types/SearchOutputRepresentation';
6
+ export declare const adapterName = "searchRecords";
7
+ export declare const searchRecords_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface SearchRecordsConfig {
9
+ SearchRecordsContextData: types_SearchInputRepresentation_SearchInputRepresentation;
10
+ }
11
+ export declare function createResourceParams(config: SearchRecordsConfig): resources_postConnectIdentityVerificationSearch_ResourceRequestConfig;
12
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<SearchRecordsConfig>): adapter$45$utils_Untrusted<SearchRecordsConfig>;
13
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): SearchRecordsConfig | null;
14
+ 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>>;
15
+ 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';
@@ -0,0 +1,5 @@
1
+ declare let buildVerificationContext: any;
2
+ declare let createFormVerification: any;
3
+ declare let identityVerification: any;
4
+ declare let searchRecords: any;
5
+ export { buildVerificationContext, createFormVerification, identityVerification, searchRecords, };
@@ -0,0 +1,16 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, 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(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_VideoCallParticipantResultRepresentation_VideoCallParticipantResultRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
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;
@@ -0,0 +1,15 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, 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(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_TimelineMetadataResultRepresentation_TimelineMetadataResultRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, 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(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_TimelineDataGetResultRepresentation_TimelineDataGetResultRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
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,21 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, 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';
2
+ import { DocumentManagementResultRepresentation as types_DocumentManagementResultRepresentation_DocumentManagementResultRepresentation } from '../types/DocumentManagementResultRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ contentDocumentId: string;
6
+ linkedObjectId: string;
7
+ };
8
+ body: {
9
+ isOcrRequested: boolean;
10
+ linkedObjectFieldsMap: {
11
+ [key: string]: string;
12
+ };
13
+ pageSpecificationList: Array<{}>;
14
+ targetFileName: string;
15
+ };
16
+ }
17
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
18
+ export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_DocumentManagementResultRepresentation_DocumentManagementResultRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
19
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DocumentManagementResultRepresentation_DocumentManagementResultRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DocumentManagementResultRepresentation_DocumentManagementResultRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DocumentManagementResultRepresentation_DocumentManagementResultRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DocumentManagementResultRepresentation_DocumentManagementResultRepresentation, any>;
20
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
21
+ 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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, 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(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
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,15 @@
1
+ import { FormVerificationFieldListOutputRepresentation as types_FormVerificationFieldListOutputRepresentation_FormVerificationFieldListOutputRepresentation } from '../types/FormVerificationFieldListOutputRepresentation';
2
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, 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 { FormVerificationOutputRepresentation as types_FormVerificationOutputRepresentation_FormVerificationOutputRepresentation } from '../types/FormVerificationOutputRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ body: {
6
+ developerName: string;
7
+ formVerificationFieldList: types_FormVerificationFieldListOutputRepresentation_FormVerificationFieldListOutputRepresentation;
8
+ selectedRecordId: string;
9
+ };
10
+ }
11
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
12
+ export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_FormVerificationOutputRepresentation_FormVerificationOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_FormVerificationOutputRepresentation_FormVerificationOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_FormVerificationOutputRepresentation_FormVerificationOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_FormVerificationOutputRepresentation_FormVerificationOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_FormVerificationOutputRepresentation_FormVerificationOutputRepresentation, any>;
14
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
15
+ export default createResourceRequest;
@@ -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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, 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(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SearchOutputRepresentation_SearchOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, 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(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_VerificationContextOutputRepresentation_VerificationContextOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
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,16 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, 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';
2
+ import { SetupCallResultRepresentation as types_SetupCallResultRepresentation_SetupCallResultRepresentation } from '../types/SetupCallResultRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ body: {
5
+ externalMeetingId: string;
6
+ participantIntakeForm: {
7
+ [key: string]: string;
8
+ };
9
+ relatedRecordId: string;
10
+ };
11
+ }
12
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
13
+ export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SetupCallResultRepresentation_SetupCallResultRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
14
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SetupCallResultRepresentation_SetupCallResultRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SetupCallResultRepresentation_SetupCallResultRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SetupCallResultRepresentation_SetupCallResultRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SetupCallResultRepresentation_SetupCallResultRepresentation, any>;
15
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
+ export default createResourceRequest;
@@ -0,0 +1,15 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, 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';
2
+ import { JoinVideoCallResultRepresentation as types_JoinVideoCallResultRepresentation_JoinVideoCallResultRepresentation } from '../types/JoinVideoCallResultRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ body: {
5
+ enableTranscription: boolean;
6
+ externalMeetingId: string;
7
+ region: string;
8
+ transcriptionType: string;
9
+ };
10
+ }
11
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
12
+ export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_JoinVideoCallResultRepresentation_JoinVideoCallResultRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_JoinVideoCallResultRepresentation_JoinVideoCallResultRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_JoinVideoCallResultRepresentation_JoinVideoCallResultRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_JoinVideoCallResultRepresentation_JoinVideoCallResultRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_JoinVideoCallResultRepresentation_JoinVideoCallResultRepresentation, any>;
14
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
15
+ export default createResourceRequest;
@@ -0,0 +1,12 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, 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';
2
+ import { ValidateSignatureResultRepresentation as types_ValidateSignatureResultRepresentation_ValidateSignatureResultRepresentation } from '../types/ValidateSignatureResultRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ body: {
5
+ signature: string;
6
+ };
7
+ }
8
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
9
+ export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ValidateSignatureResultRepresentation_ValidateSignatureResultRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
10
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ValidateSignatureResultRepresentation_ValidateSignatureResultRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ValidateSignatureResultRepresentation_ValidateSignatureResultRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ValidateSignatureResultRepresentation_ValidateSignatureResultRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ValidateSignatureResultRepresentation_ValidateSignatureResultRepresentation, any>;
11
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
12
+ 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;
@@ -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;
@@ -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;
@@ -0,0 +1,38 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: BuildVerificationContextInputRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: BuildVerificationContextInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Input representation for building verification context
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface BuildVerificationContextInputRepresentationNormalized {
19
+ /** Object Name */
20
+ objectName: string;
21
+ /** Process Detail Name */
22
+ processDetailName: string;
23
+ /** Selected Record Id */
24
+ selectedRecordId: string;
25
+ selectedVerifiedResult: SelectedVerifiedResultInputRepresentation_SelectedVerifiedResultInputRepresentation;
26
+ }
27
+ /**
28
+ * Input representation for building verification context
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface BuildVerificationContextInputRepresentation {
34
+ objectName: string;
35
+ processDetailName: string;
36
+ selectedRecordId: string;
37
+ selectedVerifiedResult: SelectedVerifiedResultInputRepresentation_SelectedVerifiedResultInputRepresentation;
38
+ }
@@ -0,0 +1,30 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: BuildVerificationContextWrapperInputRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: BuildVerificationContextWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * wrapper of BuildVerificationContextInputRepresentation
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface BuildVerificationContextWrapperInputRepresentationNormalized {
19
+ /** Input representation for BuildVerificationContextInputRepresentation */
20
+ BuildContextData: BuildVerificationContextInputRepresentation_BuildVerificationContextInputRepresentation;
21
+ }
22
+ /**
23
+ * wrapper of BuildVerificationContextInputRepresentation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface BuildVerificationContextWrapperInputRepresentation {
29
+ BuildContextData: BuildVerificationContextInputRepresentation_BuildVerificationContextInputRepresentation;
30
+ }
@@ -0,0 +1,35 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "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 function deepFreeze(input: ChimeAttendeeResultRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ChimeAttendeeResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Output representation of Chime Attendee
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ChimeAttendeeResultRepresentationNormalized {
18
+ /** Chime AttendeeId */
19
+ attendeeId?: string;
20
+ /** Chime ExternalAttendeeId */
21
+ externalAttendeeId?: string;
22
+ /** Chime Attendee join token */
23
+ joinToken?: string;
24
+ }
25
+ /**
26
+ * Output representation of Chime Attendee
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface ChimeAttendeeResultRepresentation {
32
+ attendeeId?: string;
33
+ externalAttendeeId?: string;
34
+ joinToken?: string;
35
+ }
@@ -0,0 +1,50 @@
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 = "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 function deepFreeze(input: ChimeMediaPlacementResultRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ChimeMediaPlacementResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Output representation of Chime Media Placement Result
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ChimeMediaPlacementResultRepresentationNormalized {
18
+ /** ChimeMediaPlacement AudioFallbackUrl */
19
+ audioFallbackUrl?: string;
20
+ /** ChimeMediaPlacement AudioHostUrl */
21
+ audioHostUrl?: string;
22
+ /** ChimeMediaPlacement EventIngestionUrl */
23
+ eventIngestionUrl?: string;
24
+ /** ChimeMediaPlacement ScreenDataUrl */
25
+ screenDataUrl?: string;
26
+ /** ChimeMediaPlacement ScreenSharingUrl */
27
+ screenSharingUrl?: string;
28
+ /** ChimeMediaPlacement ScreenViewingUrl */
29
+ screenViewingUrl?: string;
30
+ /** ChimeMediaPlacement SignalingUrl */
31
+ signalingUrl?: string;
32
+ /** ChimeMediaPlacement TurnControlUrl */
33
+ turnControlUrl?: string;
34
+ }
35
+ /**
36
+ * Output representation of Chime Media Placement Result
37
+ *
38
+ * Keys:
39
+ * (none)
40
+ */
41
+ export interface ChimeMediaPlacementResultRepresentation {
42
+ audioFallbackUrl?: string;
43
+ audioHostUrl?: string;
44
+ eventIngestionUrl?: string;
45
+ screenDataUrl?: string;
46
+ screenSharingUrl?: string;
47
+ screenViewingUrl?: string;
48
+ signalingUrl?: string;
49
+ turnControlUrl?: string;
50
+ }
@@ -0,0 +1,33 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: ChimeMeetingResultRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ChimeMeetingResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Output representation of Chime Meeting
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ChimeMeetingResultRepresentationNormalized {
19
+ /** MediaPlacementUrls of chime meeting */
20
+ mediaPlacement?: ChimeMediaPlacementResultRepresentation_ChimeMediaPlacementResultRepresentation;
21
+ /** Chime MeetingId */
22
+ meetingId?: string;
23
+ }
24
+ /**
25
+ * Output representation of Chime Meeting
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ChimeMeetingResultRepresentation {
31
+ mediaPlacement?: ChimeMediaPlacementResultRepresentation_ChimeMediaPlacementResultRepresentation;
32
+ meetingId?: string;
33
+ }