@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.
Files changed (105) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/industries-identityverification.js +2882 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/buildVerificationContext.d.ts +17 -0
  5. package/dist/es/es2018/types/src/generated/adapters/createFormVerification.d.ts +16 -0
  6. package/dist/es/es2018/types/src/generated/adapters/identityVerification.d.ts +16 -0
  7. package/dist/es/es2018/types/src/generated/adapters/searchRecords.d.ts +16 -0
  8. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +4 -0
  9. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +5 -0
  10. package/dist/es/es2018/types/src/generated/resources/getConnectIndustriesVideoCallParticipant.d.ts +16 -0
  11. package/dist/es/es2018/types/src/generated/resources/getConnectTimelineMetadataConfigurations.d.ts +15 -0
  12. package/dist/es/es2018/types/src/generated/resources/getConnectTimelineTimelineDefinitionsEventsByTimelineConfigFullNameAndTimelineObjRecordId.d.ts +23 -0
  13. package/dist/es/es2018/types/src/generated/resources/postConnectIdentityVerificationBuildContextByProcessDefinitionName.d.ts +16 -0
  14. package/dist/es/es2018/types/src/generated/resources/postConnectIdentityVerificationInputVerification.d.ts +13 -0
  15. package/dist/es/es2018/types/src/generated/resources/postConnectIdentityVerificationSearch.d.ts +13 -0
  16. package/dist/es/es2018/types/src/generated/resources/postConnectIdentityVerificationVerification.d.ts +13 -0
  17. package/dist/es/es2018/types/src/generated/resources/putConnectIndustriesVideoCall.d.ts +10 -0
  18. package/dist/es/es2018/types/src/generated/resources/putConnectIndustriesVideoCallLeaveCall.d.ts +10 -0
  19. package/dist/es/es2018/types/src/generated/resources/putConnectIndustriesVideoCallParticipant.d.ts +10 -0
  20. package/dist/es/es2018/types/src/generated/types/BuildVerificationContextInputRepresentation.d.ts +37 -0
  21. package/dist/es/es2018/types/src/generated/types/BuildVerificationContextWrapperInputRepresentation.d.ts +29 -0
  22. package/dist/es/es2018/types/src/generated/types/ChimeAttendeeResultRepresentation.d.ts +34 -0
  23. package/dist/es/es2018/types/src/generated/types/ChimeMediaPlacementResultRepresentation.d.ts +49 -0
  24. package/dist/es/es2018/types/src/generated/types/ChimeMeetingResultRepresentation.d.ts +32 -0
  25. package/dist/es/es2018/types/src/generated/types/DocumentManagementInputRepresentation.d.ts +41 -0
  26. package/dist/es/es2018/types/src/generated/types/DocumentManagementResultRepresentation.d.ts +34 -0
  27. package/dist/es/es2018/types/src/generated/types/ErrorResponseRepresentation.d.ts +31 -0
  28. package/dist/es/es2018/types/src/generated/types/EvaluateVideoCallParticipantInputRepresentation.d.ts +31 -0
  29. package/dist/es/es2018/types/src/generated/types/EvaluateVideoCallParticipantResultRepresentation.d.ts +31 -0
  30. package/dist/es/es2018/types/src/generated/types/FieldValueInputRepresentation.d.ts +31 -0
  31. package/dist/es/es2018/types/src/generated/types/FieldValueListInputRepresentation.d.ts +29 -0
  32. package/dist/es/es2018/types/src/generated/types/FieldValueOutputRepresentation.d.ts +31 -0
  33. package/dist/es/es2018/types/src/generated/types/FormVerificationDisplayRecordDetailsOutput.d.ts +31 -0
  34. package/dist/es/es2018/types/src/generated/types/FormVerificationFieldInputRepresentation.d.ts +34 -0
  35. package/dist/es/es2018/types/src/generated/types/FormVerificationFieldListInputRepresentation.d.ts +29 -0
  36. package/dist/es/es2018/types/src/generated/types/FormVerificationFieldListRepresentation.d.ts +29 -0
  37. package/dist/es/es2018/types/src/generated/types/FormVerificationFieldRepresentation.d.ts +34 -0
  38. package/dist/es/es2018/types/src/generated/types/FormVerificationInputRepresentation.d.ts +35 -0
  39. package/dist/es/es2018/types/src/generated/types/FormVerificationRepresentation.d.ts +59 -0
  40. package/dist/es/es2018/types/src/generated/types/FormVerificationWrapperInputRepresentation.d.ts +29 -0
  41. package/dist/es/es2018/types/src/generated/types/JoinVideoCallInputRepresentation.d.ts +37 -0
  42. package/dist/es/es2018/types/src/generated/types/JoinVideoCallResultRepresentation.d.ts +39 -0
  43. package/dist/es/es2018/types/src/generated/types/LeaveVideoCallInputRepresentation.d.ts +31 -0
  44. package/dist/es/es2018/types/src/generated/types/LeaveVideoCallResultRepresentation.d.ts +31 -0
  45. package/dist/es/es2018/types/src/generated/types/LinkedObjectFieldsMapInputRepresentation.d.ts +32 -0
  46. package/dist/es/es2018/types/src/generated/types/NotifyAccessResultRepresentation.d.ts +37 -0
  47. package/dist/es/es2018/types/src/generated/types/PageSpecification.d.ts +34 -0
  48. package/dist/es/es2018/types/src/generated/types/PageSpecificationListInputRepresentation.d.ts +28 -0
  49. package/dist/es/es2018/types/src/generated/types/ProcessDefinitionInputRepresentation.d.ts +31 -0
  50. package/dist/es/es2018/types/src/generated/types/ProcessDefinitionOutputRepresentation.d.ts +32 -0
  51. package/dist/es/es2018/types/src/generated/types/ProcessDetailInputRepresentation.d.ts +70 -0
  52. package/dist/es/es2018/types/src/generated/types/ProcessDetailListInputRepresentation.d.ts +29 -0
  53. package/dist/es/es2018/types/src/generated/types/ProcessDetailOutputRepresentation.d.ts +70 -0
  54. package/dist/es/es2018/types/src/generated/types/SearchFieldRepresentation.d.ts +31 -0
  55. package/dist/es/es2018/types/src/generated/types/SearchFilterInputRepresentation.d.ts +31 -0
  56. package/dist/es/es2018/types/src/generated/types/SearchFilterListInputRepresentation.d.ts +29 -0
  57. package/dist/es/es2018/types/src/generated/types/SearchInputRepresentation.d.ts +35 -0
  58. package/dist/es/es2018/types/src/generated/types/SearchOutputRepresentation.d.ts +49 -0
  59. package/dist/es/es2018/types/src/generated/types/SearchResultHeaderRepresentation.d.ts +34 -0
  60. package/dist/es/es2018/types/src/generated/types/SearchResultRepresentation.d.ts +29 -0
  61. package/dist/es/es2018/types/src/generated/types/SearchWrapperInputRepresentation.d.ts +29 -0
  62. package/dist/es/es2018/types/src/generated/types/SelectedSearchResultInputRepresentation.d.ts +35 -0
  63. package/dist/es/es2018/types/src/generated/types/SelectedSearchResultOutputRepresentation.d.ts +35 -0
  64. package/dist/es/es2018/types/src/generated/types/SelectedVerifiedResultInputRepresentation.d.ts +28 -0
  65. package/dist/es/es2018/types/src/generated/types/SelectedVerifiedResultOutputRepresentation.d.ts +29 -0
  66. package/dist/es/es2018/types/src/generated/types/SetupCallInputRepresentation.d.ts +38 -0
  67. package/dist/es/es2018/types/src/generated/types/SetupCallResultRepresentation.d.ts +38 -0
  68. package/dist/es/es2018/types/src/generated/types/TimelineDataGetResultRepresentation.d.ts +43 -0
  69. package/dist/es/es2018/types/src/generated/types/TimelineElementRepresentation.d.ts +34 -0
  70. package/dist/es/es2018/types/src/generated/types/TimelineEntityRepresentation.d.ts +43 -0
  71. package/dist/es/es2018/types/src/generated/types/TimelineErrorRepresentation.d.ts +31 -0
  72. package/dist/es/es2018/types/src/generated/types/TimelineEventFieldRepresentation.d.ts +31 -0
  73. package/dist/es/es2018/types/src/generated/types/TimelineEventRepresentation.d.ts +44 -0
  74. package/dist/es/es2018/types/src/generated/types/TimelineEventTypeMetadataRepresentation.d.ts +53 -0
  75. package/dist/es/es2018/types/src/generated/types/TimelineEventTypeRepresentation.d.ts +31 -0
  76. package/dist/es/es2018/types/src/generated/types/TimelineMetadataDefinitionRepresentation.d.ts +42 -0
  77. package/dist/es/es2018/types/src/generated/types/TimelineMetadataResultRepresentation.d.ts +36 -0
  78. package/dist/es/es2018/types/src/generated/types/UpdateVideoCallInputRepresentation.d.ts +31 -0
  79. package/dist/es/es2018/types/src/generated/types/UpdateVideoCallResultRepresentation.d.ts +31 -0
  80. package/dist/es/es2018/types/src/generated/types/ValidateSignatureInputRepresentation.d.ts +28 -0
  81. package/dist/es/es2018/types/src/generated/types/ValidateSignatureResultRepresentation.d.ts +34 -0
  82. package/dist/es/es2018/types/src/generated/types/VerificationContextInputRepresentation.d.ts +40 -0
  83. package/dist/es/es2018/types/src/generated/types/VerificationContextOutputRepresentation.d.ts +56 -0
  84. package/dist/es/es2018/types/src/generated/types/VerificationContextWrapperInputRepresentation.d.ts +29 -0
  85. package/dist/es/es2018/types/src/generated/types/VerificationProcessFieldInputRepresentation.d.ts +49 -0
  86. package/dist/es/es2018/types/src/generated/types/VerificationProcessFieldListInputRepresentation.d.ts +29 -0
  87. package/dist/es/es2018/types/src/generated/types/VerificationProcessFieldListOutputRepresentation.d.ts +29 -0
  88. package/dist/es/es2018/types/src/generated/types/VerificationProcessFieldOutputRepresentation.d.ts +49 -0
  89. package/dist/es/es2018/types/src/generated/types/VerifiedDetailsInputRepresentation.d.ts +37 -0
  90. package/dist/es/es2018/types/src/generated/types/VerifiedDetailsListInputRepresentation.d.ts +29 -0
  91. package/dist/es/es2018/types/src/generated/types/VerifiedDetailsOutputRepresentation.d.ts +37 -0
  92. package/dist/es/es2018/types/src/generated/types/VerifiedResultInputRepresentation.d.ts +30 -0
  93. package/dist/es/es2018/types/src/generated/types/VerifiedResultOutputRepresentation.d.ts +32 -0
  94. package/dist/es/es2018/types/src/generated/types/VerifierInputRepresentation.d.ts +31 -0
  95. package/dist/es/es2018/types/src/generated/types/VerifierListInputRepresentation.d.ts +29 -0
  96. package/dist/es/es2018/types/src/generated/types/VerifierOutputRepresentation.d.ts +31 -0
  97. package/dist/es/es2018/types/src/generated/types/VideoCallParticipantFieldRepresentation.d.ts +37 -0
  98. package/dist/es/es2018/types/src/generated/types/VideoCallParticipantRepresentation.d.ts +35 -0
  99. package/dist/es/es2018/types/src/generated/types/VideoCallParticipantResultRepresentation.d.ts +32 -0
  100. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  101. package/package.json +70 -0
  102. package/sfdc/index.d.ts +1 -0
  103. package/sfdc/index.js +2917 -0
  104. package/src/raml/api.raml +1481 -0
  105. package/src/raml/luvio.raml +42 -0
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "b09b53fb4bc0d114197d5d7fffe6c4af";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ErrorResponseRepresentation, existing: ErrorResponseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ErrorResponseRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ErrorResponseRepresentationNormalized, incoming: ErrorResponseRepresentationNormalized): 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: ErrorResponseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Error response representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ErrorResponseRepresentationNormalized {
17
+ /** Code for Error */
18
+ code: string;
19
+ /** Message stating the reason for error, if any */
20
+ message: string;
21
+ }
22
+ /**
23
+ * Error response representation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ErrorResponseRepresentation {
29
+ code: string;
30
+ message: string;
31
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "dff26bb7bfabacb842d8710d4d925c9b";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: EvaluateVideoCallParticipantInputRepresentation, existing: EvaluateVideoCallParticipantInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EvaluateVideoCallParticipantInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: EvaluateVideoCallParticipantInputRepresentationNormalized, incoming: EvaluateVideoCallParticipantInputRepresentationNormalized): 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: EvaluateVideoCallParticipantInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for VideoCall EvaluateCaller
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface EvaluateVideoCallParticipantInputRepresentationNormalized {
17
+ /** Set whether caller is accepted for Video Call */
18
+ isAccepted: boolean;
19
+ /** Set Participant Id for Video Caller Evaluation */
20
+ participantId: string;
21
+ }
22
+ /**
23
+ * Input representation for VideoCall EvaluateCaller
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface EvaluateVideoCallParticipantInputRepresentation {
29
+ isAccepted: boolean;
30
+ participantId: string;
31
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "cb124833f5cd3fbdcf85cf6ea55c3fc9";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: EvaluateVideoCallParticipantResultRepresentation, existing: EvaluateVideoCallParticipantResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EvaluateVideoCallParticipantResultRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: EvaluateVideoCallParticipantResultRepresentationNormalized, incoming: EvaluateVideoCallParticipantResultRepresentationNormalized): 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: EvaluateVideoCallParticipantResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of EvaluateCallerVideoCall Result
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface EvaluateVideoCallParticipantResultRepresentationNormalized {
17
+ /** EvaluateCallerVideoCall error messages */
18
+ errorMessage?: string;
19
+ /** EvaluateCallerVideoCall success flag */
20
+ isSuccess: boolean;
21
+ }
22
+ /**
23
+ * Output representation of EvaluateCallerVideoCall Result
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface EvaluateVideoCallParticipantResultRepresentation {
29
+ errorMessage?: string;
30
+ isSuccess: boolean;
31
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "f13f210cb25516cae95cf5689aeb1c1e";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FieldValueInputRepresentation, existing: FieldValueInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FieldValueInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FieldValueInputRepresentationNormalized, incoming: FieldValueInputRepresentationNormalized): 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: FieldValueInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for each field
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface FieldValueInputRepresentationNormalized {
17
+ /** Developer Name */
18
+ developerName: string;
19
+ /** Value */
20
+ value: string;
21
+ }
22
+ /**
23
+ * Input representation for each field
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface FieldValueInputRepresentation {
29
+ developerName: string;
30
+ value: string;
31
+ }
@@ -0,0 +1,29 @@
1
+ import { FieldValueInputRepresentation as FieldValueInputRepresentation_FieldValueInputRepresentation } from './FieldValueInputRepresentation';
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 = "39b1d9015c6ff65b1ea59455766c3fbc";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: FieldValueListInputRepresentation, existing: FieldValueListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FieldValueListInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: FieldValueListInputRepresentationNormalized, incoming: FieldValueListInputRepresentationNormalized): 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: FieldValueListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for Selected Search Result List
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface FieldValueListInputRepresentationNormalized {
18
+ /** Selected Record Object List */
19
+ selectedRecordObjectList: Array<FieldValueInputRepresentation_FieldValueInputRepresentation>;
20
+ }
21
+ /**
22
+ * Input representation for Selected Search Result List
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface FieldValueListInputRepresentation {
28
+ selectedRecordObjectList: Array<FieldValueInputRepresentation_FieldValueInputRepresentation>;
29
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "8b8bce7690509ff818bf0ca770bf2b1a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FieldValueOutputRepresentation, existing: FieldValueOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FieldValueOutputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FieldValueOutputRepresentationNormalized, incoming: FieldValueOutputRepresentationNormalized): 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: FieldValueOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation of a field value
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface FieldValueOutputRepresentationNormalized {
17
+ /** Developer Name */
18
+ developerName: string;
19
+ /** Value */
20
+ value: string;
21
+ }
22
+ /**
23
+ * Representation of a field value
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface FieldValueOutputRepresentation {
29
+ developerName: string;
30
+ value: string;
31
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "ef681763a1171206ad0888b23ec93987";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FormVerificationDisplayRecordDetailsOutput, existing: FormVerificationDisplayRecordDetailsOutputNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FormVerificationDisplayRecordDetailsOutputNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FormVerificationDisplayRecordDetailsOutputNormalized, incoming: FormVerificationDisplayRecordDetailsOutputNormalized): 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: FormVerificationDisplayRecordDetailsOutput, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Details of Display record of selected record id
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface FormVerificationDisplayRecordDetailsOutputNormalized {
17
+ /** Display Record Id */
18
+ displayRecordId: string;
19
+ /** Display Record Name */
20
+ displayRecordName: string;
21
+ }
22
+ /**
23
+ * Details of Display record of selected record id
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface FormVerificationDisplayRecordDetailsOutput {
29
+ displayRecordId: string;
30
+ displayRecordName: string;
31
+ }
@@ -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 = "aa94545f5696164df2788de496fd2b34";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FormVerificationFieldInputRepresentation, existing: FormVerificationFieldInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FormVerificationFieldInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FormVerificationFieldInputRepresentationNormalized, incoming: FormVerificationFieldInputRepresentationNormalized): 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: FormVerificationFieldInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for each verification field used in form verification
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface FormVerificationFieldInputRepresentationNormalized {
17
+ /** Developer Name */
18
+ developerName: string;
19
+ /** Verified flag to set for non-form based input */
20
+ isVerified?: boolean;
21
+ /** Input value of the field */
22
+ value: string;
23
+ }
24
+ /**
25
+ * Input representation for each verification field used in form verification
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface FormVerificationFieldInputRepresentation {
31
+ developerName: string;
32
+ isVerified?: boolean;
33
+ value: string;
34
+ }
@@ -0,0 +1,29 @@
1
+ import { FormVerificationFieldInputRepresentation as FormVerificationFieldInputRepresentation_FormVerificationFieldInputRepresentation } from './FormVerificationFieldInputRepresentation';
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 = "d6c94ad8417cbbe8e985f5c3f0c8d57f";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: FormVerificationFieldListInputRepresentation, existing: FormVerificationFieldListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FormVerificationFieldListInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: FormVerificationFieldListInputRepresentationNormalized, incoming: FormVerificationFieldListInputRepresentationNormalized): 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: FormVerificationFieldListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for list of verification fields with values
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface FormVerificationFieldListInputRepresentationNormalized {
18
+ /** Form Input Verification field List */
19
+ formVerificationFields: Array<FormVerificationFieldInputRepresentation_FormVerificationFieldInputRepresentation>;
20
+ }
21
+ /**
22
+ * Input representation for list of verification fields with values
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface FormVerificationFieldListInputRepresentation {
28
+ formVerificationFields: Array<FormVerificationFieldInputRepresentation_FormVerificationFieldInputRepresentation>;
29
+ }
@@ -0,0 +1,29 @@
1
+ import { FormVerificationFieldRepresentation as FormVerificationFieldRepresentation_FormVerificationFieldRepresentation } from './FormVerificationFieldRepresentation';
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 = "4e3f9eb970bab962e1a9efd87a60ae23";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: FormVerificationFieldListRepresentation, existing: FormVerificationFieldListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FormVerificationFieldListRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: FormVerificationFieldListRepresentationNormalized, incoming: FormVerificationFieldListRepresentationNormalized): 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: FormVerificationFieldListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * List of Form Verification Fields
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface FormVerificationFieldListRepresentationNormalized {
18
+ /** Form Verification Fields */
19
+ formVerificationFields: Array<FormVerificationFieldRepresentation_FormVerificationFieldRepresentation>;
20
+ }
21
+ /**
22
+ * List of Form Verification Fields
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface FormVerificationFieldListRepresentation {
28
+ formVerificationFields: Array<FormVerificationFieldRepresentation_FormVerificationFieldRepresentation>;
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 = "f01ce6bc5355ddc996ea31df0112bc7a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FormVerificationFieldRepresentation, existing: FormVerificationFieldRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FormVerificationFieldRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FormVerificationFieldRepresentationNormalized, incoming: FormVerificationFieldRepresentationNormalized): 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: FormVerificationFieldRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation of Form Verification results
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface FormVerificationFieldRepresentationNormalized {
17
+ /** Developer Name */
18
+ developerName: string;
19
+ /** Is the field verified */
20
+ isVerified: boolean;
21
+ /** Value */
22
+ value: string;
23
+ }
24
+ /**
25
+ * Representation of Form Verification results
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface FormVerificationFieldRepresentation {
31
+ developerName: string;
32
+ isVerified: boolean;
33
+ value: string;
34
+ }
@@ -0,0 +1,35 @@
1
+ import { FormVerificationFieldListInputRepresentation as FormVerificationFieldListInputRepresentation_FormVerificationFieldListInputRepresentation } from './FormVerificationFieldListInputRepresentation';
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 = "db87ca54d5dc7399d8de38fb40416a4c";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: FormVerificationInputRepresentation, existing: FormVerificationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FormVerificationInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: FormVerificationInputRepresentationNormalized, incoming: FormVerificationInputRepresentationNormalized): 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: FormVerificationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for form verification
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface FormVerificationInputRepresentationNormalized {
18
+ /** Selected developer name of identity verification process detail */
19
+ developerName: string;
20
+ /** Input values of the fields which are up for validations */
21
+ formVerificationFieldList: FormVerificationFieldListInputRepresentation_FormVerificationFieldListInputRepresentation;
22
+ /** Selected Record Id */
23
+ selectedRecordId: string;
24
+ }
25
+ /**
26
+ * Input representation for form verification
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface FormVerificationInputRepresentation {
32
+ developerName: string;
33
+ formVerificationFieldList: FormVerificationFieldListInputRepresentation_FormVerificationFieldListInputRepresentation;
34
+ selectedRecordId: string;
35
+ }
@@ -0,0 +1,59 @@
1
+ import { FormVerificationDisplayRecordDetailsOutput as FormVerificationDisplayRecordDetailsOutput_FormVerificationDisplayRecordDetailsOutput } from './FormVerificationDisplayRecordDetailsOutput';
2
+ import { FormVerificationFieldListRepresentation as FormVerificationFieldListRepresentation_FormVerificationFieldListRepresentation } from './FormVerificationFieldListRepresentation';
3
+ import { ErrorResponseRepresentation as ErrorResponseRepresentation_ErrorResponseRepresentation } from './ErrorResponseRepresentation';
4
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
5
+ export declare const TTL = 300;
6
+ export declare const VERSION = "6fa8c955f5be700f6584a67242631270";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
10
+ developerName: string;
11
+ }
12
+ export type FormVerificationRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
13
+ export type PartialFormVerificationRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
15
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): FormVerificationRepresentationNormalizedKeyMetadata;
16
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: FormVerificationRepresentation): string;
17
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: FormVerificationRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
18
+ export declare function normalize(input: FormVerificationRepresentation, existing: FormVerificationRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FormVerificationRepresentationNormalized;
19
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
20
+ export declare function equals(existing: FormVerificationRepresentationNormalized, incoming: FormVerificationRepresentationNormalized): boolean;
21
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
22
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: FormVerificationRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
23
+ /**
24
+ * Representation of Form Verification Fields
25
+ *
26
+ * Keys:
27
+ * developerName (string): developerName
28
+ */
29
+ export interface FormVerificationRepresentationNormalized {
30
+ /** Developer name of IDV record */
31
+ developerName: string;
32
+ /** Parent record id in case redirection needs to be to parent post verification */
33
+ displayRecordDetails?: FormVerificationDisplayRecordDetailsOutput_FormVerificationDisplayRecordDetailsOutput;
34
+ /** Field verification results */
35
+ formVerificationFieldList: FormVerificationFieldListRepresentation_FormVerificationFieldListRepresentation;
36
+ /** Flag to get the overall verification status */
37
+ isVerified: boolean;
38
+ /** Retry count in case of failed attempt */
39
+ retryCount?: number;
40
+ /** Id of the selected record */
41
+ selectedRecordId: string;
42
+ /** Field verification results status */
43
+ status: ErrorResponseRepresentation_ErrorResponseRepresentation;
44
+ }
45
+ /**
46
+ * Representation of Form Verification Fields
47
+ *
48
+ * Keys:
49
+ * developerName (string): developerName
50
+ */
51
+ export interface FormVerificationRepresentation {
52
+ developerName: string;
53
+ displayRecordDetails?: FormVerificationDisplayRecordDetailsOutput_FormVerificationDisplayRecordDetailsOutput;
54
+ formVerificationFieldList: FormVerificationFieldListRepresentation_FormVerificationFieldListRepresentation;
55
+ isVerified: boolean;
56
+ retryCount?: number;
57
+ selectedRecordId: string;
58
+ status: ErrorResponseRepresentation_ErrorResponseRepresentation;
59
+ }
@@ -0,0 +1,29 @@
1
+ import { FormVerificationInputRepresentation as FormVerificationInputRepresentation_FormVerificationInputRepresentation } from './FormVerificationInputRepresentation';
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 = "1ef25bded0b369857012fa2f9967f4ca";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: FormVerificationWrapperInputRepresentation, existing: FormVerificationWrapperInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FormVerificationWrapperInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: FormVerificationWrapperInputRepresentationNormalized, incoming: FormVerificationWrapperInputRepresentationNormalized): 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: FormVerificationWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * wrapper of FormVerificationInputRepresentation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface FormVerificationWrapperInputRepresentationNormalized {
18
+ /** Input representation for verification of input values */
19
+ IdentityVerificationFormInputData: FormVerificationInputRepresentation_FormVerificationInputRepresentation;
20
+ }
21
+ /**
22
+ * wrapper of FormVerificationInputRepresentation
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface FormVerificationWrapperInputRepresentation {
28
+ IdentityVerificationFormInputData: FormVerificationInputRepresentation_FormVerificationInputRepresentation;
29
+ }
@@ -0,0 +1,37 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "3e37cb03dedf5d8d5e85c62c13e68d42";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: JoinVideoCallInputRepresentation, existing: JoinVideoCallInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): JoinVideoCallInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: JoinVideoCallInputRepresentationNormalized, incoming: JoinVideoCallInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: JoinVideoCallInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for JoinVideoCall
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface JoinVideoCallInputRepresentationNormalized {
17
+ /** enable transcription */
18
+ enableTranscription: boolean;
19
+ /** Set External Meeting Id for Video Call */
20
+ externalMeetingId: string;
21
+ /** Set Region for Video Call */
22
+ region: string;
23
+ /** Set transcriptionType */
24
+ transcriptionType: string;
25
+ }
26
+ /**
27
+ * Input representation for JoinVideoCall
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface JoinVideoCallInputRepresentation {
33
+ enableTranscription: boolean;
34
+ externalMeetingId: string;
35
+ region: string;
36
+ transcriptionType: string;
37
+ }
@@ -0,0 +1,39 @@
1
+ import { ChimeAttendeeResultRepresentation as ChimeAttendeeResultRepresentation_ChimeAttendeeResultRepresentation } from './ChimeAttendeeResultRepresentation';
2
+ import { ChimeMeetingResultRepresentation as ChimeMeetingResultRepresentation_ChimeMeetingResultRepresentation } from './ChimeMeetingResultRepresentation';
3
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
4
+ export declare const VERSION = "024264cd0280f0c61c34616df5d31f0d";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: JoinVideoCallResultRepresentation, existing: JoinVideoCallResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): JoinVideoCallResultRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: JoinVideoCallResultRepresentationNormalized, incoming: JoinVideoCallResultRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: JoinVideoCallResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Output representation of JoinVideoCall Result
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface JoinVideoCallResultRepresentationNormalized {
19
+ /** JoinVideoCall API attendee information */
20
+ attendee?: ChimeAttendeeResultRepresentation_ChimeAttendeeResultRepresentation;
21
+ /** JoinVideoCall error messages */
22
+ errorMessage?: string;
23
+ /** JoinVideoCall success flag */
24
+ isSuccess: boolean;
25
+ /** JoinVideoCall API meeting information */
26
+ meeting?: ChimeMeetingResultRepresentation_ChimeMeetingResultRepresentation;
27
+ }
28
+ /**
29
+ * Output representation of JoinVideoCall Result
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface JoinVideoCallResultRepresentation {
35
+ attendee?: ChimeAttendeeResultRepresentation_ChimeAttendeeResultRepresentation;
36
+ errorMessage?: string;
37
+ isSuccess: boolean;
38
+ meeting?: ChimeMeetingResultRepresentation_ChimeMeetingResultRepresentation;
39
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "d83efb70eef8e3eddc376d9e1c111230";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: LeaveVideoCallInputRepresentation, existing: LeaveVideoCallInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LeaveVideoCallInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: LeaveVideoCallInputRepresentationNormalized, incoming: LeaveVideoCallInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: LeaveVideoCallInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for LeaveVideoCall
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface LeaveVideoCallInputRepresentationNormalized {
17
+ /** Set Attendee for Video Call */
18
+ attendeeId: string;
19
+ /** Set External Meeting Id for Video Call */
20
+ externalMeetingId: string;
21
+ }
22
+ /**
23
+ * Input representation for LeaveVideoCall
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface LeaveVideoCallInputRepresentation {
29
+ attendeeId: string;
30
+ externalMeetingId: string;
31
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "d472f590b6926cdd18c0f8d0477dfd8c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: LeaveVideoCallResultRepresentation, existing: LeaveVideoCallResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LeaveVideoCallResultRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: LeaveVideoCallResultRepresentationNormalized, incoming: LeaveVideoCallResultRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: LeaveVideoCallResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of LeaveVideoCall Result
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface LeaveVideoCallResultRepresentationNormalized {
17
+ /** LeaveVideoCall error messages */
18
+ errorMessage?: string;
19
+ /** LeaveVideoCall success flag */
20
+ isSuccess: boolean;
21
+ }
22
+ /**
23
+ * Output representation of LeaveVideoCall Result
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface LeaveVideoCallResultRepresentation {
29
+ errorMessage?: string;
30
+ isSuccess: boolean;
31
+ }