@salesforce/lds-adapters-industries-timeline 0.1.0-dev1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-timeline.js +2552 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataGraphMetadata.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataModelObjects.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getEngagementEvents.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getTimelineData.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getTimelineMetadata.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectTimelineCustDataPfrmDataGraphMetadata.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectTimelineCustDataPfrmDataModelObjects.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectTimelineMetadataConfigurations.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectTimelineTimelineDefinitionsCustDataPfrmEventsByTimelineConfigFullNameAndTimelineObjRecordId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectTimelineTimelineDefinitionsEventsByTimelineConfigFullNameAndTimelineObjRecordId.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/types/CdpMetadataOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DGObjectOutputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/DataGraphMetadataRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataGraphOutputRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/DmoFieldsOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DmoOutputRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/DmoRelationshipsOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/EngagementEventTimelineDataRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/EngagementEventsRelatedListFieldsRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/EngagementEventsRelatedListRecordsRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/PathToDmoRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/RelationshipTypeOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/TimelineDataCloudEventRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/TimelineDataGetResultRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/TimelineElementRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/TimelineEngagementRelatedListEventsRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/TimelineEntityRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/TimelineErrorRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/TimelineEventFieldRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/TimelineEventRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/TimelineEventTypeMetadataRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/TimelineEventTypeRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/TimelineMetadataDefinitionRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/TimelineMetadataResultRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +71 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +2634 -0
- package/src/raml/api.raml +611 -0
- package/src/raml/luvio.raml +164 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { DmoFieldsOutputRepresentation as DmoFieldsOutputRepresentation_DmoFieldsOutputRepresentation } from './DmoFieldsOutputRepresentation';
|
|
2
|
+
import { DmoRelationshipsOutputRepresentation as DmoRelationshipsOutputRepresentation_DmoRelationshipsOutputRepresentation } from './DmoRelationshipsOutputRepresentation';
|
|
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 = "362d35f378ef4fc7f213891e750b3615";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: DmoOutputRepresentation, existing: DmoOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DmoOutputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: DmoOutputRepresentationNormalized, incoming: DmoOutputRepresentationNormalized): 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: DmoOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Output representation of each dmo
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface DmoOutputRepresentationNormalized {
|
|
19
|
+
/** get category of a dmo */
|
|
20
|
+
category: string;
|
|
21
|
+
/** get display name of a dmo */
|
|
22
|
+
displayName: string;
|
|
23
|
+
/** get all fields of a dmo */
|
|
24
|
+
fields: Array<DmoFieldsOutputRepresentation_DmoFieldsOutputRepresentation>;
|
|
25
|
+
/** get name of a dmo */
|
|
26
|
+
name: string;
|
|
27
|
+
/** get reference model entity developer name of a dmo */
|
|
28
|
+
referenceModelEntityDeveloperName: string;
|
|
29
|
+
/** get all relationships of a dmo */
|
|
30
|
+
relationships: Array<DmoRelationshipsOutputRepresentation_DmoRelationshipsOutputRepresentation>;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Output representation of each dmo
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface DmoOutputRepresentation {
|
|
39
|
+
category: string;
|
|
40
|
+
displayName: string;
|
|
41
|
+
fields: Array<DmoFieldsOutputRepresentation_DmoFieldsOutputRepresentation>;
|
|
42
|
+
name: string;
|
|
43
|
+
referenceModelEntityDeveloperName: string;
|
|
44
|
+
relationships: Array<DmoRelationshipsOutputRepresentation_DmoRelationshipsOutputRepresentation>;
|
|
45
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { RelationshipTypeOutputRepresentation as RelationshipTypeOutputRepresentation_RelationshipTypeOutputRepresentation } from './RelationshipTypeOutputRepresentation';
|
|
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 = "bd9cfb2e9b327ac378ff320957463a19";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DmoRelationshipsOutputRepresentation, existing: DmoRelationshipsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DmoRelationshipsOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DmoRelationshipsOutputRepresentationNormalized, incoming: DmoRelationshipsOutputRepresentationNormalized): 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: DmoRelationshipsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation of relationships for a DMO
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DmoRelationshipsOutputRepresentationNormalized {
|
|
18
|
+
fromEntity: RelationshipTypeOutputRepresentation_RelationshipTypeOutputRepresentation;
|
|
19
|
+
toEntity: RelationshipTypeOutputRepresentation_RelationshipTypeOutputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Output representation of relationships for a DMO
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface DmoRelationshipsOutputRepresentation {
|
|
28
|
+
fromEntity: RelationshipTypeOutputRepresentation_RelationshipTypeOutputRepresentation;
|
|
29
|
+
toEntity: RelationshipTypeOutputRepresentation_RelationshipTypeOutputRepresentation;
|
|
30
|
+
}
|
package/dist/es/es2018/types/src/generated/types/EngagementEventTimelineDataRepresentation.d.ts
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { TimelineErrorRepresentation as TimelineErrorRepresentation_TimelineErrorRepresentation } from './TimelineErrorRepresentation';
|
|
2
|
+
import { TimelineEventTypeRepresentation as TimelineEventTypeRepresentation_TimelineEventTypeRepresentation } from './TimelineEventTypeRepresentation';
|
|
3
|
+
import { TimelineDataCloudEventRepresentation as TimelineDataCloudEventRepresentation_TimelineDataCloudEventRepresentation } from './TimelineDataCloudEventRepresentation';
|
|
4
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, 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 TTL = 600000;
|
|
6
|
+
export declare const VERSION = "31ad4122bb5e1ca42f04395b0e0212cf";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
export declare function normalize(input: EngagementEventTimelineDataRepresentation, existing: EngagementEventTimelineDataRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementEventTimelineDataRepresentationNormalized;
|
|
10
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
11
|
+
export declare function equals(existing: EngagementEventTimelineDataRepresentationNormalized, incoming: EngagementEventTimelineDataRepresentationNormalized): boolean;
|
|
12
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: EngagementEventTimelineDataRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
14
|
+
/**
|
|
15
|
+
* Output representation of engagement events to be displayed on the timeline component
|
|
16
|
+
*
|
|
17
|
+
* Keys:
|
|
18
|
+
* (none)
|
|
19
|
+
*/
|
|
20
|
+
export interface EngagementEventTimelineDataRepresentationNormalized {
|
|
21
|
+
/** List of errors */
|
|
22
|
+
errors: Array<TimelineErrorRepresentation_TimelineErrorRepresentation>;
|
|
23
|
+
/** Type of events fetched */
|
|
24
|
+
eventTypes: Array<TimelineEventTypeRepresentation_TimelineEventTypeRepresentation>;
|
|
25
|
+
/** List containing data of all events fetched. */
|
|
26
|
+
events: Array<TimelineDataCloudEventRepresentation_TimelineDataCloudEventRepresentation>;
|
|
27
|
+
/** status flag */
|
|
28
|
+
isSuccess: boolean;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Output representation of engagement events to be displayed on the timeline component
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface EngagementEventTimelineDataRepresentation {
|
|
37
|
+
errors: Array<TimelineErrorRepresentation_TimelineErrorRepresentation>;
|
|
38
|
+
eventTypes: Array<TimelineEventTypeRepresentation_TimelineEventTypeRepresentation>;
|
|
39
|
+
events: Array<TimelineDataCloudEventRepresentation_TimelineDataCloudEventRepresentation>;
|
|
40
|
+
isSuccess: boolean;
|
|
41
|
+
}
|
|
@@ -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 = "ba324df18175cf26c5fab00cca39740e";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: EngagementEventsRelatedListFieldsRepresentation, existing: EngagementEventsRelatedListFieldsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementEventsRelatedListFieldsRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: EngagementEventsRelatedListFieldsRepresentationNormalized, incoming: EngagementEventsRelatedListFieldsRepresentationNormalized): 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: EngagementEventsRelatedListFieldsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output representation of FIELDS of Related List of Engagement Events
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface EngagementEventsRelatedListFieldsRepresentationNormalized {
|
|
17
|
+
/** label of the field */
|
|
18
|
+
label: string;
|
|
19
|
+
/** data type of the field */
|
|
20
|
+
type: string;
|
|
21
|
+
/** value of the field */
|
|
22
|
+
value: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Output representation of FIELDS of Related List of Engagement Events
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface EngagementEventsRelatedListFieldsRepresentation {
|
|
31
|
+
label: string;
|
|
32
|
+
type: string;
|
|
33
|
+
value: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { EngagementEventsRelatedListFieldsRepresentation as EngagementEventsRelatedListFieldsRepresentation_EngagementEventsRelatedListFieldsRepresentation } from './EngagementEventsRelatedListFieldsRepresentation';
|
|
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 = "654589221c1354835e88da5275d5d5ce";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: EngagementEventsRelatedListRecordsRepresentation, existing: EngagementEventsRelatedListRecordsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EngagementEventsRelatedListRecordsRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: EngagementEventsRelatedListRecordsRepresentationNormalized, incoming: EngagementEventsRelatedListRecordsRepresentationNormalized): 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: EngagementEventsRelatedListRecordsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation of RECORDS of Related List of Engagement Events
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface EngagementEventsRelatedListRecordsRepresentationNormalized {
|
|
18
|
+
/** list of fields for a record */
|
|
19
|
+
fields: Array<EngagementEventsRelatedListFieldsRepresentation_EngagementEventsRelatedListFieldsRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Output representation of RECORDS of Related List of Engagement Events
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface EngagementEventsRelatedListRecordsRepresentation {
|
|
28
|
+
fields: Array<EngagementEventsRelatedListFieldsRepresentation_EngagementEventsRelatedListFieldsRepresentation>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 = "510dfa00e9cddde8acfa643f2dafc4bb";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PathToDmoRepresentation, existing: PathToDmoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PathToDmoRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PathToDmoRepresentationNormalized, incoming: PathToDmoRepresentationNormalized): 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: PathToDmoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output representation for the Path of DMO
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface PathToDmoRepresentationNormalized {
|
|
17
|
+
/** name of the DMO */
|
|
18
|
+
dmoName: string;
|
|
19
|
+
pathToDmoRepresentation?: PathToDmoRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Output representation for the Path of DMO
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface PathToDmoRepresentation {
|
|
28
|
+
dmoName: string;
|
|
29
|
+
pathToDmoRepresentation?: PathToDmoRepresentation;
|
|
30
|
+
}
|
|
@@ -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 = "9d364af703abf32478364b295d0a5a1b";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: RelationshipTypeOutputRepresentation, existing: RelationshipTypeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelationshipTypeOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: RelationshipTypeOutputRepresentationNormalized, incoming: RelationshipTypeOutputRepresentationNormalized): 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: RelationshipTypeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output representation of relationship type
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface RelationshipTypeOutputRepresentationNormalized {
|
|
17
|
+
/** get attribute of the entity in Relationship */
|
|
18
|
+
attribute: string;
|
|
19
|
+
/** get name of the entity in Relationship */
|
|
20
|
+
name: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Output representation of relationship type
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface RelationshipTypeOutputRepresentation {
|
|
29
|
+
attribute: string;
|
|
30
|
+
name: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { TimelineEventFieldRepresentation as TimelineEventFieldRepresentation_TimelineEventFieldRepresentation } from './TimelineEventFieldRepresentation';
|
|
2
|
+
import { TimelineEngagementRelatedListEventsRepresentation as TimelineEngagementRelatedListEventsRepresentation_TimelineEngagementRelatedListEventsRepresentation } from './TimelineEngagementRelatedListEventsRepresentation';
|
|
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 = "d149ee3587c61f95c85c0b94a219b71c";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: TimelineDataCloudEventRepresentation, existing: TimelineDataCloudEventRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineDataCloudEventRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: TimelineDataCloudEventRepresentationNormalized, incoming: TimelineDataCloudEventRepresentationNormalized): 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: TimelineDataCloudEventRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Output representation of the Data Cloud Events
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface TimelineDataCloudEventRepresentationNormalized {
|
|
19
|
+
/** Description of the Event Entity */
|
|
20
|
+
description?: string;
|
|
21
|
+
/** Date Time of the Event */
|
|
22
|
+
eventDateTime: string;
|
|
23
|
+
/** Fields of the Event */
|
|
24
|
+
fields: Array<TimelineEventFieldRepresentation_TimelineEventFieldRepresentation>;
|
|
25
|
+
/** Record Id */
|
|
26
|
+
id?: string;
|
|
27
|
+
/** list of related Lists data */
|
|
28
|
+
relatedListEvents?: Array<TimelineEngagementRelatedListEventsRepresentation_TimelineEngagementRelatedListEventsRepresentation>;
|
|
29
|
+
/** Title of the Event Entity */
|
|
30
|
+
title: string;
|
|
31
|
+
/** Event Entity Type */
|
|
32
|
+
type: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Output representation of the Data Cloud Events
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface TimelineDataCloudEventRepresentation {
|
|
41
|
+
description?: string;
|
|
42
|
+
eventDateTime: string;
|
|
43
|
+
fields: Array<TimelineEventFieldRepresentation_TimelineEventFieldRepresentation>;
|
|
44
|
+
id?: string;
|
|
45
|
+
relatedListEvents?: Array<TimelineEngagementRelatedListEventsRepresentation_TimelineEngagementRelatedListEventsRepresentation>;
|
|
46
|
+
title: string;
|
|
47
|
+
type: string;
|
|
48
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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, BaseFragment as $64$luvio_engine_BaseFragment, 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 TTL = 500;
|
|
6
|
+
export declare const VERSION = "fdc9f6f24a05bf6064b5dd39db6e4e4d";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
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;
|
|
10
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
11
|
+
export declare function equals(existing: TimelineDataGetResultRepresentationNormalized, incoming: TimelineDataGetResultRepresentationNormalized): boolean;
|
|
12
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TimelineDataGetResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
14
|
+
/**
|
|
15
|
+
* Output representation of Timeline Data from the GET Resource
|
|
16
|
+
*
|
|
17
|
+
* Keys:
|
|
18
|
+
* (none)
|
|
19
|
+
*/
|
|
20
|
+
export interface TimelineDataGetResultRepresentationNormalized {
|
|
21
|
+
/** TimelineData GET Resource List of Errors */
|
|
22
|
+
errors?: Array<TimelineErrorRepresentation_TimelineErrorRepresentation>;
|
|
23
|
+
/** TimelineData GET Resource Event Types */
|
|
24
|
+
eventTypes?: Array<TimelineEventTypeRepresentation_TimelineEventTypeRepresentation>;
|
|
25
|
+
/** TimelineData GET Resource fetch all events */
|
|
26
|
+
events?: Array<TimelineEventRepresentation_TimelineEventRepresentation>;
|
|
27
|
+
/** TimelineData Get Resource - more Data to be fetched */
|
|
28
|
+
hasMoreData?: boolean;
|
|
29
|
+
/** TimelineData get status flag */
|
|
30
|
+
isSuccess?: boolean;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Output representation of Timeline Data from the GET Resource
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface TimelineDataGetResultRepresentation {
|
|
39
|
+
errors?: Array<TimelineErrorRepresentation_TimelineErrorRepresentation>;
|
|
40
|
+
eventTypes?: Array<TimelineEventTypeRepresentation_TimelineEventTypeRepresentation>;
|
|
41
|
+
events?: Array<TimelineEventRepresentation_TimelineEventRepresentation>;
|
|
42
|
+
hasMoreData?: boolean;
|
|
43
|
+
isSuccess?: boolean;
|
|
44
|
+
}
|
|
@@ -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 = "57c5b7692fd7f8322167aa02acb48913";
|
|
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 | null;
|
|
19
|
+
/** Element dataType Name */
|
|
20
|
+
dataType: string | null;
|
|
21
|
+
/** Element label Name */
|
|
22
|
+
label: string | null;
|
|
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 | null;
|
|
32
|
+
dataType: string | null;
|
|
33
|
+
label: string | null;
|
|
34
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { PathToDmoRepresentation as PathToDmoRepresentation_PathToDmoRepresentation } from './PathToDmoRepresentation';
|
|
2
|
+
import { EngagementEventsRelatedListRecordsRepresentation as EngagementEventsRelatedListRecordsRepresentation_EngagementEventsRelatedListRecordsRepresentation } from './EngagementEventsRelatedListRecordsRepresentation';
|
|
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 = "66721523030fd8856adb0dea3dfcaff2";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: TimelineEngagementRelatedListEventsRepresentation, existing: TimelineEngagementRelatedListEventsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimelineEngagementRelatedListEventsRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: TimelineEngagementRelatedListEventsRepresentationNormalized, incoming: TimelineEngagementRelatedListEventsRepresentationNormalized): 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: TimelineEngagementRelatedListEventsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Output representation of RELATED LISTS for Engagement Events
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface TimelineEngagementRelatedListEventsRepresentationNormalized {
|
|
19
|
+
/** name of the Related List DMO */
|
|
20
|
+
nameOfDmo: string;
|
|
21
|
+
/** path till the Related List DMO */
|
|
22
|
+
pathToDmo: PathToDmoRepresentation_PathToDmoRepresentation;
|
|
23
|
+
/** list of records of Related List */
|
|
24
|
+
records: Array<EngagementEventsRelatedListRecordsRepresentation_EngagementEventsRelatedListRecordsRepresentation>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Output representation of RELATED LISTS for Engagement Events
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface TimelineEngagementRelatedListEventsRepresentation {
|
|
33
|
+
nameOfDmo: string;
|
|
34
|
+
pathToDmo: PathToDmoRepresentation_PathToDmoRepresentation;
|
|
35
|
+
records: Array<EngagementEventsRelatedListRecordsRepresentation_EngagementEventsRelatedListRecordsRepresentation>;
|
|
36
|
+
}
|
|
@@ -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 = "6d26e44b0d5b8bd332be1045a8fcaaf9";
|
|
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 | null;
|
|
19
|
+
/** EntityLabel */
|
|
20
|
+
entityLabel: string | null;
|
|
21
|
+
/** Entity Name */
|
|
22
|
+
entityName: string | null;
|
|
23
|
+
/** Icon */
|
|
24
|
+
icon: string | null;
|
|
25
|
+
/** TimelineMetadata age field selected flag */
|
|
26
|
+
isAgeFieldSelected?: boolean;
|
|
27
|
+
/** Source */
|
|
28
|
+
source: string | null;
|
|
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 | null;
|
|
38
|
+
entityLabel: string | null;
|
|
39
|
+
entityName: string | null;
|
|
40
|
+
icon: string | null;
|
|
41
|
+
isAgeFieldSelected?: boolean;
|
|
42
|
+
source: string | null;
|
|
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 = "aea7b84dab350809c1563f5cabd7d0b5";
|
|
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 | null;
|
|
19
|
+
/** Message Error */
|
|
20
|
+
message: string | null;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Error response representation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface TimelineErrorRepresentation {
|
|
29
|
+
code: string | null;
|
|
30
|
+
message: string | null;
|
|
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 = "e0ce4518789f0a66fa41752f75500b56";
|
|
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 | null;
|
|
19
|
+
/** Event Field Value */
|
|
20
|
+
value: string | null;
|
|
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 | null;
|
|
30
|
+
value: string | null;
|
|
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 = "96b838685b37994d292fec63398db92d";
|
|
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 | null;
|
|
20
|
+
/** Date Time of the Event */
|
|
21
|
+
eventDateTime: string | null;
|
|
22
|
+
/** Fields of the Event */
|
|
23
|
+
fields?: Array<TimelineEventFieldRepresentation_TimelineEventFieldRepresentation>;
|
|
24
|
+
/** Record Id */
|
|
25
|
+
id: string | null;
|
|
26
|
+
/** Title of the Event Entity */
|
|
27
|
+
title: string | null;
|
|
28
|
+
/** Event Entity Type */
|
|
29
|
+
type: string | null;
|
|
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 | null;
|
|
39
|
+
eventDateTime: string | null;
|
|
40
|
+
fields?: Array<TimelineEventFieldRepresentation_TimelineEventFieldRepresentation>;
|
|
41
|
+
id: string | null;
|
|
42
|
+
title: string | null;
|
|
43
|
+
type: string | null;
|
|
44
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
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 = "f03915e801e44531dceba98c9b5978c0";
|
|
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 Entity Additional Data */
|
|
19
|
+
additionalEventData?: unknown;
|
|
20
|
+
/** Event Entity allowNew boolean */
|
|
21
|
+
allowNew?: boolean;
|
|
22
|
+
anchorReferenceField?: TimelineElementRepresentation_TimelineElementRepresentation;
|
|
23
|
+
/** Event Entity API Name */
|
|
24
|
+
entityApiName: string | null;
|
|
25
|
+
/** Event Entity Label Name */
|
|
26
|
+
entityLabel: string | null;
|
|
27
|
+
/** Event Object fieldsToDisplay List */
|
|
28
|
+
fieldsToDisplay?: Array<TimelineElementRepresentation_TimelineElementRepresentation>;
|
|
29
|
+
/** Whether Event Entity is creatable */
|
|
30
|
+
isCreatable?: boolean;
|
|
31
|
+
/** Event Object relatedlistsToDisplay List */
|
|
32
|
+
relatedlistsToDisplay?: Array<TimelineElementRepresentation_TimelineElementRepresentation>;
|
|
33
|
+
/** Event Object relation type */
|
|
34
|
+
relationType: string | null;
|
|
35
|
+
sortField?: TimelineElementRepresentation_TimelineElementRepresentation;
|
|
36
|
+
subTitle?: TimelineElementRepresentation_TimelineElementRepresentation;
|
|
37
|
+
summaryField?: TimelineElementRepresentation_TimelineElementRepresentation;
|
|
38
|
+
title?: TimelineElementRepresentation_TimelineElementRepresentation;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Output representation of Event Object that is returned as part of the GET Timeline metadata
|
|
42
|
+
*
|
|
43
|
+
* Keys:
|
|
44
|
+
* (none)
|
|
45
|
+
*/
|
|
46
|
+
export interface TimelineEventTypeMetadataRepresentation {
|
|
47
|
+
additionalEventData?: unknown;
|
|
48
|
+
allowNew?: boolean;
|
|
49
|
+
anchorReferenceField?: TimelineElementRepresentation_TimelineElementRepresentation;
|
|
50
|
+
entityApiName: string | null;
|
|
51
|
+
entityLabel: string | null;
|
|
52
|
+
fieldsToDisplay?: Array<TimelineElementRepresentation_TimelineElementRepresentation>;
|
|
53
|
+
isCreatable?: boolean;
|
|
54
|
+
relatedlistsToDisplay?: Array<TimelineElementRepresentation_TimelineElementRepresentation>;
|
|
55
|
+
relationType: string | null;
|
|
56
|
+
sortField?: TimelineElementRepresentation_TimelineElementRepresentation;
|
|
57
|
+
subTitle?: TimelineElementRepresentation_TimelineElementRepresentation;
|
|
58
|
+
summaryField?: TimelineElementRepresentation_TimelineElementRepresentation;
|
|
59
|
+
title?: TimelineElementRepresentation_TimelineElementRepresentation;
|
|
60
|
+
}
|