@salesforce/lds-adapters-cdp-semantic-authoring 1.309.0-dev15 → 1.309.0-dev17
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 +1585 -627
- package/dist/es/es2018/types/src/generated/adapters/createSemanticSubMetric.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteGoalFromSubMetric.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticModel.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticSubMetrics.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/patchSemanticMetricGoal.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +3 -1
- 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 +13 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticMetricStoreItems.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticMetricsByMetricIds.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsSubMetricsByModelApiNameOrId.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticPermissions.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +2 -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 +2 -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 +2 -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/SemanticCalculatedFieldInputRepresentation.d.ts +46 -0
- 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 +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +15 -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/SemanticModelInfoOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelOutputRepresentation.d.ts +10 -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/SemanticPermissionOutputRepresentation.d.ts +39 -0
- 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 -7
- package/dist/es/es2018/types/src/generated/types/SemanticTimeRangeOutputRepresentation.d.ts +7 -7
- package/dist/es/es2018/types/src/generated/types/SemanticUnionOutputRepresentation.d.ts +4 -1
- package/package.json +3 -3
- package/sfdc/index.js +1532 -568
- package/src/raml/api.raml +643 -55
- package/src/raml/luvio.raml +9 -0
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 = "4f111b93807b811179eb310384efdc35";
|
|
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 SemanticDataObjectOutputRepresentationNormalized {
|
|
|
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. */
|
|
@@ -74,6 +76,7 @@ export interface SemanticDataObjectOutputRepresentationNormalized {
|
|
|
74
76
|
export interface SemanticDataObjectOutputRepresentation {
|
|
75
77
|
apiName: string;
|
|
76
78
|
baseModelApiName?: string;
|
|
79
|
+
cacheKey?: string;
|
|
77
80
|
createdBy: string;
|
|
78
81
|
createdDate: string;
|
|
79
82
|
dataObjectName?: string;
|
|
@@ -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 = "4a75c4a157a546377d9016bd54dc3130";
|
|
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 SemanticDimensionOutputRepresentationNormalized {
|
|
|
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. */
|
|
@@ -43,8 +45,14 @@ export interface SemanticDimensionOutputRepresentationNormalized {
|
|
|
43
45
|
displayCategory?: string;
|
|
44
46
|
/** The object ID of the semantic entity. */
|
|
45
47
|
id: string;
|
|
48
|
+
/** Indicates whether the field is a key qualifier. */
|
|
49
|
+
isKeyQualifier?: boolean;
|
|
50
|
+
/** Indicates whether the field is a primary key. */
|
|
51
|
+
isPrimaryKey?: boolean;
|
|
46
52
|
/** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
|
|
47
53
|
isVisible?: boolean;
|
|
54
|
+
/** The key qualifier name of this field in data object in data cloud, if exists. */
|
|
55
|
+
keyQualifierName?: string;
|
|
48
56
|
/** The display name of the semantic entity to be used in the ui. */
|
|
49
57
|
label?: string;
|
|
50
58
|
/** The user who last modified the semantic entity. */
|
|
@@ -65,6 +73,7 @@ export interface SemanticDimensionOutputRepresentationNormalized {
|
|
|
65
73
|
export interface SemanticDimensionOutputRepresentation {
|
|
66
74
|
apiName: string;
|
|
67
75
|
baseModelApiName?: string;
|
|
76
|
+
cacheKey?: string;
|
|
68
77
|
createdBy: string;
|
|
69
78
|
createdDate: string;
|
|
70
79
|
dataObjectFieldName?: string;
|
|
@@ -73,7 +82,10 @@ export interface SemanticDimensionOutputRepresentation {
|
|
|
73
82
|
description?: string;
|
|
74
83
|
displayCategory?: string;
|
|
75
84
|
id: string;
|
|
85
|
+
isKeyQualifier?: boolean;
|
|
86
|
+
isPrimaryKey?: boolean;
|
|
76
87
|
isVisible?: boolean;
|
|
88
|
+
keyQualifierName?: string;
|
|
77
89
|
label?: string;
|
|
78
90
|
lastModifiedBy?: string;
|
|
79
91
|
lastModifiedDate?: string;
|
package/dist/es/es2018/types/src/generated/types/SemanticGoalDateRangeInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "5fc934831301f8d8d38f498c3016f5f4";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SemanticGoalDateRangeInputRepresentation, existing: SemanticGoalDateRangeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticGoalDateRangeInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SemanticGoalDateRangeInputRepresentationNormalized, incoming: SemanticGoalDateRangeInputRepresentationNormalized): 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: SemanticGoalDateRangeInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for specifying a semantic metric goal date range
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SemanticGoalDateRangeInputRepresentationNormalized {
|
|
17
|
+
/** The Value property of the semantic metric goal start date */
|
|
18
|
+
endDate?: string;
|
|
19
|
+
/** The Value property of the semantic metric goal start date */
|
|
20
|
+
startDate?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation for specifying a semantic metric goal date range
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface SemanticGoalDateRangeInputRepresentation {
|
|
29
|
+
endDate?: string;
|
|
30
|
+
startDate?: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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 = "ff91598c8f9f42c2ec9c9e526a2cce75";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SemanticGoalValueInputRepresentation, existing: SemanticGoalValueInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticGoalValueInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SemanticGoalValueInputRepresentationNormalized, incoming: SemanticGoalValueInputRepresentationNormalized): 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: SemanticGoalValueInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for specifying a semantic metric goal value
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SemanticGoalValueInputRepresentationNormalized {
|
|
17
|
+
/** The Static Value property of the semantic metric goal value */
|
|
18
|
+
staticValue?: number;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Input representation for specifying a semantic metric goal value
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface SemanticGoalValueInputRepresentation {
|
|
27
|
+
staticValue?: number;
|
|
28
|
+
}
|
|
@@ -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 = "1daec40706bf767c719fa58831fad462";
|
|
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 {
|
|
@@ -29,6 +29,8 @@ export interface SemanticGroupingOutputRepresentationNormalized {
|
|
|
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
|
/** configurations for the semantic grouping */
|
|
33
35
|
configuration: SemanticGroupingConfigurationOutputRepresentation_SemanticGroupingConfigurationOutputRepresentation;
|
|
34
36
|
/** The user who created the semantic entity. */
|
|
@@ -59,6 +61,7 @@ export interface SemanticGroupingOutputRepresentationNormalized {
|
|
|
59
61
|
export interface SemanticGroupingOutputRepresentation {
|
|
60
62
|
apiName: string;
|
|
61
63
|
baseModelApiName?: string;
|
|
64
|
+
cacheKey?: string;
|
|
62
65
|
configuration: SemanticGroupingConfigurationOutputRepresentation_SemanticGroupingConfigurationOutputRepresentation;
|
|
63
66
|
createdBy: string;
|
|
64
67
|
createdDate: string;
|
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 = "03162e48680c7290814a81a5ee0170d6";
|
|
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;
|
|
@@ -18,6 +18,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
18
18
|
* (none)
|
|
19
19
|
*/
|
|
20
20
|
export interface SemanticLogicalViewInputRepresentationNormalized {
|
|
21
|
+
/** Represents the custom sql query. */
|
|
22
|
+
CustomSql?: string;
|
|
21
23
|
/** The API name of the semantic entity. */
|
|
22
24
|
apiName?: string;
|
|
23
25
|
/** An optional description of the semantic entity. */
|
|
@@ -28,6 +30,8 @@ export interface SemanticLogicalViewInputRepresentationNormalized {
|
|
|
28
30
|
filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
29
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. */
|
|
30
32
|
label?: string;
|
|
33
|
+
/** The semantic data object references within the logical view. */
|
|
34
|
+
referenceIntegritySemanticDataObjects?: Array<SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
31
35
|
/** The semantic data objects within the logical view. */
|
|
32
36
|
semanticDataObjects?: Array<SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
33
37
|
/** Represents the possible joins within the logical view. */
|
|
@@ -42,11 +46,13 @@ export interface SemanticLogicalViewInputRepresentationNormalized {
|
|
|
42
46
|
* (none)
|
|
43
47
|
*/
|
|
44
48
|
export interface SemanticLogicalViewInputRepresentation {
|
|
49
|
+
CustomSql?: string;
|
|
45
50
|
apiName?: string;
|
|
46
51
|
description?: string;
|
|
47
52
|
filterLogic?: string;
|
|
48
53
|
filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
49
54
|
label?: string;
|
|
55
|
+
referenceIntegritySemanticDataObjects?: Array<SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
50
56
|
semanticDataObjects?: Array<SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
51
57
|
semanticRelationships?: Array<SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
|
|
52
58
|
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 = "9632101159ed742cb74ca0427f6c9da2";
|
|
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 {
|
|
@@ -17,6 +17,7 @@ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object
|
|
|
17
17
|
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SemanticLogicalViewOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
18
18
|
export declare function normalize(input: SemanticLogicalViewOutputRepresentation, existing: SemanticLogicalViewOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticLogicalViewOutputRepresentationNormalized;
|
|
19
19
|
export interface DynamicIngestParams {
|
|
20
|
+
referenceIntegritySemanticDataObjects: $64$luvio_engine_ResourceIngest;
|
|
20
21
|
semanticDataObjects: $64$luvio_engine_ResourceIngest;
|
|
21
22
|
semanticRelationships: $64$luvio_engine_ResourceIngest;
|
|
22
23
|
semanticUnions: $64$luvio_engine_ResourceIngest;
|
|
@@ -24,6 +25,7 @@ export interface DynamicIngestParams {
|
|
|
24
25
|
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SemanticLogicalViewOutputRepresentation, existing: SemanticLogicalViewOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SemanticLogicalViewOutputRepresentationNormalized;
|
|
25
26
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
26
27
|
export interface DynamicSelectParams {
|
|
28
|
+
referenceIntegritySemanticDataObjects?: $64$luvio_engine_LinkSelection;
|
|
27
29
|
semanticDataObjects?: $64$luvio_engine_LinkSelection;
|
|
28
30
|
semanticRelationships?: $64$luvio_engine_LinkSelection;
|
|
29
31
|
semanticUnions?: $64$luvio_engine_LinkSelection;
|
|
@@ -40,10 +42,14 @@ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$lu
|
|
|
40
42
|
* name (string): id
|
|
41
43
|
*/
|
|
42
44
|
export interface SemanticLogicalViewOutputRepresentationNormalized {
|
|
45
|
+
/** The custom sql query, relevant only for logicalView created by sql */
|
|
46
|
+
CustomSql?: string;
|
|
43
47
|
/** The API name of the semantic entity. */
|
|
44
48
|
apiName: string;
|
|
45
49
|
/** The origin model of the semantic entity. */
|
|
46
50
|
baseModelApiName?: string;
|
|
51
|
+
/** The Canonical URL of the collection for caching purposes only. */
|
|
52
|
+
cacheKey?: string;
|
|
47
53
|
/** The user who created the semantic entity. */
|
|
48
54
|
createdBy: string;
|
|
49
55
|
/** The date in which the semantic entity was created. */
|
|
@@ -62,12 +68,16 @@ export interface SemanticLogicalViewOutputRepresentationNormalized {
|
|
|
62
68
|
lastModifiedBy?: string;
|
|
63
69
|
/** The date in which the semantic entity was last modified. */
|
|
64
70
|
lastModifiedDate?: string;
|
|
71
|
+
/** The list of the referenced semantic data objects used for reference integrity. */
|
|
72
|
+
referenceIntegritySemanticDataObjects?: Array<$64$luvio_engine_StoreLink>;
|
|
65
73
|
/** The list of the referenced semantic data objects. */
|
|
66
74
|
semanticDataObjects?: Array<$64$luvio_engine_StoreLink>;
|
|
67
75
|
/** The list of the referenced semantic relationships. */
|
|
68
76
|
semanticRelationships?: Array<$64$luvio_engine_StoreLink>;
|
|
69
77
|
/** The list of semantic unions */
|
|
70
78
|
semanticUnions?: Array<$64$luvio_engine_StoreLink>;
|
|
79
|
+
/** The semantic view types enum, relevant only for logicalView created by sql */
|
|
80
|
+
semanticViewTypeEnum?: string;
|
|
71
81
|
}
|
|
72
82
|
/**
|
|
73
83
|
* A semantic logical view.
|
|
@@ -76,8 +86,10 @@ export interface SemanticLogicalViewOutputRepresentationNormalized {
|
|
|
76
86
|
* name (string): id
|
|
77
87
|
*/
|
|
78
88
|
export interface SemanticLogicalViewOutputRepresentation {
|
|
89
|
+
CustomSql?: string;
|
|
79
90
|
apiName: string;
|
|
80
91
|
baseModelApiName?: string;
|
|
92
|
+
cacheKey?: string;
|
|
81
93
|
createdBy: string;
|
|
82
94
|
createdDate: string;
|
|
83
95
|
description?: string;
|
|
@@ -87,7 +99,9 @@ export interface SemanticLogicalViewOutputRepresentation {
|
|
|
87
99
|
label?: string;
|
|
88
100
|
lastModifiedBy?: string;
|
|
89
101
|
lastModifiedDate?: string;
|
|
102
|
+
referenceIntegritySemanticDataObjects?: Array<SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation>;
|
|
90
103
|
semanticDataObjects?: Array<SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation>;
|
|
91
104
|
semanticRelationships?: Array<SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation>;
|
|
92
105
|
semanticUnions?: Array<SemanticUnionOutputRepresentation_SemanticUnionOutputRepresentation>;
|
|
106
|
+
semanticViewTypeEnum?: string;
|
|
93
107
|
}
|
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
|
+
}
|
|
@@ -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 = "a5dca07e6f41c01f86fa997330d3b1b1";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SemanticModelInfoOutputRepresentation, existing: SemanticModelInfoOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticModelInfoOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SemanticModelInfoOutputRepresentationNormalized, incoming: SemanticModelInfoOutputRepresentationNormalized): 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: SemanticModelInfoOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output representation of model info.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SemanticModelInfoOutputRepresentationNormalized {
|
|
17
|
+
/** The number of definition in model. */
|
|
18
|
+
definitionsCount: number;
|
|
19
|
+
/** The max definition in model. */
|
|
20
|
+
maxDefinitionCount: number;
|
|
21
|
+
/** The extensibility depth in model */
|
|
22
|
+
modelHierarchyDepth: number;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Output representation of model info.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface SemanticModelInfoOutputRepresentation {
|
|
31
|
+
definitionsCount: number;
|
|
32
|
+
maxDefinitionCount: number;
|
|
33
|
+
modelHierarchyDepth: number;
|
|
34
|
+
}
|