@salesforce/lds-adapters-cdp-semantic-authoring 1.351.1 → 1.353.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 +1074 -207
- package/dist/es/es2018/types/src/generated/adapters/createSemanticModel.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/adapters/patchSemanticModel.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsByModelApiNameOrId.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModels.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCalculatedDimensionsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCalculatedMeasurementsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsDataObjectsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsByModelApiNameOrId.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedDimensionsByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedDimensionsConvertToMeasurementByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedMeasurementsByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedMeasurementsConvertToDimensionByCalculatedMeasurementNameOrIdAndModelApiNameOrId.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/putSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +13 -1
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +13 -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 +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewPartialInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelInputRepresentation.d.ts +9 -1
- package/dist/es/es2018/types/src/generated/types/SemanticModelOutputRepresentation.d.ts +9 -1
- package/package.json +3 -3
- package/sfdc/index.js +983 -116
- package/src/raml/api.raml +250 -2
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
3
|
import { SemanticBaseModelInputRepresentation as types_SemanticBaseModelInputRepresentation_SemanticBaseModelInputRepresentation } from '../types/SemanticBaseModelInputRepresentation';
|
|
4
|
+
import { SemanticModelExternalConnectionInputRepresentation as types_SemanticModelExternalConnectionInputRepresentation_SemanticModelExternalConnectionInputRepresentation } from '../types/SemanticModelExternalConnectionInputRepresentation';
|
|
5
|
+
import { SemanticOverrideInputRepresentation as types_SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation } from '../types/SemanticOverrideInputRepresentation';
|
|
4
6
|
import { SemanticCalculatedDimensionInputRepresentation as types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation } from '../types/SemanticCalculatedDimensionInputRepresentation';
|
|
5
7
|
import { SemanticCalculatedMeasurementInputRepresentation as types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation } from '../types/SemanticCalculatedMeasurementInputRepresentation';
|
|
6
8
|
import { SemanticDataObjectInputRepresentation as types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation } from '../types/SemanticDataObjectInputRepresentation';
|
|
@@ -25,6 +27,8 @@ export interface CreateSemanticModelConfig {
|
|
|
25
27
|
sourceCreation?: string;
|
|
26
28
|
sourceCreationName?: string;
|
|
27
29
|
baseModels?: Array<types_SemanticBaseModelInputRepresentation_SemanticBaseModelInputRepresentation>;
|
|
30
|
+
externalConnections?: Array<types_SemanticModelExternalConnectionInputRepresentation_SemanticModelExternalConnectionInputRepresentation>;
|
|
31
|
+
fieldsOverrides?: Array<types_SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation>;
|
|
28
32
|
semanticCalculatedDimensions?: Array<types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation>;
|
|
29
33
|
semanticCalculatedMeasurements?: Array<types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation>;
|
|
30
34
|
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
3
|
import { SemanticBaseModelInputRepresentation as types_SemanticBaseModelInputRepresentation_SemanticBaseModelInputRepresentation } from '../types/SemanticBaseModelInputRepresentation';
|
|
4
|
+
import { SemanticModelExternalConnectionInputRepresentation as types_SemanticModelExternalConnectionInputRepresentation_SemanticModelExternalConnectionInputRepresentation } from '../types/SemanticModelExternalConnectionInputRepresentation';
|
|
5
|
+
import { SemanticOverrideInputRepresentation as types_SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation } from '../types/SemanticOverrideInputRepresentation';
|
|
4
6
|
import { SemanticCalculatedDimensionInputRepresentation as types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation } from '../types/SemanticCalculatedDimensionInputRepresentation';
|
|
5
7
|
import { SemanticCalculatedMeasurementInputRepresentation as types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation } from '../types/SemanticCalculatedMeasurementInputRepresentation';
|
|
6
8
|
import { SemanticDataObjectInputRepresentation as types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation } from '../types/SemanticDataObjectInputRepresentation';
|
|
@@ -26,6 +28,8 @@ export interface PatchSemanticModelConfig {
|
|
|
26
28
|
sourceCreation?: string;
|
|
27
29
|
sourceCreationName?: string;
|
|
28
30
|
baseModels?: Array<types_SemanticBaseModelInputRepresentation_SemanticBaseModelInputRepresentation>;
|
|
31
|
+
externalConnections?: Array<types_SemanticModelExternalConnectionInputRepresentation_SemanticModelExternalConnectionInputRepresentation>;
|
|
32
|
+
fieldsOverrides?: Array<types_SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation>;
|
|
29
33
|
semanticCalculatedDimensions?: Array<types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation>;
|
|
30
34
|
semanticCalculatedMeasurements?: Array<types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation>;
|
|
31
35
|
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsByModelApiNameOrId.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { SemanticBaseModelInputRepresentation as types_SemanticBaseModelInputRepresentation_SemanticBaseModelInputRepresentation } from '../types/SemanticBaseModelInputRepresentation';
|
|
2
|
+
import { SemanticModelExternalConnectionInputRepresentation as types_SemanticModelExternalConnectionInputRepresentation_SemanticModelExternalConnectionInputRepresentation } from '../types/SemanticModelExternalConnectionInputRepresentation';
|
|
3
|
+
import { SemanticOverrideInputRepresentation as types_SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation } from '../types/SemanticOverrideInputRepresentation';
|
|
2
4
|
import { SemanticCalculatedDimensionInputRepresentation as types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation } from '../types/SemanticCalculatedDimensionInputRepresentation';
|
|
3
5
|
import { SemanticCalculatedMeasurementInputRepresentation as types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation } from '../types/SemanticCalculatedMeasurementInputRepresentation';
|
|
4
6
|
import { SemanticDataObjectInputRepresentation as types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation } from '../types/SemanticDataObjectInputRepresentation';
|
|
@@ -24,6 +26,8 @@ export interface ResourceRequestConfig {
|
|
|
24
26
|
sourceCreation?: string;
|
|
25
27
|
sourceCreationName?: string;
|
|
26
28
|
baseModels?: Array<types_SemanticBaseModelInputRepresentation_SemanticBaseModelInputRepresentation>;
|
|
29
|
+
externalConnections?: Array<types_SemanticModelExternalConnectionInputRepresentation_SemanticModelExternalConnectionInputRepresentation>;
|
|
30
|
+
fieldsOverrides?: Array<types_SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation>;
|
|
27
31
|
semanticCalculatedDimensions?: Array<types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation>;
|
|
28
32
|
semanticCalculatedMeasurements?: Array<types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation>;
|
|
29
33
|
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
@@ -15,6 +15,7 @@ export interface ResourceRequestConfig {
|
|
|
15
15
|
label?: string;
|
|
16
16
|
filterLogic?: string;
|
|
17
17
|
filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
18
|
+
tableType?: string;
|
|
18
19
|
customSQL?: string;
|
|
19
20
|
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
20
21
|
semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { SemanticBaseModelInputRepresentation as types_SemanticBaseModelInputRepresentation_SemanticBaseModelInputRepresentation } from '../types/SemanticBaseModelInputRepresentation';
|
|
2
|
+
import { SemanticModelExternalConnectionInputRepresentation as types_SemanticModelExternalConnectionInputRepresentation_SemanticModelExternalConnectionInputRepresentation } from '../types/SemanticModelExternalConnectionInputRepresentation';
|
|
3
|
+
import { SemanticOverrideInputRepresentation as types_SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation } from '../types/SemanticOverrideInputRepresentation';
|
|
2
4
|
import { SemanticCalculatedDimensionInputRepresentation as types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation } from '../types/SemanticCalculatedDimensionInputRepresentation';
|
|
3
5
|
import { SemanticCalculatedMeasurementInputRepresentation as types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation } from '../types/SemanticCalculatedMeasurementInputRepresentation';
|
|
4
6
|
import { SemanticDataObjectInputRepresentation as types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation } from '../types/SemanticDataObjectInputRepresentation';
|
|
@@ -21,6 +23,8 @@ export interface ResourceRequestConfig {
|
|
|
21
23
|
sourceCreation?: string;
|
|
22
24
|
sourceCreationName?: string;
|
|
23
25
|
baseModels?: Array<types_SemanticBaseModelInputRepresentation_SemanticBaseModelInputRepresentation>;
|
|
26
|
+
externalConnections?: Array<types_SemanticModelExternalConnectionInputRepresentation_SemanticModelExternalConnectionInputRepresentation>;
|
|
27
|
+
fieldsOverrides?: Array<types_SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation>;
|
|
24
28
|
semanticCalculatedDimensions?: Array<types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation>;
|
|
25
29
|
semanticCalculatedMeasurements?: Array<types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation>;
|
|
26
30
|
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
@@ -22,6 +22,7 @@ export interface ResourceRequestConfig {
|
|
|
22
22
|
expression?: string;
|
|
23
23
|
filterLogic?: string;
|
|
24
24
|
filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
25
|
+
isOverrideBase?: boolean;
|
|
25
26
|
syntax?: string;
|
|
26
27
|
totalAggregationType?: string;
|
|
27
28
|
};
|
|
@@ -19,6 +19,7 @@ export interface ResourceRequestConfig {
|
|
|
19
19
|
semanticDimensions?: Array<types_SemanticDimensionInputRepresentation_SemanticDimensionInputRepresentation>;
|
|
20
20
|
semanticMeasurements?: Array<types_SemanticMeasurementInputRepresentation_SemanticMeasurementInputRepresentation>;
|
|
21
21
|
shouldIncludeAllFields?: boolean;
|
|
22
|
+
tableType?: string;
|
|
22
23
|
};
|
|
23
24
|
}
|
|
24
25
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
@@ -14,6 +14,7 @@ export interface ResourceRequestConfig {
|
|
|
14
14
|
label?: string;
|
|
15
15
|
filterLogic?: string;
|
|
16
16
|
filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
17
|
+
tableType?: string;
|
|
17
18
|
customSQL?: string;
|
|
18
19
|
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
19
20
|
semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
|
package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsByModelApiNameOrId.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { SemanticBaseModelInputRepresentation as types_SemanticBaseModelInputRepresentation_SemanticBaseModelInputRepresentation } from '../types/SemanticBaseModelInputRepresentation';
|
|
2
|
+
import { SemanticModelExternalConnectionInputRepresentation as types_SemanticModelExternalConnectionInputRepresentation_SemanticModelExternalConnectionInputRepresentation } from '../types/SemanticModelExternalConnectionInputRepresentation';
|
|
3
|
+
import { SemanticOverrideInputRepresentation as types_SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation } from '../types/SemanticOverrideInputRepresentation';
|
|
2
4
|
import { SemanticCalculatedDimensionInputRepresentation as types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation } from '../types/SemanticCalculatedDimensionInputRepresentation';
|
|
3
5
|
import { SemanticCalculatedMeasurementInputRepresentation as types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation } from '../types/SemanticCalculatedMeasurementInputRepresentation';
|
|
4
6
|
import { SemanticDataObjectInputRepresentation as types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation } from '../types/SemanticDataObjectInputRepresentation';
|
|
@@ -24,6 +26,8 @@ export interface ResourceRequestConfig {
|
|
|
24
26
|
sourceCreation?: string;
|
|
25
27
|
sourceCreationName?: string;
|
|
26
28
|
baseModels?: Array<types_SemanticBaseModelInputRepresentation_SemanticBaseModelInputRepresentation>;
|
|
29
|
+
externalConnections?: Array<types_SemanticModelExternalConnectionInputRepresentation_SemanticModelExternalConnectionInputRepresentation>;
|
|
30
|
+
fieldsOverrides?: Array<types_SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation>;
|
|
27
31
|
semanticCalculatedDimensions?: Array<types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation>;
|
|
28
32
|
semanticCalculatedMeasurements?: Array<types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation>;
|
|
29
33
|
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
@@ -23,6 +23,7 @@ export interface ResourceRequestConfig {
|
|
|
23
23
|
expression?: string;
|
|
24
24
|
filterLogic?: string;
|
|
25
25
|
filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
26
|
+
isOverrideBase?: boolean;
|
|
26
27
|
syntax?: string;
|
|
27
28
|
totalAggregationType?: string;
|
|
28
29
|
};
|
|
@@ -23,6 +23,7 @@ export interface ResourceRequestConfig {
|
|
|
23
23
|
expression?: string;
|
|
24
24
|
filterLogic?: string;
|
|
25
25
|
filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
26
|
+
isOverrideBase?: boolean;
|
|
26
27
|
syntax?: string;
|
|
27
28
|
totalAggregationType?: string;
|
|
28
29
|
};
|
|
@@ -20,6 +20,7 @@ export interface ResourceRequestConfig {
|
|
|
20
20
|
semanticDimensions?: Array<types_SemanticDimensionInputRepresentation_SemanticDimensionInputRepresentation>;
|
|
21
21
|
semanticMeasurements?: Array<types_SemanticMeasurementInputRepresentation_SemanticMeasurementInputRepresentation>;
|
|
22
22
|
shouldIncludeAllFields?: boolean;
|
|
23
|
+
tableType?: string;
|
|
23
24
|
};
|
|
24
25
|
}
|
|
25
26
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
@@ -15,6 +15,7 @@ export interface ResourceRequestConfig {
|
|
|
15
15
|
label?: string;
|
|
16
16
|
filterLogic?: string;
|
|
17
17
|
filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
18
|
+
tableType?: string;
|
|
18
19
|
customSQL?: string;
|
|
19
20
|
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
20
21
|
semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
|
package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionInputRepresentation.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 = "25cae40ad4f7b3a3a3c42e6b252fc368";
|
|
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: SemanticCalculatedDimensionInputRepresentation, existing: SemanticCalculatedDimensionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticCalculatedDimensionInputRepresentationNormalized;
|
|
@@ -31,6 +31,8 @@ export interface SemanticCalculatedDimensionInputRepresentationNormalized {
|
|
|
31
31
|
filterLogic?: string;
|
|
32
32
|
/** A list of filters to be used to create filter logic. */
|
|
33
33
|
filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
34
|
+
/** 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. */
|
|
35
|
+
isOverrideBase?: boolean;
|
|
34
36
|
/** Indicates whether the Semantic Calculated Dimension is visible in the consumption layer (true) or not (false). True is the default. */
|
|
35
37
|
isVisible?: boolean;
|
|
36
38
|
/** 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. */
|
|
@@ -57,6 +59,7 @@ export interface SemanticCalculatedDimensionInputRepresentation {
|
|
|
57
59
|
expression?: string;
|
|
58
60
|
filterLogic?: string;
|
|
59
61
|
filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
62
|
+
isOverrideBase?: boolean;
|
|
60
63
|
isVisible?: boolean;
|
|
61
64
|
label?: string;
|
|
62
65
|
semanticDataType?: string;
|
|
@@ -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 = "8e79a20925f9ec85025ffe505523c74c";
|
|
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,12 +44,18 @@ export interface SemanticCalculatedDimensionOutputRepresentationNormalized {
|
|
|
44
44
|
displayCategory?: string;
|
|
45
45
|
/** The semantic expressions for generating the calculation. */
|
|
46
46
|
expression?: string;
|
|
47
|
+
/** The api name of the origin external connection. */
|
|
48
|
+
externalConnectionApiName?: string;
|
|
49
|
+
/** The name of the corresponding external entity. */
|
|
50
|
+
externalStorageName?: string;
|
|
47
51
|
/** The logic expression for generating a filter based on the list of filters. */
|
|
48
52
|
filterLogic?: string;
|
|
49
53
|
/** A list of filters to be used to create filter logic. */
|
|
50
54
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
51
55
|
/** The object ID of the semantic entity. */
|
|
52
56
|
id: string;
|
|
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
|
+
isOverrideBase?: boolean;
|
|
53
59
|
/** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
|
|
54
60
|
isVisible?: boolean;
|
|
55
61
|
/** The display name of the semantic entity to be used in the ui. */
|
|
@@ -58,6 +64,8 @@ export interface SemanticCalculatedDimensionOutputRepresentationNormalized {
|
|
|
58
64
|
lastModifiedBy?: string;
|
|
59
65
|
/** The date in which the semantic entity was last modified. */
|
|
60
66
|
lastModifiedDate?: string;
|
|
67
|
+
/** level of the calculated field expression */
|
|
68
|
+
level?: string;
|
|
61
69
|
/** The Semantic Data Type determines the type of data being displayed in specific Semantic Data Fields in association with native Salesforce Data Types. Valid Semantic Data Types include Image URL, Web URL, Latitude, Longitude, and None. The default is "None". */
|
|
62
70
|
semanticDataType?: string;
|
|
63
71
|
/** Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending, and None. */
|
|
@@ -82,13 +90,17 @@ export interface SemanticCalculatedDimensionOutputRepresentation {
|
|
|
82
90
|
description?: string;
|
|
83
91
|
displayCategory?: string;
|
|
84
92
|
expression?: string;
|
|
93
|
+
externalConnectionApiName?: string;
|
|
94
|
+
externalStorageName?: string;
|
|
85
95
|
filterLogic?: string;
|
|
86
96
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
87
97
|
id: string;
|
|
98
|
+
isOverrideBase?: boolean;
|
|
88
99
|
isVisible?: boolean;
|
|
89
100
|
label?: string;
|
|
90
101
|
lastModifiedBy?: string;
|
|
91
102
|
lastModifiedDate?: string;
|
|
103
|
+
level?: string;
|
|
92
104
|
semanticDataType?: string;
|
|
93
105
|
sortOrder?: string;
|
|
94
106
|
syntax?: string;
|
|
@@ -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 = "61d2ecf8a791673c74938fc720dbbee2";
|
|
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: SemanticCalculatedMeasurementInputRepresentation, existing: SemanticCalculatedMeasurementInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticCalculatedMeasurementInputRepresentationNormalized;
|
|
@@ -35,6 +35,8 @@ export interface SemanticCalculatedMeasurementInputRepresentationNormalized {
|
|
|
35
35
|
filterLogic?: string;
|
|
36
36
|
/** A list of filters to be used to create filter logic. */
|
|
37
37
|
filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
38
|
+
/** 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. */
|
|
39
|
+
isOverrideBase?: boolean;
|
|
38
40
|
/** Indicates whether the Semantic Calculated Dimension is visible in the consumption layer (true) or not (false). True is the default. */
|
|
39
41
|
isVisible?: boolean;
|
|
40
42
|
/** 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. */
|
|
@@ -69,6 +71,7 @@ export interface SemanticCalculatedMeasurementInputRepresentation {
|
|
|
69
71
|
expression?: string;
|
|
70
72
|
filterLogic?: string;
|
|
71
73
|
filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
74
|
+
isOverrideBase?: boolean;
|
|
72
75
|
isVisible?: boolean;
|
|
73
76
|
label?: string;
|
|
74
77
|
semanticDataType?: string;
|
|
@@ -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 = "bc21c46456a2024253da5ae96ccf7dfe";
|
|
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 {
|
|
@@ -48,6 +48,10 @@ export interface SemanticCalculatedMeasurementOutputRepresentationNormalized {
|
|
|
48
48
|
displayCategory?: string;
|
|
49
49
|
/** Formula that generates a new Semantic Calculated Measurement based on a calculation that uses raw data fields and calculated fields. */
|
|
50
50
|
expression?: string;
|
|
51
|
+
/** The api name of the origin external connection. */
|
|
52
|
+
externalConnectionApiName?: string;
|
|
53
|
+
/** The name of the corresponding external entity. */
|
|
54
|
+
externalStorageName?: string;
|
|
51
55
|
/** The logic expression for generating a filter based on the list of filters. */
|
|
52
56
|
filterLogic?: string;
|
|
53
57
|
/** A list of filters to be used to create filter logic. */
|
|
@@ -56,6 +60,8 @@ export interface SemanticCalculatedMeasurementOutputRepresentationNormalized {
|
|
|
56
60
|
id: string;
|
|
57
61
|
/** Indicates if the measurement can be aggregated or not */
|
|
58
62
|
isAggregatable?: boolean;
|
|
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
|
+
isOverrideBase?: boolean;
|
|
59
65
|
/** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
|
|
60
66
|
isVisible?: boolean;
|
|
61
67
|
/** The display name of the semantic entity to be used in the ui. */
|
|
@@ -64,6 +70,8 @@ export interface SemanticCalculatedMeasurementOutputRepresentationNormalized {
|
|
|
64
70
|
lastModifiedBy?: string;
|
|
65
71
|
/** The date in which the semantic entity was last modified. */
|
|
66
72
|
lastModifiedDate?: string;
|
|
73
|
+
/** level of the calculated field expression */
|
|
74
|
+
level?: string;
|
|
67
75
|
/** The Semantic Data Type determines the type of data being displayed in specific Semantic Data Fields in association with native Salesforce Data Types. Valid Semantic Data Types include Image URL, Web URL, Latitude, Longitude, and None. The default is "None". */
|
|
68
76
|
semanticDataType?: string;
|
|
69
77
|
/** Indicates the Sentiment of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (Up) or negative (Down). */
|
|
@@ -96,14 +104,18 @@ export interface SemanticCalculatedMeasurementOutputRepresentation {
|
|
|
96
104
|
directionality?: string;
|
|
97
105
|
displayCategory?: string;
|
|
98
106
|
expression?: string;
|
|
107
|
+
externalConnectionApiName?: string;
|
|
108
|
+
externalStorageName?: string;
|
|
99
109
|
filterLogic?: string;
|
|
100
110
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
101
111
|
id: string;
|
|
102
112
|
isAggregatable?: boolean;
|
|
113
|
+
isOverrideBase?: boolean;
|
|
103
114
|
isVisible?: boolean;
|
|
104
115
|
label?: string;
|
|
105
116
|
lastModifiedBy?: string;
|
|
106
117
|
lastModifiedDate?: string;
|
|
118
|
+
level?: string;
|
|
107
119
|
semanticDataType?: string;
|
|
108
120
|
sentiment?: string;
|
|
109
121
|
shouldTreatNullsAsZeros?: boolean;
|
|
@@ -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 = "bfd1e674b4ba4471bf20fd29dda1f7e7";
|
|
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 SemanticDataObjectOutputRepresentationNormalized {
|
|
|
42
42
|
dataObjectType?: string;
|
|
43
43
|
/** The Description of the semantic entity. */
|
|
44
44
|
description?: string;
|
|
45
|
+
/** The api name of the origin external connection. */
|
|
46
|
+
externalConnectionApiName?: string;
|
|
45
47
|
/** The logic expression for generating a filter based on the list of filters. */
|
|
46
48
|
filterLogic?: string;
|
|
47
49
|
/** A list of filters to be used to create filter logic. */
|
|
@@ -66,6 +68,8 @@ export interface SemanticDataObjectOutputRepresentationNormalized {
|
|
|
66
68
|
semanticMeasurementsUrl?: string;
|
|
67
69
|
/** Indicates whether all fields or only specific fields of the referenced data object should be included. */
|
|
68
70
|
shouldIncludeAllFields?: boolean;
|
|
71
|
+
/** Table Types for SDM query interpretation. */
|
|
72
|
+
tableType?: string;
|
|
69
73
|
}
|
|
70
74
|
/**
|
|
71
75
|
* Represents the output of a semantic data object.
|
|
@@ -82,6 +86,7 @@ export interface SemanticDataObjectOutputRepresentation {
|
|
|
82
86
|
dataObjectName?: string;
|
|
83
87
|
dataObjectType?: string;
|
|
84
88
|
description?: string;
|
|
89
|
+
externalConnectionApiName?: string;
|
|
85
90
|
filterLogic?: string;
|
|
86
91
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
87
92
|
id: string;
|
|
@@ -94,4 +99,5 @@ export interface SemanticDataObjectOutputRepresentation {
|
|
|
94
99
|
semanticMeasurements?: Array<SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation>;
|
|
95
100
|
semanticMeasurementsUrl?: string;
|
|
96
101
|
shouldIncludeAllFields?: boolean;
|
|
102
|
+
tableType?: string;
|
|
97
103
|
}
|
|
@@ -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 = "0da7b916d78ad5b965b650d7dbbc1e8f";
|
|
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 {
|
|
@@ -43,6 +43,8 @@ export interface SemanticDimensionOutputRepresentationNormalized {
|
|
|
43
43
|
description?: string;
|
|
44
44
|
/** Controls how data is represented in visualizations of the relationships between Semantic Calculated Dimensions and other Data Cloud Objects. Valid values are Discrete and Continuous. */
|
|
45
45
|
displayCategory?: string;
|
|
46
|
+
/** The name of the corresponding external entity. */
|
|
47
|
+
externalStorageName?: string;
|
|
46
48
|
/** The object ID of the semantic entity. */
|
|
47
49
|
id: string;
|
|
48
50
|
/** Indicates whether the field is a key qualifier. */
|
|
@@ -63,6 +65,8 @@ export interface SemanticDimensionOutputRepresentationNormalized {
|
|
|
63
65
|
semanticDataType?: string;
|
|
64
66
|
/** Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending, and None. */
|
|
65
67
|
sortOrder?: string;
|
|
68
|
+
/** The storage type of data stored in the Data Cloud. */
|
|
69
|
+
storageDataType?: string;
|
|
66
70
|
}
|
|
67
71
|
/**
|
|
68
72
|
* A semantic dimension.
|
|
@@ -81,6 +85,7 @@ export interface SemanticDimensionOutputRepresentation {
|
|
|
81
85
|
decimalPlace?: number;
|
|
82
86
|
description?: string;
|
|
83
87
|
displayCategory?: string;
|
|
88
|
+
externalStorageName?: string;
|
|
84
89
|
id: string;
|
|
85
90
|
isKeyQualifier?: boolean;
|
|
86
91
|
isPrimaryKey?: boolean;
|
|
@@ -91,4 +96,5 @@ export interface SemanticDimensionOutputRepresentation {
|
|
|
91
96
|
lastModifiedDate?: string;
|
|
92
97
|
semanticDataType?: string;
|
|
93
98
|
sortOrder?: string;
|
|
99
|
+
storageDataType?: string;
|
|
94
100
|
}
|
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;
|
|
@@ -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
|
|
@@ -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 {
|
|
@@ -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.
|
|
@@ -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/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 = "147489b29256569030334baa3502278d";
|
|
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 {
|
|
@@ -47,6 +47,8 @@ export interface SemanticMeasurementOutputRepresentationNormalized {
|
|
|
47
47
|
directionality?: string;
|
|
48
48
|
/** Controls how data is represented in visualizations of the relationships between Semantic Calculated Dimensions and other Data Cloud Objects. Valid values are Discrete and Continuous. */
|
|
49
49
|
displayCategory?: string;
|
|
50
|
+
/** The name of the corresponding external entity. */
|
|
51
|
+
externalStorageName?: string;
|
|
50
52
|
/** The object ID of the semantic entity. */
|
|
51
53
|
id: string;
|
|
52
54
|
/** Indicates if the measurement can be aggregated or not */
|
|
@@ -73,6 +75,8 @@ export interface SemanticMeasurementOutputRepresentationNormalized {
|
|
|
73
75
|
shouldTreatNullsAsZeros?: boolean;
|
|
74
76
|
/** Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending, and None. */
|
|
75
77
|
sortOrder?: string;
|
|
78
|
+
/** The type of data stored in DC. */
|
|
79
|
+
storageDataType?: string;
|
|
76
80
|
}
|
|
77
81
|
/**
|
|
78
82
|
* A semantic measurement.
|
|
@@ -93,6 +97,7 @@ export interface SemanticMeasurementOutputRepresentation {
|
|
|
93
97
|
description?: string;
|
|
94
98
|
directionality?: string;
|
|
95
99
|
displayCategory?: string;
|
|
100
|
+
externalStorageName?: string;
|
|
96
101
|
id: string;
|
|
97
102
|
isAggregatable?: boolean;
|
|
98
103
|
isKeyQualifier?: boolean;
|
|
@@ -106,4 +111,5 @@ export interface SemanticMeasurementOutputRepresentation {
|
|
|
106
111
|
sentiment?: string;
|
|
107
112
|
shouldTreatNullsAsZeros?: boolean;
|
|
108
113
|
sortOrder?: string;
|
|
114
|
+
storageDataType?: string;
|
|
109
115
|
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentation as SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentation_SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentation } from './SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentation';
|
|
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 = "04ad24259296665fc5a96ef5631c595a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SemanticModelExternalConnectionInputRepresentation, existing: SemanticModelExternalConnectionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticModelExternalConnectionInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SemanticModelExternalConnectionInputRepresentationNormalized, incoming: SemanticModelExternalConnectionInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticModelExternalConnectionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents a semantic model external connection.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SemanticModelExternalConnectionInputRepresentationNormalized {
|
|
18
|
+
/** The API name of the semantic entity. */
|
|
19
|
+
apiName: string;
|
|
20
|
+
/** The display name of the semantic entity to be used in the ui. */
|
|
21
|
+
label?: string;
|
|
22
|
+
tableauPublishedDataSource?: SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentation_SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentation;
|
|
23
|
+
/** Specifies the type of the external connection. */
|
|
24
|
+
type: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Represents a semantic model external connection.
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface SemanticModelExternalConnectionInputRepresentation {
|
|
33
|
+
apiName: string;
|
|
34
|
+
label?: string;
|
|
35
|
+
tableauPublishedDataSource?: SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentation_SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentation;
|
|
36
|
+
type: string;
|
|
37
|
+
}
|