@salesforce/lds-adapters-cdp-semantic-authoring 1.309.0-dev14 → 1.309.0-dev16
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 +808 -203
- package/dist/es/es2018/types/src/generated/adapters/createSemanticSubMetric.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticModel.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticMetricsByMetricIds.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsBaseModelsByModelApiNameOrIdAndBaseModelNameOrId.d.ts +10 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticMetricStoreItems.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/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/getSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCalculatedMeasurementsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsCloneByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsSubMetricsByModelApiNameOrId.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedDimensionsConvertToMeasurementByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedMeasurementsByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsDimensionsConvertToMeasurementByDataObjectNameOrIdAndDimensionNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndMeasurementNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsMetricsAdditionalDimensionByModelApiNameOrId.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsOverrideByModelApiNameOrId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsSubMetricsByModelApiNameOrIdAndSubMetricNameOrId.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectCollectionOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +13 -1
- package/dist/es/es2018/types/src/generated/types/SemanticGoalDateRangeInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalValueInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGroupingOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +10 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMappedFieldOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +16 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMetricAdditionalDimensionInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricGoalInputRepresentation.d.ts +7 -5
- package/dist/es/es2018/types/src/generated/types/SemanticMetricOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMetricStoreItemCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricStoreItemOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelOutputRepresentation.d.ts +6 -3
- package/dist/es/es2018/types/src/generated/types/SemanticModelPartialOutputRepresentation.d.ts +6 -3
- package/dist/es/es2018/types/src/generated/types/SemanticModelPatchInputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/SemanticOverrideCollectionInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticOverrideCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticOverrideInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SemanticOverrideOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SemanticParameterOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticSubMetricInputRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/SemanticSubMetricOutputRepresentation.d.ts +8 -1
- package/dist/es/es2018/types/src/generated/types/SemanticTimeRangeInputRepresentation.d.ts +7 -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 +795 -190
- package/src/raml/api.raml +521 -55
|
@@ -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;
|
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-dev16",
|
|
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-dev16"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.309.0-
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.309.0-dev16"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|