@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,29 @@
1
+ import { SearchInputRepresentation as SearchInputRepresentation_SearchInputRepresentation } from './SearchInputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "31b01487a48daa648a9a85330d8b0009";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SearchWrapperInputRepresentation, existing: SearchWrapperInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SearchWrapperInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SearchWrapperInputRepresentationNormalized, incoming: SearchWrapperInputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SearchWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * wrapper of SearchInputRepresentation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SearchWrapperInputRepresentationNormalized {
18
+ /** Input representation for SearchInputRepresentation */
19
+ SearchRecordsContextData: SearchInputRepresentation_SearchInputRepresentation;
20
+ }
21
+ /**
22
+ * wrapper of SearchInputRepresentation
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface SearchWrapperInputRepresentation {
28
+ SearchRecordsContextData: SearchInputRepresentation_SearchInputRepresentation;
29
+ }
@@ -0,0 +1,35 @@
1
+ import { FieldValueListInputRepresentation as FieldValueListInputRepresentation_FieldValueListInputRepresentation } from './FieldValueListInputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "3a8f0d2d1840517e2e6869eaa73253a9";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SelectedSearchResultInputRepresentation, existing: SelectedSearchResultInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SelectedSearchResultInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SelectedSearchResultInputRepresentationNormalized, incoming: SelectedSearchResultInputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SelectedSearchResultInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for Selected Search Result
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SelectedSearchResultInputRepresentationNormalized {
18
+ /** Object Name */
19
+ objectName: string;
20
+ /** Selected Record Id */
21
+ selectedRecordId: string;
22
+ /** Selected Record Object */
23
+ selectedRecordObject: FieldValueListInputRepresentation_FieldValueListInputRepresentation;
24
+ }
25
+ /**
26
+ * Input representation for Selected Search Result
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface SelectedSearchResultInputRepresentation {
32
+ objectName: string;
33
+ selectedRecordId: string;
34
+ selectedRecordObject: FieldValueListInputRepresentation_FieldValueListInputRepresentation;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { FieldValueOutputRepresentation as FieldValueOutputRepresentation_FieldValueOutputRepresentation } from './FieldValueOutputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "93eaa497fcedcc99a5063892dd5a4efa";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SelectedSearchResultOutputRepresentation, existing: SelectedSearchResultOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SelectedSearchResultOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SelectedSearchResultOutputRepresentationNormalized, incoming: SelectedSearchResultOutputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SelectedSearchResultOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Representation of a selected search result
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SelectedSearchResultOutputRepresentationNormalized {
18
+ /** Object Name */
19
+ objectName: string;
20
+ /** Selected Record Id */
21
+ selectedRecordId: string;
22
+ /** Selected Record Object */
23
+ selectedRecordObject: Array<FieldValueOutputRepresentation_FieldValueOutputRepresentation>;
24
+ }
25
+ /**
26
+ * Representation of a selected search result
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface SelectedSearchResultOutputRepresentation {
32
+ objectName: string;
33
+ selectedRecordId: string;
34
+ selectedRecordObject: Array<FieldValueOutputRepresentation_FieldValueOutputRepresentation>;
35
+ }
@@ -0,0 +1,28 @@
1
+ import { VerifiedDetailsListInputRepresentation as VerifiedDetailsListInputRepresentation_VerifiedDetailsListInputRepresentation } from './VerifiedDetailsListInputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "df2f163baa186c070ace1c92813da36e";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SelectedVerifiedResultInputRepresentation, existing: SelectedVerifiedResultInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SelectedVerifiedResultInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SelectedVerifiedResultInputRepresentationNormalized, incoming: SelectedVerifiedResultInputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SelectedVerifiedResultInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for selected verified result
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SelectedVerifiedResultInputRepresentationNormalized {
18
+ verifiedDetails: VerifiedDetailsListInputRepresentation_VerifiedDetailsListInputRepresentation;
19
+ }
20
+ /**
21
+ * Input representation for selected verified result
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface SelectedVerifiedResultInputRepresentation {
27
+ verifiedDetails: VerifiedDetailsListInputRepresentation_VerifiedDetailsListInputRepresentation;
28
+ }
@@ -0,0 +1,29 @@
1
+ import { VerifiedDetailsOutputRepresentation as VerifiedDetailsOutputRepresentation_VerifiedDetailsOutputRepresentation } from './VerifiedDetailsOutputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "4bbadbef0266aa9adde4b601bd5177dc";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SelectedVerifiedResultOutputRepresentation, existing: SelectedVerifiedResultOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SelectedVerifiedResultOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SelectedVerifiedResultOutputRepresentationNormalized, incoming: SelectedVerifiedResultOutputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SelectedVerifiedResultOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output representation for selected verified result
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SelectedVerifiedResultOutputRepresentationNormalized {
18
+ /** Verified Details */
19
+ verifiedDetails: Array<VerifiedDetailsOutputRepresentation_VerifiedDetailsOutputRepresentation>;
20
+ }
21
+ /**
22
+ * Output representation for selected verified result
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface SelectedVerifiedResultOutputRepresentation {
28
+ verifiedDetails: Array<VerifiedDetailsOutputRepresentation_VerifiedDetailsOutputRepresentation>;
29
+ }
@@ -0,0 +1,38 @@
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 = "22d6a4d28ea73cbbc1e7537fc00d3971";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SetupCallInputRepresentation, existing: SetupCallInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SetupCallInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SetupCallInputRepresentationNormalized, incoming: SetupCallInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SetupCallInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for SetupCall
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SetupCallInputRepresentationNormalized {
17
+ /** Set External Meeting Id for Video Call Setup */
18
+ externalMeetingId: string;
19
+ /** Set Participant Intake Form for Video Call Setup */
20
+ participantIntakeForm: {
21
+ [key: string]: string;
22
+ };
23
+ /** Set Related Record Id for Video Call Setup */
24
+ relatedRecordId: string;
25
+ }
26
+ /**
27
+ * Input representation for SetupCall
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface SetupCallInputRepresentation {
33
+ externalMeetingId: string;
34
+ participantIntakeForm: {
35
+ [key: string]: string;
36
+ };
37
+ relatedRecordId: string;
38
+ }
@@ -0,0 +1,38 @@
1
+ import { NotifyAccessResultRepresentation as NotifyAccessResultRepresentation_NotifyAccessResultRepresentation } from './NotifyAccessResultRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "4aa0fd4c82124b2acd001ef4c27c0728";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SetupCallResultRepresentation, existing: SetupCallResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SetupCallResultRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SetupCallResultRepresentationNormalized, incoming: SetupCallResultRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SetupCallResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output representation of SetupCall Result
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SetupCallResultRepresentationNormalized {
18
+ /** SetupCall error messages */
19
+ errorMessage?: string;
20
+ /** SetupCall moderator flag */
21
+ isModerator?: boolean;
22
+ /** SetupCall success flag */
23
+ isSuccess: boolean;
24
+ /** SetupCall Notify Access */
25
+ notifyAccess?: NotifyAccessResultRepresentation_NotifyAccessResultRepresentation;
26
+ }
27
+ /**
28
+ * Output representation of SetupCall Result
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface SetupCallResultRepresentation {
34
+ errorMessage?: string;
35
+ isModerator?: boolean;
36
+ isSuccess: boolean;
37
+ notifyAccess?: NotifyAccessResultRepresentation_NotifyAccessResultRepresentation;
38
+ }
@@ -0,0 +1,43 @@
1
+ import { TimelineErrorRepresentation as TimelineErrorRepresentation_TimelineErrorRepresentation } from './TimelineErrorRepresentation';
2
+ import { TimelineEventTypeRepresentation as TimelineEventTypeRepresentation_TimelineEventTypeRepresentation } from './TimelineEventTypeRepresentation';
3
+ import { TimelineEventRepresentation as TimelineEventRepresentation_TimelineEventRepresentation } from './TimelineEventRepresentation';
4
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
5
+ export declare const VERSION = "5f227ea2da79b58fd2da306be06eaf56";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: TimelineDataGetResultRepresentation, existing: TimelineDataGetResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineDataGetResultRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
10
+ export declare function equals(existing: TimelineDataGetResultRepresentationNormalized, incoming: TimelineDataGetResultRepresentationNormalized): boolean;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TimelineDataGetResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
13
+ /**
14
+ * Output represantation of Timeline Data from the GET Resource
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface TimelineDataGetResultRepresentationNormalized {
20
+ /** TimelineData GET Resource List of Errors */
21
+ errors: Array<TimelineErrorRepresentation_TimelineErrorRepresentation>;
22
+ /** TimelineData GET Resource Event Types */
23
+ eventTypes: Array<TimelineEventTypeRepresentation_TimelineEventTypeRepresentation>;
24
+ /** TimelineData GET Resource fetch all events */
25
+ events: Array<TimelineEventRepresentation_TimelineEventRepresentation>;
26
+ /** TimelineData Get Resource - more Data to be fetched */
27
+ hasMoreData: boolean;
28
+ /** TimelineData get status flag */
29
+ isSuccess: boolean;
30
+ }
31
+ /**
32
+ * Output represantation of Timeline Data from the GET Resource
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface TimelineDataGetResultRepresentation {
38
+ errors: Array<TimelineErrorRepresentation_TimelineErrorRepresentation>;
39
+ eventTypes: Array<TimelineEventTypeRepresentation_TimelineEventTypeRepresentation>;
40
+ events: Array<TimelineEventRepresentation_TimelineEventRepresentation>;
41
+ hasMoreData: boolean;
42
+ isSuccess: boolean;
43
+ }
@@ -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 = "c8f64429ff4903b915fd04b4cc47a64b";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: TimelineElementRepresentation, existing: TimelineElementRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineElementRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: TimelineElementRepresentationNormalized, incoming: TimelineElementRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TimelineElementRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of Fields/related Lists that is returned as part of the GET Timeline metadata
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface TimelineElementRepresentationNormalized {
17
+ /** Element API Name */
18
+ apiName: string;
19
+ /** Element dataType Name */
20
+ dataType: string;
21
+ /** Element label Name */
22
+ label: string;
23
+ }
24
+ /**
25
+ * Output representation of Fields/related Lists that is returned as part of the GET Timeline metadata
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface TimelineElementRepresentation {
31
+ apiName: string;
32
+ dataType: string;
33
+ label: string;
34
+ }
@@ -0,0 +1,43 @@
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 = "bd8f1e17ffbb556d8523190297485dfd";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: TimelineEntityRepresentation, existing: TimelineEntityRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineEntityRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: TimelineEntityRepresentationNormalized, incoming: TimelineEntityRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TimelineEntityRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of entity that is returned as part of the GET Timeline metadata
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface TimelineEntityRepresentationNormalized {
17
+ /** TimelineMetadata Age Field */
18
+ ageField: string;
19
+ /** EntityLabel */
20
+ entityLabel: string;
21
+ /** Entity Name */
22
+ entityName: string;
23
+ /** Icon */
24
+ icon: string;
25
+ /** TimelineMetadata age field selected flag */
26
+ isAgeFieldSelected: boolean;
27
+ /** Source */
28
+ source: string;
29
+ }
30
+ /**
31
+ * Output representation of entity that is returned as part of the GET Timeline metadata
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface TimelineEntityRepresentation {
37
+ ageField: string;
38
+ entityLabel: string;
39
+ entityName: string;
40
+ icon: string;
41
+ isAgeFieldSelected: boolean;
42
+ source: string;
43
+ }
@@ -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 = "8f333fda3c43cdf36ba827cd2fb1fdf3";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: TimelineErrorRepresentation, existing: TimelineErrorRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineErrorRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: TimelineErrorRepresentationNormalized, incoming: TimelineErrorRepresentationNormalized): 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: TimelineErrorRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Error response representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface TimelineErrorRepresentationNormalized {
17
+ /** Code for Error */
18
+ code: string;
19
+ /** Message Error */
20
+ message: string;
21
+ }
22
+ /**
23
+ * Error response representation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface TimelineErrorRepresentation {
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 = "7376c6f860d705950f87d03cda21ae03";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: TimelineEventFieldRepresentation, existing: TimelineEventFieldRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineEventFieldRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: TimelineEventFieldRepresentationNormalized, incoming: TimelineEventFieldRepresentationNormalized): 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: TimelineEventFieldRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of the Event Field that is returned as part of the GET Timeline Data Result
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface TimelineEventFieldRepresentationNormalized {
17
+ /** Event Field Name */
18
+ name: string;
19
+ /** Event Field Value */
20
+ value: string;
21
+ }
22
+ /**
23
+ * Output representation of the Event Field that is returned as part of the GET Timeline Data Result
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface TimelineEventFieldRepresentation {
29
+ name: string;
30
+ value: string;
31
+ }
@@ -0,0 +1,44 @@
1
+ import { TimelineEventFieldRepresentation as TimelineEventFieldRepresentation_TimelineEventFieldRepresentation } from './TimelineEventFieldRepresentation';
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 = "80a3058efd8d37fb9e7e51fb7d656b00";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: TimelineEventRepresentation, existing: TimelineEventRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineEventRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: TimelineEventRepresentationNormalized, incoming: TimelineEventRepresentationNormalized): 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: TimelineEventRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output representation of the Event that is returned as part of the GET Timeline Data Result
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface TimelineEventRepresentationNormalized {
18
+ /** Description of the Event Entity */
19
+ description: string;
20
+ /** Date Time of the Event */
21
+ eventDateTime: string;
22
+ /** Fields of the Event */
23
+ fields: Array<TimelineEventFieldRepresentation_TimelineEventFieldRepresentation>;
24
+ /** Record Id */
25
+ id: string;
26
+ /** Title of the Event Entity */
27
+ title: string;
28
+ /** Event Entity Type */
29
+ type: string;
30
+ }
31
+ /**
32
+ * Output representation of the Event that is returned as part of the GET Timeline Data Result
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface TimelineEventRepresentation {
38
+ description: string;
39
+ eventDateTime: string;
40
+ fields: Array<TimelineEventFieldRepresentation_TimelineEventFieldRepresentation>;
41
+ id: string;
42
+ title: string;
43
+ type: string;
44
+ }
@@ -0,0 +1,53 @@
1
+ import { TimelineElementRepresentation as TimelineElementRepresentation_TimelineElementRepresentation } from './TimelineElementRepresentation';
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 = "c5c3afdc6b6ffbcfdbd96ff675089df4";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: TimelineEventTypeMetadataRepresentation, existing: TimelineEventTypeMetadataRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineEventTypeMetadataRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: TimelineEventTypeMetadataRepresentationNormalized, incoming: TimelineEventTypeMetadataRepresentationNormalized): 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: TimelineEventTypeMetadataRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output representation of Event Object that is returned as part of the GET Timeline metadata
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface TimelineEventTypeMetadataRepresentationNormalized {
18
+ /** Event Object anchor Reference field */
19
+ anchorReferenceField: TimelineElementRepresentation_TimelineElementRepresentation;
20
+ /** Event Entity API Name */
21
+ entityApiName: string;
22
+ /** Event Entity Label Name */
23
+ entityLabel: string;
24
+ /** Event Object fieldsToDisplay List */
25
+ fieldsToDisplay: Array<TimelineElementRepresentation_TimelineElementRepresentation>;
26
+ /** Event Object relatedlistsToDisplay List */
27
+ relatedlistsToDisplay: Array<TimelineElementRepresentation_TimelineElementRepresentation>;
28
+ /** Event Object relation type */
29
+ relationType: string;
30
+ /** Event Object sort field */
31
+ sortField: TimelineElementRepresentation_TimelineElementRepresentation;
32
+ /** Event Object subTitle field */
33
+ subTitle: TimelineElementRepresentation_TimelineElementRepresentation;
34
+ /** Event Object title field */
35
+ title: TimelineElementRepresentation_TimelineElementRepresentation;
36
+ }
37
+ /**
38
+ * Output representation of Event Object that is returned as part of the GET Timeline metadata
39
+ *
40
+ * Keys:
41
+ * (none)
42
+ */
43
+ export interface TimelineEventTypeMetadataRepresentation {
44
+ anchorReferenceField: TimelineElementRepresentation_TimelineElementRepresentation;
45
+ entityApiName: string;
46
+ entityLabel: string;
47
+ fieldsToDisplay: Array<TimelineElementRepresentation_TimelineElementRepresentation>;
48
+ relatedlistsToDisplay: Array<TimelineElementRepresentation_TimelineElementRepresentation>;
49
+ relationType: string;
50
+ sortField: TimelineElementRepresentation_TimelineElementRepresentation;
51
+ subTitle: TimelineElementRepresentation_TimelineElementRepresentation;
52
+ title: TimelineElementRepresentation_TimelineElementRepresentation;
53
+ }
@@ -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 = "cd912fd3890ffef3507e1cd88ba51b55";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: TimelineEventTypeRepresentation, existing: TimelineEventTypeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineEventTypeRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: TimelineEventTypeRepresentationNormalized, incoming: TimelineEventTypeRepresentationNormalized): 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: TimelineEventTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation of EventType that is returned as part of the GET Timeline Data Result
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface TimelineEventTypeRepresentationNormalized {
17
+ /** Event API Name */
18
+ eventApiName: string;
19
+ /** Timeline Data Offset */
20
+ offset: number;
21
+ }
22
+ /**
23
+ * Output representation of EventType that is returned as part of the GET Timeline Data Result
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface TimelineEventTypeRepresentation {
29
+ eventApiName: string;
30
+ offset: number;
31
+ }
@@ -0,0 +1,42 @@
1
+ import { TimelineEntityRepresentation as TimelineEntityRepresentation_TimelineEntityRepresentation } from './TimelineEntityRepresentation';
2
+ import { TimelineEventTypeMetadataRepresentation as TimelineEventTypeMetadataRepresentation_TimelineEventTypeMetadataRepresentation } from './TimelineEventTypeMetadataRepresentation';
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 = "4d45a66a41112464bb69a8aab604fec9";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: TimelineMetadataDefinitionRepresentation, existing: TimelineMetadataDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineMetadataDefinitionRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: TimelineMetadataDefinitionRepresentationNormalized, incoming: TimelineMetadataDefinitionRepresentationNormalized): 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: TimelineMetadataDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Output representation of Timeline Metadata from the GET Resource
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface TimelineMetadataDefinitionRepresentationNormalized {
19
+ /** TimelineMetadata Anchor Object */
20
+ anchorObject: TimelineEntityRepresentation_TimelineEntityRepresentation;
21
+ /** TimelineMetadata GET Resource fetch all event objects */
22
+ eventTypes: Array<TimelineEventTypeMetadataRepresentation_TimelineEventTypeMetadataRepresentation>;
23
+ /** TimelineMetadata Configuration Name */
24
+ fullName: string;
25
+ /** TimelineMetadata active status flag */
26
+ isActive: boolean;
27
+ /** TimelineMetadata Configuration Label */
28
+ masterLabel: string;
29
+ }
30
+ /**
31
+ * Output representation of Timeline Metadata from the GET Resource
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface TimelineMetadataDefinitionRepresentation {
37
+ anchorObject: TimelineEntityRepresentation_TimelineEntityRepresentation;
38
+ eventTypes: Array<TimelineEventTypeMetadataRepresentation_TimelineEventTypeMetadataRepresentation>;
39
+ fullName: string;
40
+ isActive: boolean;
41
+ masterLabel: string;
42
+ }