@salesforce/lds-adapters-cdp-semantic-authoring 1.308.0 → 1.309.0-dev10
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 +4515 -1730
- package/dist/es/es2018/types/src/generated/adapters/createSemanticModel.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticSubMetricsById.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/patchSemanticModel.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsMappedFieldsByMappedFieldNameOrIdAndModelApiNameOrId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsMappedFieldsByMappedFieldNameOrIdAndModelApiNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsMappedFieldsByModelApiNameOrId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticSubMetricsBySubMetricIds.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsByModelApiNameOrId.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModels.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCalculatedDimensionsByModelApiNameOrId.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCloneByModelApiNameOrId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsDataObjectsDimensionsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsMappedFieldsByModelApiNameOrId.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsByModelApiNameOrId.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedDimensionsByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedMeasurementsConvertToDimensionByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsDimensionsByDataObjectNameOrIdAndDimensionNameOrIdAndModelApiNameOrId.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsMeasurementsConvertToDimensionByDataObjectNameOrIdAndMeasurementNameOrIdAndModelApiNameOrId.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsMappedFieldsByMappedFieldNameOrIdAndModelApiNameOrId.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionInputRepresentation.d.ts +1 -4
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +1 -4
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementInputRepresentation.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionInputRepresentation.d.ts +1 -4
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +1 -4
- package/dist/es/es2018/types/src/generated/types/SemanticMappedFieldCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementInputRepresentation.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/SemanticModelInputRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/SemanticModelObjectCoordinateOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticModelOutputRepresentation.d.ts +10 -1
- package/dist/es/es2018/types/src/generated/types/SemanticModelPartialOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticUnionOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticValidationPartialInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SemanticValidationPartialOutputRepresentation.d.ts +34 -0
- package/package.json +3 -3
- package/sfdc/index.js +6963 -4161
- package/src/raml/api.raml +1021 -902
- package/src/raml/luvio.raml +11 -0
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { SemanticBaseModelInputRepresentation as types_SemanticBaseModelInputRepresentation_SemanticBaseModelInputRepresentation } from '../types/SemanticBaseModelInputRepresentation';
|
|
4
|
+
import { SemanticCalculatedDimensionInputRepresentation as types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation } from '../types/SemanticCalculatedDimensionInputRepresentation';
|
|
5
|
+
import { SemanticCalculatedMeasurementInputRepresentation as types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation } from '../types/SemanticCalculatedMeasurementInputRepresentation';
|
|
6
|
+
import { SemanticDataObjectInputRepresentation as types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation } from '../types/SemanticDataObjectInputRepresentation';
|
|
7
|
+
import { SemanticGroupingInputRepresentation as types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation } from '../types/SemanticGroupingInputRepresentation';
|
|
8
|
+
import { SemanticLogicalViewInputRepresentation as types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation } from '../types/SemanticLogicalViewInputRepresentation';
|
|
9
|
+
import { SemanticMetricInputRepresentation as types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation } from '../types/SemanticMetricInputRepresentation';
|
|
10
|
+
import { SemanticParameterInputRepresentation as types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation } from '../types/SemanticParameterInputRepresentation';
|
|
11
|
+
import { SemanticRelationshipInputRepresentation as types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation } from '../types/SemanticRelationshipInputRepresentation';
|
|
12
|
+
import { ResourceRequestConfig as resources_postSsotSemanticModels_ResourceRequestConfig } from '../resources/postSsotSemanticModels';
|
|
13
|
+
import { SemanticModelOutputRepresentation as types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation } from '../types/SemanticModelOutputRepresentation';
|
|
14
|
+
export declare const adapterName = "createSemanticModel";
|
|
15
|
+
export declare const createSemanticModel_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
16
|
+
export declare const createSemanticModel_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
17
|
+
export interface CreateSemanticModelConfig {
|
|
18
|
+
apiName?: string;
|
|
19
|
+
description?: string;
|
|
20
|
+
label?: string;
|
|
21
|
+
app?: string;
|
|
22
|
+
categories?: Array<string>;
|
|
23
|
+
dataspace?: string;
|
|
24
|
+
queryUnrelatedDataObjects?: string;
|
|
25
|
+
sourceCreation?: string;
|
|
26
|
+
sourceCreationName?: string;
|
|
27
|
+
baseModels?: Array<types_SemanticBaseModelInputRepresentation_SemanticBaseModelInputRepresentation>;
|
|
28
|
+
semanticCalculatedDimensions?: Array<types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation>;
|
|
29
|
+
semanticCalculatedMeasurements?: Array<types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation>;
|
|
30
|
+
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
31
|
+
semanticGroupings?: Array<types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation>;
|
|
32
|
+
semanticLogicalViews?: Array<types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation>;
|
|
33
|
+
semanticMetrics?: Array<types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation>;
|
|
34
|
+
semanticParameters?: Array<types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation>;
|
|
35
|
+
semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
|
|
36
|
+
}
|
|
37
|
+
export declare const createResourceParams: (config: CreateSemanticModelConfig) => resources_postSsotSemanticModels_ResourceRequestConfig;
|
|
38
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateSemanticModelConfig>): adapter$45$utils_Untrusted<CreateSemanticModelConfig>;
|
|
39
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CreateSemanticModelConfig | null;
|
|
40
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CreateSemanticModelConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation, any>>;
|
|
41
|
+
export declare const createSemanticModelAdapterFactory: $64$luvio_engine_AdapterFactory<CreateSemanticModelConfig, types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation>;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getSsotSemanticSubMetricsBySubMetricIds_ResourceRequestConfig } from '../resources/getSsotSemanticSubMetricsBySubMetricIds';
|
|
4
|
+
import { SemanticSubMetricCollectionOutputRepresentation as types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation } from '../types/SemanticSubMetricCollectionOutputRepresentation';
|
|
5
|
+
export declare const adapterName = "getSemanticSubMetricsById";
|
|
6
|
+
export declare const getSemanticSubMetricsById_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getSemanticSubMetricsById_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetSemanticSubMetricsByIdConfig {
|
|
9
|
+
subMetricIds: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const createResourceParams: (config: GetSemanticSubMetricsByIdConfig) => resources_getSsotSemanticSubMetricsBySubMetricIds_ResourceRequestConfig;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetSemanticSubMetricsByIdConfig): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetSemanticSubMetricsByIdConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetSemanticSubMetricsByIdConfig>): adapter$45$utils_Untrusted<GetSemanticSubMetricsByIdConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetSemanticSubMetricsByIdConfig | null;
|
|
16
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetSemanticSubMetricsByIdConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSemanticSubMetricsByIdConfig): $64$luvio_engine_Snapshot<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation, any>;
|
|
18
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetSemanticSubMetricsByIdConfig, resourceParams: resources_getSsotSemanticSubMetricsBySubMetricIds_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation, any>>;
|
|
19
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetSemanticSubMetricsByIdConfig, resourceParams: resources_getSsotSemanticSubMetricsBySubMetricIds_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
20
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSemanticSubMetricsByIdConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation, any>>;
|
|
21
|
+
export type BuildSnapshotContext = {
|
|
22
|
+
luvio: $64$luvio_engine_Luvio;
|
|
23
|
+
config: GetSemanticSubMetricsByIdConfig;
|
|
24
|
+
};
|
|
25
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation, any>>;
|
|
26
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation>): $64$luvio_engine_Snapshot<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation, any>;
|
|
27
|
+
export declare const getSemanticSubMetricsByIdAdapterFactory: $64$luvio_engine_AdapterFactory<GetSemanticSubMetricsByIdConfig, types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation>;
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { SemanticBaseModelInputRepresentation as types_SemanticBaseModelInputRepresentation_SemanticBaseModelInputRepresentation } from '../types/SemanticBaseModelInputRepresentation';
|
|
4
|
+
import { SemanticCalculatedDimensionInputRepresentation as types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation } from '../types/SemanticCalculatedDimensionInputRepresentation';
|
|
5
|
+
import { SemanticCalculatedMeasurementInputRepresentation as types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation } from '../types/SemanticCalculatedMeasurementInputRepresentation';
|
|
6
|
+
import { SemanticDataObjectInputRepresentation as types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation } from '../types/SemanticDataObjectInputRepresentation';
|
|
7
|
+
import { SemanticGroupingInputRepresentation as types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation } from '../types/SemanticGroupingInputRepresentation';
|
|
8
|
+
import { SemanticLogicalViewInputRepresentation as types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation } from '../types/SemanticLogicalViewInputRepresentation';
|
|
9
|
+
import { SemanticMetricInputRepresentation as types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation } from '../types/SemanticMetricInputRepresentation';
|
|
10
|
+
import { SemanticParameterInputRepresentation as types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation } from '../types/SemanticParameterInputRepresentation';
|
|
11
|
+
import { SemanticRelationshipInputRepresentation as types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation } from '../types/SemanticRelationshipInputRepresentation';
|
|
12
|
+
import { ResourceRequestConfig as resources_patchSsotSemanticModelsByModelApiNameOrId_ResourceRequestConfig } from '../resources/patchSsotSemanticModelsByModelApiNameOrId';
|
|
13
|
+
import { SemanticModelOutputRepresentation as types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation } from '../types/SemanticModelOutputRepresentation';
|
|
14
|
+
export declare const adapterName = "patchSemanticModel";
|
|
15
|
+
export declare const patchSemanticModel_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
16
|
+
export declare const patchSemanticModel_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
17
|
+
export interface PatchSemanticModelConfig {
|
|
18
|
+
modelApiNameOrId: string;
|
|
19
|
+
apiName?: string;
|
|
20
|
+
description?: string;
|
|
21
|
+
label?: string;
|
|
22
|
+
app?: string;
|
|
23
|
+
categories?: Array<string>;
|
|
24
|
+
dataspace?: string;
|
|
25
|
+
queryUnrelatedDataObjects?: string;
|
|
26
|
+
sourceCreation?: string;
|
|
27
|
+
sourceCreationName?: string;
|
|
28
|
+
baseModels?: Array<types_SemanticBaseModelInputRepresentation_SemanticBaseModelInputRepresentation>;
|
|
29
|
+
semanticCalculatedDimensions?: Array<types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation>;
|
|
30
|
+
semanticCalculatedMeasurements?: Array<types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation>;
|
|
31
|
+
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
32
|
+
semanticGroupings?: Array<types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation>;
|
|
33
|
+
semanticLogicalViews?: Array<types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation>;
|
|
34
|
+
semanticMetrics?: Array<types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation>;
|
|
35
|
+
semanticParameters?: Array<types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation>;
|
|
36
|
+
semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
|
|
37
|
+
}
|
|
38
|
+
export declare const createResourceParams: (config: PatchSemanticModelConfig) => resources_patchSsotSemanticModelsByModelApiNameOrId_ResourceRequestConfig;
|
|
39
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<PatchSemanticModelConfig>): adapter$45$utils_Untrusted<PatchSemanticModelConfig>;
|
|
40
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): PatchSemanticModelConfig | null;
|
|
41
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: PatchSemanticModelConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation, any>>;
|
|
42
|
+
export declare const patchSemanticModelAdapterFactory: $64$luvio_engine_AdapterFactory<PatchSemanticModelConfig, types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation>;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export { getSemanticModelsAdapterFactory } from '../adapters/getSemanticModels';
|
|
2
|
+
export { createSemanticModelAdapterFactory } from '../adapters/createSemanticModel';
|
|
2
3
|
export { getSemanticModelAdapterFactory } from '../adapters/getSemanticModel';
|
|
4
|
+
export { patchSemanticModelAdapterFactory } from '../adapters/patchSemanticModel';
|
|
3
5
|
export { getSemanticMetricsToSubMetricsAdapterFactory } from '../adapters/getSemanticMetricsToSubMetrics';
|
|
4
6
|
export { getSemanticMetricsAdapterFactory } from '../adapters/getSemanticMetrics';
|
|
5
7
|
export { getSemanticMetricAdapterFactory } from '../adapters/getSemanticMetric';
|
|
@@ -7,3 +9,4 @@ export { getSemanticSubMetricsAdapterFactory } from '../adapters/getSemanticSubM
|
|
|
7
9
|
export { createSemanticSubMetricAdapterFactory } from '../adapters/createSemanticSubMetric';
|
|
8
10
|
export { deleteSemanticSubMetricAdapterFactory } from '../adapters/deleteSemanticSubMetric';
|
|
9
11
|
export { getSemanticSubMetricAdapterFactory } from '../adapters/getSemanticSubMetric';
|
|
12
|
+
export { getSemanticSubMetricsByIdAdapterFactory } from '../adapters/getSemanticSubMetricsById';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
declare let createSemanticModel: any;
|
|
1
2
|
declare let createSemanticSubMetric: any;
|
|
2
3
|
declare let deleteSemanticSubMetric: any;
|
|
3
4
|
declare let getSemanticMetric: any;
|
|
@@ -10,6 +11,8 @@ declare let getSemanticModels: any;
|
|
|
10
11
|
declare let getSemanticSubMetric: any;
|
|
11
12
|
declare let getSemanticSubMetricNotifyChange: any;
|
|
12
13
|
declare let getSemanticSubMetrics: any;
|
|
14
|
+
declare let getSemanticSubMetricsById: any;
|
|
15
|
+
declare let patchSemanticModel: any;
|
|
13
16
|
declare let getSemanticMetric_imperative: any;
|
|
14
17
|
declare let getSemanticMetrics_imperative: any;
|
|
15
18
|
declare let getSemanticMetricsToSubMetrics_imperative: any;
|
|
@@ -17,4 +20,5 @@ declare let getSemanticModel_imperative: any;
|
|
|
17
20
|
declare let getSemanticModels_imperative: any;
|
|
18
21
|
declare let getSemanticSubMetric_imperative: any;
|
|
19
22
|
declare let getSemanticSubMetrics_imperative: any;
|
|
20
|
-
|
|
23
|
+
declare let getSemanticSubMetricsById_imperative: any;
|
|
24
|
+
export { createSemanticModel, createSemanticSubMetric, deleteSemanticSubMetric, getSemanticMetric, getSemanticMetricNotifyChange, getSemanticMetrics, getSemanticMetricsToSubMetrics, getSemanticModel, getSemanticModelNotifyChange, getSemanticModels, getSemanticSubMetric, getSemanticSubMetricNotifyChange, getSemanticSubMetrics, getSemanticSubMetricsById, patchSemanticModel, getSemanticMetric_imperative, getSemanticMetrics_imperative, getSemanticMetricsToSubMetrics_imperative, getSemanticModel_imperative, getSemanticModels_imperative, getSemanticSubMetric_imperative, getSemanticSubMetrics_imperative, getSemanticSubMetricsById_imperative, };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
export interface ResourceRequestConfig {
|
|
3
|
+
urlParams: {
|
|
4
|
+
mappedFieldNameOrId: string;
|
|
5
|
+
modelApiNameOrId: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
9
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export declare function getResponseCacheKeys(cacheKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
11
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
12
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { SemanticMappedFieldOutputRepresentation as types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation } from '../types/SemanticMappedFieldOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
mappedFieldNameOrId: string;
|
|
6
|
+
modelApiNameOrId: string;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
11
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation): void;
|
|
13
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation, any>;
|
|
14
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { SemanticMappedFieldCollectionOutputRepresentation as types_SemanticMappedFieldCollectionOutputRepresentation_SemanticMappedFieldCollectionOutputRepresentation } from '../types/SemanticMappedFieldCollectionOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
modelApiNameOrId: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
10
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticMappedFieldCollectionOutputRepresentation_SemanticMappedFieldCollectionOutputRepresentation): void;
|
|
12
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticMappedFieldCollectionOutputRepresentation_SemanticMappedFieldCollectionOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticMappedFieldCollectionOutputRepresentation_SemanticMappedFieldCollectionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticMappedFieldCollectionOutputRepresentation_SemanticMappedFieldCollectionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticMappedFieldCollectionOutputRepresentation_SemanticMappedFieldCollectionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticMappedFieldCollectionOutputRepresentation_SemanticMappedFieldCollectionOutputRepresentation, any>;
|
|
13
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticMappedFieldCollectionOutputRepresentation_SemanticMappedFieldCollectionOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/getSsotSemanticSubMetricsBySubMetricIds.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { SemanticSubMetricCollectionOutputRepresentation as types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation } from '../types/SemanticSubMetricCollectionOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
subMetricIds: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
10
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation): void;
|
|
12
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation, any>;
|
|
13
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticSubMetricCollectionOutputRepresentation_SemanticSubMetricCollectionOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsByModelApiNameOrId.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { SemanticBaseModelInputRepresentation as types_SemanticBaseModelInputRep
|
|
|
2
2
|
import { SemanticCalculatedDimensionInputRepresentation as types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation } from '../types/SemanticCalculatedDimensionInputRepresentation';
|
|
3
3
|
import { SemanticCalculatedMeasurementInputRepresentation as types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation } from '../types/SemanticCalculatedMeasurementInputRepresentation';
|
|
4
4
|
import { SemanticDataObjectInputRepresentation as types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation } from '../types/SemanticDataObjectInputRepresentation';
|
|
5
|
+
import { SemanticGroupingInputRepresentation as types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation } from '../types/SemanticGroupingInputRepresentation';
|
|
5
6
|
import { SemanticLogicalViewInputRepresentation as types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation } from '../types/SemanticLogicalViewInputRepresentation';
|
|
6
7
|
import { SemanticMetricInputRepresentation as types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation } from '../types/SemanticMetricInputRepresentation';
|
|
7
8
|
import { SemanticParameterInputRepresentation as types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation } from '../types/SemanticParameterInputRepresentation';
|
|
@@ -26,6 +27,7 @@ export interface ResourceRequestConfig {
|
|
|
26
27
|
semanticCalculatedDimensions?: Array<types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation>;
|
|
27
28
|
semanticCalculatedMeasurements?: Array<types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation>;
|
|
28
29
|
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
30
|
+
semanticGroupings?: Array<types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation>;
|
|
29
31
|
semanticLogicalViews?: Array<types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation>;
|
|
30
32
|
semanticMetrics?: Array<types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation>;
|
|
31
33
|
semanticParameters?: Array<types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation>;
|
|
@@ -2,6 +2,7 @@ import { SemanticBaseModelInputRepresentation as types_SemanticBaseModelInputRep
|
|
|
2
2
|
import { SemanticCalculatedDimensionInputRepresentation as types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation } from '../types/SemanticCalculatedDimensionInputRepresentation';
|
|
3
3
|
import { SemanticCalculatedMeasurementInputRepresentation as types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation } from '../types/SemanticCalculatedMeasurementInputRepresentation';
|
|
4
4
|
import { SemanticDataObjectInputRepresentation as types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation } from '../types/SemanticDataObjectInputRepresentation';
|
|
5
|
+
import { SemanticGroupingInputRepresentation as types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation } from '../types/SemanticGroupingInputRepresentation';
|
|
5
6
|
import { SemanticLogicalViewInputRepresentation as types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation } from '../types/SemanticLogicalViewInputRepresentation';
|
|
6
7
|
import { SemanticMetricInputRepresentation as types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation } from '../types/SemanticMetricInputRepresentation';
|
|
7
8
|
import { SemanticParameterInputRepresentation as types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation } from '../types/SemanticParameterInputRepresentation';
|
|
@@ -23,6 +24,7 @@ export interface ResourceRequestConfig {
|
|
|
23
24
|
semanticCalculatedDimensions?: Array<types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation>;
|
|
24
25
|
semanticCalculatedMeasurements?: Array<types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation>;
|
|
25
26
|
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
27
|
+
semanticGroupings?: Array<types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation>;
|
|
26
28
|
semanticLogicalViews?: Array<types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation>;
|
|
27
29
|
semanticMetrics?: Array<types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation>;
|
|
28
30
|
semanticParameters?: Array<types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { SemanticModelOutputRepresentation as types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation } from '../types/SemanticModelOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
modelApiNameOrId: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation): void;
|
|
10
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticModelOutputRepresentation_SemanticModelOutputRepresentation, any>;
|
|
11
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
12
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SemanticTableFieldReferenceInputRepresentation as types_SemanticTableFieldReferenceInputRepresentation_SemanticTableFieldReferenceInputRepresentation } from '../types/SemanticTableFieldReferenceInputRepresentation';
|
|
2
|
+
import { SemanticDimensionInputRepresentation as types_SemanticDimensionInputRepresentation_SemanticDimensionInputRepresentation } from '../types/SemanticDimensionInputRepresentation';
|
|
3
|
+
import { SemanticMeasurementInputRepresentation as types_SemanticMeasurementInputRepresentation_SemanticMeasurementInputRepresentation } from '../types/SemanticMeasurementInputRepresentation';
|
|
4
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
5
|
+
import { SemanticMappedFieldOutputRepresentation as types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation } from '../types/SemanticMappedFieldOutputRepresentation';
|
|
6
|
+
export interface ResourceRequestConfig {
|
|
7
|
+
urlParams: {
|
|
8
|
+
modelApiNameOrId: string;
|
|
9
|
+
};
|
|
10
|
+
body: {
|
|
11
|
+
apiName?: string;
|
|
12
|
+
description?: string;
|
|
13
|
+
label?: string;
|
|
14
|
+
fields?: Array<types_SemanticTableFieldReferenceInputRepresentation_SemanticTableFieldReferenceInputRepresentation>;
|
|
15
|
+
logicalViewId?: string;
|
|
16
|
+
semanticDimension?: types_SemanticDimensionInputRepresentation_SemanticDimensionInputRepresentation;
|
|
17
|
+
semanticMeasurement?: types_SemanticMeasurementInputRepresentation_SemanticMeasurementInputRepresentation;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
21
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation): void;
|
|
22
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation, any>;
|
|
23
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
24
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsByModelApiNameOrId.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { SemanticBaseModelInputRepresentation as types_SemanticBaseModelInputRep
|
|
|
2
2
|
import { SemanticCalculatedDimensionInputRepresentation as types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation } from '../types/SemanticCalculatedDimensionInputRepresentation';
|
|
3
3
|
import { SemanticCalculatedMeasurementInputRepresentation as types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation } from '../types/SemanticCalculatedMeasurementInputRepresentation';
|
|
4
4
|
import { SemanticDataObjectInputRepresentation as types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation } from '../types/SemanticDataObjectInputRepresentation';
|
|
5
|
+
import { SemanticGroupingInputRepresentation as types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation } from '../types/SemanticGroupingInputRepresentation';
|
|
5
6
|
import { SemanticLogicalViewInputRepresentation as types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation } from '../types/SemanticLogicalViewInputRepresentation';
|
|
6
7
|
import { SemanticMetricInputRepresentation as types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation } from '../types/SemanticMetricInputRepresentation';
|
|
7
8
|
import { SemanticParameterInputRepresentation as types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation } from '../types/SemanticParameterInputRepresentation';
|
|
@@ -26,6 +27,7 @@ export interface ResourceRequestConfig {
|
|
|
26
27
|
semanticCalculatedDimensions?: Array<types_SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation>;
|
|
27
28
|
semanticCalculatedMeasurements?: Array<types_SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation>;
|
|
28
29
|
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
30
|
+
semanticGroupings?: Array<types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation>;
|
|
29
31
|
semanticLogicalViews?: Array<types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation>;
|
|
30
32
|
semanticMetrics?: Array<types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation>;
|
|
31
33
|
semanticParameters?: Array<types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation>;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { SemanticTableFieldReferenceInputRepresentation as types_SemanticTableFieldReferenceInputRepresentation_SemanticTableFieldReferenceInputRepresentation } from '../types/SemanticTableFieldReferenceInputRepresentation';
|
|
2
|
+
import { SemanticDimensionInputRepresentation as types_SemanticDimensionInputRepresentation_SemanticDimensionInputRepresentation } from '../types/SemanticDimensionInputRepresentation';
|
|
3
|
+
import { SemanticMeasurementInputRepresentation as types_SemanticMeasurementInputRepresentation_SemanticMeasurementInputRepresentation } from '../types/SemanticMeasurementInputRepresentation';
|
|
4
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
5
|
+
import { SemanticMappedFieldOutputRepresentation as types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation } from '../types/SemanticMappedFieldOutputRepresentation';
|
|
6
|
+
export interface ResourceRequestConfig {
|
|
7
|
+
urlParams: {
|
|
8
|
+
mappedFieldNameOrId: string;
|
|
9
|
+
modelApiNameOrId: string;
|
|
10
|
+
};
|
|
11
|
+
body: {
|
|
12
|
+
apiName?: string;
|
|
13
|
+
description?: string;
|
|
14
|
+
label?: string;
|
|
15
|
+
fields?: Array<types_SemanticTableFieldReferenceInputRepresentation_SemanticTableFieldReferenceInputRepresentation>;
|
|
16
|
+
logicalViewId?: string;
|
|
17
|
+
semanticDimension?: types_SemanticDimensionInputRepresentation_SemanticDimensionInputRepresentation;
|
|
18
|
+
semanticMeasurement?: types_SemanticMeasurementInputRepresentation_SemanticMeasurementInputRepresentation;
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
22
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation): void;
|
|
23
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation, any>;
|
|
24
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
25
|
+
export default createResourceRequest;
|
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 = "73f6dcc407a195406ad51833ee77bfc6";
|
|
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,8 +31,6 @@ 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
|
-
/** Required if the DataType is “Geo”. The geographic role of the Semantic Calculated Dimension. Valid values are Airport, Area Code (US), CBSA/MSA (US), City,Congressional, District (US), Country/Region, Country, NUTS Europe, Latitude, Longitude, State/Province and Zip Code/Postcode. */
|
|
35
|
-
geoRole?: string;
|
|
36
34
|
/** Indicates whether the Semantic Calculated Dimension is visible in the consumption layer (true) or not (false). True is the default. */
|
|
37
35
|
isVisible?: boolean;
|
|
38
36
|
/** 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. */
|
|
@@ -59,7 +57,6 @@ export interface SemanticCalculatedDimensionInputRepresentation {
|
|
|
59
57
|
expression?: string;
|
|
60
58
|
filterLogic?: string;
|
|
61
59
|
filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
62
|
-
geoRole?: string;
|
|
63
60
|
isVisible?: boolean;
|
|
64
61
|
label?: string;
|
|
65
62
|
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 = "ff65b61056eb2b2c8408d53df92d147b";
|
|
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 {
|
|
@@ -46,8 +46,6 @@ export interface SemanticCalculatedDimensionOutputRepresentationNormalized {
|
|
|
46
46
|
filterLogic?: string;
|
|
47
47
|
/** A list of filters to be used to create filter logic. */
|
|
48
48
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
49
|
-
/** The subtype for the 'Geo' data type. only valid and required when the data type is 'Geo' */
|
|
50
|
-
geoRole?: string;
|
|
51
49
|
/** The object ID of the semantic entity. */
|
|
52
50
|
id: string;
|
|
53
51
|
/** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
|
|
@@ -83,7 +81,6 @@ export interface SemanticCalculatedDimensionOutputRepresentation {
|
|
|
83
81
|
expression?: string;
|
|
84
82
|
filterLogic?: string;
|
|
85
83
|
filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
|
|
86
|
-
geoRole?: string;
|
|
87
84
|
id: string;
|
|
88
85
|
isVisible?: boolean;
|
|
89
86
|
label?: string;
|
|
@@ -39,7 +39,7 @@ export interface SemanticCalculatedMeasurementInputRepresentationNormalized {
|
|
|
39
39
|
isVisible?: boolean;
|
|
40
40
|
/** 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. */
|
|
41
41
|
label?: string;
|
|
42
|
-
/** The
|
|
42
|
+
/** 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". */
|
|
43
43
|
semanticDataType?: string;
|
|
44
44
|
/** Should we treat null values as zeros? */
|
|
45
45
|
shouldTreatNullsAsZeros?: boolean;
|
|
@@ -62,7 +62,7 @@ export interface SemanticCalculatedMeasurementOutputRepresentationNormalized {
|
|
|
62
62
|
lastModifiedBy?: string;
|
|
63
63
|
/** The date in which the semantic entity was last modified. */
|
|
64
64
|
lastModifiedDate?: string;
|
|
65
|
-
/** The
|
|
65
|
+
/** 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". */
|
|
66
66
|
semanticDataType?: string;
|
|
67
67
|
/** Should we treat nulls as zeros? */
|
|
68
68
|
shouldTreatNullsAsZeros?: boolean;
|
|
@@ -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 = "b8c306923b31b741a70f5741147ac22c";
|
|
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: SemanticDimensionInputRepresentation, existing: SemanticDimensionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticDimensionInputRepresentationNormalized;
|
|
@@ -26,8 +26,6 @@ export interface SemanticDimensionInputRepresentationNormalized {
|
|
|
26
26
|
description?: string;
|
|
27
27
|
/** 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. */
|
|
28
28
|
displayCategory?: string;
|
|
29
|
-
/** Required if the DataType is “Geo”. The geographic role of the Semantic Calculated Dimension. Valid values are Airport, Area Code (US), CBSA/MSA (US), City,Congressional, District (US), Country/Region, Country, NUTS Europe, Latitude, Longitude, State/Province and Zip Code/Postcode. */
|
|
30
|
-
geoRole?: string;
|
|
31
29
|
/** Indicates whether the Semantic Calculated Dimension is visible in the consumption layer (true) or not (false). True is the default. */
|
|
32
30
|
isVisible?: boolean;
|
|
33
31
|
/** 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. */
|
|
@@ -50,7 +48,6 @@ export interface SemanticDimensionInputRepresentation {
|
|
|
50
48
|
decimalPlace?: number;
|
|
51
49
|
description?: string;
|
|
52
50
|
displayCategory?: string;
|
|
53
|
-
geoRole?: string;
|
|
54
51
|
isVisible?: boolean;
|
|
55
52
|
label?: string;
|
|
56
53
|
semanticDataType?: string;
|
|
@@ -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 = "5965b9e22afe378b9dd44153a3f9eb07";
|
|
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 {
|
|
@@ -41,8 +41,6 @@ export interface SemanticDimensionOutputRepresentationNormalized {
|
|
|
41
41
|
description?: string;
|
|
42
42
|
/** 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. */
|
|
43
43
|
displayCategory?: string;
|
|
44
|
-
/** The subtype for the 'Geo' data type. only valid and required when the data type is 'Geo' */
|
|
45
|
-
geoRole?: string;
|
|
46
44
|
/** The object ID of the semantic entity. */
|
|
47
45
|
id: string;
|
|
48
46
|
/** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
|
|
@@ -74,7 +72,6 @@ export interface SemanticDimensionOutputRepresentation {
|
|
|
74
72
|
decimalPlace?: number;
|
|
75
73
|
description?: string;
|
|
76
74
|
displayCategory?: string;
|
|
77
|
-
geoRole?: string;
|
|
78
75
|
id: string;
|
|
79
76
|
isVisible?: boolean;
|
|
80
77
|
label?: string;
|
|
@@ -0,0 +1,38 @@
|
|
|
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';
|
|
2
|
+
import { SemanticMappedFieldOutputRepresentation as SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation } from './SemanticMappedFieldOutputRepresentation';
|
|
3
|
+
export declare const VERSION = "4efdcbd5219524d3df7cdb2c69cd521d";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SemanticMappedFieldCollectionOutputRepresentation, existing: SemanticMappedFieldCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticMappedFieldCollectionOutputRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
items: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SemanticMappedFieldCollectionOutputRepresentation, existing: SemanticMappedFieldCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SemanticMappedFieldCollectionOutputRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export interface DynamicSelectParams {
|
|
13
|
+
items?: $64$luvio_engine_LinkSelection;
|
|
14
|
+
}
|
|
15
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: SemanticMappedFieldCollectionOutputRepresentationNormalized, incoming: SemanticMappedFieldCollectionOutputRepresentationNormalized): boolean;
|
|
17
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
18
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticMappedFieldCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
20
|
+
/**
|
|
21
|
+
* Semantic mapped field collection representation.
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface SemanticMappedFieldCollectionOutputRepresentationNormalized {
|
|
27
|
+
/** A list of semanticMappedFields. */
|
|
28
|
+
items?: Array<$64$luvio_engine_StoreLink>;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Semantic mapped field collection representation.
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface SemanticMappedFieldCollectionOutputRepresentation {
|
|
37
|
+
items?: Array<SemanticMappedFieldOutputRepresentation_SemanticMappedFieldOutputRepresentation>;
|
|
38
|
+
}
|
package/dist/es/es2018/types/src/generated/types/SemanticMeasurementInputRepresentation.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ export interface SemanticMeasurementInputRepresentationNormalized {
|
|
|
34
34
|
isVisible?: boolean;
|
|
35
35
|
/** 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. */
|
|
36
36
|
label?: string;
|
|
37
|
-
/** The
|
|
37
|
+
/** 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". */
|
|
38
38
|
semanticDataType?: string;
|
|
39
39
|
/** Should we treat null values as zeros? */
|
|
40
40
|
shouldTreatNullsAsZeros?: boolean;
|