@salesforce/lds-adapters-cdp-semantic-authoring 1.321.0 → 1.323.0
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 +798 -176
- package/dist/es/es2018/types/src/generated/adapters/createSemanticSubMetric.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticModel.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticMetricsByMetricIds.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsBaseModelsByModelApiNameOrIdAndBaseModelNameOrId.d.ts +10 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticMetricStoreItems.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCalculatedMeasurementsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndModelApiNameOrId.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/postSsotSemanticModelsLogicalViewsCloneByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsSubMetricsByModelApiNameOrId.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedDimensionsConvertToMeasurementByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedMeasurementsByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsDimensionsConvertToMeasurementByDataObjectNameOrIdAndDimensionNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndMeasurementNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsMetricsAdditionalDimensionByModelApiNameOrId.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsOverrideByModelApiNameOrId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsSubMetricsByModelApiNameOrIdAndSubMetricNameOrId.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectCollectionOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +13 -1
- package/dist/es/es2018/types/src/generated/types/SemanticGoalDateRangeInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalValueInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGroupingOutputRepresentation.d.ts +4 -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 +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +16 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMetricAdditionalDimensionInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricGoalInputRepresentation.d.ts +7 -5
- package/dist/es/es2018/types/src/generated/types/SemanticMetricOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMetricStoreItemCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricStoreItemOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelOutputRepresentation.d.ts +6 -3
- package/dist/es/es2018/types/src/generated/types/SemanticModelPartialOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticModelPatchInputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/SemanticOverrideCollectionInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticOverrideCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticOverrideInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SemanticOverrideOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SemanticParameterOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticSubMetricInputRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/SemanticSubMetricOutputRepresentation.d.ts +8 -1
- package/dist/es/es2018/types/src/generated/types/SemanticTimeRangeInputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticTimeRangeOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticUnionOutputRepresentation.d.ts +4 -1
- package/package.json +3 -3
- package/sfdc/index.js +785 -163
- package/src/raml/api.raml +516 -53
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 = "281e0163ea1fc7d956974394f5310216";
|
|
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 {
|
|
@@ -44,10 +44,14 @@ export interface SemanticLogicalViewOutputRepresentationNormalized {
|
|
|
44
44
|
apiName: string;
|
|
45
45
|
/** The origin model of the semantic entity. */
|
|
46
46
|
baseModelApiName?: string;
|
|
47
|
+
/** The Canonical URL of the collection for caching purposes only. */
|
|
48
|
+
cacheKey?: string;
|
|
47
49
|
/** The user who created the semantic entity. */
|
|
48
50
|
createdBy: string;
|
|
49
51
|
/** The date in which the semantic entity was created. */
|
|
50
52
|
createdDate: string;
|
|
53
|
+
/** The custom sql query, relevant only for logicalView created by sql */
|
|
54
|
+
customSql?: string;
|
|
51
55
|
/** The Description of the semantic entity. */
|
|
52
56
|
description?: string;
|
|
53
57
|
/** The logic expression for generating a filter based on the list of filters. */
|
|
@@ -68,6 +72,8 @@ export interface SemanticLogicalViewOutputRepresentationNormalized {
|
|
|
68
72
|
semanticRelationships?: Array<$64$luvio_engine_StoreLink>;
|
|
69
73
|
/** The list of semantic unions */
|
|
70
74
|
semanticUnions?: Array<$64$luvio_engine_StoreLink>;
|
|
75
|
+
/** The semantic view types enum, relevant only for logicalView created by sql */
|
|
76
|
+
semanticViewTypeEnum?: string;
|
|
71
77
|
}
|
|
72
78
|
/**
|
|
73
79
|
* A semantic logical view.
|
|
@@ -78,8 +84,10 @@ export interface SemanticLogicalViewOutputRepresentationNormalized {
|
|
|
78
84
|
export interface SemanticLogicalViewOutputRepresentation {
|
|
79
85
|
apiName: string;
|
|
80
86
|
baseModelApiName?: string;
|
|
87
|
+
cacheKey?: string;
|
|
81
88
|
createdBy: string;
|
|
82
89
|
createdDate: string;
|
|
90
|
+
customSql?: string;
|
|
83
91
|
description?: string;
|
|
84
92
|
filterLogic?: string;
|
|
85
93
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
@@ -90,4 +98,5 @@ export interface SemanticLogicalViewOutputRepresentation {
|
|
|
90
98
|
semanticDataObjects?: Array<SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation>;
|
|
91
99
|
semanticRelationships?: Array<SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation>;
|
|
92
100
|
semanticUnions?: Array<SemanticUnionOutputRepresentation_SemanticUnionOutputRepresentation>;
|
|
101
|
+
semanticViewTypeEnum?: string;
|
|
93
102
|
}
|
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 = "eaf9b57a92e764fb2b5c27b6e031cfe1";
|
|
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 {
|
|
@@ -30,6 +30,8 @@ export interface SemanticMappedFieldOutputRepresentationNormalized {
|
|
|
30
30
|
apiName: string;
|
|
31
31
|
/** The origin model of the semantic entity. */
|
|
32
32
|
baseModelApiName?: string;
|
|
33
|
+
/** The Canonical URL of the collection for caching purposes only. */
|
|
34
|
+
cacheKey?: string;
|
|
33
35
|
/** The user who created the semantic entity. */
|
|
34
36
|
createdBy: string;
|
|
35
37
|
/** The date in which the semantic entity was created. */
|
|
@@ -61,6 +63,7 @@ export interface SemanticMappedFieldOutputRepresentationNormalized {
|
|
|
61
63
|
export interface SemanticMappedFieldOutputRepresentation {
|
|
62
64
|
apiName: string;
|
|
63
65
|
baseModelApiName?: string;
|
|
66
|
+
cacheKey?: string;
|
|
64
67
|
createdBy: string;
|
|
65
68
|
createdDate: string;
|
|
66
69
|
description?: string;
|
package/dist/es/es2018/types/src/generated/types/SemanticMeasurementInputRepresentation.d.ts
CHANGED
|
@@ -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 = "d31d03eb8fd89c1eaf33db03bc67871d";
|
|
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: SemanticMeasurementInputRepresentation, existing: SemanticMeasurementInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticMeasurementInputRepresentationNormalized;
|
|
@@ -36,6 +36,8 @@ export interface SemanticMeasurementInputRepresentationNormalized {
|
|
|
36
36
|
label?: string;
|
|
37
37
|
/** The Semantic Data Type determines the type of data being displayed in specific Semantic Data Fields in association with native Salesforce Data Types. Valid Semantic Data Types include Image URL, Web URL, Latitude, Longitude, and None. The default is "None". */
|
|
38
38
|
semanticDataType?: string;
|
|
39
|
+
/** Indicates the Sentiment of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (SentimentTypeUpIsGood) or negative (SentimentTypeUpIsBad). */
|
|
40
|
+
sentiment?: string;
|
|
39
41
|
/** Should we treat null values as zeros? */
|
|
40
42
|
shouldTreatNullsAsZeros?: boolean;
|
|
41
43
|
/** Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending and None. */
|
|
@@ -59,6 +61,7 @@ export interface SemanticMeasurementInputRepresentation {
|
|
|
59
61
|
isVisible?: boolean;
|
|
60
62
|
label?: string;
|
|
61
63
|
semanticDataType?: string;
|
|
64
|
+
sentiment?: string;
|
|
62
65
|
shouldTreatNullsAsZeros?: boolean;
|
|
63
66
|
sortOrder?: string;
|
|
64
67
|
}
|
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 = "fdd49bacf4f31f1e63bfcdad936f4085";
|
|
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 {
|
|
@@ -29,6 +29,8 @@ export interface SemanticMeasurementOutputRepresentationNormalized {
|
|
|
29
29
|
apiName: string;
|
|
30
30
|
/** The origin model of the semantic entity. */
|
|
31
31
|
baseModelApiName?: string;
|
|
32
|
+
/** The Canonical URL of the collection for caching purposes only. */
|
|
33
|
+
cacheKey?: string;
|
|
32
34
|
/** The user who created the semantic entity. */
|
|
33
35
|
createdBy: string;
|
|
34
36
|
/** The date in which the semantic entity was created. */
|
|
@@ -49,8 +51,14 @@ export interface SemanticMeasurementOutputRepresentationNormalized {
|
|
|
49
51
|
id: string;
|
|
50
52
|
/** Indicates if the measurement can be aggregated or not */
|
|
51
53
|
isAggregatable?: boolean;
|
|
54
|
+
/** Indicates whether the field is a key qualifier. */
|
|
55
|
+
isKeyQualifier?: boolean;
|
|
56
|
+
/** Indicates whether the field is a primary key. */
|
|
57
|
+
isPrimaryKey?: boolean;
|
|
52
58
|
/** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
|
|
53
59
|
isVisible?: boolean;
|
|
60
|
+
/** The key qualifier name of this field in data object in data cloud, if exists. */
|
|
61
|
+
keyQualifierName?: string;
|
|
54
62
|
/** The display name of the semantic entity to be used in the ui. */
|
|
55
63
|
label?: string;
|
|
56
64
|
/** The user who last modified the semantic entity. */
|
|
@@ -59,6 +67,8 @@ export interface SemanticMeasurementOutputRepresentationNormalized {
|
|
|
59
67
|
lastModifiedDate?: string;
|
|
60
68
|
/** The Semantic Data Type determines the type of data being displayed in specific Semantic Data Fields in association with native Salesforce Data Types. Valid Semantic Data Types include Image URL, Web URL, Latitude, Longitude, and None. The default is "None". */
|
|
61
69
|
semanticDataType?: string;
|
|
70
|
+
/** Indicates the Sentiment of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (Up) or negative (Down). */
|
|
71
|
+
sentiment?: string;
|
|
62
72
|
/** Should we treat nulls as zeros? */
|
|
63
73
|
shouldTreatNullsAsZeros?: boolean;
|
|
64
74
|
/** Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending, and None. */
|
|
@@ -74,6 +84,7 @@ export interface SemanticMeasurementOutputRepresentation {
|
|
|
74
84
|
aggregationType?: string;
|
|
75
85
|
apiName: string;
|
|
76
86
|
baseModelApiName?: string;
|
|
87
|
+
cacheKey?: string;
|
|
77
88
|
createdBy: string;
|
|
78
89
|
createdDate: string;
|
|
79
90
|
dataObjectFieldName?: string;
|
|
@@ -84,11 +95,15 @@ export interface SemanticMeasurementOutputRepresentation {
|
|
|
84
95
|
displayCategory?: string;
|
|
85
96
|
id: string;
|
|
86
97
|
isAggregatable?: boolean;
|
|
98
|
+
isKeyQualifier?: boolean;
|
|
99
|
+
isPrimaryKey?: boolean;
|
|
87
100
|
isVisible?: boolean;
|
|
101
|
+
keyQualifierName?: string;
|
|
88
102
|
label?: string;
|
|
89
103
|
lastModifiedBy?: string;
|
|
90
104
|
lastModifiedDate?: string;
|
|
91
105
|
semanticDataType?: string;
|
|
106
|
+
sentiment?: string;
|
|
92
107
|
shouldTreatNullsAsZeros?: boolean;
|
|
93
108
|
sortOrder?: string;
|
|
94
109
|
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { SemanticFieldReferenceInputRepresentation as SemanticFieldReferenceInputRepresentation_SemanticFieldReferenceInputRepresentation } from './SemanticFieldReferenceInputRepresentation';
|
|
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 = "0cedd01c3f10d4958690b9d8e0237333";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SemanticMetricAdditionalDimensionInputRepresentation, existing: SemanticMetricAdditionalDimensionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticMetricAdditionalDimensionInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SemanticMetricAdditionalDimensionInputRepresentationNormalized, incoming: SemanticMetricAdditionalDimensionInputRepresentationNormalized): 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: SemanticMetricAdditionalDimensionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for updating semantic metric with additional dimensions
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SemanticMetricAdditionalDimensionInputRepresentationNormalized {
|
|
18
|
+
/** Additional Dimensions to be added to metrics */
|
|
19
|
+
additionalDimensions?: Array<SemanticFieldReferenceInputRepresentation_SemanticFieldReferenceInputRepresentation>;
|
|
20
|
+
/** List of metric ids to be adjust (Add to all if this is empty). */
|
|
21
|
+
metricIds?: Array<string>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Input representation for updating semantic metric with additional dimensions
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface SemanticMetricAdditionalDimensionInputRepresentation {
|
|
30
|
+
additionalDimensions?: Array<SemanticFieldReferenceInputRepresentation_SemanticFieldReferenceInputRepresentation>;
|
|
31
|
+
metricIds?: Array<string>;
|
|
32
|
+
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import { SemanticGoalDateRangeInputRepresentation as SemanticGoalDateRangeInputRepresentation_SemanticGoalDateRangeInputRepresentation } from './SemanticGoalDateRangeInputRepresentation';
|
|
2
|
+
import { SemanticGoalValueInputRepresentation as SemanticGoalValueInputRepresentation_SemanticGoalValueInputRepresentation } from './SemanticGoalValueInputRepresentation';
|
|
1
3
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "0108f1ce5aaff383d2eab41a5c89b2d0";
|
|
3
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
6
|
export declare const RepresentationType: string;
|
|
5
7
|
export declare function normalize(input: SemanticMetricGoalInputRepresentation, existing: SemanticMetricGoalInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticMetricGoalInputRepresentationNormalized;
|
|
@@ -15,11 +17,11 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
15
17
|
*/
|
|
16
18
|
export interface SemanticMetricGoalInputRepresentationNormalized {
|
|
17
19
|
/** The Date property of the semantic metric goal. */
|
|
18
|
-
date?:
|
|
20
|
+
date?: SemanticGoalDateRangeInputRepresentation_SemanticGoalDateRangeInputRepresentation;
|
|
19
21
|
/** The Type property of the semantic metric goal. */
|
|
20
22
|
goalType?: string;
|
|
21
23
|
/** The Value property of the semantic metric goal. */
|
|
22
|
-
value?:
|
|
24
|
+
value?: SemanticGoalValueInputRepresentation_SemanticGoalValueInputRepresentation;
|
|
23
25
|
}
|
|
24
26
|
/**
|
|
25
27
|
* Input representation for specifying a semantic metric goal
|
|
@@ -28,7 +30,7 @@ export interface SemanticMetricGoalInputRepresentationNormalized {
|
|
|
28
30
|
* (none)
|
|
29
31
|
*/
|
|
30
32
|
export interface SemanticMetricGoalInputRepresentation {
|
|
31
|
-
date?:
|
|
33
|
+
date?: SemanticGoalDateRangeInputRepresentation_SemanticGoalDateRangeInputRepresentation;
|
|
32
34
|
goalType?: string;
|
|
33
|
-
value?:
|
|
35
|
+
value?: SemanticGoalValueInputRepresentation_SemanticGoalValueInputRepresentation;
|
|
34
36
|
}
|
|
@@ -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 = "0873ccd85b32d14c753931243d20ac8b";
|
|
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 {
|
|
@@ -34,6 +34,8 @@ export interface SemanticMetricOutputRepresentationNormalized {
|
|
|
34
34
|
apiName: string;
|
|
35
35
|
/** The origin model of the semantic entity. */
|
|
36
36
|
baseModelApiName?: string;
|
|
37
|
+
/** The Canonical URL of the collection for caching purposes only. */
|
|
38
|
+
cacheKey?: string;
|
|
37
39
|
/** The user who created the semantic entity. */
|
|
38
40
|
createdBy: string;
|
|
39
41
|
/** The date in which the semantic entity was created. */
|
|
@@ -74,6 +76,7 @@ export interface SemanticMetricOutputRepresentation {
|
|
|
74
76
|
aggregationType?: string;
|
|
75
77
|
apiName: string;
|
|
76
78
|
baseModelApiName?: string;
|
|
79
|
+
cacheKey?: string;
|
|
77
80
|
createdBy: string;
|
|
78
81
|
createdDate: string;
|
|
79
82
|
description?: string;
|
|
@@ -0,0 +1,38 @@
|
|
|
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';
|
|
2
|
+
import { SemanticMetricStoreItemOutputRepresentation as SemanticMetricStoreItemOutputRepresentation_SemanticMetricStoreItemOutputRepresentation } from './SemanticMetricStoreItemOutputRepresentation';
|
|
3
|
+
export declare const VERSION = "1ba512a8b5a290b142e99cd6cb32e092";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SemanticMetricStoreItemCollectionOutputRepresentation, existing: SemanticMetricStoreItemCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticMetricStoreItemCollectionOutputRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
items: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SemanticMetricStoreItemCollectionOutputRepresentation, existing: SemanticMetricStoreItemCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SemanticMetricStoreItemCollectionOutputRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export interface DynamicSelectParams {
|
|
13
|
+
items?: $64$luvio_engine_LinkSelection;
|
|
14
|
+
}
|
|
15
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: SemanticMetricStoreItemCollectionOutputRepresentationNormalized, incoming: SemanticMetricStoreItemCollectionOutputRepresentationNormalized): boolean;
|
|
17
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
18
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticMetricStoreItemCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
20
|
+
/**
|
|
21
|
+
* collection of semantic metric store items.
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface SemanticMetricStoreItemCollectionOutputRepresentationNormalized {
|
|
27
|
+
/** list of semantic metric store items. */
|
|
28
|
+
items?: Array<$64$luvio_engine_StoreLink>;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* collection of semantic metric store items.
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface SemanticMetricStoreItemCollectionOutputRepresentation {
|
|
37
|
+
items?: Array<SemanticMetricStoreItemOutputRepresentation_SemanticMetricStoreItemOutputRepresentation>;
|
|
38
|
+
}
|
package/dist/es/es2018/types/src/generated/types/SemanticMetricStoreItemOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
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';
|
|
2
|
+
import { SemanticMetricOutputRepresentation as SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation } from './SemanticMetricOutputRepresentation';
|
|
3
|
+
export declare const VERSION = "953a5c3f4a6b30a0dc802a33c3910546";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SemanticMetricStoreItemOutputRepresentation, existing: SemanticMetricStoreItemOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticMetricStoreItemOutputRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
metric: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SemanticMetricStoreItemOutputRepresentation, existing: SemanticMetricStoreItemOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SemanticMetricStoreItemOutputRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export interface DynamicSelectParams {
|
|
13
|
+
metric?: $64$luvio_engine_LinkSelection;
|
|
14
|
+
}
|
|
15
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: SemanticMetricStoreItemOutputRepresentationNormalized, incoming: SemanticMetricStoreItemOutputRepresentationNormalized): boolean;
|
|
17
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
18
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticMetricStoreItemOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
20
|
+
/**
|
|
21
|
+
* metric store item
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface SemanticMetricStoreItemOutputRepresentationNormalized {
|
|
27
|
+
/** indicate if metric has sub metrics */
|
|
28
|
+
hasSubMetrics?: boolean;
|
|
29
|
+
/** the semantic metric */
|
|
30
|
+
metric: $64$luvio_engine_StoreLink;
|
|
31
|
+
/** The api name of the model */
|
|
32
|
+
modelApiName?: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* metric store item
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface SemanticMetricStoreItemOutputRepresentation {
|
|
41
|
+
hasSubMetrics?: boolean;
|
|
42
|
+
metric: SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation;
|
|
43
|
+
modelApiName?: string;
|
|
44
|
+
}
|
|
@@ -8,7 +8,7 @@ import { SemanticLogicalViewOutputRepresentation as SemanticLogicalViewOutputRep
|
|
|
8
8
|
import { SemanticMetricOutputRepresentation as SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation } from './SemanticMetricOutputRepresentation';
|
|
9
9
|
import { SemanticParameterOutputRepresentation as SemanticParameterOutputRepresentation_SemanticParameterOutputRepresentation } from './SemanticParameterOutputRepresentation';
|
|
10
10
|
import { SemanticRelationshipOutputRepresentation as SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation } from './SemanticRelationshipOutputRepresentation';
|
|
11
|
-
export declare const VERSION = "
|
|
11
|
+
export declare const VERSION = "5cda82e85d7322d459ba16b10b81ee96";
|
|
12
12
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
13
13
|
export declare const RepresentationType: string;
|
|
14
14
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -63,6 +63,8 @@ export interface SemanticModelOutputRepresentationNormalized {
|
|
|
63
63
|
baseModelApiName?: string;
|
|
64
64
|
/** List of base models, the current model is extending. */
|
|
65
65
|
baseModels?: Array<SemanticBaseModelOutputRepresentation_SemanticBaseModelOutputRepresentation>;
|
|
66
|
+
/** The Canonical URL of the collection for caching purposes only. */
|
|
67
|
+
cacheKey?: string;
|
|
66
68
|
/** Product category of the Semantic Model. Valid values are Marketing, Commerce, Sales, Service, and Other. */
|
|
67
69
|
categories?: Array<string>;
|
|
68
70
|
/** The user who created the semantic entity. */
|
|
@@ -76,7 +78,7 @@ export interface SemanticModelOutputRepresentationNormalized {
|
|
|
76
78
|
/** The object ID of the semantic entity. */
|
|
77
79
|
id: string;
|
|
78
80
|
/** Is the model locked for edit/ delete. */
|
|
79
|
-
isLocked
|
|
81
|
+
isLocked?: boolean;
|
|
80
82
|
/** The display name of the semantic entity to be used in the ui. */
|
|
81
83
|
label?: string;
|
|
82
84
|
/** The user who last modified the semantic entity. */
|
|
@@ -129,13 +131,14 @@ export interface SemanticModelOutputRepresentation {
|
|
|
129
131
|
app?: string;
|
|
130
132
|
baseModelApiName?: string;
|
|
131
133
|
baseModels?: Array<SemanticBaseModelOutputRepresentation_SemanticBaseModelOutputRepresentation>;
|
|
134
|
+
cacheKey?: string;
|
|
132
135
|
categories?: Array<string>;
|
|
133
136
|
createdBy: string;
|
|
134
137
|
createdDate: string;
|
|
135
138
|
dataspace: string;
|
|
136
139
|
description?: string;
|
|
137
140
|
id: string;
|
|
138
|
-
isLocked
|
|
141
|
+
isLocked?: boolean;
|
|
139
142
|
label?: string;
|
|
140
143
|
lastModifiedBy?: string;
|
|
141
144
|
lastModifiedDate?: string;
|
package/dist/es/es2018/types/src/generated/types/SemanticModelPartialOutputRepresentation.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SemanticBaseModelOutputRepresentation as SemanticBaseModelOutputRepresentation_SemanticBaseModelOutputRepresentation } from './SemanticBaseModelOutputRepresentation';
|
|
2
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 = "
|
|
3
|
+
export declare const VERSION = "c9079354cd8127a37c0c13ea6686383c";
|
|
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: SemanticModelPartialOutputRepresentation, existing: SemanticModelPartialOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticModelPartialOutputRepresentationNormalized;
|
|
@@ -23,6 +23,8 @@ export interface SemanticModelPartialOutputRepresentationNormalized {
|
|
|
23
23
|
baseModelApiName?: string;
|
|
24
24
|
/** List of base models, the current model is extending. */
|
|
25
25
|
baseModels?: Array<SemanticBaseModelOutputRepresentation_SemanticBaseModelOutputRepresentation>;
|
|
26
|
+
/** The Canonical URL of the collection for caching purposes only. */
|
|
27
|
+
cacheKey?: string;
|
|
26
28
|
/** Product category of the Semantic Model. Valid values are Marketing, Commerce, Sales, Service, and Other. */
|
|
27
29
|
categories?: Array<string>;
|
|
28
30
|
/** The user who created the semantic entity. */
|
|
@@ -73,6 +75,7 @@ export interface SemanticModelPartialOutputRepresentation {
|
|
|
73
75
|
app?: string;
|
|
74
76
|
baseModelApiName?: string;
|
|
75
77
|
baseModels?: Array<SemanticBaseModelOutputRepresentation_SemanticBaseModelOutputRepresentation>;
|
|
78
|
+
cacheKey?: string;
|
|
76
79
|
categories?: Array<string>;
|
|
77
80
|
createdBy: string;
|
|
78
81
|
createdDate: string;
|
|
@@ -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 = "9e4c55de9d0591c3767442daf405e2c7";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SemanticModelPatchInputRepresentation, existing: SemanticModelPatchInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticModelPatchInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SemanticModelPatchInputRepresentationNormalized, incoming: SemanticModelPatchInputRepresentationNormalized): 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: SemanticModelPatchInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Limited input representation for patching semantic model
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SemanticModelPatchInputRepresentationNormalized {
|
|
17
|
+
/** The API name of the semantic entity. */
|
|
18
|
+
apiName?: string;
|
|
19
|
+
/** App to which the Semantic Model belongs. */
|
|
20
|
+
app?: string;
|
|
21
|
+
/** Product category of the Semantic Model. Valid values are Marketing, Commerce, Sales, Service, and Other. */
|
|
22
|
+
categories?: Array<string>;
|
|
23
|
+
/** Required. Dataspace in which the Semantic Model is located. */
|
|
24
|
+
dataspace?: string;
|
|
25
|
+
/** An optional description of the semantic entity. */
|
|
26
|
+
description?: string;
|
|
27
|
+
/** 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. */
|
|
28
|
+
label?: string;
|
|
29
|
+
/** Required. The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER. */
|
|
30
|
+
queryUnrelatedDataObjects?: string;
|
|
31
|
+
/** The source of which the model was created from. */
|
|
32
|
+
sourceCreation?: string;
|
|
33
|
+
/** The source identifier name. */
|
|
34
|
+
sourceCreationName?: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Limited input representation for patching semantic model
|
|
38
|
+
*
|
|
39
|
+
* Keys:
|
|
40
|
+
* (none)
|
|
41
|
+
*/
|
|
42
|
+
export interface SemanticModelPatchInputRepresentation {
|
|
43
|
+
apiName?: string;
|
|
44
|
+
app?: string;
|
|
45
|
+
categories?: Array<string>;
|
|
46
|
+
dataspace?: string;
|
|
47
|
+
description?: string;
|
|
48
|
+
label?: string;
|
|
49
|
+
queryUnrelatedDataObjects?: string;
|
|
50
|
+
sourceCreation?: string;
|
|
51
|
+
sourceCreationName?: string;
|
|
52
|
+
}
|
package/dist/es/es2018/types/src/generated/types/SemanticOverrideCollectionInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { SemanticOverrideInputRepresentation as SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation } from './SemanticOverrideInputRepresentation';
|
|
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 = "926e2cdda4f52e96376aca6c1f9709c0";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SemanticOverrideCollectionInputRepresentation, existing: SemanticOverrideCollectionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticOverrideCollectionInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SemanticOverrideCollectionInputRepresentationNormalized, incoming: SemanticOverrideCollectionInputRepresentationNormalized): 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: SemanticOverrideCollectionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* A representation of a collection of semantic overrides.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SemanticOverrideCollectionInputRepresentationNormalized {
|
|
18
|
+
/** Represents a list of Semantic Overrides withing the SemanticOverrideCollectionInput */
|
|
19
|
+
overrides?: Array<SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* A representation of a collection of semantic overrides.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface SemanticOverrideCollectionInputRepresentation {
|
|
28
|
+
overrides?: Array<SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation>;
|
|
29
|
+
}
|
package/dist/es/es2018/types/src/generated/types/SemanticOverrideCollectionOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { SemanticOverrideOutputRepresentation as SemanticOverrideOutputRepresentation_SemanticOverrideOutputRepresentation } from './SemanticOverrideOutputRepresentation';
|
|
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 = "f55104e4c123d15e911ee66a719971f2";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SemanticOverrideCollectionOutputRepresentation, existing: SemanticOverrideCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticOverrideCollectionOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SemanticOverrideCollectionOutputRepresentationNormalized, incoming: SemanticOverrideCollectionOutputRepresentationNormalized): 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: SemanticOverrideCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* A representation of a collection of semantic overrides.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SemanticOverrideCollectionOutputRepresentationNormalized {
|
|
18
|
+
/** A list of semantic overrides. */
|
|
19
|
+
overrides?: Array<SemanticOverrideOutputRepresentation_SemanticOverrideOutputRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* A representation of a collection of semantic overrides.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface SemanticOverrideCollectionOutputRepresentation {
|
|
28
|
+
overrides?: Array<SemanticOverrideOutputRepresentation_SemanticOverrideOutputRepresentation>;
|
|
29
|
+
}
|
|
@@ -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 = "a4d0494c398d8d9b86c78b5e5b72e035";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SemanticOverrideInputRepresentation, existing: SemanticOverrideInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticOverrideInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SemanticOverrideInputRepresentationNormalized, incoming: SemanticOverrideInputRepresentationNormalized): 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: SemanticOverrideInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* The input representation for creating a semantic override.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SemanticOverrideInputRepresentationNormalized {
|
|
17
|
+
/** The Fully Qualified Name of the overridden entity */
|
|
18
|
+
entityFqn?: string;
|
|
19
|
+
/** The property name of the overridden entity */
|
|
20
|
+
propertyName?: string;
|
|
21
|
+
/** The property new value of the overridden entity */
|
|
22
|
+
propertyOverrideValue?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* The input representation for creating a semantic override.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface SemanticOverrideInputRepresentation {
|
|
31
|
+
entityFqn?: string;
|
|
32
|
+
propertyName?: string;
|
|
33
|
+
propertyOverrideValue?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "6f06bef394bf9744da80affc7b8109c6";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SemanticOverrideOutputRepresentation, existing: SemanticOverrideOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticOverrideOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SemanticOverrideOutputRepresentationNormalized, incoming: SemanticOverrideOutputRepresentationNormalized): 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: SemanticOverrideOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* A semantic override representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SemanticOverrideOutputRepresentationNormalized {
|
|
17
|
+
/** The Fully Qualified Name of the overridden entity */
|
|
18
|
+
entityFqn: string;
|
|
19
|
+
/** The id of the overridden entity */
|
|
20
|
+
entityId: string;
|
|
21
|
+
/** The id of the override entity */
|
|
22
|
+
id: string;
|
|
23
|
+
/** The original value of the overridden property */
|
|
24
|
+
propertyBaseModelValue?: string;
|
|
25
|
+
/** The name of the overridden property */
|
|
26
|
+
propertyName: string;
|
|
27
|
+
/** The new value of the overridden property */
|
|
28
|
+
propertyOverrideValue: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* A semantic override representation
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface SemanticOverrideOutputRepresentation {
|
|
37
|
+
entityFqn: string;
|
|
38
|
+
entityId: string;
|
|
39
|
+
id: string;
|
|
40
|
+
propertyBaseModelValue?: string;
|
|
41
|
+
propertyName: string;
|
|
42
|
+
propertyOverrideValue: string;
|
|
43
|
+
}
|
|
@@ -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 = "562f9618d0de907973cf252f01ea567d";
|
|
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 {
|
|
@@ -27,6 +27,8 @@ export interface SemanticParameterOutputRepresentationNormalized {
|
|
|
27
27
|
apiName: string;
|
|
28
28
|
/** The origin model of the semantic entity. */
|
|
29
29
|
baseModelApiName?: string;
|
|
30
|
+
/** The Canonical URL of the collection for caching purposes only. */
|
|
31
|
+
cacheKey?: string;
|
|
30
32
|
/** The user who created the semantic entity. */
|
|
31
33
|
createdBy: string;
|
|
32
34
|
/** The date in which the semantic entity was created. */
|
|
@@ -65,6 +67,7 @@ export interface SemanticParameterOutputRepresentationNormalized {
|
|
|
65
67
|
export interface SemanticParameterOutputRepresentation {
|
|
66
68
|
apiName: string;
|
|
67
69
|
baseModelApiName?: string;
|
|
70
|
+
cacheKey?: string;
|
|
68
71
|
createdBy: string;
|
|
69
72
|
createdDate: string;
|
|
70
73
|
dataType?: string;
|