@salesforce/lds-adapters-cdp-semantic-authoring 1.332.0-dev2 → 1.332.0-dev21
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 +2613 -1058
- package/dist/es/es2018/types/src/generated/adapters/createSemanticGoal.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteGoalFromSubMetric.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteSemanticGoal.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/getLeafDependenciesByTypes.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticGoal.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticSubMetrics.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticSubMetricsById.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/adapters/patchSemanticMetricGoal.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/updateSemanticGoal.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +7 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +11 -1
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDependenciesByModelApiNameOrId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +21 -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 +4 -4
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticSubMetricsBySubMetricIds.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +3 -5
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsDataObjectsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsByModelApiNameOrId.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsParametersByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsParametersByModelApiNameOrIdAndParameterApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticGoalDateRangeInputRepresentation.d.ts +5 -5
- package/dist/es/es2018/types/src/generated/types/SemanticGoalDateRangeOutputRepresentation.d.ts +9 -9
- package/dist/es/es2018/types/src/generated/types/SemanticGoalInputRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalOutputRepresentation.d.ts +84 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalStatusConditionInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalStatusConditionOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewInputRepresentation.d.ts +6 -3
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +6 -3
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewPartialInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementInputRepresentation.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMetricGoalInputRepresentation.d.ts +8 -12
- package/dist/es/es2018/types/src/generated/types/SemanticMetricGoalOutputRepresentation.d.ts +8 -12
- package/dist/es/es2018/types/src/generated/types/SemanticParameterInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticParameterListValueInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticParameterListValueOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticParameterOutputRepresentation.d.ts +5 -1
- package/package.json +3 -3
- package/sfdc/index.js +2749 -1118
- package/src/raml/api.raml +467 -50
- package/src/raml/luvio.raml +40 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalValueInputRepresentation.d.ts +0 -28
- package/dist/es/es2018/types/src/generated/types/SemanticGoalValueOutputRepresentation.d.ts +0 -28
|
@@ -2,7 +2,7 @@ import { SemanticFilterInputRepresentation as SemanticFilterInputRepresentation_
|
|
|
2
2
|
import { SemanticDimensionInputRepresentation as SemanticDimensionInputRepresentation_SemanticDimensionInputRepresentation } from './SemanticDimensionInputRepresentation';
|
|
3
3
|
import { SemanticMeasurementInputRepresentation as SemanticMeasurementInputRepresentation_SemanticMeasurementInputRepresentation } from './SemanticMeasurementInputRepresentation';
|
|
4
4
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
5
|
-
export declare const VERSION = "
|
|
5
|
+
export declare const VERSION = "d5fe6c7e195f977f2db7f24fdc0db44b";
|
|
6
6
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
7
|
export declare const RepresentationType: string;
|
|
8
8
|
export declare function normalize(input: SemanticDataObjectInputRepresentation, existing: SemanticDataObjectInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDataObjectInputRepresentationNormalized;
|
|
@@ -39,6 +39,8 @@ export interface SemanticDataObjectInputRepresentationNormalized {
|
|
|
39
39
|
semanticMeasurements?: Array<SemanticMeasurementInputRepresentation_SemanticMeasurementInputRepresentation>;
|
|
40
40
|
/** Indicates whether all fields or only specific fields of the referenced data object should be included. */
|
|
41
41
|
shouldIncludeAllFields?: boolean;
|
|
42
|
+
/** Table Types for SDM query interpretation, Valid values are: SHARED or STANDARD */
|
|
43
|
+
tableType?: string;
|
|
42
44
|
}
|
|
43
45
|
/**
|
|
44
46
|
* Input representation for creating a semantic data object
|
|
@@ -58,4 +60,5 @@ export interface SemanticDataObjectInputRepresentation {
|
|
|
58
60
|
semanticDimensions?: Array<SemanticDimensionInputRepresentation_SemanticDimensionInputRepresentation>;
|
|
59
61
|
semanticMeasurements?: Array<SemanticMeasurementInputRepresentation_SemanticMeasurementInputRepresentation>;
|
|
60
62
|
shouldIncludeAllFields?: boolean;
|
|
63
|
+
tableType?: string;
|
|
61
64
|
}
|
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 = "95410e3ac002e52dd9d4efa1244e4234";
|
|
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 {
|
|
@@ -66,6 +66,8 @@ export interface SemanticDataObjectOutputRepresentationNormalized {
|
|
|
66
66
|
semanticMeasurementsUrl?: string;
|
|
67
67
|
/** Indicates whether all fields or only specific fields of the referenced data object should be included. */
|
|
68
68
|
shouldIncludeAllFields?: boolean;
|
|
69
|
+
/** Table Types for SDM query interpretation. */
|
|
70
|
+
tableType?: string;
|
|
69
71
|
}
|
|
70
72
|
/**
|
|
71
73
|
* Represents the output of a semantic data object.
|
|
@@ -94,4 +96,5 @@ export interface SemanticDataObjectOutputRepresentation {
|
|
|
94
96
|
semanticMeasurements?: Array<SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation>;
|
|
95
97
|
semanticMeasurementsUrl?: string;
|
|
96
98
|
shouldIncludeAllFields?: boolean;
|
|
99
|
+
tableType?: string;
|
|
97
100
|
}
|
|
@@ -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 = "c1b66aba815de646c2e28d183ac96753";
|
|
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 {
|
|
@@ -63,6 +63,8 @@ export interface SemanticDimensionOutputRepresentationNormalized {
|
|
|
63
63
|
semanticDataType?: string;
|
|
64
64
|
/** Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending, and None. */
|
|
65
65
|
sortOrder?: string;
|
|
66
|
+
/** The storage type of data stored in the Data Cloud. */
|
|
67
|
+
storageDataType?: string;
|
|
66
68
|
}
|
|
67
69
|
/**
|
|
68
70
|
* A semantic dimension.
|
|
@@ -91,4 +93,5 @@ export interface SemanticDimensionOutputRepresentation {
|
|
|
91
93
|
lastModifiedDate?: string;
|
|
92
94
|
semanticDataType?: string;
|
|
93
95
|
sortOrder?: string;
|
|
96
|
+
storageDataType?: string;
|
|
94
97
|
}
|
package/dist/es/es2018/types/src/generated/types/SemanticGoalDateRangeInputRepresentation.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 = "34d311b29ed5c19b72af0b03762c6eb6";
|
|
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: SemanticGoalDateRangeInputRepresentation, existing: SemanticGoalDateRangeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticGoalDateRangeInputRepresentationNormalized;
|
|
@@ -8,19 +8,19 @@ export declare function equals(existing: SemanticGoalDateRangeInputRepresentatio
|
|
|
8
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
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
10
|
/**
|
|
11
|
-
* Input representation for specifying a semantic
|
|
11
|
+
* Input representation for specifying a semantic goal date range
|
|
12
12
|
*
|
|
13
13
|
* Keys:
|
|
14
14
|
* (none)
|
|
15
15
|
*/
|
|
16
16
|
export interface SemanticGoalDateRangeInputRepresentationNormalized {
|
|
17
|
-
/** The
|
|
17
|
+
/** The end date of the goal date range. */
|
|
18
18
|
endDate?: string;
|
|
19
|
-
/** The
|
|
19
|
+
/** The start date of the goal date range. */
|
|
20
20
|
startDate?: string;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
|
-
* Input representation for specifying a semantic
|
|
23
|
+
* Input representation for specifying a semantic goal date range
|
|
24
24
|
*
|
|
25
25
|
* Keys:
|
|
26
26
|
* (none)
|
package/dist/es/es2018/types/src/generated/types/SemanticGoalDateRangeOutputRepresentation.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 = "e972373078b92bbeb0465045bc1bdc93";
|
|
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: SemanticGoalDateRangeOutputRepresentation, existing: SemanticGoalDateRangeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticGoalDateRangeOutputRepresentationNormalized;
|
|
@@ -8,24 +8,24 @@ export declare function equals(existing: SemanticGoalDateRangeOutputRepresentati
|
|
|
8
8
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
9
|
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticGoalDateRangeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
10
|
/**
|
|
11
|
-
* A semantic
|
|
11
|
+
* A semantic goal date range.
|
|
12
12
|
*
|
|
13
13
|
* Keys:
|
|
14
14
|
* (none)
|
|
15
15
|
*/
|
|
16
16
|
export interface SemanticGoalDateRangeOutputRepresentationNormalized {
|
|
17
|
-
/** The end date of the
|
|
18
|
-
endDate
|
|
19
|
-
/** The start date of the
|
|
20
|
-
startDate
|
|
17
|
+
/** The end date of the goal date range. */
|
|
18
|
+
endDate: string;
|
|
19
|
+
/** The start date of the goal date range. */
|
|
20
|
+
startDate: string;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
|
-
* A semantic
|
|
23
|
+
* A semantic goal date range.
|
|
24
24
|
*
|
|
25
25
|
* Keys:
|
|
26
26
|
* (none)
|
|
27
27
|
*/
|
|
28
28
|
export interface SemanticGoalDateRangeOutputRepresentation {
|
|
29
|
-
endDate
|
|
30
|
-
startDate
|
|
29
|
+
endDate: string;
|
|
30
|
+
startDate: string;
|
|
31
31
|
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { SemanticGoalDateRangeInputRepresentation as SemanticGoalDateRangeInputRepresentation_SemanticGoalDateRangeInputRepresentation } from './SemanticGoalDateRangeInputRepresentation';
|
|
2
|
+
import { SemanticGoalStatusConditionInputRepresentation as SemanticGoalStatusConditionInputRepresentation_SemanticGoalStatusConditionInputRepresentation } from './SemanticGoalStatusConditionInputRepresentation';
|
|
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';
|
|
4
|
+
export declare const VERSION = "9d255fd5c8c3f1e92abafb9e48fbbf04";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: SemanticGoalInputRepresentation, existing: SemanticGoalInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticGoalInputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: SemanticGoalInputRepresentationNormalized, incoming: SemanticGoalInputRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticGoalInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Input representation for specifying a semantic goal
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface SemanticGoalInputRepresentationNormalized {
|
|
19
|
+
/** The API name of the semantic entity. */
|
|
20
|
+
apiName?: string;
|
|
21
|
+
/** The date range of the semantic goal. */
|
|
22
|
+
dateRange: SemanticGoalDateRangeInputRepresentation_SemanticGoalDateRangeInputRepresentation;
|
|
23
|
+
/** An optional description of the semantic entity. */
|
|
24
|
+
description?: string;
|
|
25
|
+
/** The forecasting flag of the semantic goal. */
|
|
26
|
+
forecasting?: boolean;
|
|
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
|
+
/** The Status Condition list of the semantic goal. */
|
|
30
|
+
statusConditions: Array<SemanticGoalStatusConditionInputRepresentation_SemanticGoalStatusConditionInputRepresentation>;
|
|
31
|
+
/** The API name of the semantic sub metric definition. */
|
|
32
|
+
subMetricDefinitionApiName: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Input representation for specifying a semantic goal
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface SemanticGoalInputRepresentation {
|
|
41
|
+
apiName?: string;
|
|
42
|
+
dateRange: SemanticGoalDateRangeInputRepresentation_SemanticGoalDateRangeInputRepresentation;
|
|
43
|
+
description?: string;
|
|
44
|
+
forecasting?: boolean;
|
|
45
|
+
label?: string;
|
|
46
|
+
statusConditions: Array<SemanticGoalStatusConditionInputRepresentation_SemanticGoalStatusConditionInputRepresentation>;
|
|
47
|
+
subMetricDefinitionApiName: string;
|
|
48
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { SemanticGoalDateRangeOutputRepresentation as SemanticGoalDateRangeOutputRepresentation_SemanticGoalDateRangeOutputRepresentation } from './SemanticGoalDateRangeOutputRepresentation';
|
|
2
|
+
import { SemanticGoalStatusConditionOutputRepresentation as SemanticGoalStatusConditionOutputRepresentation_SemanticGoalStatusConditionOutputRepresentation } from './SemanticGoalStatusConditionOutputRepresentation';
|
|
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, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "a6367e92be7c02cf72fcdd9bad3cf81d";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
8
|
+
subMetricNameOrId: string;
|
|
9
|
+
startDate: string;
|
|
10
|
+
endDate: string;
|
|
11
|
+
}
|
|
12
|
+
export type SemanticGoalOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
13
|
+
export type PartialSemanticGoalOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
15
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): SemanticGoalOutputRepresentationNormalizedKeyMetadata;
|
|
16
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SemanticGoalOutputRepresentation): string;
|
|
17
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SemanticGoalOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
18
|
+
export declare function normalize(input: SemanticGoalOutputRepresentation, existing: SemanticGoalOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticGoalOutputRepresentationNormalized;
|
|
19
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
20
|
+
export declare function equals(existing: SemanticGoalOutputRepresentationNormalized, incoming: SemanticGoalOutputRepresentationNormalized): boolean;
|
|
21
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
22
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticGoalOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
23
|
+
/**
|
|
24
|
+
* A semantic Goal.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* subMetricNameOrId (string): subMetricDefinitionApiName
|
|
28
|
+
* startDate (string): dateRange.startDate
|
|
29
|
+
* endDate (string): dateRange.endDate
|
|
30
|
+
*/
|
|
31
|
+
export interface SemanticGoalOutputRepresentationNormalized {
|
|
32
|
+
/** The API name of the semantic entity. */
|
|
33
|
+
apiName: string;
|
|
34
|
+
/** The origin model of the semantic entity. */
|
|
35
|
+
baseModelApiName?: string;
|
|
36
|
+
/** The Canonical URL of the collection for caching purposes only. */
|
|
37
|
+
cacheKey?: string;
|
|
38
|
+
/** The user who created the semantic entity. */
|
|
39
|
+
createdBy: string;
|
|
40
|
+
/** The date in which the semantic entity was created. */
|
|
41
|
+
createdDate: string;
|
|
42
|
+
/** The date range of the semantic goal. */
|
|
43
|
+
dateRange: SemanticGoalDateRangeOutputRepresentation_SemanticGoalDateRangeOutputRepresentation;
|
|
44
|
+
/** The Description of the semantic entity. */
|
|
45
|
+
description?: string;
|
|
46
|
+
/** The forecasting state of the semantic goal. */
|
|
47
|
+
forecasting: boolean;
|
|
48
|
+
/** The object ID of the semantic entity. */
|
|
49
|
+
id: string;
|
|
50
|
+
/** The display name of the semantic entity to be used in the ui. */
|
|
51
|
+
label?: string;
|
|
52
|
+
/** The user who last modified the semantic entity. */
|
|
53
|
+
lastModifiedBy?: string;
|
|
54
|
+
/** The date in which the semantic entity was last modified. */
|
|
55
|
+
lastModifiedDate?: string;
|
|
56
|
+
/** The status condition list of the semantic goal. */
|
|
57
|
+
statusConditions: Array<SemanticGoalStatusConditionOutputRepresentation_SemanticGoalStatusConditionOutputRepresentation>;
|
|
58
|
+
/** The API name of the semantic sub metric definition. */
|
|
59
|
+
subMetricDefinitionApiName: string;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* A semantic Goal.
|
|
63
|
+
*
|
|
64
|
+
* Keys:
|
|
65
|
+
* subMetricNameOrId (string): subMetricDefinitionApiName
|
|
66
|
+
* startDate (string): dateRange.startDate
|
|
67
|
+
* endDate (string): dateRange.endDate
|
|
68
|
+
*/
|
|
69
|
+
export interface SemanticGoalOutputRepresentation {
|
|
70
|
+
apiName: string;
|
|
71
|
+
baseModelApiName?: string;
|
|
72
|
+
cacheKey?: string;
|
|
73
|
+
createdBy: string;
|
|
74
|
+
createdDate: string;
|
|
75
|
+
dateRange: SemanticGoalDateRangeOutputRepresentation_SemanticGoalDateRangeOutputRepresentation;
|
|
76
|
+
description?: string;
|
|
77
|
+
forecasting: boolean;
|
|
78
|
+
id: string;
|
|
79
|
+
label?: string;
|
|
80
|
+
lastModifiedBy?: string;
|
|
81
|
+
lastModifiedDate?: string;
|
|
82
|
+
statusConditions: Array<SemanticGoalStatusConditionOutputRepresentation_SemanticGoalStatusConditionOutputRepresentation>;
|
|
83
|
+
subMetricDefinitionApiName: string;
|
|
84
|
+
}
|
package/dist/es/es2018/types/src/generated/types/SemanticGoalStatusConditionInputRepresentation.d.ts
ADDED
|
@@ -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 = "080bafd52ed6472088d6795ec8dee975";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SemanticGoalStatusConditionInputRepresentation, existing: SemanticGoalStatusConditionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticGoalStatusConditionInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SemanticGoalStatusConditionInputRepresentationNormalized, incoming: SemanticGoalStatusConditionInputRepresentationNormalized): 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: SemanticGoalStatusConditionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for specifying a semantic metric goal status condition
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SemanticGoalStatusConditionInputRepresentationNormalized {
|
|
17
|
+
/** The Color of the Goal Status Condition */
|
|
18
|
+
color?: string;
|
|
19
|
+
/** The Currency ISO code of the Goal Status Condition */
|
|
20
|
+
currencyIsoCode?: string;
|
|
21
|
+
/** The Operator of the Goal Status Condition */
|
|
22
|
+
operator?: string;
|
|
23
|
+
/** The Primary state of the Goal Status Condition */
|
|
24
|
+
primary?: boolean;
|
|
25
|
+
/** The Status Name of the Goal Status Condition */
|
|
26
|
+
statusName?: string;
|
|
27
|
+
/** The Value of the Goal Status Condition */
|
|
28
|
+
value?: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Input representation for specifying a semantic metric goal status condition
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface SemanticGoalStatusConditionInputRepresentation {
|
|
37
|
+
color?: string;
|
|
38
|
+
currencyIsoCode?: string;
|
|
39
|
+
operator?: string;
|
|
40
|
+
primary?: boolean;
|
|
41
|
+
statusName?: string;
|
|
42
|
+
value?: string;
|
|
43
|
+
}
|
|
@@ -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 = "77130f1cc25bfe67384d6074027e3f3c";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SemanticGoalStatusConditionOutputRepresentation, existing: SemanticGoalStatusConditionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticGoalStatusConditionOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SemanticGoalStatusConditionOutputRepresentationNormalized, incoming: SemanticGoalStatusConditionOutputRepresentationNormalized): 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: SemanticGoalStatusConditionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output representation for specifying a semantic metric goal status condition
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SemanticGoalStatusConditionOutputRepresentationNormalized {
|
|
17
|
+
/** The Color of the Goal Status Condition */
|
|
18
|
+
color: string;
|
|
19
|
+
/** The Currency ISO code of the Goal Status Condition */
|
|
20
|
+
currencyIsoCode?: string;
|
|
21
|
+
/** The Operator of the Goal Status Condition */
|
|
22
|
+
operator: string;
|
|
23
|
+
/** The Primary state of the Goal Status Condition */
|
|
24
|
+
primary: boolean;
|
|
25
|
+
/** The Status Name of the Goal Status Condition */
|
|
26
|
+
statusName: string;
|
|
27
|
+
/** The Value of the Goal Status Condition */
|
|
28
|
+
value: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Output representation for specifying a semantic metric goal status condition
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface SemanticGoalStatusConditionOutputRepresentation {
|
|
37
|
+
color: string;
|
|
38
|
+
currencyIsoCode?: string;
|
|
39
|
+
operator: string;
|
|
40
|
+
primary: boolean;
|
|
41
|
+
statusName: string;
|
|
42
|
+
value: string;
|
|
43
|
+
}
|
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 = "fd9765ea7c75fd87e9746fa90afb390a";
|
|
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;
|
|
@@ -21,7 +21,7 @@ export interface SemanticLogicalViewInputRepresentationNormalized {
|
|
|
21
21
|
/** The API name of the semantic entity. */
|
|
22
22
|
apiName?: string;
|
|
23
23
|
/** Represents the custom sql query. */
|
|
24
|
-
|
|
24
|
+
customSQL?: string;
|
|
25
25
|
/** An optional description of the semantic entity. */
|
|
26
26
|
description?: string;
|
|
27
27
|
/** The logic for generating a filter based on the list of filters. */
|
|
@@ -36,6 +36,8 @@ export interface SemanticLogicalViewInputRepresentationNormalized {
|
|
|
36
36
|
semanticRelationships?: Array<SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
|
|
37
37
|
/** Represents the semantic union. */
|
|
38
38
|
semanticUnions?: Array<SemanticUnionInputRepresentation_SemanticUnionInputRepresentation>;
|
|
39
|
+
/** Table Types for SDM query interpretation, Valid values are: SHARED or STANDARD */
|
|
40
|
+
tableType?: string;
|
|
39
41
|
}
|
|
40
42
|
/**
|
|
41
43
|
* Input representation for creating a semantic logical view
|
|
@@ -45,7 +47,7 @@ export interface SemanticLogicalViewInputRepresentationNormalized {
|
|
|
45
47
|
*/
|
|
46
48
|
export interface SemanticLogicalViewInputRepresentation {
|
|
47
49
|
apiName?: string;
|
|
48
|
-
|
|
50
|
+
customSQL?: string;
|
|
49
51
|
description?: string;
|
|
50
52
|
filterLogic?: string;
|
|
51
53
|
filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
@@ -53,4 +55,5 @@ export interface SemanticLogicalViewInputRepresentation {
|
|
|
53
55
|
semanticDataObjects?: Array<SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
54
56
|
semanticRelationships?: Array<SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
|
|
55
57
|
semanticUnions?: Array<SemanticUnionInputRepresentation_SemanticUnionInputRepresentation>;
|
|
58
|
+
tableType?: string;
|
|
56
59
|
}
|
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 = "a07c1d2e7b0cc8a4933ca0e63af3ff50";
|
|
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 {
|
|
@@ -51,7 +51,7 @@ export interface SemanticLogicalViewOutputRepresentationNormalized {
|
|
|
51
51
|
/** The date in which the semantic entity was created. */
|
|
52
52
|
createdDate: string;
|
|
53
53
|
/** The custom sql query, relevant only for logicalView created by sql */
|
|
54
|
-
|
|
54
|
+
customSQL?: string;
|
|
55
55
|
/** The Description of the semantic entity. */
|
|
56
56
|
description?: string;
|
|
57
57
|
/** The logic expression for generating a filter based on the list of filters. */
|
|
@@ -74,6 +74,8 @@ export interface SemanticLogicalViewOutputRepresentationNormalized {
|
|
|
74
74
|
semanticUnions?: Array<$64$luvio_engine_StoreLink>;
|
|
75
75
|
/** The semantic view types enum, relevant only for logicalView created by sql */
|
|
76
76
|
semanticViewTypeEnum?: string;
|
|
77
|
+
/** Table Types for SDM query interpretation. */
|
|
78
|
+
tableType?: string;
|
|
77
79
|
}
|
|
78
80
|
/**
|
|
79
81
|
* A semantic logical view.
|
|
@@ -87,7 +89,7 @@ export interface SemanticLogicalViewOutputRepresentation {
|
|
|
87
89
|
cacheKey?: string;
|
|
88
90
|
createdBy: string;
|
|
89
91
|
createdDate: string;
|
|
90
|
-
|
|
92
|
+
customSQL?: string;
|
|
91
93
|
description?: string;
|
|
92
94
|
filterLogic?: string;
|
|
93
95
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
@@ -99,4 +101,5 @@ export interface SemanticLogicalViewOutputRepresentation {
|
|
|
99
101
|
semanticRelationships?: Array<SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation>;
|
|
100
102
|
semanticUnions?: Array<SemanticUnionOutputRepresentation_SemanticUnionOutputRepresentation>;
|
|
101
103
|
semanticViewTypeEnum?: string;
|
|
104
|
+
tableType?: string;
|
|
102
105
|
}
|
package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewPartialInputRepresentation.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SemanticFilterInputRepresentation as SemanticFilterInputRepresentation_SemanticFilterInputRepresentation } from './SemanticFilterInputRepresentation';
|
|
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 = "bd6a7f3ee58ebf650ccf9b2f5fcad20c";
|
|
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: SemanticLogicalViewPartialInputRepresentation, existing: SemanticLogicalViewPartialInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticLogicalViewPartialInputRepresentationNormalized;
|
|
@@ -25,6 +25,8 @@ export interface SemanticLogicalViewPartialInputRepresentationNormalized {
|
|
|
25
25
|
filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
26
26
|
/** 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. */
|
|
27
27
|
label?: string;
|
|
28
|
+
/** Table Types for SDM query interpretation, Valid values are: SHARED or STANDARD */
|
|
29
|
+
tableType?: string;
|
|
28
30
|
}
|
|
29
31
|
/**
|
|
30
32
|
* Limited input representation for patching a semantic logical view
|
|
@@ -38,4 +40,5 @@ export interface SemanticLogicalViewPartialInputRepresentation {
|
|
|
38
40
|
filterLogic?: string;
|
|
39
41
|
filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
40
42
|
label?: string;
|
|
43
|
+
tableType?: string;
|
|
41
44
|
}
|
package/dist/es/es2018/types/src/generated/types/SemanticMeasurementInputRepresentation.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export interface SemanticMeasurementInputRepresentationNormalized {
|
|
|
22
22
|
dataObjectFieldName?: string;
|
|
23
23
|
/** Required. The type of data stored in specific fields in a Semantic Calculated Measurement. Valid values are Currency, Number, Duration and Percentage. */
|
|
24
24
|
dataType?: string;
|
|
25
|
-
/** The number of decimals places. Optional, if not specified, will use the original decimal places from the dmo/cio field. */
|
|
25
|
+
/** The number of decimals places. Optional, if not specified, will use the original decimal places from the dmo/cio/dlo field. */
|
|
26
26
|
decimalPlace?: number;
|
|
27
27
|
/** An optional description of the semantic entity. */
|
|
28
28
|
description?: string;
|
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 = "4902e92f6b87c454c21da737211cb74c";
|
|
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 {
|
|
@@ -73,6 +73,8 @@ export interface SemanticMeasurementOutputRepresentationNormalized {
|
|
|
73
73
|
shouldTreatNullsAsZeros?: boolean;
|
|
74
74
|
/** Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending, and None. */
|
|
75
75
|
sortOrder?: string;
|
|
76
|
+
/** The type of data stored in DC. */
|
|
77
|
+
storageDataType?: string;
|
|
76
78
|
}
|
|
77
79
|
/**
|
|
78
80
|
* A semantic measurement.
|
|
@@ -106,4 +108,5 @@ export interface SemanticMeasurementOutputRepresentation {
|
|
|
106
108
|
sentiment?: string;
|
|
107
109
|
shouldTreatNullsAsZeros?: boolean;
|
|
108
110
|
sortOrder?: string;
|
|
111
|
+
storageDataType?: string;
|
|
109
112
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { SemanticGoalValueInputRepresentation as SemanticGoalValueInputRepresentation_SemanticGoalValueInputRepresentation } from './SemanticGoalValueInputRepresentation';
|
|
1
|
+
import { SemanticGoalStatusConditionInputRepresentation as SemanticGoalStatusConditionInputRepresentation_SemanticGoalStatusConditionInputRepresentation } from './SemanticGoalStatusConditionInputRepresentation';
|
|
3
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';
|
|
4
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "147ddd9c7bf0eb30716423b2284b2a0b";
|
|
5
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
5
|
export declare const RepresentationType: string;
|
|
7
6
|
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;
|
|
@@ -16,12 +15,10 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
16
15
|
* (none)
|
|
17
16
|
*/
|
|
18
17
|
export interface SemanticMetricGoalInputRepresentationNormalized {
|
|
19
|
-
/** The
|
|
20
|
-
|
|
21
|
-
/** The
|
|
22
|
-
|
|
23
|
-
/** The Value property of the semantic metric goal. */
|
|
24
|
-
value?: SemanticGoalValueInputRepresentation_SemanticGoalValueInputRepresentation;
|
|
18
|
+
/** The forecasting state of the semantic metric goal. */
|
|
19
|
+
forecasting?: boolean;
|
|
20
|
+
/** The Status Condition list of the semantic metric goal. */
|
|
21
|
+
statusConditions?: Array<SemanticGoalStatusConditionInputRepresentation_SemanticGoalStatusConditionInputRepresentation>;
|
|
25
22
|
}
|
|
26
23
|
/**
|
|
27
24
|
* Input representation for specifying a semantic metric goal
|
|
@@ -30,7 +27,6 @@ export interface SemanticMetricGoalInputRepresentationNormalized {
|
|
|
30
27
|
* (none)
|
|
31
28
|
*/
|
|
32
29
|
export interface SemanticMetricGoalInputRepresentation {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
value?: SemanticGoalValueInputRepresentation_SemanticGoalValueInputRepresentation;
|
|
30
|
+
forecasting?: boolean;
|
|
31
|
+
statusConditions?: Array<SemanticGoalStatusConditionInputRepresentation_SemanticGoalStatusConditionInputRepresentation>;
|
|
36
32
|
}
|
package/dist/es/es2018/types/src/generated/types/SemanticMetricGoalOutputRepresentation.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { SemanticGoalValueOutputRepresentation as SemanticGoalValueOutputRepresentation_SemanticGoalValueOutputRepresentation } from './SemanticGoalValueOutputRepresentation';
|
|
1
|
+
import { SemanticGoalStatusConditionOutputRepresentation as SemanticGoalStatusConditionOutputRepresentation_SemanticGoalStatusConditionOutputRepresentation } from './SemanticGoalStatusConditionOutputRepresentation';
|
|
3
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';
|
|
4
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "f3f6abdce08e8dc319fe535f25fb8c1a";
|
|
5
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
5
|
export declare const RepresentationType: string;
|
|
7
6
|
export declare function normalize(input: SemanticMetricGoalOutputRepresentation, existing: SemanticMetricGoalOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticMetricGoalOutputRepresentationNormalized;
|
|
@@ -16,12 +15,10 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
16
15
|
* (none)
|
|
17
16
|
*/
|
|
18
17
|
export interface SemanticMetricGoalOutputRepresentationNormalized {
|
|
19
|
-
/** The
|
|
20
|
-
|
|
21
|
-
/** The
|
|
22
|
-
|
|
23
|
-
/** The API name of the semantic metric goal. */
|
|
24
|
-
value: SemanticGoalValueOutputRepresentation_SemanticGoalValueOutputRepresentation;
|
|
18
|
+
/** The forecasting state of the semantic metric goal. */
|
|
19
|
+
forecasting: boolean;
|
|
20
|
+
/** The status condition list of the semantic metric goal. */
|
|
21
|
+
statusConditions: Array<SemanticGoalStatusConditionOutputRepresentation_SemanticGoalStatusConditionOutputRepresentation>;
|
|
25
22
|
}
|
|
26
23
|
/**
|
|
27
24
|
* A semantic Metric Goal.
|
|
@@ -30,7 +27,6 @@ export interface SemanticMetricGoalOutputRepresentationNormalized {
|
|
|
30
27
|
* (none)
|
|
31
28
|
*/
|
|
32
29
|
export interface SemanticMetricGoalOutputRepresentation {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
value: SemanticGoalValueOutputRepresentation_SemanticGoalValueOutputRepresentation;
|
|
30
|
+
forecasting: boolean;
|
|
31
|
+
statusConditions: Array<SemanticGoalStatusConditionOutputRepresentation_SemanticGoalStatusConditionOutputRepresentation>;
|
|
36
32
|
}
|
|
@@ -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 = "469e6cc863967e2a1b3b378dd5fe6b2b";
|
|
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: SemanticParameterInputRepresentation, existing: SemanticParameterInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticParameterInputRepresentationNormalized;
|
|
@@ -14,6 +14,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
14
14
|
* (none)
|
|
15
15
|
*/
|
|
16
16
|
export interface SemanticParameterInputRepresentationNormalized {
|
|
17
|
+
/** The list allowedValues of the semantic parameter. */
|
|
18
|
+
allowedValues?: Array<{}>;
|
|
17
19
|
/** The API name of the semantic entity. */
|
|
18
20
|
apiName?: string;
|
|
19
21
|
/** The data type of the semantic parameter. */
|
|
@@ -42,6 +44,7 @@ export interface SemanticParameterInputRepresentationNormalized {
|
|
|
42
44
|
* (none)
|
|
43
45
|
*/
|
|
44
46
|
export interface SemanticParameterInputRepresentation {
|
|
47
|
+
allowedValues?: Array<{}>;
|
|
45
48
|
apiName?: string;
|
|
46
49
|
dataType?: string;
|
|
47
50
|
defaultValue?: string;
|