@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,32 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "7bd7b613da745d36b1feb2ea0f800196";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: LinkedObjectFieldsMapInputRepresentation, existing: LinkedObjectFieldsMapInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LinkedObjectFieldsMapInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: LinkedObjectFieldsMapInputRepresentationNormalized, incoming: LinkedObjectFieldsMapInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: LinkedObjectFieldsMapInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for Map of LinkedObjectFields
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface LinkedObjectFieldsMapInputRepresentationNormalized {
17
+ /** Set Linked Object Fields. */
18
+ linkedObjectFields: {
19
+ [key: string]: string;
20
+ };
21
+ }
22
+ /**
23
+ * Input representation for Map of LinkedObjectFields
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface LinkedObjectFieldsMapInputRepresentation {
29
+ linkedObjectFields: {
30
+ [key: string]: string;
31
+ };
32
+ }
@@ -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 = "d0da852eac0d5036f98dfec451acf7c4";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: NotifyAccessResultRepresentation, existing: NotifyAccessResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): NotifyAccessResultRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: NotifyAccessResultRepresentationNormalized, incoming: NotifyAccessResultRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: NotifyAccessResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of Notify Access
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface NotifyAccessResultRepresentationNormalized {
17
+ /** Notify Access Key */
18
+ accessKey?: string;
19
+ /** Notify Access Endpoint */
20
+ endpoint?: string;
21
+ /** Notify Access External User Id */
22
+ externalUserId?: string;
23
+ /** Notify Access Key Id */
24
+ keyId?: string;
25
+ }
26
+ /**
27
+ * Output representation of Notify Access
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface NotifyAccessResultRepresentation {
33
+ accessKey?: string;
34
+ endpoint?: string;
35
+ externalUserId?: string;
36
+ keyId?: string;
37
+ }
@@ -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 = "1923ef8d574a91d150591ecf2fa6ed6a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PageSpecification, existing: PageSpecificationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PageSpecificationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: PageSpecificationNormalized, incoming: PageSpecificationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: PageSpecification, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for PageSpecification
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface PageSpecificationNormalized {
17
+ /** set true for split and add to target file */
18
+ addToTargetFile: boolean;
19
+ /** set page index, index starts from 1 */
20
+ page: number;
21
+ /** set page rotation angle */
22
+ rotation: number;
23
+ }
24
+ /**
25
+ * Input representation for PageSpecification
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface PageSpecification {
31
+ addToTargetFile: boolean;
32
+ page: number;
33
+ rotation: number;
34
+ }
@@ -0,0 +1,28 @@
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 = "3746b16431840a52b2929f106eee288e";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PageSpecificationListInputRepresentation, existing: PageSpecificationListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PageSpecificationListInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: PageSpecificationListInputRepresentationNormalized, incoming: PageSpecificationListInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: PageSpecificationListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for list of PageSpecification
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface PageSpecificationListInputRepresentationNormalized {
17
+ /** Set Page Specifications */
18
+ pageSpecifications: Array<{}>;
19
+ }
20
+ /**
21
+ * Input representation for list of PageSpecification
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface PageSpecificationListInputRepresentation {
27
+ pageSpecifications: Array<{}>;
28
+ }
@@ -0,0 +1,31 @@
1
+ import { ProcessDetailListInputRepresentation as ProcessDetailListInputRepresentation_ProcessDetailListInputRepresentation } from './ProcessDetailListInputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "915117baa20b0c6335ed002ae5306fb7";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ProcessDefinitionInputRepresentation, existing: ProcessDefinitionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProcessDefinitionInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ProcessDefinitionInputRepresentationNormalized, incoming: ProcessDefinitionInputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProcessDefinitionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for verification process defintion
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ProcessDefinitionInputRepresentationNormalized {
18
+ /** Layout Type */
19
+ layoutType: string;
20
+ processDetail: ProcessDetailListInputRepresentation_ProcessDetailListInputRepresentation;
21
+ }
22
+ /**
23
+ * Input representation for verification process defintion
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ProcessDefinitionInputRepresentation {
29
+ layoutType: string;
30
+ processDetail: ProcessDetailListInputRepresentation_ProcessDetailListInputRepresentation;
31
+ }
@@ -0,0 +1,32 @@
1
+ import { ProcessDetailOutputRepresentation as ProcessDetailOutputRepresentation_ProcessDetailOutputRepresentation } from './ProcessDetailOutputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "f7df3d7baee20ea55d31cd2684bcd53c";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ProcessDefinitionOutputRepresentation, existing: ProcessDefinitionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProcessDefinitionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ProcessDefinitionOutputRepresentationNormalized, incoming: ProcessDefinitionOutputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProcessDefinitionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Representation of a process defintion
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ProcessDefinitionOutputRepresentationNormalized {
18
+ /** Layout type */
19
+ layoutType: string;
20
+ /** Process Detail */
21
+ processDetail: Array<ProcessDetailOutputRepresentation_ProcessDetailOutputRepresentation>;
22
+ }
23
+ /**
24
+ * Representation of a process defintion
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface ProcessDefinitionOutputRepresentation {
30
+ layoutType: string;
31
+ processDetail: Array<ProcessDetailOutputRepresentation_ProcessDetailOutputRepresentation>;
32
+ }
@@ -0,0 +1,70 @@
1
+ import { VerificationProcessFieldListInputRepresentation as VerificationProcessFieldListInputRepresentation_VerificationProcessFieldListInputRepresentation } from './VerificationProcessFieldListInputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "4b353a15828106b5adf3e9bb0f314d0a";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ProcessDetailInputRepresentation, existing: ProcessDetailInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProcessDetailInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ProcessDetailInputRepresentationNormalized, incoming: ProcessDetailInputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProcessDetailInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for process detail
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ProcessDetailInputRepresentationNormalized {
18
+ /** Apex Class Name */
19
+ apexClassName: string;
20
+ /** Data Source Type */
21
+ dataSourceType: string;
22
+ /** Developer Name */
23
+ developerName: string;
24
+ /** Retry Allowed After Limit */
25
+ isRetryAllowedAfterLimit: boolean;
26
+ /** Label */
27
+ label: string;
28
+ /** Linked Verification Process Detail Name */
29
+ linkedVerificationProcessDetailName: string;
30
+ /** Optional Verifier Count */
31
+ optionalVerifierCount: number;
32
+ /** Retry Limit */
33
+ retryLimit: number;
34
+ /** Search Object Name */
35
+ searchObjectName: string;
36
+ /** Search Result Filter */
37
+ searchResultFilter: string;
38
+ /** Search Result Sort Order */
39
+ searchResultSortOrder: string;
40
+ /** Search Result UniqueId Field */
41
+ searchResultUniqueIdField: string;
42
+ /** Search Sequence number */
43
+ searchSequenceNo: number;
44
+ /** Search Type - SOSL/SOQL */
45
+ searchType: string;
46
+ verificationProcessFieldList: VerificationProcessFieldListInputRepresentation_VerificationProcessFieldListInputRepresentation;
47
+ }
48
+ /**
49
+ * Input representation for process detail
50
+ *
51
+ * Keys:
52
+ * (none)
53
+ */
54
+ export interface ProcessDetailInputRepresentation {
55
+ apexClassName: string;
56
+ dataSourceType: string;
57
+ developerName: string;
58
+ isRetryAllowedAfterLimit: boolean;
59
+ label: string;
60
+ linkedVerificationProcessDetailName: string;
61
+ optionalVerifierCount: number;
62
+ retryLimit: number;
63
+ searchObjectName: string;
64
+ searchResultFilter: string;
65
+ searchResultSortOrder: string;
66
+ searchResultUniqueIdField: string;
67
+ searchSequenceNo: number;
68
+ searchType: string;
69
+ verificationProcessFieldList: VerificationProcessFieldListInputRepresentation_VerificationProcessFieldListInputRepresentation;
70
+ }
@@ -0,0 +1,29 @@
1
+ import { ProcessDetailInputRepresentation as ProcessDetailInputRepresentation_ProcessDetailInputRepresentation } from './ProcessDetailInputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "cfff913f56592e6675253dfb77ff468c";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ProcessDetailListInputRepresentation, existing: ProcessDetailListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProcessDetailListInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ProcessDetailListInputRepresentationNormalized, incoming: ProcessDetailListInputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProcessDetailListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for list of process detail
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ProcessDetailListInputRepresentationNormalized {
18
+ /** Process Detail List */
19
+ processDetailList: Array<ProcessDetailInputRepresentation_ProcessDetailInputRepresentation>;
20
+ }
21
+ /**
22
+ * Input representation for list of process detail
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ProcessDetailListInputRepresentation {
28
+ processDetailList: Array<ProcessDetailInputRepresentation_ProcessDetailInputRepresentation>;
29
+ }
@@ -0,0 +1,70 @@
1
+ import { VerificationProcessFieldListOutputRepresentation as VerificationProcessFieldListOutputRepresentation_VerificationProcessFieldListOutputRepresentation } from './VerificationProcessFieldListOutputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "9219dba4840bf4da4a41add2d5913d0e";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ProcessDetailOutputRepresentation, existing: ProcessDetailOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ProcessDetailOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ProcessDetailOutputRepresentationNormalized, incoming: ProcessDetailOutputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ProcessDetailOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Representation of Process Detail
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ProcessDetailOutputRepresentationNormalized {
18
+ /** Apex Class Name */
19
+ apexClassName: string;
20
+ /** Data Source Type */
21
+ dataSourceType: string;
22
+ /** Developer Name */
23
+ developerName: string;
24
+ /** Retry Allowed After Limit */
25
+ isRetryAllowedAfterLimit: boolean;
26
+ /** Label */
27
+ label: string;
28
+ /** Linked Verification Process Definition Name */
29
+ linkedVerificationProcessDetailName: string;
30
+ /** Optional Verifier Count */
31
+ optionalVerifierCount: number;
32
+ /** Retry Limit */
33
+ retryLimit: number;
34
+ /** Search Object Name */
35
+ searchObjectName: string;
36
+ /** Search Result Filter */
37
+ searchResultFilter: string;
38
+ /** Search Result Sort Order */
39
+ searchResultSortOrder: string;
40
+ /** Search Result Unique Id */
41
+ searchResultUniqueIdField: string;
42
+ /** Search Sequence Number */
43
+ searchSequenceNo: number;
44
+ /** Search Type */
45
+ searchType: string;
46
+ verificationProcessFieldList: VerificationProcessFieldListOutputRepresentation_VerificationProcessFieldListOutputRepresentation;
47
+ }
48
+ /**
49
+ * Representation of Process Detail
50
+ *
51
+ * Keys:
52
+ * (none)
53
+ */
54
+ export interface ProcessDetailOutputRepresentation {
55
+ apexClassName: string;
56
+ dataSourceType: string;
57
+ developerName: string;
58
+ isRetryAllowedAfterLimit: boolean;
59
+ label: string;
60
+ linkedVerificationProcessDetailName: string;
61
+ optionalVerifierCount: number;
62
+ retryLimit: number;
63
+ searchObjectName: string;
64
+ searchResultFilter: string;
65
+ searchResultSortOrder: string;
66
+ searchResultUniqueIdField: string;
67
+ searchSequenceNo: number;
68
+ searchType: string;
69
+ verificationProcessFieldList: VerificationProcessFieldListOutputRepresentation_VerificationProcessFieldListOutputRepresentation;
70
+ }
@@ -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 = "39ef3d0d437e38ad865ad83a2977d33f";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SearchFieldRepresentation, existing: SearchFieldRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchFieldRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SearchFieldRepresentationNormalized, incoming: SearchFieldRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SearchFieldRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation of Search Result field
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SearchFieldRepresentationNormalized {
17
+ /** Developer Name */
18
+ developerName: string;
19
+ /** Field Value */
20
+ value: string;
21
+ }
22
+ /**
23
+ * Representation of Search Result field
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface SearchFieldRepresentation {
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 = "400cc4fd474e3e0454eae038c18fea14";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SearchFilterInputRepresentation, existing: SearchFilterInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchFilterInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SearchFilterInputRepresentationNormalized, incoming: SearchFilterInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SearchFilterInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation of search fields for SOQL search
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SearchFilterInputRepresentationNormalized {
17
+ /** Developer Name */
18
+ developerName: string;
19
+ /** Field Value */
20
+ value: string;
21
+ }
22
+ /**
23
+ * Input representation of search fields for SOQL search
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface SearchFilterInputRepresentation {
29
+ developerName: string;
30
+ value: string;
31
+ }
@@ -0,0 +1,29 @@
1
+ import { SearchFilterInputRepresentation as SearchFilterInputRepresentation_SearchFilterInputRepresentation } from './SearchFilterInputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "6d2f0fb0719ed20a92b6c946959a3e92";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SearchFilterListInputRepresentation, existing: SearchFilterListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchFilterListInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SearchFilterListInputRepresentationNormalized, incoming: SearchFilterListInputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SearchFilterListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for Search filters List for SOQL framework
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SearchFilterListInputRepresentationNormalized {
18
+ /** Search filter Object List */
19
+ searchFilterList: Array<SearchFilterInputRepresentation_SearchFilterInputRepresentation>;
20
+ }
21
+ /**
22
+ * Input representation for Search filters List for SOQL framework
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface SearchFilterListInputRepresentation {
28
+ searchFilterList: Array<SearchFilterInputRepresentation_SearchFilterInputRepresentation>;
29
+ }
@@ -0,0 +1,35 @@
1
+ import { SearchFilterListInputRepresentation as SearchFilterListInputRepresentation_SearchFilterListInputRepresentation } from './SearchFilterListInputRepresentation';
2
+ import { VerificationContextInputRepresentation as VerificationContextInputRepresentation_VerificationContextInputRepresentation } from './VerificationContextInputRepresentation';
3
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
4
+ export declare const VERSION = "dc9e13603eba887e9ddfa753f123f7f2";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: SearchInputRepresentation, existing: SearchInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchInputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: SearchInputRepresentationNormalized, incoming: SearchInputRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SearchInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Input representation for Search API
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface SearchInputRepresentationNormalized {
19
+ /** Search Filter object */
20
+ searchFilters: SearchFilterListInputRepresentation_SearchFilterListInputRepresentation;
21
+ /** Search Term */
22
+ searchTerm: string;
23
+ verificationContext: VerificationContextInputRepresentation_VerificationContextInputRepresentation;
24
+ }
25
+ /**
26
+ * Input representation for Search API
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface SearchInputRepresentation {
32
+ searchFilters: SearchFilterListInputRepresentation_SearchFilterListInputRepresentation;
33
+ searchTerm: string;
34
+ verificationContext: VerificationContextInputRepresentation_VerificationContextInputRepresentation;
35
+ }
@@ -0,0 +1,49 @@
1
+ import { SearchResultRepresentation as SearchResultRepresentation_SearchResultRepresentation } from './SearchResultRepresentation';
2
+ import { SearchResultHeaderRepresentation as SearchResultHeaderRepresentation_SearchResultHeaderRepresentation } from './SearchResultHeaderRepresentation';
3
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
4
+ export declare const TTL = 300;
5
+ export declare const VERSION = "979c60b836386e96a5484b2af400562d";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
9
+ message: string;
10
+ }
11
+ export type SearchOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export type PartialSearchOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): SearchOutputRepresentationNormalizedKeyMetadata;
15
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SearchOutputRepresentation): string;
16
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SearchOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
17
+ export declare function normalize(input: SearchOutputRepresentation, existing: SearchOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchOutputRepresentationNormalized;
18
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
19
+ export declare function equals(existing: SearchOutputRepresentationNormalized, incoming: SearchOutputRepresentationNormalized): boolean;
20
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
21
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SearchOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
22
+ /**
23
+ * Output representation of Search API for Identity Verification feature
24
+ *
25
+ * Keys:
26
+ * message (string): message
27
+ */
28
+ export interface SearchOutputRepresentationNormalized {
29
+ /** Search API result success/failure */
30
+ isSuccess: boolean;
31
+ /** Search API result message */
32
+ message: string;
33
+ /** Search API result field list */
34
+ searchResult: Array<SearchResultRepresentation_SearchResultRepresentation>;
35
+ /** Search API result header field list */
36
+ searchResultHeader: Array<SearchResultHeaderRepresentation_SearchResultHeaderRepresentation>;
37
+ }
38
+ /**
39
+ * Output representation of Search API for Identity Verification feature
40
+ *
41
+ * Keys:
42
+ * message (string): message
43
+ */
44
+ export interface SearchOutputRepresentation {
45
+ isSuccess: boolean;
46
+ message: string;
47
+ searchResult: Array<SearchResultRepresentation_SearchResultRepresentation>;
48
+ searchResultHeader: Array<SearchResultHeaderRepresentation_SearchResultHeaderRepresentation>;
49
+ }
@@ -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 = "a3627b3009adf6d8fac512b5ad5d708d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SearchResultHeaderRepresentation, existing: SearchResultHeaderRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchResultHeaderRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SearchResultHeaderRepresentationNormalized, incoming: SearchResultHeaderRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SearchResultHeaderRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Representation of Search API Result Header
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SearchResultHeaderRepresentationNormalized {
17
+ /** Data type of field */
18
+ dataType: string;
19
+ /** Field API Name */
20
+ developerName: string;
21
+ /** Display label for the field */
22
+ displayLabel: string;
23
+ }
24
+ /**
25
+ * Representation of Search API Result Header
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface SearchResultHeaderRepresentation {
31
+ dataType: string;
32
+ developerName: string;
33
+ displayLabel: string;
34
+ }
@@ -0,0 +1,29 @@
1
+ import { SearchFieldRepresentation as SearchFieldRepresentation_SearchFieldRepresentation } from './SearchFieldRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "b308e2de6551edfa314aab674ff62608";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SearchResultRepresentation, existing: SearchResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchResultRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SearchResultRepresentationNormalized, incoming: SearchResultRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SearchResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Representation of Search API Result
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SearchResultRepresentationNormalized {
18
+ /** List of search fields */
19
+ searchFields: Array<SearchFieldRepresentation_SearchFieldRepresentation>;
20
+ }
21
+ /**
22
+ * Representation of Search API Result
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface SearchResultRepresentation {
28
+ searchFields: Array<SearchFieldRepresentation_SearchFieldRepresentation>;
29
+ }