@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
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { SemanticBaseModelOutputRepresentation as SemanticBaseModelOutputRepresentation_SemanticBaseModelOutputRepresentation } from './SemanticBaseModelOutputRepresentation';
|
|
2
|
+
import { SemanticModelInfoOutputRepresentation as SemanticModelInfoOutputRepresentation_SemanticModelInfoOutputRepresentation } from './SemanticModelInfoOutputRepresentation';
|
|
2
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, 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 } from '@luvio/engine';
|
|
3
4
|
import { SemanticCalculatedDimensionOutputRepresentation as SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation } from './SemanticCalculatedDimensionOutputRepresentation';
|
|
4
5
|
import { SemanticCalculatedMeasurementOutputRepresentation as SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation } from './SemanticCalculatedMeasurementOutputRepresentation';
|
|
@@ -8,7 +9,7 @@ import { SemanticLogicalViewOutputRepresentation as SemanticLogicalViewOutputRep
|
|
|
8
9
|
import { SemanticMetricOutputRepresentation as SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation } from './SemanticMetricOutputRepresentation';
|
|
9
10
|
import { SemanticParameterOutputRepresentation as SemanticParameterOutputRepresentation_SemanticParameterOutputRepresentation } from './SemanticParameterOutputRepresentation';
|
|
10
11
|
import { SemanticRelationshipOutputRepresentation as SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation } from './SemanticRelationshipOutputRepresentation';
|
|
11
|
-
export declare const VERSION = "
|
|
12
|
+
export declare const VERSION = "f98076dda77572e1909b66b7e6172c95";
|
|
12
13
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
13
14
|
export declare const RepresentationType: string;
|
|
14
15
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -63,6 +64,8 @@ export interface SemanticModelOutputRepresentationNormalized {
|
|
|
63
64
|
baseModelApiName?: string;
|
|
64
65
|
/** List of base models, the current model is extending. */
|
|
65
66
|
baseModels?: Array<SemanticBaseModelOutputRepresentation_SemanticBaseModelOutputRepresentation>;
|
|
67
|
+
/** The Canonical URL of the collection for caching purposes only. */
|
|
68
|
+
cacheKey?: string;
|
|
66
69
|
/** Product category of the Semantic Model. Valid values are Marketing, Commerce, Sales, Service, and Other. */
|
|
67
70
|
categories?: Array<string>;
|
|
68
71
|
/** The user who created the semantic entity. */
|
|
@@ -76,7 +79,7 @@ export interface SemanticModelOutputRepresentationNormalized {
|
|
|
76
79
|
/** The object ID of the semantic entity. */
|
|
77
80
|
id: string;
|
|
78
81
|
/** Is the model locked for edit/ delete. */
|
|
79
|
-
isLocked
|
|
82
|
+
isLocked?: boolean;
|
|
80
83
|
/** The display name of the semantic entity to be used in the ui. */
|
|
81
84
|
label?: string;
|
|
82
85
|
/** The user who last modified the semantic entity. */
|
|
@@ -105,6 +108,8 @@ export interface SemanticModelOutputRepresentationNormalized {
|
|
|
105
108
|
semanticLogicalViews?: Array<$64$luvio_engine_StoreLink>;
|
|
106
109
|
/** The semantic metrics belonging to this model. */
|
|
107
110
|
semanticMetrics?: Array<$64$luvio_engine_StoreLink>;
|
|
111
|
+
/** Model info. */
|
|
112
|
+
semanticModelInfo?: SemanticModelInfoOutputRepresentation_SemanticModelInfoOutputRepresentation;
|
|
108
113
|
/** The list of parameters belonging to the semantic model. */
|
|
109
114
|
semanticParameters?: Array<$64$luvio_engine_StoreLink>;
|
|
110
115
|
/** The URL that references the Semantic Parameters. */
|
|
@@ -129,13 +134,14 @@ export interface SemanticModelOutputRepresentation {
|
|
|
129
134
|
app?: string;
|
|
130
135
|
baseModelApiName?: string;
|
|
131
136
|
baseModels?: Array<SemanticBaseModelOutputRepresentation_SemanticBaseModelOutputRepresentation>;
|
|
137
|
+
cacheKey?: string;
|
|
132
138
|
categories?: Array<string>;
|
|
133
139
|
createdBy: string;
|
|
134
140
|
createdDate: string;
|
|
135
141
|
dataspace: string;
|
|
136
142
|
description?: string;
|
|
137
143
|
id: string;
|
|
138
|
-
isLocked
|
|
144
|
+
isLocked?: boolean;
|
|
139
145
|
label?: string;
|
|
140
146
|
lastModifiedBy?: string;
|
|
141
147
|
lastModifiedDate?: string;
|
|
@@ -150,6 +156,7 @@ export interface SemanticModelOutputRepresentation {
|
|
|
150
156
|
semanticGroupingsUrl?: string | null;
|
|
151
157
|
semanticLogicalViews?: Array<SemanticLogicalViewOutputRepresentation_SemanticLogicalViewOutputRepresentation>;
|
|
152
158
|
semanticMetrics?: Array<SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation>;
|
|
159
|
+
semanticModelInfo?: SemanticModelInfoOutputRepresentation_SemanticModelInfoOutputRepresentation;
|
|
153
160
|
semanticParameters?: Array<SemanticParameterOutputRepresentation_SemanticParameterOutputRepresentation>;
|
|
154
161
|
semanticParametersUrl?: string;
|
|
155
162
|
semanticRelationships?: Array<SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation>;
|
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;
|
|
@@ -0,0 +1,39 @@
|
|
|
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 = "341ecd84036c7543d73963d2c152f258";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SemanticPermissionOutputRepresentation, existing: SemanticPermissionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticPermissionOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SemanticPermissionOutputRepresentationNormalized, incoming: SemanticPermissionOutputRepresentationNormalized): 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: SemanticPermissionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* The output representation of semantic permissions
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SemanticPermissionOutputRepresentationNormalized {
|
|
17
|
+
/** Object perms. */
|
|
18
|
+
semanticObjectPermissions?: {
|
|
19
|
+
[key: string]: Array<string>;
|
|
20
|
+
};
|
|
21
|
+
/** Org perms. */
|
|
22
|
+
semanticOrgPermissions?: {
|
|
23
|
+
[key: string]: boolean;
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* The output representation of semantic permissions
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface SemanticPermissionOutputRepresentation {
|
|
33
|
+
semanticObjectPermissions?: {
|
|
34
|
+
[key: string]: Array<string>;
|
|
35
|
+
};
|
|
36
|
+
semanticOrgPermissions?: {
|
|
37
|
+
[key: string]: boolean;
|
|
38
|
+
};
|
|
39
|
+
}
|
package/dist/es/es2018/types/src/generated/types/SemanticRelationshipOutputRepresentation.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SemanticRelationshipCriteriaOutputRepresentation as SemanticRelationshipCriteriaOutputRepresentation_SemanticRelationshipCriteriaOutputRepresentation } from './SemanticRelationshipCriteriaOutputRepresentation';
|
|
2
2
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "b9778dace5726fcb57804d3afd529246";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -28,6 +28,8 @@ export interface SemanticRelationshipOutputRepresentationNormalized {
|
|
|
28
28
|
apiName: string;
|
|
29
29
|
/** The origin model of the semantic entity. */
|
|
30
30
|
baseModelApiName?: string;
|
|
31
|
+
/** The Canonical URL of the collection for caching purposes only. */
|
|
32
|
+
cacheKey?: string;
|
|
31
33
|
/** The cardinality to use while querying using the semantic relationship */
|
|
32
34
|
cardinality?: string;
|
|
33
35
|
/** The user who created the semantic entity. */
|
|
@@ -66,6 +68,7 @@ export interface SemanticRelationshipOutputRepresentationNormalized {
|
|
|
66
68
|
export interface SemanticRelationshipOutputRepresentation {
|
|
67
69
|
apiName: string;
|
|
68
70
|
baseModelApiName?: string;
|
|
71
|
+
cacheKey?: string;
|
|
69
72
|
cardinality?: string;
|
|
70
73
|
createdBy: string;
|
|
71
74
|
createdDate: string;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { SemanticFilterInputRepresentation as SemanticFilterInputRepresentation_SemanticFilterInputRepresentation } from './SemanticFilterInputRepresentation';
|
|
2
|
+
import { SemanticMetricGoalInputRepresentation as SemanticMetricGoalInputRepresentation_SemanticMetricGoalInputRepresentation } from './SemanticMetricGoalInputRepresentation';
|
|
2
3
|
import { SemanticTimeRangeInputRepresentation as SemanticTimeRangeInputRepresentation_SemanticTimeRangeInputRepresentation } from './SemanticTimeRangeInputRepresentation';
|
|
3
4
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
4
|
-
export declare const VERSION = "
|
|
5
|
+
export declare const VERSION = "c1af0e4c49b20452aff90c8174bbc592";
|
|
5
6
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
7
|
export declare const RepresentationType: string;
|
|
7
8
|
export declare function normalize(input: SemanticSubMetricInputRepresentation, existing: SemanticSubMetricInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticSubMetricInputRepresentationNormalized;
|
|
@@ -24,6 +25,8 @@ export interface SemanticSubMetricInputRepresentationNormalized {
|
|
|
24
25
|
filterLogic?: string;
|
|
25
26
|
/** The filters of the sub-metric. */
|
|
26
27
|
filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
28
|
+
/** The Goal of the sub-metric. */
|
|
29
|
+
goal?: SemanticMetricGoalInputRepresentation_SemanticMetricGoalInputRepresentation;
|
|
27
30
|
/** 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
31
|
label?: string;
|
|
29
32
|
/** The API name of the semantic metric definition. */
|
|
@@ -41,6 +44,7 @@ export interface SemanticSubMetricInputRepresentation {
|
|
|
41
44
|
description?: string;
|
|
42
45
|
filterLogic?: string;
|
|
43
46
|
filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
47
|
+
goal?: SemanticMetricGoalInputRepresentation_SemanticMetricGoalInputRepresentation;
|
|
44
48
|
label?: string;
|
|
45
49
|
semanticMetricDefinitionApiName?: string;
|
|
46
50
|
timeRange?: SemanticTimeRangeInputRepresentation_SemanticTimeRangeInputRepresentation;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation } from './SemanticFilterOutputRepresentation';
|
|
2
|
+
import { SemanticMetricGoalOutputRepresentation as SemanticMetricGoalOutputRepresentation_SemanticMetricGoalOutputRepresentation } from './SemanticMetricGoalOutputRepresentation';
|
|
2
3
|
import { SemanticMetricOutputRepresentation as SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation } from './SemanticMetricOutputRepresentation';
|
|
3
4
|
import { SemanticTimeRangeOutputRepresentation as SemanticTimeRangeOutputRepresentation_SemanticTimeRangeOutputRepresentation } from './SemanticTimeRangeOutputRepresentation';
|
|
4
5
|
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 = "
|
|
6
|
+
export declare const VERSION = "34ece37408ddd80874097c87b829ae97";
|
|
6
7
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
8
|
export declare const RepresentationType: string;
|
|
8
9
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -30,6 +31,8 @@ export interface SemanticSubMetricOutputRepresentationNormalized {
|
|
|
30
31
|
apiName: string;
|
|
31
32
|
/** The origin model of the semantic entity. */
|
|
32
33
|
baseModelApiName?: string;
|
|
34
|
+
/** The Canonical URL of the collection for caching purposes only. */
|
|
35
|
+
cacheKey?: string;
|
|
33
36
|
/** The user who created the semantic entity. */
|
|
34
37
|
createdBy: string;
|
|
35
38
|
/** The date in which the semantic entity was created. */
|
|
@@ -40,6 +43,8 @@ export interface SemanticSubMetricOutputRepresentationNormalized {
|
|
|
40
43
|
filterLogic?: string;
|
|
41
44
|
/** The filters of the Sub Metric. */
|
|
42
45
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
46
|
+
/** goal of the Sub Metric. */
|
|
47
|
+
goal?: SemanticMetricGoalOutputRepresentation_SemanticMetricGoalOutputRepresentation;
|
|
43
48
|
/** The object ID of the semantic entity. */
|
|
44
49
|
id: string;
|
|
45
50
|
/** The display name of the semantic entity to be used in the ui. */
|
|
@@ -63,11 +68,13 @@ export interface SemanticSubMetricOutputRepresentationNormalized {
|
|
|
63
68
|
export interface SemanticSubMetricOutputRepresentation {
|
|
64
69
|
apiName: string;
|
|
65
70
|
baseModelApiName?: string;
|
|
71
|
+
cacheKey?: string;
|
|
66
72
|
createdBy: string;
|
|
67
73
|
createdDate: string;
|
|
68
74
|
description?: string;
|
|
69
75
|
filterLogic?: string;
|
|
70
76
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
77
|
+
goal?: SemanticMetricGoalOutputRepresentation_SemanticMetricGoalOutputRepresentation;
|
|
71
78
|
id: string;
|
|
72
79
|
label?: string;
|
|
73
80
|
lastModifiedBy?: string;
|
|
@@ -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 = "60e0576789f77e9926f5e74b30ebc34b";
|
|
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: SemanticTimeRangeInputRepresentation, existing: SemanticTimeRangeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticTimeRangeInputRepresentationNormalized;
|
|
@@ -14,10 +14,10 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
14
14
|
* (none)
|
|
15
15
|
*/
|
|
16
16
|
export interface SemanticTimeRangeInputRepresentationNormalized {
|
|
17
|
-
/** The end date of the
|
|
18
|
-
|
|
19
|
-
/** The start date of the
|
|
20
|
-
|
|
17
|
+
/** The end date of the custom-defined time range. */
|
|
18
|
+
customEndDate?: string;
|
|
19
|
+
/** The start date of the custom-defined time range. */
|
|
20
|
+
customStartDate?: string;
|
|
21
21
|
/** The type of the time range. */
|
|
22
22
|
timeRangeType?: string;
|
|
23
23
|
}
|
|
@@ -28,7 +28,7 @@ export interface SemanticTimeRangeInputRepresentationNormalized {
|
|
|
28
28
|
* (none)
|
|
29
29
|
*/
|
|
30
30
|
export interface SemanticTimeRangeInputRepresentation {
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
customEndDate?: string;
|
|
32
|
+
customStartDate?: string;
|
|
33
33
|
timeRangeType?: string;
|
|
34
34
|
}
|
|
@@ -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 = "27d602ff80f6fb9e4c7e5a72194984ad";
|
|
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: SemanticTimeRangeOutputRepresentation, existing: SemanticTimeRangeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticTimeRangeOutputRepresentationNormalized;
|
|
@@ -14,10 +14,10 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
14
14
|
* (none)
|
|
15
15
|
*/
|
|
16
16
|
export interface SemanticTimeRangeOutputRepresentationNormalized {
|
|
17
|
-
/** The end date of the
|
|
18
|
-
|
|
19
|
-
/** The start date of the
|
|
20
|
-
|
|
17
|
+
/** The end date of the custom-defined time range. */
|
|
18
|
+
customEndDate?: string;
|
|
19
|
+
/** The start date of the custom-defined time range. */
|
|
20
|
+
customStartDate?: string;
|
|
21
21
|
/** The type of the time range. */
|
|
22
22
|
timeRangeType?: string;
|
|
23
23
|
}
|
|
@@ -28,7 +28,7 @@ export interface SemanticTimeRangeOutputRepresentationNormalized {
|
|
|
28
28
|
* (none)
|
|
29
29
|
*/
|
|
30
30
|
export interface SemanticTimeRangeOutputRepresentation {
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
customEndDate?: string;
|
|
32
|
+
customStartDate?: string;
|
|
33
33
|
timeRangeType?: string;
|
|
34
34
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
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, 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 } from '@luvio/engine';
|
|
2
2
|
import { SemanticDataObjectOutputRepresentation as SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation } from './SemanticDataObjectOutputRepresentation';
|
|
3
3
|
import { SemanticMappedFieldOutputRepresentation as SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation } from './SemanticMappedFieldOutputRepresentation';
|
|
4
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "69fe23112140e9fae50135dcb15c24c2";
|
|
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 {
|
|
@@ -40,6 +40,8 @@ export interface SemanticUnionOutputRepresentationNormalized {
|
|
|
40
40
|
apiName: string;
|
|
41
41
|
/** The origin model of the semantic entity. */
|
|
42
42
|
baseModelApiName?: string;
|
|
43
|
+
/** The Canonical URL of the collection for caching purposes only. */
|
|
44
|
+
cacheKey?: string;
|
|
43
45
|
/** The user who created the semantic entity. */
|
|
44
46
|
createdBy: string;
|
|
45
47
|
/** The date in which the semantic entity was created. */
|
|
@@ -70,6 +72,7 @@ export interface SemanticUnionOutputRepresentationNormalized {
|
|
|
70
72
|
export interface SemanticUnionOutputRepresentation {
|
|
71
73
|
apiName: string;
|
|
72
74
|
baseModelApiName?: string;
|
|
75
|
+
cacheKey?: string;
|
|
73
76
|
createdBy: string;
|
|
74
77
|
createdDate: string;
|
|
75
78
|
description?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cdp-semantic-authoring",
|
|
3
|
-
"version": "1.309.0-
|
|
3
|
+
"version": "1.309.0-dev17",
|
|
4
4
|
"description": "Semantic Authoring",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/cdp-semantic-authoring.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.309.0-
|
|
43
|
+
"@salesforce/lds-bindings": "^1.309.0-dev17"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.309.0-
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.309.0-dev17"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|