@salesforce/lds-adapters-marketing-cdp 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/marketing-cdp.js +2423 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataGraph.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteDataGraph.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/editDataGraph.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataGraph.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataGraphDependency.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataGraphDraft.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/retryDataGraph.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/saveDataGraphDraft.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +8 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotDataGraphsByDataGraphName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotDataGraphsByDataGraphName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotDataGraphsDependencyByDataGraphName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotDataGraphsDraftByDataGraphName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotDataGraphs.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotDataGraphsDraft.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotDataGraphs.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotDataGraphsRetry.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphDataRecencyInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphDependencyOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphDraftInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphDraftOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphFieldInputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphFieldOutputRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphFilterConditionInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphFilterConditionOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphFilterCriteriaInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphFilterCriteriaOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphInputRepresentation.d.ts +76 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphOutputRepresentation.d.ts +103 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphPathToParentInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphPathToParentOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphRecencyCriteriaOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphRelatedSegmentOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphRetryInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphRetryOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphSourceInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/CdpDataGraphSourceObjectOutputRepresentation.d.ts +69 -0
- package/dist/es/es2018/types/src/generated/types/CdpObjectBaseInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/CdpObjectBaseOutputRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/DataGraphFullRefreshConfigInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataGraphFullRefreshConfigOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataGraphIncrementalRefreshConfigInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataGraphIncrementalRefreshConfigOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataGraphScheduleInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DataGraphScheduleOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DependencyOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +75 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +2609 -0
- package/src/raml/api.raml +808 -0
- package/src/raml/luvio.raml +74 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "3225fb208810c98d82ae73323627802b";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpDataGraphDraftInputRepresentation, existing: CdpDataGraphDraftInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpDataGraphDraftInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpDataGraphDraftInputRepresentationNormalized, incoming: CdpDataGraphDraftInputRepresentationNormalized): 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: CdpDataGraphDraftInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for draft in CDP Data Graph
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpDataGraphDraftInputRepresentationNormalized {
|
|
17
|
+
/** data_graph_name */
|
|
18
|
+
dataGraphName: string;
|
|
19
|
+
/** save data graph draft json schema */
|
|
20
|
+
jsonSchema: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation for draft in CDP Data Graph
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface CdpDataGraphDraftInputRepresentation {
|
|
29
|
+
dataGraphName: string;
|
|
30
|
+
jsonSchema: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { CdpDataGraphOutputRepresentation as CdpDataGraphOutputRepresentation_CdpDataGraphOutputRepresentation } from './CdpDataGraphOutputRepresentation';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "f772ba42e8976d22b7d5bfc77460f241";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
+
name: string;
|
|
8
|
+
}
|
|
9
|
+
export type CdpDataGraphDraftOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialCdpDataGraphDraftOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
12
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): CdpDataGraphDraftOutputRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: CdpDataGraphDraftOutputRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: CdpDataGraphDraftOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: CdpDataGraphDraftOutputRepresentation, existing: CdpDataGraphDraftOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpDataGraphDraftOutputRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
17
|
+
export declare function equals(existing: CdpDataGraphDraftOutputRepresentationNormalized, incoming: CdpDataGraphDraftOutputRepresentationNormalized): boolean;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpDataGraphDraftOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Represents Cdp Data Graph Draft Output
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* name (string): outputRepresentation.name
|
|
25
|
+
*/
|
|
26
|
+
export interface CdpDataGraphDraftOutputRepresentationNormalized {
|
|
27
|
+
/** Output Representation of Draft Data Graph */
|
|
28
|
+
outputRepresentation: $64$luvio_engine_StoreLink;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Represents Cdp Data Graph Draft Output
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* name (string): outputRepresentation.name
|
|
35
|
+
*/
|
|
36
|
+
export interface CdpDataGraphDraftOutputRepresentation {
|
|
37
|
+
outputRepresentation: CdpDataGraphOutputRepresentation_CdpDataGraphOutputRepresentation;
|
|
38
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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 = "0276de9ecbe1163fc89dc53e609993a2";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpDataGraphFieldInputRepresentation, existing: CdpDataGraphFieldInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpDataGraphFieldInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpDataGraphFieldInputRepresentationNormalized, incoming: CdpDataGraphFieldInputRepresentationNormalized): 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: CdpDataGraphFieldInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Data Graph Field input representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpDataGraphFieldInputRepresentationNormalized {
|
|
17
|
+
/** ci field type */
|
|
18
|
+
ciFieldType?: string;
|
|
19
|
+
/** Field Data Type */
|
|
20
|
+
dataType?: string;
|
|
21
|
+
/** developer name */
|
|
22
|
+
devName?: string;
|
|
23
|
+
/** Is DG Root Key Field */
|
|
24
|
+
isDGRootKeyField?: boolean;
|
|
25
|
+
/** is column a key */
|
|
26
|
+
isKeyColumn: boolean;
|
|
27
|
+
/** is projected field */
|
|
28
|
+
isProjected?: boolean;
|
|
29
|
+
/** key qualifier name */
|
|
30
|
+
keyQualifierName?: string;
|
|
31
|
+
/** source field name */
|
|
32
|
+
sourceFieldName: string;
|
|
33
|
+
/** usage tag */
|
|
34
|
+
usageTag?: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Data Graph Field input representation
|
|
38
|
+
*
|
|
39
|
+
* Keys:
|
|
40
|
+
* (none)
|
|
41
|
+
*/
|
|
42
|
+
export interface CdpDataGraphFieldInputRepresentation {
|
|
43
|
+
ciFieldType?: string;
|
|
44
|
+
dataType?: string;
|
|
45
|
+
devName?: string;
|
|
46
|
+
isDGRootKeyField?: boolean;
|
|
47
|
+
isKeyColumn: boolean;
|
|
48
|
+
isProjected?: boolean;
|
|
49
|
+
keyQualifierName?: string;
|
|
50
|
+
sourceFieldName: string;
|
|
51
|
+
usageTag?: string;
|
|
52
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { DependencyOutputRepresentation as DependencyOutputRepresentation_DependencyOutputRepresentation } from './DependencyOutputRepresentation';
|
|
2
|
+
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';
|
|
3
|
+
export declare const VERSION = "991b5c8bc47159686224c9bc779e0230";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CdpDataGraphFieldOutputRepresentation, existing: CdpDataGraphFieldOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpDataGraphFieldOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
8
|
+
export declare function equals(existing: CdpDataGraphFieldOutputRepresentationNormalized, incoming: CdpDataGraphFieldOutputRepresentationNormalized): 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: CdpDataGraphFieldOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents Cdp Data Graph Field Output
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CdpDataGraphFieldOutputRepresentationNormalized {
|
|
18
|
+
/** ci_field_type */
|
|
19
|
+
ciFieldType?: string;
|
|
20
|
+
/** ciFormula */
|
|
21
|
+
ciFormula?: string;
|
|
22
|
+
/** Field Data Type */
|
|
23
|
+
dataType?: string;
|
|
24
|
+
/** dependency */
|
|
25
|
+
dependency?: Array<DependencyOutputRepresentation_DependencyOutputRepresentation>;
|
|
26
|
+
/** dev_name */
|
|
27
|
+
devName?: string;
|
|
28
|
+
/** Is DG Root Key Field */
|
|
29
|
+
isDGRootKeyField?: boolean;
|
|
30
|
+
/** isKeyColumn */
|
|
31
|
+
isKeyColumn: boolean;
|
|
32
|
+
/** is_projected */
|
|
33
|
+
isProjected?: boolean;
|
|
34
|
+
/** key_qualifier_name */
|
|
35
|
+
keyQualifierName?: string;
|
|
36
|
+
/** source_field_Label */
|
|
37
|
+
sourceFieldLabel?: string;
|
|
38
|
+
/** source_field_developer_name */
|
|
39
|
+
sourceFieldName: string;
|
|
40
|
+
/** usage_tag */
|
|
41
|
+
usageTag?: string;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Represents Cdp Data Graph Field Output
|
|
45
|
+
*
|
|
46
|
+
* Keys:
|
|
47
|
+
* (none)
|
|
48
|
+
*/
|
|
49
|
+
export interface CdpDataGraphFieldOutputRepresentation {
|
|
50
|
+
ciFieldType?: string;
|
|
51
|
+
ciFormula?: string;
|
|
52
|
+
dataType?: string;
|
|
53
|
+
dependency?: Array<DependencyOutputRepresentation_DependencyOutputRepresentation>;
|
|
54
|
+
devName?: string;
|
|
55
|
+
isDGRootKeyField?: boolean;
|
|
56
|
+
isKeyColumn: boolean;
|
|
57
|
+
isProjected?: boolean;
|
|
58
|
+
keyQualifierName?: string;
|
|
59
|
+
sourceFieldLabel?: string;
|
|
60
|
+
sourceFieldName: string;
|
|
61
|
+
usageTag?: string;
|
|
62
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CdpDataGraphFilterConditionInputRepresentation.d.ts
ADDED
|
@@ -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 = "48e15f150275797ded01ec86216f02e3";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpDataGraphFilterConditionInputRepresentation, existing: CdpDataGraphFilterConditionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpDataGraphFilterConditionInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpDataGraphFilterConditionInputRepresentationNormalized, incoming: CdpDataGraphFilterConditionInputRepresentationNormalized): 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: CdpDataGraphFilterConditionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Data Graph Filter Condition input representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpDataGraphFilterConditionInputRepresentationNormalized {
|
|
17
|
+
/** field Name */
|
|
18
|
+
fieldName: string;
|
|
19
|
+
/** comparison operators for Data Graph filter conditions */
|
|
20
|
+
operator: string;
|
|
21
|
+
/** adhoc filter values */
|
|
22
|
+
values?: Array<string>;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Data Graph Filter Condition input representation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface CdpDataGraphFilterConditionInputRepresentation {
|
|
31
|
+
fieldName: string;
|
|
32
|
+
operator: string;
|
|
33
|
+
values?: Array<string>;
|
|
34
|
+
}
|
|
@@ -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 = "a6089cd518ffb02d145065030cdedd34";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpDataGraphFilterConditionOutputRepresentation, existing: CdpDataGraphFilterConditionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpDataGraphFilterConditionOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpDataGraphFilterConditionOutputRepresentationNormalized, incoming: CdpDataGraphFilterConditionOutputRepresentationNormalized): 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: CdpDataGraphFilterConditionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents Cdp Data Graph Filter Condition Output
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpDataGraphFilterConditionOutputRepresentationNormalized {
|
|
17
|
+
/** field API name */
|
|
18
|
+
fieldName: string;
|
|
19
|
+
/** comparison operators for Data Graph filter conditions */
|
|
20
|
+
operator: string;
|
|
21
|
+
/** Adhoc filter values */
|
|
22
|
+
values?: Array<string>;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Represents Cdp Data Graph Filter Condition Output
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface CdpDataGraphFilterConditionOutputRepresentation {
|
|
31
|
+
fieldName: string;
|
|
32
|
+
operator: string;
|
|
33
|
+
values?: Array<string>;
|
|
34
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CdpDataGraphFilterCriteriaInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { CdpDataGraphFilterConditionInputRepresentation as CdpDataGraphFilterConditionInputRepresentation_CdpDataGraphFilterConditionInputRepresentation } from './CdpDataGraphFilterConditionInputRepresentation';
|
|
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 = "a76c4cfd36f071fbe0744eef5de50304";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CdpDataGraphFilterCriteriaInputRepresentation, existing: CdpDataGraphFilterCriteriaInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpDataGraphFilterCriteriaInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CdpDataGraphFilterCriteriaInputRepresentationNormalized, incoming: CdpDataGraphFilterCriteriaInputRepresentationNormalized): 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: CdpDataGraphFilterCriteriaInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Data Graph Filter Criteria input representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CdpDataGraphFilterCriteriaInputRepresentationNormalized {
|
|
18
|
+
/** filter conditions */
|
|
19
|
+
conditions: Array<CdpDataGraphFilterConditionInputRepresentation_CdpDataGraphFilterConditionInputRepresentation>;
|
|
20
|
+
/** Filter operators to combine conditions. Example, 'And, 'Or' */
|
|
21
|
+
operator: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Data Graph Filter Criteria input representation
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface CdpDataGraphFilterCriteriaInputRepresentation {
|
|
30
|
+
conditions: Array<CdpDataGraphFilterConditionInputRepresentation_CdpDataGraphFilterConditionInputRepresentation>;
|
|
31
|
+
operator: string;
|
|
32
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CdpDataGraphFilterCriteriaOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { CdpDataGraphFilterConditionOutputRepresentation as CdpDataGraphFilterConditionOutputRepresentation_CdpDataGraphFilterConditionOutputRepresentation } from './CdpDataGraphFilterConditionOutputRepresentation';
|
|
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 = "86b0e328cf129cb60e5da929d6e0e9e5";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CdpDataGraphFilterCriteriaOutputRepresentation, existing: CdpDataGraphFilterCriteriaOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpDataGraphFilterCriteriaOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CdpDataGraphFilterCriteriaOutputRepresentationNormalized, incoming: CdpDataGraphFilterCriteriaOutputRepresentationNormalized): 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: CdpDataGraphFilterCriteriaOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents Cdp Data Graph Filter Criteria Output
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CdpDataGraphFilterCriteriaOutputRepresentationNormalized {
|
|
18
|
+
/** filter conditions */
|
|
19
|
+
conditions: Array<CdpDataGraphFilterConditionOutputRepresentation_CdpDataGraphFilterConditionOutputRepresentation>;
|
|
20
|
+
/** Filter operators to combine conditions. Example, 'And, 'Or' */
|
|
21
|
+
operator: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Represents Cdp Data Graph Filter Criteria Output
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface CdpDataGraphFilterCriteriaOutputRepresentation {
|
|
30
|
+
conditions: Array<CdpDataGraphFilterConditionOutputRepresentation_CdpDataGraphFilterConditionOutputRepresentation>;
|
|
31
|
+
operator: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { DataGraphFullRefreshConfigInputRepresentation as DataGraphFullRefreshConfigInputRepresentation_DataGraphFullRefreshConfigInputRepresentation } from './DataGraphFullRefreshConfigInputRepresentation';
|
|
2
|
+
import { DataGraphIncrementalRefreshConfigInputRepresentation as DataGraphIncrementalRefreshConfigInputRepresentation_DataGraphIncrementalRefreshConfigInputRepresentation } from './DataGraphIncrementalRefreshConfigInputRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
export declare const VERSION = "af5d9a6202c6d2b4a5d686c29921d9ba";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: CdpDataGraphInputRepresentation, existing: CdpDataGraphInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpDataGraphInputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
9
|
+
export declare function equals(existing: CdpDataGraphInputRepresentationNormalized, incoming: CdpDataGraphInputRepresentationNormalized): 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: CdpDataGraphInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Input representation for creating CDP Data Graph
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface CdpDataGraphInputRepresentationNormalized {
|
|
19
|
+
/** No of days last accessed records are cached */
|
|
20
|
+
cacheDurationInDays?: number;
|
|
21
|
+
/** dataKitName */
|
|
22
|
+
dataKitName?: string;
|
|
23
|
+
/** dataspaceName */
|
|
24
|
+
dataspaceName?: string;
|
|
25
|
+
/** description */
|
|
26
|
+
description?: string;
|
|
27
|
+
fullRefreshConfig?: DataGraphFullRefreshConfigInputRepresentation_DataGraphFullRefreshConfigInputRepresentation;
|
|
28
|
+
incrementalRefreshConfig?: DataGraphIncrementalRefreshConfigInputRepresentation_DataGraphIncrementalRefreshConfigInputRepresentation;
|
|
29
|
+
/** Is RTDG Toggle enaled for Non-Web SDK Ingestion for given data graph */
|
|
30
|
+
isRealTimeToggleEnabled?: boolean;
|
|
31
|
+
/** Is prefetch is disabled for given data graph */
|
|
32
|
+
isRecordCachingDisabled?: boolean;
|
|
33
|
+
/** label */
|
|
34
|
+
label?: string;
|
|
35
|
+
/** Max no of records to cache */
|
|
36
|
+
maxRecordsCached?: number;
|
|
37
|
+
/** name */
|
|
38
|
+
name?: string;
|
|
39
|
+
/** Primary Object Name */
|
|
40
|
+
primaryObjectName: string;
|
|
41
|
+
/** Session duration */
|
|
42
|
+
sessionEnd?: number;
|
|
43
|
+
/** Unit of Session duration */
|
|
44
|
+
sessionEndTimeUnit?: string;
|
|
45
|
+
/** source object */
|
|
46
|
+
sourceObject: unknown;
|
|
47
|
+
/** data graph templateName */
|
|
48
|
+
templateName?: string;
|
|
49
|
+
/** data graph type */
|
|
50
|
+
type?: string;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Input representation for creating CDP Data Graph
|
|
54
|
+
*
|
|
55
|
+
* Keys:
|
|
56
|
+
* (none)
|
|
57
|
+
*/
|
|
58
|
+
export interface CdpDataGraphInputRepresentation {
|
|
59
|
+
cacheDurationInDays?: number;
|
|
60
|
+
dataKitName?: string;
|
|
61
|
+
dataspaceName?: string;
|
|
62
|
+
description?: string;
|
|
63
|
+
fullRefreshConfig?: DataGraphFullRefreshConfigInputRepresentation_DataGraphFullRefreshConfigInputRepresentation;
|
|
64
|
+
incrementalRefreshConfig?: DataGraphIncrementalRefreshConfigInputRepresentation_DataGraphIncrementalRefreshConfigInputRepresentation;
|
|
65
|
+
isRealTimeToggleEnabled?: boolean;
|
|
66
|
+
isRecordCachingDisabled?: boolean;
|
|
67
|
+
label?: string;
|
|
68
|
+
maxRecordsCached?: number;
|
|
69
|
+
name?: string;
|
|
70
|
+
primaryObjectName: string;
|
|
71
|
+
sessionEnd?: number;
|
|
72
|
+
sessionEndTimeUnit?: string;
|
|
73
|
+
sourceObject: unknown;
|
|
74
|
+
templateName?: string;
|
|
75
|
+
type?: string;
|
|
76
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { keyBuilder as CdpObjectBaseOutputRepresentation_keyBuilder, CdpObjectBaseOutputRepresentation as CdpObjectBaseOutputRepresentation_CdpObjectBaseOutputRepresentation } from './CdpObjectBaseOutputRepresentation';
|
|
2
|
+
import { DataGraphFullRefreshConfigOutputRepresentation as DataGraphFullRefreshConfigOutputRepresentation_DataGraphFullRefreshConfigOutputRepresentation } from './DataGraphFullRefreshConfigOutputRepresentation';
|
|
3
|
+
import { DataGraphIncrementalRefreshConfigOutputRepresentation as DataGraphIncrementalRefreshConfigOutputRepresentation_DataGraphIncrementalRefreshConfigOutputRepresentation } from './DataGraphIncrementalRefreshConfigOutputRepresentation';
|
|
4
|
+
import { CdpDataGraphSourceObjectOutputRepresentation as CdpDataGraphSourceObjectOutputRepresentation_CdpDataGraphSourceObjectOutputRepresentation } from './CdpDataGraphSourceObjectOutputRepresentation';
|
|
5
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
6
|
+
export declare const VERSION = "71e8434340c0370a30fb856ebad9a123";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: Parameters<typeof CdpObjectBaseOutputRepresentation_keyBuilder>[1]): string;
|
|
10
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: CdpObjectBaseOutputRepresentation_CdpObjectBaseOutputRepresentation): string;
|
|
11
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: Parameters<typeof CdpObjectBaseOutputRepresentation_keyBuilder>[1]): $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: CdpObjectBaseOutputRepresentation_CdpObjectBaseOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
13
|
+
export declare function normalize(input: CdpDataGraphOutputRepresentation, existing: CdpDataGraphOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpDataGraphOutputRepresentationNormalized;
|
|
14
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
15
|
+
export declare function equals(existing: CdpDataGraphOutputRepresentationNormalized, incoming: CdpDataGraphOutputRepresentationNormalized): boolean;
|
|
16
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
17
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpDataGraphOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
18
|
+
/**
|
|
19
|
+
* Represents Cdp Data Graph Output
|
|
20
|
+
*
|
|
21
|
+
* Keys:
|
|
22
|
+
* name (string): name
|
|
23
|
+
*/
|
|
24
|
+
export interface CdpDataGraphOutputRepresentationNormalized extends CdpObjectBaseOutputRepresentation_CdpObjectBaseOutputRepresentation {
|
|
25
|
+
/** No of days last accessed records are cached */
|
|
26
|
+
cacheDurationInDays?: number;
|
|
27
|
+
/** Day0 dependency mapping developer name */
|
|
28
|
+
dayZeroMappingDevName?: string;
|
|
29
|
+
/** Day0 transform developer name */
|
|
30
|
+
dayZeroTransformDevName?: string;
|
|
31
|
+
/** extended properties */
|
|
32
|
+
extendedProperties: string;
|
|
33
|
+
fullRefreshConfig?: DataGraphFullRefreshConfigOutputRepresentation_DataGraphFullRefreshConfigOutputRepresentation;
|
|
34
|
+
/** id_dmo_Label */
|
|
35
|
+
idDmoLabel?: string;
|
|
36
|
+
/** id_dmo_name */
|
|
37
|
+
idDmoName?: string;
|
|
38
|
+
/** incremental transform developer name */
|
|
39
|
+
incrementalMappingDevName?: string;
|
|
40
|
+
incrementalRefreshConfig?: DataGraphIncrementalRefreshConfigOutputRepresentation_DataGraphIncrementalRefreshConfigOutputRepresentation;
|
|
41
|
+
/** incremental dependency mapping developer name */
|
|
42
|
+
incrementalTransformDevName?: string;
|
|
43
|
+
/** Is RTDG Toggle enaled for Non-Web SDK Ingestion for given data graph */
|
|
44
|
+
isRealTimeToggleEnabled?: boolean;
|
|
45
|
+
/** Is prefetch is disabled for given data graph */
|
|
46
|
+
isRecordCachingDisabled?: boolean;
|
|
47
|
+
/** last run status */
|
|
48
|
+
lastRunStatus?: string;
|
|
49
|
+
/** Max no of records to cache */
|
|
50
|
+
maxRecordsCached?: number;
|
|
51
|
+
/** primary object Label */
|
|
52
|
+
primaryObjectLabel?: string;
|
|
53
|
+
/** primary object developer name */
|
|
54
|
+
primaryObjectName: string;
|
|
55
|
+
/** Session duration */
|
|
56
|
+
sessionEnd?: number;
|
|
57
|
+
/** Unit of Session duration */
|
|
58
|
+
sessionEndTimeUnit?: string;
|
|
59
|
+
/** object */
|
|
60
|
+
sourceObject: $64$luvio_engine_StoreLink;
|
|
61
|
+
/** status */
|
|
62
|
+
status: string;
|
|
63
|
+
/** Data Graph Type */
|
|
64
|
+
type?: string;
|
|
65
|
+
/** values dmo Label */
|
|
66
|
+
valuesDmoLabel?: string;
|
|
67
|
+
/** values dmo name */
|
|
68
|
+
valuesDmoName: string;
|
|
69
|
+
/** version */
|
|
70
|
+
version: string;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Represents Cdp Data Graph Output
|
|
74
|
+
*
|
|
75
|
+
* Keys:
|
|
76
|
+
* name (string): name
|
|
77
|
+
*/
|
|
78
|
+
export interface CdpDataGraphOutputRepresentation extends CdpObjectBaseOutputRepresentation_CdpObjectBaseOutputRepresentation {
|
|
79
|
+
cacheDurationInDays?: number;
|
|
80
|
+
dayZeroMappingDevName?: string;
|
|
81
|
+
dayZeroTransformDevName?: string;
|
|
82
|
+
extendedProperties: string;
|
|
83
|
+
fullRefreshConfig?: DataGraphFullRefreshConfigOutputRepresentation_DataGraphFullRefreshConfigOutputRepresentation;
|
|
84
|
+
idDmoLabel?: string;
|
|
85
|
+
idDmoName?: string;
|
|
86
|
+
incrementalMappingDevName?: string;
|
|
87
|
+
incrementalRefreshConfig?: DataGraphIncrementalRefreshConfigOutputRepresentation_DataGraphIncrementalRefreshConfigOutputRepresentation;
|
|
88
|
+
incrementalTransformDevName?: string;
|
|
89
|
+
isRealTimeToggleEnabled?: boolean;
|
|
90
|
+
isRecordCachingDisabled?: boolean;
|
|
91
|
+
lastRunStatus?: string;
|
|
92
|
+
maxRecordsCached?: number;
|
|
93
|
+
primaryObjectLabel?: string;
|
|
94
|
+
primaryObjectName: string;
|
|
95
|
+
sessionEnd?: number;
|
|
96
|
+
sessionEndTimeUnit?: string;
|
|
97
|
+
sourceObject: CdpDataGraphSourceObjectOutputRepresentation_CdpDataGraphSourceObjectOutputRepresentation;
|
|
98
|
+
status: string;
|
|
99
|
+
type?: string;
|
|
100
|
+
valuesDmoLabel?: string;
|
|
101
|
+
valuesDmoName: string;
|
|
102
|
+
version: string;
|
|
103
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CdpDataGraphPathToParentInputRepresentation.d.ts
ADDED
|
@@ -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 = "c61ff442eb7a27005ebe51a437cb3799";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpDataGraphPathToParentInputRepresentation, existing: CdpDataGraphPathToParentInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpDataGraphPathToParentInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpDataGraphPathToParentInputRepresentationNormalized, incoming: CdpDataGraphPathToParentInputRepresentationNormalized): 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: CdpDataGraphPathToParentInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Data Graph Source Object Path input representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpDataGraphPathToParentInputRepresentationNormalized {
|
|
17
|
+
/** field_name */
|
|
18
|
+
fieldName: string;
|
|
19
|
+
/** parent_field_name */
|
|
20
|
+
parentFieldName: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Data Graph Source Object Path input representation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface CdpDataGraphPathToParentInputRepresentation {
|
|
29
|
+
fieldName: string;
|
|
30
|
+
parentFieldName: string;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CdpDataGraphPathToParentOutputRepresentation.d.ts
ADDED
|
@@ -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 = "964635ec5a15881f4cc415a03c676caf";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpDataGraphPathToParentOutputRepresentation, existing: CdpDataGraphPathToParentOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpDataGraphPathToParentOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpDataGraphPathToParentOutputRepresentationNormalized, incoming: CdpDataGraphPathToParentOutputRepresentationNormalized): 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: CdpDataGraphPathToParentOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents Cdp Data Graph Path to Parent Output
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpDataGraphPathToParentOutputRepresentationNormalized {
|
|
17
|
+
/** field name */
|
|
18
|
+
fieldName: string;
|
|
19
|
+
/** parent_field_name */
|
|
20
|
+
parentFieldName: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Represents Cdp Data Graph Path to Parent Output
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface CdpDataGraphPathToParentOutputRepresentation {
|
|
29
|
+
fieldName: string;
|
|
30
|
+
parentFieldName: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "8a8ac625bca3028fea78fa3153a2a9b5";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpDataGraphRecencyCriteriaOutputRepresentation, existing: CdpDataGraphRecencyCriteriaOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpDataGraphRecencyCriteriaOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpDataGraphRecencyCriteriaOutputRepresentationNormalized, incoming: CdpDataGraphRecencyCriteriaOutputRepresentationNormalized): 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: CdpDataGraphRecencyCriteriaOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents Cdp Data Graph Recency Output
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpDataGraphRecencyCriteriaOutputRepresentationNormalized {
|
|
17
|
+
/** field_name */
|
|
18
|
+
fieldName: string;
|
|
19
|
+
/** value */
|
|
20
|
+
value: number;
|
|
21
|
+
/** value_type */
|
|
22
|
+
valueType: string;
|
|
23
|
+
/** value_unit */
|
|
24
|
+
valueUnit: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Represents Cdp Data Graph Recency Output
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface CdpDataGraphRecencyCriteriaOutputRepresentation {
|
|
33
|
+
fieldName: string;
|
|
34
|
+
value: number;
|
|
35
|
+
valueType: string;
|
|
36
|
+
valueUnit: string;
|
|
37
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CdpDataGraphRelatedSegmentOutputRepresentation.d.ts
ADDED
|
@@ -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 = "99afedc9b36a81d18e7eb84ff1203a83";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpDataGraphRelatedSegmentOutputRepresentation, existing: CdpDataGraphRelatedSegmentOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpDataGraphRelatedSegmentOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpDataGraphRelatedSegmentOutputRepresentationNormalized, incoming: CdpDataGraphRelatedSegmentOutputRepresentationNormalized): 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: CdpDataGraphRelatedSegmentOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents Data Graph Related Segment
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpDataGraphRelatedSegmentOutputRepresentationNormalized {
|
|
17
|
+
/** id */
|
|
18
|
+
id?: string;
|
|
19
|
+
/** label */
|
|
20
|
+
label: string;
|
|
21
|
+
/** name */
|
|
22
|
+
name: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Represents Data Graph Related Segment
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface CdpDataGraphRelatedSegmentOutputRepresentation {
|
|
31
|
+
id?: string;
|
|
32
|
+
label: string;
|
|
33
|
+
name: string;
|
|
34
|
+
}
|