@salesforce/lds-adapters-cdp-semantic-authoring 1.354.0-dev1 → 1.354.0-dev11
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/dist/es/es2018/cdp-semantic-authoring.js +949 -601
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsDataObjectsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts +10 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyCollectionOutputRepresentation.d.ts +5 -4
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyInnerCollectionOutputRepresentation.d.ts +12 -3
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyOutputRepresentation.d.ts +3 -2
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticFilterInputRepresentation.d.ts +5 -2
- package/dist/es/es2018/types/src/generated/types/SemanticFilterOutputRepresentation.d.ts +5 -2
- package/dist/es/es2018/types/src/generated/types/SemanticGroupingOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +10 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMappedFieldOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMetricOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticModelPartialInputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticModelPartialOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticParameterOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipOutputRepresentation.d.ts +7 -1
- package/package.json +3 -3
- package/sfdc/index.js +963 -614
- package/src/raml/api.raml +158 -2
- package/src/raml/luvio.raml +6 -0
|
@@ -20,6 +20,7 @@ export interface ResourceRequestConfig {
|
|
|
20
20
|
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
21
21
|
semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
|
|
22
22
|
semanticUnions?: Array<types_SemanticUnionInputRepresentation_SemanticUnionInputRepresentation>;
|
|
23
|
+
primaryNameField?: string;
|
|
23
24
|
};
|
|
24
25
|
}
|
|
25
26
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
@@ -20,6 +20,7 @@ export interface ResourceRequestConfig {
|
|
|
20
20
|
semanticMeasurements?: Array<types_SemanticMeasurementInputRepresentation_SemanticMeasurementInputRepresentation>;
|
|
21
21
|
shouldIncludeAllFields?: boolean;
|
|
22
22
|
tableType?: string;
|
|
23
|
+
primaryNameField?: string;
|
|
23
24
|
};
|
|
24
25
|
}
|
|
25
26
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
@@ -19,6 +19,7 @@ export interface ResourceRequestConfig {
|
|
|
19
19
|
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
20
20
|
semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
|
|
21
21
|
semanticUnions?: Array<types_SemanticUnionInputRepresentation_SemanticUnionInputRepresentation>;
|
|
22
|
+
primaryNameField?: string;
|
|
22
23
|
};
|
|
23
24
|
}
|
|
24
25
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
@@ -21,6 +21,7 @@ export interface ResourceRequestConfig {
|
|
|
21
21
|
semanticMeasurements?: Array<types_SemanticMeasurementInputRepresentation_SemanticMeasurementInputRepresentation>;
|
|
22
22
|
shouldIncludeAllFields?: boolean;
|
|
23
23
|
tableType?: string;
|
|
24
|
+
primaryNameField?: string;
|
|
24
25
|
};
|
|
25
26
|
}
|
|
26
27
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
@@ -20,6 +20,7 @@ export interface ResourceRequestConfig {
|
|
|
20
20
|
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
21
21
|
semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
|
|
22
22
|
semanticUnions?: Array<types_SemanticUnionInputRepresentation_SemanticUnionInputRepresentation>;
|
|
23
|
+
primaryNameField?: string;
|
|
23
24
|
};
|
|
24
25
|
}
|
|
25
26
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation } from './SemanticFilterOutputRepresentation';
|
|
2
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, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "2ad1227d8439240d2dfe130b651f8a81";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -56,6 +56,8 @@ export interface SemanticCalculatedDimensionOutputRepresentationNormalized {
|
|
|
56
56
|
id: string;
|
|
57
57
|
/** The isOverrideBase property indicates whether a dimension from the base model is being overridden in the extended model during SDM Extensibility, allowing customization of existing semantic definitions.Default is false. */
|
|
58
58
|
isOverrideBase?: boolean;
|
|
59
|
+
/** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
|
|
60
|
+
isSystemDefinition?: boolean;
|
|
59
61
|
/** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
|
|
60
62
|
isVisible?: boolean;
|
|
61
63
|
/** The display name of the semantic entity to be used in the ui. */
|
|
@@ -72,6 +74,8 @@ export interface SemanticCalculatedDimensionOutputRepresentationNormalized {
|
|
|
72
74
|
sortOrder?: string;
|
|
73
75
|
/** The syntax of the semantic expression. */
|
|
74
76
|
syntax?: string;
|
|
77
|
+
/** The unmapped property indicates whether a semantic definition is based on an unmapped field */
|
|
78
|
+
unmapped?: boolean;
|
|
75
79
|
}
|
|
76
80
|
/**
|
|
77
81
|
* A semantic Calculated Dimension.
|
|
@@ -96,6 +100,7 @@ export interface SemanticCalculatedDimensionOutputRepresentation {
|
|
|
96
100
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
97
101
|
id: string;
|
|
98
102
|
isOverrideBase?: boolean;
|
|
103
|
+
isSystemDefinition?: boolean;
|
|
99
104
|
isVisible?: boolean;
|
|
100
105
|
label?: string;
|
|
101
106
|
lastModifiedBy?: string;
|
|
@@ -104,4 +109,5 @@ export interface SemanticCalculatedDimensionOutputRepresentation {
|
|
|
104
109
|
semanticDataType?: string;
|
|
105
110
|
sortOrder?: string;
|
|
106
111
|
syntax?: string;
|
|
112
|
+
unmapped?: boolean;
|
|
107
113
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation } from './SemanticFilterOutputRepresentation';
|
|
2
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, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "f905fd3431f6d5d1f883c03af48eb1b3";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -62,6 +62,8 @@ export interface SemanticCalculatedMeasurementOutputRepresentationNormalized {
|
|
|
62
62
|
isAggregatable?: boolean;
|
|
63
63
|
/** The isOverrideBase property indicates whether a measurement from the base model is being overridden in the extended model during SDM Extensibility, allowing customization of existing semantic definitions.Default is false. */
|
|
64
64
|
isOverrideBase?: boolean;
|
|
65
|
+
/** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
|
|
66
|
+
isSystemDefinition?: boolean;
|
|
65
67
|
/** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
|
|
66
68
|
isVisible?: boolean;
|
|
67
69
|
/** The display name of the semantic entity to be used in the ui. */
|
|
@@ -84,6 +86,8 @@ export interface SemanticCalculatedMeasurementOutputRepresentationNormalized {
|
|
|
84
86
|
syntax?: string;
|
|
85
87
|
/** Function that computes numerical calculations on data, allowing the query to return summarized information about the expression results. Valid values are Sum, Average, Min, Max, Median, Count Distinct, Count, Stddev, Stddevp, Var, Varp, Last, First, UserAgg and None. */
|
|
86
88
|
totalAggregationType?: string;
|
|
89
|
+
/** The unmapped property indicates whether a semantic definition is based on an unmapped field */
|
|
90
|
+
unmapped?: boolean;
|
|
87
91
|
}
|
|
88
92
|
/**
|
|
89
93
|
* A semantic Calculated Measurement.
|
|
@@ -111,6 +115,7 @@ export interface SemanticCalculatedMeasurementOutputRepresentation {
|
|
|
111
115
|
id: string;
|
|
112
116
|
isAggregatable?: boolean;
|
|
113
117
|
isOverrideBase?: boolean;
|
|
118
|
+
isSystemDefinition?: boolean;
|
|
114
119
|
isVisible?: boolean;
|
|
115
120
|
label?: string;
|
|
116
121
|
lastModifiedBy?: string;
|
|
@@ -122,4 +127,5 @@ export interface SemanticCalculatedMeasurementOutputRepresentation {
|
|
|
122
127
|
sortOrder?: string;
|
|
123
128
|
syntax?: string;
|
|
124
129
|
totalAggregationType?: string;
|
|
130
|
+
unmapped?: boolean;
|
|
125
131
|
}
|
|
@@ -2,7 +2,7 @@ import { SemanticFilterInputRepresentation as SemanticFilterInputRepresentation_
|
|
|
2
2
|
import { SemanticDimensionInputRepresentation as SemanticDimensionInputRepresentation_SemanticDimensionInputRepresentation } from './SemanticDimensionInputRepresentation';
|
|
3
3
|
import { SemanticMeasurementInputRepresentation as SemanticMeasurementInputRepresentation_SemanticMeasurementInputRepresentation } from './SemanticMeasurementInputRepresentation';
|
|
4
4
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
5
|
-
export declare const VERSION = "
|
|
5
|
+
export declare const VERSION = "7a04d435273b231d32ee8714db4e8995";
|
|
6
6
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
7
|
export declare const RepresentationType: string;
|
|
8
8
|
export declare function normalize(input: SemanticDataObjectInputRepresentation, existing: SemanticDataObjectInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDataObjectInputRepresentationNormalized;
|
|
@@ -33,6 +33,8 @@ export interface SemanticDataObjectInputRepresentationNormalized {
|
|
|
33
33
|
label?: string;
|
|
34
34
|
/** The object ID of a specific Logical View. */
|
|
35
35
|
logicalViewId?: string;
|
|
36
|
+
/** Allow experts to indicate which field is the representation of a table. */
|
|
37
|
+
primaryNameField?: string;
|
|
36
38
|
/** The semantic dimension fields that you want to be referenced through the semantic data object. */
|
|
37
39
|
semanticDimensions?: Array<SemanticDimensionInputRepresentation_SemanticDimensionInputRepresentation>;
|
|
38
40
|
/** The semantic measurement fields that you want to be referenced through the semantic data object. */
|
|
@@ -57,6 +59,7 @@ export interface SemanticDataObjectInputRepresentation {
|
|
|
57
59
|
filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
58
60
|
label?: string;
|
|
59
61
|
logicalViewId?: string;
|
|
62
|
+
primaryNameField?: string;
|
|
60
63
|
semanticDimensions?: Array<SemanticDimensionInputRepresentation_SemanticDimensionInputRepresentation>;
|
|
61
64
|
semanticMeasurements?: Array<SemanticMeasurementInputRepresentation_SemanticMeasurementInputRepresentation>;
|
|
62
65
|
shouldIncludeAllFields?: boolean;
|
package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentatio
|
|
|
2
2
|
import { SemanticDimensionOutputRepresentation as SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation } from './SemanticDimensionOutputRepresentation';
|
|
3
3
|
import { SemanticMeasurementOutputRepresentation as SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation } from './SemanticMeasurementOutputRepresentation';
|
|
4
4
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, 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';
|
|
5
|
-
export declare const VERSION = "
|
|
5
|
+
export declare const VERSION = "9792f3ddcf625ff2ab200ce7b653e1f4";
|
|
6
6
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
7
|
export declare const RepresentationType: string;
|
|
8
8
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -50,6 +50,8 @@ export interface SemanticDataObjectOutputRepresentationNormalized {
|
|
|
50
50
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
51
51
|
/** The object ID of the semantic entity. */
|
|
52
52
|
id: string;
|
|
53
|
+
/** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
|
|
54
|
+
isSystemDefinition?: boolean;
|
|
53
55
|
/** The display name of the semantic entity to be used in the ui. */
|
|
54
56
|
label?: string;
|
|
55
57
|
/** The user who last modified the semantic entity. */
|
|
@@ -58,6 +60,8 @@ export interface SemanticDataObjectOutputRepresentationNormalized {
|
|
|
58
60
|
lastModifiedDate?: string;
|
|
59
61
|
/** The API name of the referenced logical view. */
|
|
60
62
|
logicalViewId?: string;
|
|
63
|
+
/** Allow experts to indicate which field is the representation of a table. */
|
|
64
|
+
primaryNameField?: string;
|
|
61
65
|
/** The list of the referenced semantic dimensions. */
|
|
62
66
|
semanticDimensions?: Array<$64$luvio_engine_StoreLink>;
|
|
63
67
|
/** The uri for this semantic data object’s semantic dimensions. */
|
|
@@ -70,6 +74,8 @@ export interface SemanticDataObjectOutputRepresentationNormalized {
|
|
|
70
74
|
shouldIncludeAllFields?: boolean;
|
|
71
75
|
/** Table Types for SDM query interpretation. */
|
|
72
76
|
tableType?: string;
|
|
77
|
+
/** The unmapped property indicates whether a semantic definition is based on an unmapped field */
|
|
78
|
+
unmapped?: boolean;
|
|
73
79
|
}
|
|
74
80
|
/**
|
|
75
81
|
* Represents the output of a semantic data object.
|
|
@@ -90,14 +96,17 @@ export interface SemanticDataObjectOutputRepresentation {
|
|
|
90
96
|
filterLogic?: string;
|
|
91
97
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
92
98
|
id: string;
|
|
99
|
+
isSystemDefinition?: boolean;
|
|
93
100
|
label?: string;
|
|
94
101
|
lastModifiedBy?: string;
|
|
95
102
|
lastModifiedDate?: string;
|
|
96
103
|
logicalViewId?: string;
|
|
104
|
+
primaryNameField?: string;
|
|
97
105
|
semanticDimensions?: Array<SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation>;
|
|
98
106
|
semanticDimensionsUrl?: string;
|
|
99
107
|
semanticMeasurements?: Array<SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation>;
|
|
100
108
|
semanticMeasurementsUrl?: string;
|
|
101
109
|
shouldIncludeAllFields?: boolean;
|
|
102
110
|
tableType?: string;
|
|
111
|
+
unmapped?: boolean;
|
|
103
112
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { SemanticDependencyInnerCollectionOutputRepresentation as SemanticDependencyInnerCollectionOutputRepresentation_SemanticDependencyInnerCollectionOutputRepresentation } from './SemanticDependencyInnerCollectionOutputRepresentation';
|
|
2
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store,
|
|
3
|
-
export declare const
|
|
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, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 100;
|
|
4
|
+
export declare const VERSION = "9d47b2b8e7223a9d5ff7a0fea7e030e6";
|
|
4
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
6
|
export declare const RepresentationType: string;
|
|
6
7
|
export declare function normalize(input: SemanticDependencyCollectionOutputRepresentation, existing: SemanticDependencyCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDependencyCollectionOutputRepresentationNormalized;
|
|
7
|
-
export declare const select: () => $64$
|
|
8
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
8
9
|
export declare function equals(existing: SemanticDependencyCollectionOutputRepresentationNormalized, incoming: SemanticDependencyCollectionOutputRepresentationNormalized): boolean;
|
|
9
10
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
11
|
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticDependencyCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
@@ -16,7 +17,7 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
16
17
|
*/
|
|
17
18
|
export interface SemanticDependencyCollectionOutputRepresentationNormalized {
|
|
18
19
|
/** List of dependencies */
|
|
19
|
-
item?: Array
|
|
20
|
+
item?: Array<$64$luvio_engine_StoreLink>;
|
|
20
21
|
}
|
|
21
22
|
/**
|
|
22
23
|
* Represents an output of a list of dependencies.
|
|
@@ -1,13 +1,22 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
1
2
|
import { SemanticDependencyOutputRepresentation as SemanticDependencyOutputRepresentation_SemanticDependencyOutputRepresentation } from './SemanticDependencyOutputRepresentation';
|
|
2
|
-
|
|
3
|
-
export declare const VERSION = "62e5e0ffeb783cdde37da72d400b0869";
|
|
3
|
+
export declare const VERSION = "a523fd80d50df7aacf30c0c0c4225b76";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export declare function normalize(input: SemanticDependencyInnerCollectionOutputRepresentation, existing: SemanticDependencyInnerCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDependencyInnerCollectionOutputRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
dependencies: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SemanticDependencyInnerCollectionOutputRepresentation, existing: SemanticDependencyInnerCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SemanticDependencyInnerCollectionOutputRepresentationNormalized;
|
|
7
11
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export interface DynamicSelectParams {
|
|
13
|
+
dependencies?: $64$luvio_engine_LinkSelection;
|
|
14
|
+
}
|
|
15
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
8
16
|
export declare function equals(existing: SemanticDependencyInnerCollectionOutputRepresentationNormalized, incoming: SemanticDependencyInnerCollectionOutputRepresentationNormalized): boolean;
|
|
9
17
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
18
|
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticDependencyInnerCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
11
20
|
/**
|
|
12
21
|
* Represents a single dependency.
|
|
13
22
|
*
|
|
@@ -18,7 +27,7 @@ export interface SemanticDependencyInnerCollectionOutputRepresentationNormalized
|
|
|
18
27
|
/** The semantic definition API name. */
|
|
19
28
|
definitionApiName?: string;
|
|
20
29
|
/** Represents a list of dependencies. */
|
|
21
|
-
dependencies?: Array
|
|
30
|
+
dependencies?: Array<$64$luvio_engine_StoreLink>;
|
|
22
31
|
/** The field API name. */
|
|
23
32
|
fieldApiName?: string;
|
|
24
33
|
}
|
package/dist/es/es2018/types/src/generated/types/SemanticDependencyOutputRepresentation.d.ts
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store,
|
|
1
|
+
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';
|
|
2
|
+
export declare const TTL = 100;
|
|
2
3
|
export declare const VERSION = "e96f6d15d947eadd33aeb16dd9222420";
|
|
3
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
5
|
export declare const RepresentationType: string;
|
|
5
6
|
export declare function normalize(input: SemanticDependencyOutputRepresentation, existing: SemanticDependencyOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDependencyOutputRepresentationNormalized;
|
|
6
|
-
export declare const select: () => $64$
|
|
7
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
7
8
|
export declare function equals(existing: SemanticDependencyOutputRepresentationNormalized, incoming: SemanticDependencyOutputRepresentationNormalized): boolean;
|
|
8
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
10
|
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticDependencyOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "
|
|
2
|
+
export declare const VERSION = "cb2646c21e4abd1bee8fd04f7ed682e2";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
5
5
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -51,6 +51,8 @@ export interface SemanticDimensionOutputRepresentationNormalized {
|
|
|
51
51
|
isKeyQualifier?: boolean;
|
|
52
52
|
/** Indicates whether the field is a primary key. */
|
|
53
53
|
isPrimaryKey?: boolean;
|
|
54
|
+
/** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
|
|
55
|
+
isSystemDefinition?: boolean;
|
|
54
56
|
/** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
|
|
55
57
|
isVisible?: boolean;
|
|
56
58
|
/** The key qualifier name of this field in data object in data cloud, if exists. */
|
|
@@ -67,6 +69,8 @@ export interface SemanticDimensionOutputRepresentationNormalized {
|
|
|
67
69
|
sortOrder?: string;
|
|
68
70
|
/** The storage type of data stored in the Data Cloud. */
|
|
69
71
|
storageDataType?: string;
|
|
72
|
+
/** The unmapped property indicates whether a semantic definition is based on an unmapped field */
|
|
73
|
+
unmapped?: boolean;
|
|
70
74
|
}
|
|
71
75
|
/**
|
|
72
76
|
* A semantic dimension.
|
|
@@ -89,6 +93,7 @@ export interface SemanticDimensionOutputRepresentation {
|
|
|
89
93
|
id: string;
|
|
90
94
|
isKeyQualifier?: boolean;
|
|
91
95
|
isPrimaryKey?: boolean;
|
|
96
|
+
isSystemDefinition?: boolean;
|
|
92
97
|
isVisible?: boolean;
|
|
93
98
|
keyQualifierName?: string;
|
|
94
99
|
label?: string;
|
|
@@ -97,4 +102,5 @@ export interface SemanticDimensionOutputRepresentation {
|
|
|
97
102
|
semanticDataType?: string;
|
|
98
103
|
sortOrder?: string;
|
|
99
104
|
storageDataType?: string;
|
|
105
|
+
unmapped?: boolean;
|
|
100
106
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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 = "
|
|
2
|
+
export declare const VERSION = "54a00d9766e556cfada5184f574ed4f9";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
5
5
|
export declare function normalize(input: SemanticFilterInputRepresentation, existing: SemanticFilterInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticFilterInputRepresentationNormalized;
|
|
@@ -18,8 +18,10 @@ export interface SemanticFilterInputRepresentationNormalized {
|
|
|
18
18
|
fieldName?: string;
|
|
19
19
|
/** The operator for the filter. */
|
|
20
20
|
operator?: string;
|
|
21
|
-
/** The string representation of the value to filter against. */
|
|
21
|
+
/** The string representation of the value to filter against. (not supported with In/NotIn operators) */
|
|
22
22
|
value?: string;
|
|
23
|
+
/** Values to filter against when using In/NotIn operator */
|
|
24
|
+
values?: Array<string>;
|
|
23
25
|
}
|
|
24
26
|
/**
|
|
25
27
|
* Input representation for creating a semantic filter
|
|
@@ -31,4 +33,5 @@ export interface SemanticFilterInputRepresentation {
|
|
|
31
33
|
fieldName?: string;
|
|
32
34
|
operator?: string;
|
|
33
35
|
value?: string;
|
|
36
|
+
values?: Array<string>;
|
|
34
37
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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 = "
|
|
2
|
+
export declare const VERSION = "358bb714d100a35ad75fc928fa462760";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
5
5
|
export declare function normalize(input: SemanticFilterOutputRepresentation, existing: SemanticFilterOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticFilterOutputRepresentationNormalized;
|
|
@@ -18,8 +18,10 @@ export interface SemanticFilterOutputRepresentationNormalized {
|
|
|
18
18
|
fieldName?: string;
|
|
19
19
|
/** The operator for the filter. */
|
|
20
20
|
operator?: string;
|
|
21
|
-
/** The string representation of the value to filter against. */
|
|
21
|
+
/** The string representation of the value to filter against. (not supported with In/NotIn operators) */
|
|
22
22
|
value?: string;
|
|
23
|
+
/** Values to filter against when using In/NotIn operator */
|
|
24
|
+
values?: Array<string>;
|
|
23
25
|
}
|
|
24
26
|
/**
|
|
25
27
|
* A semantic filter.
|
|
@@ -31,4 +33,5 @@ export interface SemanticFilterOutputRepresentation {
|
|
|
31
33
|
fieldName?: string;
|
|
32
34
|
operator?: string;
|
|
33
35
|
value?: string;
|
|
36
|
+
values?: Array<string>;
|
|
34
37
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SemanticGroupingConfigurationOutputRepresentation as SemanticGroupingConfigurationOutputRepresentation_SemanticGroupingConfigurationOutputRepresentation } from './SemanticGroupingConfigurationOutputRepresentation';
|
|
2
2
|
import { SemanticFieldReferenceOutputRepresentation as SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation } from './SemanticFieldReferenceOutputRepresentation';
|
|
3
3
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "5ea5deda92fee8aa624509290ef6cf1c";
|
|
5
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
6
|
export declare const RepresentationType: string;
|
|
7
7
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -43,6 +43,8 @@ export interface SemanticGroupingOutputRepresentationNormalized {
|
|
|
43
43
|
fieldReference: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
|
|
44
44
|
/** The object ID of the semantic entity. */
|
|
45
45
|
id: string;
|
|
46
|
+
/** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
|
|
47
|
+
isSystemDefinition?: boolean;
|
|
46
48
|
/** The display name of the semantic entity to be used in the ui. */
|
|
47
49
|
label?: string;
|
|
48
50
|
/** The user who last modified the semantic entity. */
|
|
@@ -51,6 +53,8 @@ export interface SemanticGroupingOutputRepresentationNormalized {
|
|
|
51
53
|
lastModifiedDate?: string;
|
|
52
54
|
/** the semantic grouping type */
|
|
53
55
|
type: string;
|
|
56
|
+
/** The unmapped property indicates whether a semantic definition is based on an unmapped field */
|
|
57
|
+
unmapped?: boolean;
|
|
54
58
|
}
|
|
55
59
|
/**
|
|
56
60
|
* Output representation for semantic grouping
|
|
@@ -68,8 +72,10 @@ export interface SemanticGroupingOutputRepresentation {
|
|
|
68
72
|
description?: string;
|
|
69
73
|
fieldReference: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
|
|
70
74
|
id: string;
|
|
75
|
+
isSystemDefinition?: boolean;
|
|
71
76
|
label?: string;
|
|
72
77
|
lastModifiedBy?: string;
|
|
73
78
|
lastModifiedDate?: string;
|
|
74
79
|
type: string;
|
|
80
|
+
unmapped?: boolean;
|
|
75
81
|
}
|
package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewInputRepresentation.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { SemanticDataObjectInputRepresentation as SemanticDataObjectInputReprese
|
|
|
3
3
|
import { SemanticRelationshipInputRepresentation as SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation } from './SemanticRelationshipInputRepresentation';
|
|
4
4
|
import { SemanticUnionInputRepresentation as SemanticUnionInputRepresentation_SemanticUnionInputRepresentation } from './SemanticUnionInputRepresentation';
|
|
5
5
|
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';
|
|
6
|
-
export declare const VERSION = "
|
|
6
|
+
export declare const VERSION = "f99463018178ab52251cd87421da4185";
|
|
7
7
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
8
|
export declare const RepresentationType: string;
|
|
9
9
|
export declare function normalize(input: SemanticLogicalViewInputRepresentation, existing: SemanticLogicalViewInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticLogicalViewInputRepresentationNormalized;
|
|
@@ -30,6 +30,8 @@ export interface SemanticLogicalViewInputRepresentationNormalized {
|
|
|
30
30
|
filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
31
31
|
/** The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces. */
|
|
32
32
|
label?: string;
|
|
33
|
+
/** Allow experts to indicate which field is the representation of a table. */
|
|
34
|
+
primaryNameField?: string;
|
|
33
35
|
/** The semantic data objects within the logical view. */
|
|
34
36
|
semanticDataObjects?: Array<SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
35
37
|
/** Represents the possible joins within the logical view. */
|
|
@@ -52,6 +54,7 @@ export interface SemanticLogicalViewInputRepresentation {
|
|
|
52
54
|
filterLogic?: string;
|
|
53
55
|
filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
54
56
|
label?: string;
|
|
57
|
+
primaryNameField?: string;
|
|
55
58
|
semanticDataObjects?: Array<SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
56
59
|
semanticRelationships?: Array<SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
|
|
57
60
|
semanticUnions?: Array<SemanticUnionInputRepresentation_SemanticUnionInputRepresentation>;
|
package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $
|
|
|
3
3
|
import { SemanticDataObjectOutputRepresentation as SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation } from './SemanticDataObjectOutputRepresentation';
|
|
4
4
|
import { SemanticRelationshipOutputRepresentation as SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation } from './SemanticRelationshipOutputRepresentation';
|
|
5
5
|
import { SemanticUnionOutputRepresentation as SemanticUnionOutputRepresentation_SemanticUnionOutputRepresentation } from './SemanticUnionOutputRepresentation';
|
|
6
|
-
export declare const VERSION = "
|
|
6
|
+
export declare const VERSION = "666dcffd7f5590243626d818d9fa8c18";
|
|
7
7
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
8
|
export declare const RepresentationType: string;
|
|
9
9
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -60,12 +60,16 @@ export interface SemanticLogicalViewOutputRepresentationNormalized {
|
|
|
60
60
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
61
61
|
/** The object ID of the semantic entity. */
|
|
62
62
|
id: string;
|
|
63
|
+
/** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
|
|
64
|
+
isSystemDefinition?: boolean;
|
|
63
65
|
/** The display name of the semantic entity to be used in the ui. */
|
|
64
66
|
label?: string;
|
|
65
67
|
/** The user who last modified the semantic entity. */
|
|
66
68
|
lastModifiedBy?: string;
|
|
67
69
|
/** The date in which the semantic entity was last modified. */
|
|
68
70
|
lastModifiedDate?: string;
|
|
71
|
+
/** Allow experts to indicate which field is the representation of a table. */
|
|
72
|
+
primaryNameField?: string;
|
|
69
73
|
/** The list of the referenced semantic data objects. */
|
|
70
74
|
semanticDataObjects?: Array<$64$luvio_engine_StoreLink>;
|
|
71
75
|
/** The list of the referenced semantic relationships. */
|
|
@@ -76,6 +80,8 @@ export interface SemanticLogicalViewOutputRepresentationNormalized {
|
|
|
76
80
|
semanticViewTypeEnum?: string;
|
|
77
81
|
/** Table Types for SDM query interpretation. */
|
|
78
82
|
tableType?: string;
|
|
83
|
+
/** The unmapped property indicates whether a semantic definition is based on an unmapped field */
|
|
84
|
+
unmapped?: boolean;
|
|
79
85
|
}
|
|
80
86
|
/**
|
|
81
87
|
* A semantic logical view.
|
|
@@ -94,12 +100,15 @@ export interface SemanticLogicalViewOutputRepresentation {
|
|
|
94
100
|
filterLogic?: string;
|
|
95
101
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
96
102
|
id: string;
|
|
103
|
+
isSystemDefinition?: boolean;
|
|
97
104
|
label?: string;
|
|
98
105
|
lastModifiedBy?: string;
|
|
99
106
|
lastModifiedDate?: string;
|
|
107
|
+
primaryNameField?: string;
|
|
100
108
|
semanticDataObjects?: Array<SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation>;
|
|
101
109
|
semanticRelationships?: Array<SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation>;
|
|
102
110
|
semanticUnions?: Array<SemanticUnionOutputRepresentation_SemanticUnionOutputRepresentation>;
|
|
103
111
|
semanticViewTypeEnum?: string;
|
|
104
112
|
tableType?: string;
|
|
113
|
+
unmapped?: boolean;
|
|
105
114
|
}
|
package/dist/es/es2018/types/src/generated/types/SemanticMappedFieldOutputRepresentation.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { SemanticTableFieldReferenceOutputRepresentation as SemanticTableFieldRe
|
|
|
2
2
|
import { SemanticDimensionOutputRepresentation as SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation } from './SemanticDimensionOutputRepresentation';
|
|
3
3
|
import { SemanticMeasurementOutputRepresentation as SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation } from './SemanticMeasurementOutputRepresentation';
|
|
4
4
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, 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';
|
|
5
|
-
export declare const VERSION = "
|
|
5
|
+
export declare const VERSION = "fddfb9284fc64c70f7d0debf4af30c95";
|
|
6
6
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
7
|
export declare const RepresentationType: string;
|
|
8
8
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -42,6 +42,8 @@ export interface SemanticMappedFieldOutputRepresentationNormalized {
|
|
|
42
42
|
fields?: Array<SemanticTableFieldReferenceOutputRepresentation_SemanticTableFieldReferenceOutputRepresentation>;
|
|
43
43
|
/** The object ID of the semantic entity. */
|
|
44
44
|
id: string;
|
|
45
|
+
/** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
|
|
46
|
+
isSystemDefinition?: boolean;
|
|
45
47
|
/** The display name of the semantic entity to be used in the ui. */
|
|
46
48
|
label?: string;
|
|
47
49
|
/** The user who last modified the semantic entity. */
|
|
@@ -53,6 +55,8 @@ export interface SemanticMappedFieldOutputRepresentationNormalized {
|
|
|
53
55
|
/** The configuration for a unified field of type dimension. */
|
|
54
56
|
semanticDimension?: $64$luvio_engine_StoreLink;
|
|
55
57
|
semanticMeasurement?: $64$luvio_engine_StoreLink;
|
|
58
|
+
/** The unmapped property indicates whether a semantic definition is based on an unmapped field */
|
|
59
|
+
unmapped?: boolean;
|
|
56
60
|
}
|
|
57
61
|
/**
|
|
58
62
|
* Semantic Mapped Fields.
|
|
@@ -69,10 +73,12 @@ export interface SemanticMappedFieldOutputRepresentation {
|
|
|
69
73
|
description?: string;
|
|
70
74
|
fields?: Array<SemanticTableFieldReferenceOutputRepresentation_SemanticTableFieldReferenceOutputRepresentation>;
|
|
71
75
|
id: string;
|
|
76
|
+
isSystemDefinition?: boolean;
|
|
72
77
|
label?: string;
|
|
73
78
|
lastModifiedBy?: string;
|
|
74
79
|
lastModifiedDate?: string;
|
|
75
80
|
logicalViewId?: string;
|
|
76
81
|
semanticDimension?: SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation;
|
|
77
82
|
semanticMeasurement?: SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation;
|
|
83
|
+
unmapped?: boolean;
|
|
78
84
|
}
|
package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "
|
|
2
|
+
export declare const VERSION = "a1889c78e50ecbee4e484ec74f17cbe5";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
5
5
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -57,6 +57,8 @@ export interface SemanticMeasurementOutputRepresentationNormalized {
|
|
|
57
57
|
isKeyQualifier?: boolean;
|
|
58
58
|
/** Indicates whether the field is a primary key. */
|
|
59
59
|
isPrimaryKey?: boolean;
|
|
60
|
+
/** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
|
|
61
|
+
isSystemDefinition?: boolean;
|
|
60
62
|
/** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
|
|
61
63
|
isVisible?: boolean;
|
|
62
64
|
/** The key qualifier name of this field in data object in data cloud, if exists. */
|
|
@@ -77,6 +79,8 @@ export interface SemanticMeasurementOutputRepresentationNormalized {
|
|
|
77
79
|
sortOrder?: string;
|
|
78
80
|
/** The type of data stored in DC. */
|
|
79
81
|
storageDataType?: string;
|
|
82
|
+
/** The unmapped property indicates whether a semantic definition is based on an unmapped field */
|
|
83
|
+
unmapped?: boolean;
|
|
80
84
|
}
|
|
81
85
|
/**
|
|
82
86
|
* A semantic measurement.
|
|
@@ -102,6 +106,7 @@ export interface SemanticMeasurementOutputRepresentation {
|
|
|
102
106
|
isAggregatable?: boolean;
|
|
103
107
|
isKeyQualifier?: boolean;
|
|
104
108
|
isPrimaryKey?: boolean;
|
|
109
|
+
isSystemDefinition?: boolean;
|
|
105
110
|
isVisible?: boolean;
|
|
106
111
|
keyQualifierName?: string;
|
|
107
112
|
label?: string;
|
|
@@ -112,4 +117,5 @@ export interface SemanticMeasurementOutputRepresentation {
|
|
|
112
117
|
shouldTreatNullsAsZeros?: boolean;
|
|
113
118
|
sortOrder?: string;
|
|
114
119
|
storageDataType?: string;
|
|
120
|
+
unmapped?: boolean;
|
|
115
121
|
}
|
|
@@ -2,7 +2,7 @@ import { SemanticFieldReferenceOutputRepresentation as SemanticFieldReferenceOut
|
|
|
2
2
|
import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation } from './SemanticFilterOutputRepresentation';
|
|
3
3
|
import { SemanticInsightsSettingsOutputRepresentation as SemanticInsightsSettingsOutputRepresentation_SemanticInsightsSettingsOutputRepresentation } from './SemanticInsightsSettingsOutputRepresentation';
|
|
4
4
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
5
|
-
export declare const VERSION = "
|
|
5
|
+
export declare const VERSION = "a9c4c21f041ebd0ad373f8e53e345e6a";
|
|
6
6
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
7
|
export declare const RepresentationType: string;
|
|
8
8
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -52,6 +52,8 @@ export interface SemanticMetricOutputRepresentationNormalized {
|
|
|
52
52
|
insightsSettings?: SemanticInsightsSettingsOutputRepresentation_SemanticInsightsSettingsOutputRepresentation;
|
|
53
53
|
/** Indicate if the aggregation is cumulative or not. */
|
|
54
54
|
isCumulative?: boolean;
|
|
55
|
+
/** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
|
|
56
|
+
isSystemDefinition?: boolean;
|
|
55
57
|
/** The display name of the semantic entity to be used in the ui. */
|
|
56
58
|
label?: string;
|
|
57
59
|
/** The user who last modified the semantic entity. */
|
|
@@ -64,6 +66,8 @@ export interface SemanticMetricOutputRepresentationNormalized {
|
|
|
64
66
|
timeDimensionReference?: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
|
|
65
67
|
/** The time grain values allowed to be used. */
|
|
66
68
|
timeGrains?: Array<string>;
|
|
69
|
+
/** The unmapped property indicates whether a semantic definition is based on an unmapped field */
|
|
70
|
+
unmapped?: boolean;
|
|
67
71
|
}
|
|
68
72
|
/**
|
|
69
73
|
* Output representation for creating a semantic metric
|
|
@@ -85,10 +89,12 @@ export interface SemanticMetricOutputRepresentation {
|
|
|
85
89
|
id: string;
|
|
86
90
|
insightsSettings?: SemanticInsightsSettingsOutputRepresentation_SemanticInsightsSettingsOutputRepresentation;
|
|
87
91
|
isCumulative?: boolean;
|
|
92
|
+
isSystemDefinition?: boolean;
|
|
88
93
|
label?: string;
|
|
89
94
|
lastModifiedBy?: string;
|
|
90
95
|
lastModifiedDate?: string;
|
|
91
96
|
measurementReference?: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
|
|
92
97
|
timeDimensionReference?: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
|
|
93
98
|
timeGrains?: Array<string>;
|
|
99
|
+
unmapped?: boolean;
|
|
94
100
|
}
|