@salesforce/lds-adapters-cdp-semantic-authoring 1.358.0 → 1.359.0
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 +860 -608
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyCollectionOutputRepresentation.d.ts +5 -4
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyInnerCollectionOutputRepresentation.d.ts +12 -3
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyOutputRepresentation.d.ts +3 -2
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticFilterInputRepresentation.d.ts +5 -2
- package/dist/es/es2018/types/src/generated/types/SemanticFilterOutputRepresentation.d.ts +5 -2
- package/dist/es/es2018/types/src/generated/types/SemanticGroupingOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMappedFieldOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMetricOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticParameterOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipOutputRepresentation.d.ts +7 -1
- package/package.json +3 -3
- package/sfdc/index.js +866 -613
- package/src/raml/api.raml +126 -2
- package/src/raml/luvio.raml +6 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation } from './SemanticFilterOutputRepresentation';
|
|
2
2
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "2ad1227d8439240d2dfe130b651f8a81";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -56,6 +56,8 @@ export interface SemanticCalculatedDimensionOutputRepresentationNormalized {
|
|
|
56
56
|
id: string;
|
|
57
57
|
/** The isOverrideBase property indicates whether a dimension from the base model is being overridden in the extended model during SDM Extensibility, allowing customization of existing semantic definitions.Default is false. */
|
|
58
58
|
isOverrideBase?: boolean;
|
|
59
|
+
/** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
|
|
60
|
+
isSystemDefinition?: boolean;
|
|
59
61
|
/** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
|
|
60
62
|
isVisible?: boolean;
|
|
61
63
|
/** The display name of the semantic entity to be used in the ui. */
|
|
@@ -72,6 +74,8 @@ export interface SemanticCalculatedDimensionOutputRepresentationNormalized {
|
|
|
72
74
|
sortOrder?: string;
|
|
73
75
|
/** The syntax of the semantic expression. */
|
|
74
76
|
syntax?: string;
|
|
77
|
+
/** The unmapped property indicates whether a semantic definition is based on an unmapped field */
|
|
78
|
+
unmapped?: boolean;
|
|
75
79
|
}
|
|
76
80
|
/**
|
|
77
81
|
* A semantic Calculated Dimension.
|
|
@@ -96,6 +100,7 @@ export interface SemanticCalculatedDimensionOutputRepresentation {
|
|
|
96
100
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
97
101
|
id: string;
|
|
98
102
|
isOverrideBase?: boolean;
|
|
103
|
+
isSystemDefinition?: boolean;
|
|
99
104
|
isVisible?: boolean;
|
|
100
105
|
label?: string;
|
|
101
106
|
lastModifiedBy?: string;
|
|
@@ -104,4 +109,5 @@ export interface SemanticCalculatedDimensionOutputRepresentation {
|
|
|
104
109
|
semanticDataType?: string;
|
|
105
110
|
sortOrder?: string;
|
|
106
111
|
syntax?: string;
|
|
112
|
+
unmapped?: boolean;
|
|
107
113
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation } from './SemanticFilterOutputRepresentation';
|
|
2
2
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "f905fd3431f6d5d1f883c03af48eb1b3";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -62,6 +62,8 @@ export interface SemanticCalculatedMeasurementOutputRepresentationNormalized {
|
|
|
62
62
|
isAggregatable?: boolean;
|
|
63
63
|
/** The isOverrideBase property indicates whether a measurement from the base model is being overridden in the extended model during SDM Extensibility, allowing customization of existing semantic definitions.Default is false. */
|
|
64
64
|
isOverrideBase?: boolean;
|
|
65
|
+
/** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
|
|
66
|
+
isSystemDefinition?: boolean;
|
|
65
67
|
/** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
|
|
66
68
|
isVisible?: boolean;
|
|
67
69
|
/** The display name of the semantic entity to be used in the ui. */
|
|
@@ -84,6 +86,8 @@ export interface SemanticCalculatedMeasurementOutputRepresentationNormalized {
|
|
|
84
86
|
syntax?: string;
|
|
85
87
|
/** Function that computes numerical calculations on data, allowing the query to return summarized information about the expression results. Valid values are Sum, Average, Min, Max, Median, Count Distinct, Count, Stddev, Stddevp, Var, Varp, Last, First, UserAgg and None. */
|
|
86
88
|
totalAggregationType?: string;
|
|
89
|
+
/** The unmapped property indicates whether a semantic definition is based on an unmapped field */
|
|
90
|
+
unmapped?: boolean;
|
|
87
91
|
}
|
|
88
92
|
/**
|
|
89
93
|
* A semantic Calculated Measurement.
|
|
@@ -111,6 +115,7 @@ export interface SemanticCalculatedMeasurementOutputRepresentation {
|
|
|
111
115
|
id: string;
|
|
112
116
|
isAggregatable?: boolean;
|
|
113
117
|
isOverrideBase?: boolean;
|
|
118
|
+
isSystemDefinition?: boolean;
|
|
114
119
|
isVisible?: boolean;
|
|
115
120
|
label?: string;
|
|
116
121
|
lastModifiedBy?: string;
|
|
@@ -122,4 +127,5 @@ export interface SemanticCalculatedMeasurementOutputRepresentation {
|
|
|
122
127
|
sortOrder?: string;
|
|
123
128
|
syntax?: string;
|
|
124
129
|
totalAggregationType?: string;
|
|
130
|
+
unmapped?: boolean;
|
|
125
131
|
}
|
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 = "c33583da925793f049a2e6e5269d7846";
|
|
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 {
|
|
@@ -50,6 +50,8 @@ export interface SemanticDataObjectOutputRepresentationNormalized {
|
|
|
50
50
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
51
51
|
/** The object ID of the semantic entity. */
|
|
52
52
|
id: string;
|
|
53
|
+
/** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
|
|
54
|
+
isSystemDefinition?: boolean;
|
|
53
55
|
/** The display name of the semantic entity to be used in the ui. */
|
|
54
56
|
label?: string;
|
|
55
57
|
/** The user who last modified the semantic entity. */
|
|
@@ -70,6 +72,8 @@ export interface SemanticDataObjectOutputRepresentationNormalized {
|
|
|
70
72
|
shouldIncludeAllFields?: boolean;
|
|
71
73
|
/** Table Types for SDM query interpretation. */
|
|
72
74
|
tableType?: string;
|
|
75
|
+
/** The unmapped property indicates whether a semantic definition is based on an unmapped field */
|
|
76
|
+
unmapped?: boolean;
|
|
73
77
|
}
|
|
74
78
|
/**
|
|
75
79
|
* Represents the output of a semantic data object.
|
|
@@ -90,6 +94,7 @@ export interface SemanticDataObjectOutputRepresentation {
|
|
|
90
94
|
filterLogic?: string;
|
|
91
95
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
92
96
|
id: string;
|
|
97
|
+
isSystemDefinition?: boolean;
|
|
93
98
|
label?: string;
|
|
94
99
|
lastModifiedBy?: string;
|
|
95
100
|
lastModifiedDate?: string;
|
|
@@ -100,4 +105,5 @@ export interface SemanticDataObjectOutputRepresentation {
|
|
|
100
105
|
semanticMeasurementsUrl?: string;
|
|
101
106
|
shouldIncludeAllFields?: boolean;
|
|
102
107
|
tableType?: string;
|
|
108
|
+
unmapped?: boolean;
|
|
103
109
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { SemanticDependencyInnerCollectionOutputRepresentation as SemanticDependencyInnerCollectionOutputRepresentation_SemanticDependencyInnerCollectionOutputRepresentation } from './SemanticDependencyInnerCollectionOutputRepresentation';
|
|
2
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store,
|
|
3
|
-
export declare const
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, 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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 100;
|
|
4
|
+
export declare const VERSION = "9d47b2b8e7223a9d5ff7a0fea7e030e6";
|
|
4
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
6
|
export declare const RepresentationType: string;
|
|
6
7
|
export declare function normalize(input: SemanticDependencyCollectionOutputRepresentation, existing: SemanticDependencyCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDependencyCollectionOutputRepresentationNormalized;
|
|
7
|
-
export declare const select: () => $64$
|
|
8
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
8
9
|
export declare function equals(existing: SemanticDependencyCollectionOutputRepresentationNormalized, incoming: SemanticDependencyCollectionOutputRepresentationNormalized): boolean;
|
|
9
10
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
11
|
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticDependencyCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
@@ -16,7 +17,7 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
16
17
|
*/
|
|
17
18
|
export interface SemanticDependencyCollectionOutputRepresentationNormalized {
|
|
18
19
|
/** List of dependencies */
|
|
19
|
-
item?: Array
|
|
20
|
+
item?: Array<$64$luvio_engine_StoreLink>;
|
|
20
21
|
}
|
|
21
22
|
/**
|
|
22
23
|
* Represents an output of a list of dependencies.
|
|
@@ -1,13 +1,22 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
1
2
|
import { SemanticDependencyOutputRepresentation as SemanticDependencyOutputRepresentation_SemanticDependencyOutputRepresentation } from './SemanticDependencyOutputRepresentation';
|
|
2
|
-
|
|
3
|
-
export declare const VERSION = "62e5e0ffeb783cdde37da72d400b0869";
|
|
3
|
+
export declare const VERSION = "a523fd80d50df7aacf30c0c0c4225b76";
|
|
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: SemanticDependencyInnerCollectionOutputRepresentation, existing: SemanticDependencyInnerCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDependencyInnerCollectionOutputRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
dependencies: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SemanticDependencyInnerCollectionOutputRepresentation, existing: SemanticDependencyInnerCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SemanticDependencyInnerCollectionOutputRepresentationNormalized;
|
|
7
11
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export interface DynamicSelectParams {
|
|
13
|
+
dependencies?: $64$luvio_engine_LinkSelection;
|
|
14
|
+
}
|
|
15
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
8
16
|
export declare function equals(existing: SemanticDependencyInnerCollectionOutputRepresentationNormalized, incoming: SemanticDependencyInnerCollectionOutputRepresentationNormalized): boolean;
|
|
9
17
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
18
|
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticDependencyInnerCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
11
20
|
/**
|
|
12
21
|
* Represents a single dependency.
|
|
13
22
|
*
|
|
@@ -18,7 +27,7 @@ export interface SemanticDependencyInnerCollectionOutputRepresentationNormalized
|
|
|
18
27
|
/** The semantic definition API name. */
|
|
19
28
|
definitionApiName?: string;
|
|
20
29
|
/** Represents a list of dependencies. */
|
|
21
|
-
dependencies?: Array
|
|
30
|
+
dependencies?: Array<$64$luvio_engine_StoreLink>;
|
|
22
31
|
/** The field API name. */
|
|
23
32
|
fieldApiName?: string;
|
|
24
33
|
}
|
package/dist/es/es2018/types/src/generated/types/SemanticDependencyOutputRepresentation.d.ts
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store,
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, 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 TTL = 100;
|
|
2
3
|
export declare const VERSION = "e96f6d15d947eadd33aeb16dd9222420";
|
|
3
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
5
|
export declare const RepresentationType: string;
|
|
5
6
|
export declare function normalize(input: SemanticDependencyOutputRepresentation, existing: SemanticDependencyOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDependencyOutputRepresentationNormalized;
|
|
6
|
-
export declare const select: () => $64$
|
|
7
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
7
8
|
export declare function equals(existing: SemanticDependencyOutputRepresentationNormalized, incoming: SemanticDependencyOutputRepresentationNormalized): boolean;
|
|
8
9
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
10
|
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticDependencyOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
@@ -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 = "cb2646c21e4abd1bee8fd04f7ed682e2";
|
|
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 {
|
|
@@ -51,6 +51,8 @@ export interface SemanticDimensionOutputRepresentationNormalized {
|
|
|
51
51
|
isKeyQualifier?: boolean;
|
|
52
52
|
/** Indicates whether the field is a primary key. */
|
|
53
53
|
isPrimaryKey?: boolean;
|
|
54
|
+
/** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
|
|
55
|
+
isSystemDefinition?: boolean;
|
|
54
56
|
/** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
|
|
55
57
|
isVisible?: boolean;
|
|
56
58
|
/** The key qualifier name of this field in data object in data cloud, if exists. */
|
|
@@ -67,6 +69,8 @@ export interface SemanticDimensionOutputRepresentationNormalized {
|
|
|
67
69
|
sortOrder?: string;
|
|
68
70
|
/** The storage type of data stored in the Data Cloud. */
|
|
69
71
|
storageDataType?: string;
|
|
72
|
+
/** The unmapped property indicates whether a semantic definition is based on an unmapped field */
|
|
73
|
+
unmapped?: boolean;
|
|
70
74
|
}
|
|
71
75
|
/**
|
|
72
76
|
* A semantic dimension.
|
|
@@ -89,6 +93,7 @@ export interface SemanticDimensionOutputRepresentation {
|
|
|
89
93
|
id: string;
|
|
90
94
|
isKeyQualifier?: boolean;
|
|
91
95
|
isPrimaryKey?: boolean;
|
|
96
|
+
isSystemDefinition?: boolean;
|
|
92
97
|
isVisible?: boolean;
|
|
93
98
|
keyQualifierName?: string;
|
|
94
99
|
label?: string;
|
|
@@ -97,4 +102,5 @@ export interface SemanticDimensionOutputRepresentation {
|
|
|
97
102
|
semanticDataType?: string;
|
|
98
103
|
sortOrder?: string;
|
|
99
104
|
storageDataType?: string;
|
|
105
|
+
unmapped?: boolean;
|
|
100
106
|
}
|
|
@@ -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 = "54a00d9766e556cfada5184f574ed4f9";
|
|
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: SemanticFilterInputRepresentation, existing: SemanticFilterInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticFilterInputRepresentationNormalized;
|
|
@@ -18,8 +18,10 @@ export interface SemanticFilterInputRepresentationNormalized {
|
|
|
18
18
|
fieldName?: string;
|
|
19
19
|
/** The operator for the filter. */
|
|
20
20
|
operator?: string;
|
|
21
|
-
/** The string representation of the value to filter against. */
|
|
21
|
+
/** The string representation of the value to filter against. (not supported with In/NotIn operators) */
|
|
22
22
|
value?: string;
|
|
23
|
+
/** Values to filter against when using In/NotIn operator */
|
|
24
|
+
values?: Array<string>;
|
|
23
25
|
}
|
|
24
26
|
/**
|
|
25
27
|
* Input representation for creating a semantic filter
|
|
@@ -31,4 +33,5 @@ export interface SemanticFilterInputRepresentation {
|
|
|
31
33
|
fieldName?: string;
|
|
32
34
|
operator?: string;
|
|
33
35
|
value?: string;
|
|
36
|
+
values?: Array<string>;
|
|
34
37
|
}
|
|
@@ -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 = "358bb714d100a35ad75fc928fa462760";
|
|
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: SemanticFilterOutputRepresentation, existing: SemanticFilterOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticFilterOutputRepresentationNormalized;
|
|
@@ -18,8 +18,10 @@ export interface SemanticFilterOutputRepresentationNormalized {
|
|
|
18
18
|
fieldName?: string;
|
|
19
19
|
/** The operator for the filter. */
|
|
20
20
|
operator?: string;
|
|
21
|
-
/** The string representation of the value to filter against. */
|
|
21
|
+
/** The string representation of the value to filter against. (not supported with In/NotIn operators) */
|
|
22
22
|
value?: string;
|
|
23
|
+
/** Values to filter against when using In/NotIn operator */
|
|
24
|
+
values?: Array<string>;
|
|
23
25
|
}
|
|
24
26
|
/**
|
|
25
27
|
* A semantic filter.
|
|
@@ -31,4 +33,5 @@ export interface SemanticFilterOutputRepresentation {
|
|
|
31
33
|
fieldName?: string;
|
|
32
34
|
operator?: string;
|
|
33
35
|
value?: string;
|
|
36
|
+
values?: Array<string>;
|
|
34
37
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SemanticGroupingConfigurationOutputRepresentation as SemanticGroupingConfigurationOutputRepresentation_SemanticGroupingConfigurationOutputRepresentation } from './SemanticGroupingConfigurationOutputRepresentation';
|
|
2
2
|
import { SemanticFieldReferenceOutputRepresentation as SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation } from './SemanticFieldReferenceOutputRepresentation';
|
|
3
3
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "5ea5deda92fee8aa624509290ef6cf1c";
|
|
5
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
6
|
export declare const RepresentationType: string;
|
|
7
7
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -43,6 +43,8 @@ export interface SemanticGroupingOutputRepresentationNormalized {
|
|
|
43
43
|
fieldReference: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
|
|
44
44
|
/** The object ID of the semantic entity. */
|
|
45
45
|
id: string;
|
|
46
|
+
/** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
|
|
47
|
+
isSystemDefinition?: boolean;
|
|
46
48
|
/** The display name of the semantic entity to be used in the ui. */
|
|
47
49
|
label?: string;
|
|
48
50
|
/** The user who last modified the semantic entity. */
|
|
@@ -51,6 +53,8 @@ export interface SemanticGroupingOutputRepresentationNormalized {
|
|
|
51
53
|
lastModifiedDate?: string;
|
|
52
54
|
/** the semantic grouping type */
|
|
53
55
|
type: string;
|
|
56
|
+
/** The unmapped property indicates whether a semantic definition is based on an unmapped field */
|
|
57
|
+
unmapped?: boolean;
|
|
54
58
|
}
|
|
55
59
|
/**
|
|
56
60
|
* Output representation for semantic grouping
|
|
@@ -68,8 +72,10 @@ export interface SemanticGroupingOutputRepresentation {
|
|
|
68
72
|
description?: string;
|
|
69
73
|
fieldReference: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
|
|
70
74
|
id: string;
|
|
75
|
+
isSystemDefinition?: boolean;
|
|
71
76
|
label?: string;
|
|
72
77
|
lastModifiedBy?: string;
|
|
73
78
|
lastModifiedDate?: string;
|
|
74
79
|
type: string;
|
|
80
|
+
unmapped?: boolean;
|
|
75
81
|
}
|
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 = "5056fdb7575699f2bc25f1d504ec499a";
|
|
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 {
|
|
@@ -60,6 +60,8 @@ export interface SemanticLogicalViewOutputRepresentationNormalized {
|
|
|
60
60
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
61
61
|
/** The object ID of the semantic entity. */
|
|
62
62
|
id: string;
|
|
63
|
+
/** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
|
|
64
|
+
isSystemDefinition?: boolean;
|
|
63
65
|
/** The display name of the semantic entity to be used in the ui. */
|
|
64
66
|
label?: string;
|
|
65
67
|
/** The user who last modified the semantic entity. */
|
|
@@ -76,6 +78,8 @@ export interface SemanticLogicalViewOutputRepresentationNormalized {
|
|
|
76
78
|
semanticViewTypeEnum?: string;
|
|
77
79
|
/** Table Types for SDM query interpretation. */
|
|
78
80
|
tableType?: string;
|
|
81
|
+
/** The unmapped property indicates whether a semantic definition is based on an unmapped field */
|
|
82
|
+
unmapped?: boolean;
|
|
79
83
|
}
|
|
80
84
|
/**
|
|
81
85
|
* A semantic logical view.
|
|
@@ -94,6 +98,7 @@ export interface SemanticLogicalViewOutputRepresentation {
|
|
|
94
98
|
filterLogic?: string;
|
|
95
99
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
96
100
|
id: string;
|
|
101
|
+
isSystemDefinition?: boolean;
|
|
97
102
|
label?: string;
|
|
98
103
|
lastModifiedBy?: string;
|
|
99
104
|
lastModifiedDate?: string;
|
|
@@ -102,4 +107,5 @@ export interface SemanticLogicalViewOutputRepresentation {
|
|
|
102
107
|
semanticUnions?: Array<SemanticUnionOutputRepresentation_SemanticUnionOutputRepresentation>;
|
|
103
108
|
semanticViewTypeEnum?: string;
|
|
104
109
|
tableType?: string;
|
|
110
|
+
unmapped?: boolean;
|
|
105
111
|
}
|
package/dist/es/es2018/types/src/generated/types/SemanticMappedFieldOutputRepresentation.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { SemanticTableFieldReferenceOutputRepresentation as SemanticTableFieldRe
|
|
|
2
2
|
import { SemanticDimensionOutputRepresentation as SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation } from './SemanticDimensionOutputRepresentation';
|
|
3
3
|
import { SemanticMeasurementOutputRepresentation as SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation } from './SemanticMeasurementOutputRepresentation';
|
|
4
4
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
5
|
-
export declare const VERSION = "
|
|
5
|
+
export declare const VERSION = "fddfb9284fc64c70f7d0debf4af30c95";
|
|
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 {
|
|
@@ -42,6 +42,8 @@ export interface SemanticMappedFieldOutputRepresentationNormalized {
|
|
|
42
42
|
fields?: Array<SemanticTableFieldReferenceOutputRepresentation_SemanticTableFieldReferenceOutputRepresentation>;
|
|
43
43
|
/** The object ID of the semantic entity. */
|
|
44
44
|
id: string;
|
|
45
|
+
/** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
|
|
46
|
+
isSystemDefinition?: boolean;
|
|
45
47
|
/** The display name of the semantic entity to be used in the ui. */
|
|
46
48
|
label?: string;
|
|
47
49
|
/** The user who last modified the semantic entity. */
|
|
@@ -53,6 +55,8 @@ export interface SemanticMappedFieldOutputRepresentationNormalized {
|
|
|
53
55
|
/** The configuration for a unified field of type dimension. */
|
|
54
56
|
semanticDimension?: $64$luvio_engine_StoreLink;
|
|
55
57
|
semanticMeasurement?: $64$luvio_engine_StoreLink;
|
|
58
|
+
/** The unmapped property indicates whether a semantic definition is based on an unmapped field */
|
|
59
|
+
unmapped?: boolean;
|
|
56
60
|
}
|
|
57
61
|
/**
|
|
58
62
|
* Semantic Mapped Fields.
|
|
@@ -69,10 +73,12 @@ export interface SemanticMappedFieldOutputRepresentation {
|
|
|
69
73
|
description?: string;
|
|
70
74
|
fields?: Array<SemanticTableFieldReferenceOutputRepresentation_SemanticTableFieldReferenceOutputRepresentation>;
|
|
71
75
|
id: string;
|
|
76
|
+
isSystemDefinition?: boolean;
|
|
72
77
|
label?: string;
|
|
73
78
|
lastModifiedBy?: string;
|
|
74
79
|
lastModifiedDate?: string;
|
|
75
80
|
logicalViewId?: string;
|
|
76
81
|
semanticDimension?: SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation;
|
|
77
82
|
semanticMeasurement?: SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation;
|
|
83
|
+
unmapped?: boolean;
|
|
78
84
|
}
|
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 = "a1889c78e50ecbee4e484ec74f17cbe5";
|
|
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 {
|
|
@@ -57,6 +57,8 @@ export interface SemanticMeasurementOutputRepresentationNormalized {
|
|
|
57
57
|
isKeyQualifier?: boolean;
|
|
58
58
|
/** Indicates whether the field is a primary key. */
|
|
59
59
|
isPrimaryKey?: boolean;
|
|
60
|
+
/** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
|
|
61
|
+
isSystemDefinition?: boolean;
|
|
60
62
|
/** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
|
|
61
63
|
isVisible?: boolean;
|
|
62
64
|
/** The key qualifier name of this field in data object in data cloud, if exists. */
|
|
@@ -77,6 +79,8 @@ export interface SemanticMeasurementOutputRepresentationNormalized {
|
|
|
77
79
|
sortOrder?: string;
|
|
78
80
|
/** The type of data stored in DC. */
|
|
79
81
|
storageDataType?: string;
|
|
82
|
+
/** The unmapped property indicates whether a semantic definition is based on an unmapped field */
|
|
83
|
+
unmapped?: boolean;
|
|
80
84
|
}
|
|
81
85
|
/**
|
|
82
86
|
* A semantic measurement.
|
|
@@ -102,6 +106,7 @@ export interface SemanticMeasurementOutputRepresentation {
|
|
|
102
106
|
isAggregatable?: boolean;
|
|
103
107
|
isKeyQualifier?: boolean;
|
|
104
108
|
isPrimaryKey?: boolean;
|
|
109
|
+
isSystemDefinition?: boolean;
|
|
105
110
|
isVisible?: boolean;
|
|
106
111
|
keyQualifierName?: string;
|
|
107
112
|
label?: string;
|
|
@@ -112,4 +117,5 @@ export interface SemanticMeasurementOutputRepresentation {
|
|
|
112
117
|
shouldTreatNullsAsZeros?: boolean;
|
|
113
118
|
sortOrder?: string;
|
|
114
119
|
storageDataType?: string;
|
|
120
|
+
unmapped?: boolean;
|
|
115
121
|
}
|
|
@@ -2,7 +2,7 @@ import { SemanticFieldReferenceOutputRepresentation as SemanticFieldReferenceOut
|
|
|
2
2
|
import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation } from './SemanticFilterOutputRepresentation';
|
|
3
3
|
import { SemanticInsightsSettingsOutputRepresentation as SemanticInsightsSettingsOutputRepresentation_SemanticInsightsSettingsOutputRepresentation } from './SemanticInsightsSettingsOutputRepresentation';
|
|
4
4
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
5
|
-
export declare const VERSION = "
|
|
5
|
+
export declare const VERSION = "a9c4c21f041ebd0ad373f8e53e345e6a";
|
|
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 {
|
|
@@ -52,6 +52,8 @@ export interface SemanticMetricOutputRepresentationNormalized {
|
|
|
52
52
|
insightsSettings?: SemanticInsightsSettingsOutputRepresentation_SemanticInsightsSettingsOutputRepresentation;
|
|
53
53
|
/** Indicate if the aggregation is cumulative or not. */
|
|
54
54
|
isCumulative?: boolean;
|
|
55
|
+
/** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
|
|
56
|
+
isSystemDefinition?: boolean;
|
|
55
57
|
/** The display name of the semantic entity to be used in the ui. */
|
|
56
58
|
label?: string;
|
|
57
59
|
/** The user who last modified the semantic entity. */
|
|
@@ -64,6 +66,8 @@ export interface SemanticMetricOutputRepresentationNormalized {
|
|
|
64
66
|
timeDimensionReference?: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
|
|
65
67
|
/** The time grain values allowed to be used. */
|
|
66
68
|
timeGrains?: Array<string>;
|
|
69
|
+
/** The unmapped property indicates whether a semantic definition is based on an unmapped field */
|
|
70
|
+
unmapped?: boolean;
|
|
67
71
|
}
|
|
68
72
|
/**
|
|
69
73
|
* Output representation for creating a semantic metric
|
|
@@ -85,10 +89,12 @@ export interface SemanticMetricOutputRepresentation {
|
|
|
85
89
|
id: string;
|
|
86
90
|
insightsSettings?: SemanticInsightsSettingsOutputRepresentation_SemanticInsightsSettingsOutputRepresentation;
|
|
87
91
|
isCumulative?: boolean;
|
|
92
|
+
isSystemDefinition?: boolean;
|
|
88
93
|
label?: string;
|
|
89
94
|
lastModifiedBy?: string;
|
|
90
95
|
lastModifiedDate?: string;
|
|
91
96
|
measurementReference?: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
|
|
92
97
|
timeDimensionReference?: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
|
|
93
98
|
timeGrains?: Array<string>;
|
|
99
|
+
unmapped?: boolean;
|
|
94
100
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SemanticParameterListValueOutputRepresentation as SemanticParameterListValueOutputRepresentation_SemanticParameterListValueOutputRepresentation } from './SemanticParameterListValueOutputRepresentation';
|
|
2
2
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "1463471c69296e6727623faee2cbfe0c";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -44,6 +44,8 @@ export interface SemanticParameterOutputRepresentationNormalized {
|
|
|
44
44
|
description?: string;
|
|
45
45
|
/** The object ID of the semantic entity. */
|
|
46
46
|
id: string;
|
|
47
|
+
/** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
|
|
48
|
+
isSystemDefinition?: boolean;
|
|
47
49
|
/** The display name of the semantic entity to be used in the ui. */
|
|
48
50
|
label?: string;
|
|
49
51
|
/** The user who last modified the semantic entity. */
|
|
@@ -58,6 +60,8 @@ export interface SemanticParameterOutputRepresentationNormalized {
|
|
|
58
60
|
stepSize?: string;
|
|
59
61
|
/** The semantic parameter type. */
|
|
60
62
|
type?: string;
|
|
63
|
+
/** The unmapped property indicates whether a semantic definition is based on an unmapped field */
|
|
64
|
+
unmapped?: boolean;
|
|
61
65
|
/** The list values of the semantic parameter. */
|
|
62
66
|
values?: Array<string>;
|
|
63
67
|
}
|
|
@@ -78,6 +82,7 @@ export interface SemanticParameterOutputRepresentation {
|
|
|
78
82
|
defaultValue?: string;
|
|
79
83
|
description?: string;
|
|
80
84
|
id: string;
|
|
85
|
+
isSystemDefinition?: boolean;
|
|
81
86
|
label?: string;
|
|
82
87
|
lastModifiedBy?: string;
|
|
83
88
|
lastModifiedDate?: string;
|
|
@@ -85,5 +90,6 @@ export interface SemanticParameterOutputRepresentation {
|
|
|
85
90
|
minValue?: string;
|
|
86
91
|
stepSize?: string;
|
|
87
92
|
type?: string;
|
|
93
|
+
unmapped?: boolean;
|
|
88
94
|
values?: Array<string>;
|
|
89
95
|
}
|
package/dist/es/es2018/types/src/generated/types/SemanticRelationshipOutputRepresentation.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SemanticRelationshipCriteriaOutputRepresentation as SemanticRelationshipCriteriaOutputRepresentation_SemanticRelationshipCriteriaOutputRepresentation } from './SemanticRelationshipCriteriaOutputRepresentation';
|
|
2
2
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "8c02af844319b9d5bd1c08e30e3ca8dd";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -44,6 +44,8 @@ export interface SemanticRelationshipOutputRepresentationNormalized {
|
|
|
44
44
|
id: string;
|
|
45
45
|
/** Indicates whether the relationship is currently enabled */
|
|
46
46
|
isEnabled?: boolean;
|
|
47
|
+
/** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
|
|
48
|
+
isSystemDefinition?: boolean;
|
|
47
49
|
/** the join type of the semantic relationship. */
|
|
48
50
|
joinType?: string;
|
|
49
51
|
/** The display name of the semantic entity to be used in the ui. */
|
|
@@ -58,6 +60,8 @@ export interface SemanticRelationshipOutputRepresentationNormalized {
|
|
|
58
60
|
logicalViewId?: string;
|
|
59
61
|
/** The api name of the right Semantic definition. */
|
|
60
62
|
rightSemanticDefinitionApiName?: string;
|
|
63
|
+
/** The unmapped property indicates whether a semantic definition is based on an unmapped field */
|
|
64
|
+
unmapped?: boolean;
|
|
61
65
|
}
|
|
62
66
|
/**
|
|
63
67
|
* The output representation of a semantic relationship.
|
|
@@ -76,6 +80,7 @@ export interface SemanticRelationshipOutputRepresentation {
|
|
|
76
80
|
description?: string;
|
|
77
81
|
id: string;
|
|
78
82
|
isEnabled?: boolean;
|
|
83
|
+
isSystemDefinition?: boolean;
|
|
79
84
|
joinType?: string;
|
|
80
85
|
label?: string;
|
|
81
86
|
lastModifiedBy?: string;
|
|
@@ -83,4 +88,5 @@ export interface SemanticRelationshipOutputRepresentation {
|
|
|
83
88
|
leftSemanticDefinitionApiName?: string;
|
|
84
89
|
logicalViewId?: string;
|
|
85
90
|
rightSemanticDefinitionApiName?: string;
|
|
91
|
+
unmapped?: boolean;
|
|
86
92
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cdp-semantic-authoring",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.359.0",
|
|
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.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.359.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.359.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|