@salesforce/lds-adapters-cdp-semantic-authoring 1.332.0-dev2 → 1.332.0-dev20
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 +2553 -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 +1 -1
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +3 -5
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsByModelApiNameOrId.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsParametersByModelApiNameOrId.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 +1 -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/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 +3 -3
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementInputRepresentation.d.ts +1 -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 +2687 -1116
- package/src/raml/api.raml +399 -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
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 = "dd0b4801453112232c32bb0078b30e92";
|
|
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. */
|
|
@@ -45,7 +45,7 @@ export interface SemanticLogicalViewInputRepresentationNormalized {
|
|
|
45
45
|
*/
|
|
46
46
|
export interface SemanticLogicalViewInputRepresentation {
|
|
47
47
|
apiName?: string;
|
|
48
|
-
|
|
48
|
+
customSQL?: string;
|
|
49
49
|
description?: string;
|
|
50
50
|
filterLogic?: string;
|
|
51
51
|
filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
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 = "f186bf0514421e7f42e284136d60ea6c";
|
|
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. */
|
|
@@ -87,7 +87,7 @@ export interface SemanticLogicalViewOutputRepresentation {
|
|
|
87
87
|
cacheKey?: string;
|
|
88
88
|
createdBy: string;
|
|
89
89
|
createdDate: string;
|
|
90
|
-
|
|
90
|
+
customSQL?: string;
|
|
91
91
|
description?: string;
|
|
92
92
|
filterLogic?: string;
|
|
93
93
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
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;
|
|
@@ -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;
|
package/dist/es/es2018/types/src/generated/types/SemanticParameterListValueInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "d085976955d020dd1b8762142ceab42c";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SemanticParameterListValueInputRepresentation, existing: SemanticParameterListValueInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticParameterListValueInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SemanticParameterListValueInputRepresentationNormalized, incoming: SemanticParameterListValueInputRepresentationNormalized): 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: SemanticParameterListValueInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of an allowed list value for a semantic parameter .
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SemanticParameterListValueInputRepresentationNormalized {
|
|
17
|
+
/** The display name (Display As) of the allowed parameter value. */
|
|
18
|
+
displayName: string;
|
|
19
|
+
/** The allowed value in the list of parameter allowed values. */
|
|
20
|
+
value: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation of an allowed list value for a semantic parameter .
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface SemanticParameterListValueInputRepresentation {
|
|
29
|
+
displayName: string;
|
|
30
|
+
value: string;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/SemanticParameterListValueOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "158d115be773406f841e4351d481d398";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SemanticParameterListValueOutputRepresentation, existing: SemanticParameterListValueOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticParameterListValueOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SemanticParameterListValueOutputRepresentationNormalized, incoming: SemanticParameterListValueOutputRepresentationNormalized): 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: SemanticParameterListValueOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output representation of an allowed list value for a semantic parameter.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SemanticParameterListValueOutputRepresentationNormalized {
|
|
17
|
+
/** The display name (Display As) of the allowed parameter value. */
|
|
18
|
+
displayName?: string;
|
|
19
|
+
/** The allowed value in the list of parameter allowed values. */
|
|
20
|
+
value?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Output representation of an allowed list value for a semantic parameter.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface SemanticParameterListValueOutputRepresentation {
|
|
29
|
+
displayName?: string;
|
|
30
|
+
value?: string;
|
|
31
|
+
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { SemanticParameterListValueOutputRepresentation as SemanticParameterListValueOutputRepresentation_SemanticParameterListValueOutputRepresentation } from './SemanticParameterListValueOutputRepresentation';
|
|
1
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';
|
|
2
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "6ed89c4ce77235d13ce6bb395ae49d8e";
|
|
3
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
5
|
export declare const RepresentationType: string;
|
|
5
6
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -23,6 +24,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
23
24
|
* name (string): id
|
|
24
25
|
*/
|
|
25
26
|
export interface SemanticParameterOutputRepresentationNormalized {
|
|
27
|
+
/** The allowed list values of the semantic parameter. */
|
|
28
|
+
allowedValues?: Array<SemanticParameterListValueOutputRepresentation_SemanticParameterListValueOutputRepresentation>;
|
|
26
29
|
/** The API name of the semantic entity. */
|
|
27
30
|
apiName: string;
|
|
28
31
|
/** The origin model of the semantic entity. */
|
|
@@ -65,6 +68,7 @@ export interface SemanticParameterOutputRepresentationNormalized {
|
|
|
65
68
|
* name (string): id
|
|
66
69
|
*/
|
|
67
70
|
export interface SemanticParameterOutputRepresentation {
|
|
71
|
+
allowedValues?: Array<SemanticParameterListValueOutputRepresentation_SemanticParameterListValueOutputRepresentation>;
|
|
68
72
|
apiName: string;
|
|
69
73
|
baseModelApiName?: string;
|
|
70
74
|
cacheKey?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cdp-semantic-authoring",
|
|
3
|
-
"version": "1.332.0-
|
|
3
|
+
"version": "1.332.0-dev20",
|
|
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.332.0-
|
|
43
|
+
"@salesforce/lds-bindings": "^1.332.0-dev20"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.332.0-
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.332.0-dev20"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|