@salesforce/lds-adapters-cdp-semantic-authoring 1.332.0-dev2 → 1.332.0-dev21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/cdp-semantic-authoring.js +2613 -1058
- package/dist/es/es2018/types/src/generated/adapters/createSemanticGoal.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteGoalFromSubMetric.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteSemanticGoal.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/getLeafDependenciesByTypes.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticGoal.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticSubMetrics.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticSubMetricsById.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/adapters/patchSemanticMetricGoal.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/updateSemanticGoal.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +7 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +11 -1
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDependenciesByModelApiNameOrId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsSubMetricsByModelApiNameOrId.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticSubMetricsBySubMetricIds.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +3 -5
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsDataObjectsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsByModelApiNameOrId.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsParametersByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsParametersByModelApiNameOrIdAndParameterApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticGoalDateRangeInputRepresentation.d.ts +5 -5
- package/dist/es/es2018/types/src/generated/types/SemanticGoalDateRangeOutputRepresentation.d.ts +9 -9
- package/dist/es/es2018/types/src/generated/types/SemanticGoalInputRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalOutputRepresentation.d.ts +84 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalStatusConditionInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalStatusConditionOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewInputRepresentation.d.ts +6 -3
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +6 -3
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewPartialInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementInputRepresentation.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMetricGoalInputRepresentation.d.ts +8 -12
- package/dist/es/es2018/types/src/generated/types/SemanticMetricGoalOutputRepresentation.d.ts +8 -12
- package/dist/es/es2018/types/src/generated/types/SemanticParameterInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticParameterListValueInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticParameterListValueOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticParameterOutputRepresentation.d.ts +5 -1
- package/package.json +3 -3
- package/sfdc/index.js +2749 -1118
- package/src/raml/api.raml +467 -50
- package/src/raml/luvio.raml +40 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalValueInputRepresentation.d.ts +0 -28
- package/dist/es/es2018/types/src/generated/types/SemanticGoalValueOutputRepresentation.d.ts +0 -28
|
@@ -0,0 +1,24 @@
|
|
|
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 { SemanticGoalDateRangeInputRepresentation as types_SemanticGoalDateRangeInputRepresentation_SemanticGoalDateRangeInputRepresentation } from '../types/SemanticGoalDateRangeInputRepresentation';
|
|
4
|
+
import { SemanticGoalStatusConditionInputRepresentation as types_SemanticGoalStatusConditionInputRepresentation_SemanticGoalStatusConditionInputRepresentation } from '../types/SemanticGoalStatusConditionInputRepresentation';
|
|
5
|
+
import { ResourceRequestConfig as resources_postSsotSemanticModelsGoalsByModelApiNameOrId_ResourceRequestConfig } from '../resources/postSsotSemanticModelsGoalsByModelApiNameOrId';
|
|
6
|
+
import { SemanticGoalOutputRepresentation as types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation } from '../types/SemanticGoalOutputRepresentation';
|
|
7
|
+
export declare const adapterName = "createSemanticGoal";
|
|
8
|
+
export declare const createSemanticGoal_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
9
|
+
export declare const createSemanticGoal_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
10
|
+
export interface CreateSemanticGoalConfig {
|
|
11
|
+
modelApiNameOrId: string;
|
|
12
|
+
apiName?: string;
|
|
13
|
+
description?: string;
|
|
14
|
+
label?: string;
|
|
15
|
+
dateRange: types_SemanticGoalDateRangeInputRepresentation_SemanticGoalDateRangeInputRepresentation;
|
|
16
|
+
forecasting?: boolean;
|
|
17
|
+
statusConditions: Array<types_SemanticGoalStatusConditionInputRepresentation_SemanticGoalStatusConditionInputRepresentation>;
|
|
18
|
+
subMetricDefinitionApiName: string;
|
|
19
|
+
}
|
|
20
|
+
export declare const createResourceParams: (config: CreateSemanticGoalConfig) => resources_postSsotSemanticModelsGoalsByModelApiNameOrId_ResourceRequestConfig;
|
|
21
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateSemanticGoalConfig>): adapter$45$utils_Untrusted<CreateSemanticGoalConfig>;
|
|
22
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CreateSemanticGoalConfig | null;
|
|
23
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CreateSemanticGoalConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, any>>;
|
|
24
|
+
export declare const createSemanticGoalAdapterFactory: $64$luvio_engine_AdapterFactory<CreateSemanticGoalConfig, types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, DeleteAdapterFactory as $64$luvio_engine_DeleteAdapterFactory } 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_deleteSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId_ResourceRequestConfig } from '../resources/deleteSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId';
|
|
4
|
+
export declare const adapterName = "deleteGoalFromSubMetric";
|
|
5
|
+
export declare const deleteGoalFromSubMetric_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
6
|
+
export declare const deleteGoalFromSubMetric_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
7
|
+
export interface DeleteGoalFromSubMetricConfig {
|
|
8
|
+
modelApiNameOrId: string;
|
|
9
|
+
subMetricNameOrId: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const createResourceParams: (config: DeleteGoalFromSubMetricConfig) => resources_deleteSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId_ResourceRequestConfig;
|
|
12
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<DeleteGoalFromSubMetricConfig>): adapter$45$utils_Untrusted<DeleteGoalFromSubMetricConfig>;
|
|
13
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): DeleteGoalFromSubMetricConfig | null;
|
|
14
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: DeleteGoalFromSubMetricConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<void>;
|
|
15
|
+
export declare const deleteGoalFromSubMetricAdapterFactory: $64$luvio_engine_DeleteAdapterFactory<DeleteGoalFromSubMetricConfig>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, DeleteAdapterFactory as $64$luvio_engine_DeleteAdapterFactory } 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_deleteSsotSemanticModelsGoalsByModelApiNameOrId_ResourceRequestConfig } from '../resources/deleteSsotSemanticModelsGoalsByModelApiNameOrId';
|
|
4
|
+
export declare const adapterName = "deleteSemanticGoal";
|
|
5
|
+
export declare const deleteSemanticGoal_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
6
|
+
export declare const deleteSemanticGoal_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
7
|
+
export interface DeleteSemanticGoalConfig {
|
|
8
|
+
modelApiNameOrId: string;
|
|
9
|
+
endDate: string;
|
|
10
|
+
startDate: string;
|
|
11
|
+
subMetricApiNameOrId: string;
|
|
12
|
+
}
|
|
13
|
+
export declare const createResourceParams: (config: DeleteSemanticGoalConfig) => resources_deleteSsotSemanticModelsGoalsByModelApiNameOrId_ResourceRequestConfig;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<DeleteSemanticGoalConfig>): adapter$45$utils_Untrusted<DeleteSemanticGoalConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): DeleteSemanticGoalConfig | null;
|
|
16
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: DeleteSemanticGoalConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<void>;
|
|
17
|
+
export declare const deleteSemanticGoalAdapterFactory: $64$luvio_engine_DeleteAdapterFactory<DeleteSemanticGoalConfig>;
|
|
@@ -0,0 +1,28 @@
|
|
|
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_getSsotSemanticModelsDependenciesByModelApiNameOrId_ResourceRequestConfig } from '../resources/getSsotSemanticModelsDependenciesByModelApiNameOrId';
|
|
4
|
+
import { SemanticDependencyCollectionOutputRepresentation as types_SemanticDependencyCollectionOutputRepresentation_SemanticDependencyCollectionOutputRepresentation } from '../types/SemanticDependencyCollectionOutputRepresentation';
|
|
5
|
+
export declare const adapterName = "getLeafDependenciesByTypes";
|
|
6
|
+
export declare const getLeafDependenciesByTypes_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getLeafDependenciesByTypes_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetLeafDependenciesByTypesConfig {
|
|
9
|
+
modelApiNameOrId: string;
|
|
10
|
+
types?: Array<string>;
|
|
11
|
+
}
|
|
12
|
+
export declare const createResourceParams: (config: GetLeafDependenciesByTypesConfig) => resources_getSsotSemanticModelsDependenciesByModelApiNameOrId_ResourceRequestConfig;
|
|
13
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetLeafDependenciesByTypesConfig): string;
|
|
14
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetLeafDependenciesByTypesConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetLeafDependenciesByTypesConfig>): adapter$45$utils_Untrusted<GetLeafDependenciesByTypesConfig>;
|
|
16
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetLeafDependenciesByTypesConfig | null;
|
|
17
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetLeafDependenciesByTypesConfig): $64$luvio_engine_Fragment;
|
|
18
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLeafDependenciesByTypesConfig): $64$luvio_engine_Snapshot<types_SemanticDependencyCollectionOutputRepresentation_SemanticDependencyCollectionOutputRepresentation, any>;
|
|
19
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetLeafDependenciesByTypesConfig, resourceParams: resources_getSsotSemanticModelsDependenciesByModelApiNameOrId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticDependencyCollectionOutputRepresentation_SemanticDependencyCollectionOutputRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_SemanticDependencyCollectionOutputRepresentation_SemanticDependencyCollectionOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_SemanticDependencyCollectionOutputRepresentation_SemanticDependencyCollectionOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_SemanticDependencyCollectionOutputRepresentation_SemanticDependencyCollectionOutputRepresentation, any>>;
|
|
20
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetLeafDependenciesByTypesConfig, resourceParams: resources_getSsotSemanticModelsDependenciesByModelApiNameOrId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
21
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLeafDependenciesByTypesConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_SemanticDependencyCollectionOutputRepresentation_SemanticDependencyCollectionOutputRepresentation, any>>;
|
|
22
|
+
export type BuildSnapshotContext = {
|
|
23
|
+
luvio: $64$luvio_engine_Luvio;
|
|
24
|
+
config: GetLeafDependenciesByTypesConfig;
|
|
25
|
+
};
|
|
26
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_SemanticDependencyCollectionOutputRepresentation_SemanticDependencyCollectionOutputRepresentation, any>>;
|
|
27
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_SemanticDependencyCollectionOutputRepresentation_SemanticDependencyCollectionOutputRepresentation>): $64$luvio_engine_Snapshot<types_SemanticDependencyCollectionOutputRepresentation_SemanticDependencyCollectionOutputRepresentation, any>;
|
|
28
|
+
export declare const getLeafDependenciesByTypesAdapterFactory: $64$luvio_engine_AdapterFactory<GetLeafDependenciesByTypesConfig, types_SemanticDependencyCollectionOutputRepresentation_SemanticDependencyCollectionOutputRepresentation>;
|
|
@@ -0,0 +1,31 @@
|
|
|
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, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getSsotSemanticModelsGoalsByModelApiNameOrId_ResourceRequestConfig } from '../resources/getSsotSemanticModelsGoalsByModelApiNameOrId';
|
|
4
|
+
import { SemanticGoalOutputRepresentation as types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, KeyParams as types_SemanticGoalOutputRepresentation_KeyParams } from '../types/SemanticGoalOutputRepresentation';
|
|
5
|
+
export declare const adapterName = "getSemanticGoal";
|
|
6
|
+
export declare const getSemanticGoal_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getSemanticGoal_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetSemanticGoalConfig {
|
|
9
|
+
modelApiNameOrId: string;
|
|
10
|
+
endDate: string;
|
|
11
|
+
startDate: string;
|
|
12
|
+
subMetricApiNameOrId: string;
|
|
13
|
+
}
|
|
14
|
+
export declare const createResourceParams: (config: GetSemanticGoalConfig) => resources_getSsotSemanticModelsGoalsByModelApiNameOrId_ResourceRequestConfig;
|
|
15
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetSemanticGoalConfig): string;
|
|
16
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetSemanticGoalConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
17
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetSemanticGoalConfig>): adapter$45$utils_Untrusted<GetSemanticGoalConfig>;
|
|
18
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetSemanticGoalConfig | null;
|
|
19
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetSemanticGoalConfig): $64$luvio_engine_Fragment;
|
|
20
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSemanticGoalConfig): $64$luvio_engine_Snapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, any>;
|
|
21
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetSemanticGoalConfig, resourceParams: resources_getSsotSemanticModelsGoalsByModelApiNameOrId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, any>>;
|
|
22
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetSemanticGoalConfig, resourceParams: resources_getSsotSemanticModelsGoalsByModelApiNameOrId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
23
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSemanticGoalConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, any>>;
|
|
24
|
+
export type BuildSnapshotContext = {
|
|
25
|
+
luvio: $64$luvio_engine_Luvio;
|
|
26
|
+
config: GetSemanticGoalConfig;
|
|
27
|
+
};
|
|
28
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, any>>;
|
|
29
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation>): $64$luvio_engine_Snapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, any>;
|
|
30
|
+
export declare const getSemanticGoalAdapterFactory: $64$luvio_engine_AdapterFactory<GetSemanticGoalConfig, types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation>;
|
|
31
|
+
export declare const notifyChangeFactory: (luvio: $64$luvio_engine_Luvio, options?: $64$luvio_engine_DispatchResourceRequestContext) => (configs: adapter$45$utils_UncoercedConfiguration<types_SemanticGoalOutputRepresentation_KeyParams, any>[]) => void;
|
|
@@ -7,6 +7,7 @@ export declare const getSemanticSubMetrics_ConfigPropertyMetadata: $64$luvio_eng
|
|
|
7
7
|
export declare const getSemanticSubMetrics_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface GetSemanticSubMetricsConfig {
|
|
9
9
|
modelApiNameOrId: string;
|
|
10
|
+
hasGoal?: boolean;
|
|
10
11
|
}
|
|
11
12
|
export declare const createResourceParams: (config: GetSemanticSubMetricsConfig) => resources_getSsotSemanticModelsSubMetricsByModelApiNameOrId_ResourceRequestConfig;
|
|
12
13
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetSemanticSubMetricsConfig): string;
|
|
@@ -7,6 +7,8 @@ export declare const getSemanticSubMetricsById_ConfigPropertyMetadata: $64$luvio
|
|
|
7
7
|
export declare const getSemanticSubMetricsById_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface GetSemanticSubMetricsByIdConfig {
|
|
9
9
|
subMetricIds: string;
|
|
10
|
+
sortBy?: string;
|
|
11
|
+
sortOrder?: string;
|
|
10
12
|
}
|
|
11
13
|
export declare const createResourceParams: (config: GetSemanticSubMetricsByIdConfig) => resources_getSsotSemanticSubMetricsBySubMetricIds_ResourceRequestConfig;
|
|
12
14
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetSemanticSubMetricsByIdConfig): string;
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { SemanticGoalStatusConditionInputRepresentation as types_SemanticGoalStatusConditionInputRepresentation_SemanticGoalStatusConditionInputRepresentation } from '../types/SemanticGoalStatusConditionInputRepresentation';
|
|
4
|
+
import { ResourceRequestConfig as resources_patchSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId_ResourceRequestConfig } from '../resources/patchSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId';
|
|
5
|
+
import { SemanticSubMetricOutputRepresentation as types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation } from '../types/SemanticSubMetricOutputRepresentation';
|
|
6
|
+
export declare const adapterName = "patchSemanticMetricGoal";
|
|
7
|
+
export declare const patchSemanticMetricGoal_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
8
|
+
export declare const patchSemanticMetricGoal_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
9
|
+
export interface PatchSemanticMetricGoalConfig {
|
|
10
|
+
modelApiNameOrId: string;
|
|
11
|
+
subMetricNameOrId: string;
|
|
12
|
+
forecasting?: boolean;
|
|
13
|
+
statusConditions?: Array<types_SemanticGoalStatusConditionInputRepresentation_SemanticGoalStatusConditionInputRepresentation>;
|
|
14
|
+
}
|
|
15
|
+
export declare const createResourceParams: (config: PatchSemanticMetricGoalConfig) => resources_patchSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId_ResourceRequestConfig;
|
|
16
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<PatchSemanticMetricGoalConfig>): adapter$45$utils_Untrusted<PatchSemanticMetricGoalConfig>;
|
|
17
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): PatchSemanticMetricGoalConfig | null;
|
|
18
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: PatchSemanticMetricGoalConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation, any>>;
|
|
19
|
+
export declare const patchSemanticMetricGoalAdapterFactory: $64$luvio_engine_AdapterFactory<PatchSemanticMetricGoalConfig, types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation>;
|
|
@@ -0,0 +1,27 @@
|
|
|
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 { SemanticGoalDateRangeInputRepresentation as types_SemanticGoalDateRangeInputRepresentation_SemanticGoalDateRangeInputRepresentation } from '../types/SemanticGoalDateRangeInputRepresentation';
|
|
4
|
+
import { SemanticGoalStatusConditionInputRepresentation as types_SemanticGoalStatusConditionInputRepresentation_SemanticGoalStatusConditionInputRepresentation } from '../types/SemanticGoalStatusConditionInputRepresentation';
|
|
5
|
+
import { ResourceRequestConfig as resources_putSsotSemanticModelsGoalsByModelApiNameOrId_ResourceRequestConfig } from '../resources/putSsotSemanticModelsGoalsByModelApiNameOrId';
|
|
6
|
+
import { SemanticGoalOutputRepresentation as types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation } from '../types/SemanticGoalOutputRepresentation';
|
|
7
|
+
export declare const adapterName = "updateSemanticGoal";
|
|
8
|
+
export declare const updateSemanticGoal_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
9
|
+
export declare const updateSemanticGoal_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
10
|
+
export interface UpdateSemanticGoalConfig {
|
|
11
|
+
modelApiNameOrId: string;
|
|
12
|
+
endDate: string;
|
|
13
|
+
startDate: string;
|
|
14
|
+
subMetricApiNameOrId: string;
|
|
15
|
+
apiName?: string;
|
|
16
|
+
description?: string;
|
|
17
|
+
label?: string;
|
|
18
|
+
dateRange: types_SemanticGoalDateRangeInputRepresentation_SemanticGoalDateRangeInputRepresentation;
|
|
19
|
+
forecasting?: boolean;
|
|
20
|
+
statusConditions: Array<types_SemanticGoalStatusConditionInputRepresentation_SemanticGoalStatusConditionInputRepresentation>;
|
|
21
|
+
subMetricDefinitionApiName: string;
|
|
22
|
+
}
|
|
23
|
+
export declare const createResourceParams: (config: UpdateSemanticGoalConfig) => resources_putSsotSemanticModelsGoalsByModelApiNameOrId_ResourceRequestConfig;
|
|
24
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateSemanticGoalConfig>): adapter$45$utils_Untrusted<UpdateSemanticGoalConfig>;
|
|
25
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateSemanticGoalConfig | null;
|
|
26
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: UpdateSemanticGoalConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, any>>;
|
|
27
|
+
export declare const updateSemanticGoalAdapterFactory: $64$luvio_engine_AdapterFactory<UpdateSemanticGoalConfig, types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation>;
|
|
@@ -3,6 +3,11 @@ export { getSemanticModelsAdapterFactory } from '../adapters/getSemanticModels';
|
|
|
3
3
|
export { createSemanticModelAdapterFactory } from '../adapters/createSemanticModel';
|
|
4
4
|
export { getSemanticModelAdapterFactory } from '../adapters/getSemanticModel';
|
|
5
5
|
export { patchSemanticModelAdapterFactory } from '../adapters/patchSemanticModel';
|
|
6
|
+
export { getLeafDependenciesByTypesAdapterFactory } from '../adapters/getLeafDependenciesByTypes';
|
|
7
|
+
export { deleteSemanticGoalAdapterFactory } from '../adapters/deleteSemanticGoal';
|
|
8
|
+
export { getSemanticGoalAdapterFactory } from '../adapters/getSemanticGoal';
|
|
9
|
+
export { createSemanticGoalAdapterFactory } from '../adapters/createSemanticGoal';
|
|
10
|
+
export { updateSemanticGoalAdapterFactory } from '../adapters/updateSemanticGoal';
|
|
6
11
|
export { getSemanticMetricsToSubMetricsAdapterFactory } from '../adapters/getSemanticMetricsToSubMetrics';
|
|
7
12
|
export { getSemanticMetricsAdapterFactory } from '../adapters/getSemanticMetrics';
|
|
8
13
|
export { getSemanticMetricAdapterFactory } from '../adapters/getSemanticMetric';
|
|
@@ -10,4 +15,6 @@ export { getSemanticSubMetricsAdapterFactory } from '../adapters/getSemanticSubM
|
|
|
10
15
|
export { createSemanticSubMetricAdapterFactory } from '../adapters/createSemanticSubMetric';
|
|
11
16
|
export { deleteSemanticSubMetricAdapterFactory } from '../adapters/deleteSemanticSubMetric';
|
|
12
17
|
export { getSemanticSubMetricAdapterFactory } from '../adapters/getSemanticSubMetric';
|
|
18
|
+
export { deleteGoalFromSubMetricAdapterFactory } from '../adapters/deleteGoalFromSubMetric';
|
|
19
|
+
export { patchSemanticMetricGoalAdapterFactory } from '../adapters/patchSemanticMetricGoal';
|
|
13
20
|
export { getSemanticSubMetricsByIdAdapterFactory } from '../adapters/getSemanticSubMetricsById';
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
+
declare let createSemanticGoal: any;
|
|
1
2
|
declare let createSemanticModel: any;
|
|
2
3
|
declare let createSemanticSubMetric: any;
|
|
4
|
+
declare let deleteGoalFromSubMetric: any;
|
|
5
|
+
declare let deleteSemanticGoal: any;
|
|
3
6
|
declare let deleteSemanticSubMetric: any;
|
|
7
|
+
declare let getLeafDependenciesByTypes: any;
|
|
8
|
+
declare let getSemanticGoal: any;
|
|
9
|
+
declare let getSemanticGoalNotifyChange: any;
|
|
4
10
|
declare let getSemanticMetric: any;
|
|
5
11
|
declare let getSemanticMetricNotifyChange: any;
|
|
6
12
|
declare let getSemanticMetrics: any;
|
|
@@ -13,7 +19,11 @@ declare let getSemanticSubMetric: any;
|
|
|
13
19
|
declare let getSemanticSubMetricNotifyChange: any;
|
|
14
20
|
declare let getSemanticSubMetrics: any;
|
|
15
21
|
declare let getSemanticSubMetricsById: any;
|
|
22
|
+
declare let patchSemanticMetricGoal: any;
|
|
16
23
|
declare let patchSemanticModel: any;
|
|
24
|
+
declare let updateSemanticGoal: any;
|
|
25
|
+
declare let getLeafDependenciesByTypes_imperative: any;
|
|
26
|
+
declare let getSemanticGoal_imperative: any;
|
|
17
27
|
declare let getSemanticMetric_imperative: any;
|
|
18
28
|
declare let getSemanticMetrics_imperative: any;
|
|
19
29
|
declare let getSemanticMetricsByIds_imperative: any;
|
|
@@ -23,4 +33,4 @@ declare let getSemanticModels_imperative: any;
|
|
|
23
33
|
declare let getSemanticSubMetric_imperative: any;
|
|
24
34
|
declare let getSemanticSubMetrics_imperative: any;
|
|
25
35
|
declare let getSemanticSubMetricsById_imperative: any;
|
|
26
|
-
export { createSemanticModel, createSemanticSubMetric, deleteSemanticSubMetric, getSemanticMetric, getSemanticMetricNotifyChange, getSemanticMetrics, getSemanticMetricsByIds, getSemanticMetricsToSubMetrics, getSemanticModel, getSemanticModelNotifyChange, getSemanticModels, getSemanticSubMetric, getSemanticSubMetricNotifyChange, getSemanticSubMetrics, getSemanticSubMetricsById, patchSemanticModel, getSemanticMetric_imperative, getSemanticMetrics_imperative, getSemanticMetricsByIds_imperative, getSemanticMetricsToSubMetrics_imperative, getSemanticModel_imperative, getSemanticModels_imperative, getSemanticSubMetric_imperative, getSemanticSubMetrics_imperative, getSemanticSubMetricsById_imperative, };
|
|
36
|
+
export { createSemanticGoal, createSemanticModel, createSemanticSubMetric, deleteGoalFromSubMetric, deleteSemanticGoal, deleteSemanticSubMetric, getLeafDependenciesByTypes, getSemanticGoal, getSemanticGoalNotifyChange, getSemanticMetric, getSemanticMetricNotifyChange, getSemanticMetrics, getSemanticMetricsByIds, getSemanticMetricsToSubMetrics, getSemanticModel, getSemanticModelNotifyChange, getSemanticModels, getSemanticSubMetric, getSemanticSubMetricNotifyChange, getSemanticSubMetrics, getSemanticSubMetricsById, patchSemanticMetricGoal, patchSemanticModel, updateSemanticGoal, getLeafDependenciesByTypes_imperative, getSemanticGoal_imperative, getSemanticMetric_imperative, getSemanticMetrics_imperative, getSemanticMetricsByIds_imperative, getSemanticMetricsToSubMetrics_imperative, getSemanticModel_imperative, getSemanticModels_imperative, getSemanticSubMetric_imperative, getSemanticSubMetrics_imperative, getSemanticSubMetricsById_imperative, };
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
modelApiNameOrId: string;
|
|
5
|
+
};
|
|
6
|
+
queryParams: {
|
|
7
|
+
endDate: string;
|
|
8
|
+
startDate: string;
|
|
9
|
+
subMetricApiNameOrId: string;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function getResponseCacheKeys(cacheKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
15
|
+
export declare function evictSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
16
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
17
|
+
export default createResourceRequest;
|
|
@@ -8,5 +8,6 @@ export interface ResourceRequestConfig {
|
|
|
8
8
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
9
9
|
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
10
|
export declare function getResponseCacheKeys(cacheKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
11
|
+
export declare function evictSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
|
|
11
12
|
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
12
13
|
export default createResourceRequest;
|
|
@@ -0,0 +1,18 @@
|
|
|
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 { SemanticDependencyCollectionOutputRepresentation as types_SemanticDependencyCollectionOutputRepresentation_SemanticDependencyCollectionOutputRepresentation } from '../types/SemanticDependencyCollectionOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
modelApiNameOrId: string;
|
|
6
|
+
};
|
|
7
|
+
queryParams: {
|
|
8
|
+
types?: Array<string>;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticDependencyCollectionOutputRepresentation_SemanticDependencyCollectionOutputRepresentation): void;
|
|
15
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticDependencyCollectionOutputRepresentation_SemanticDependencyCollectionOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticDependencyCollectionOutputRepresentation_SemanticDependencyCollectionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticDependencyCollectionOutputRepresentation_SemanticDependencyCollectionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticDependencyCollectionOutputRepresentation_SemanticDependencyCollectionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticDependencyCollectionOutputRepresentation_SemanticDependencyCollectionOutputRepresentation, any>;
|
|
16
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticDependencyCollectionOutputRepresentation_SemanticDependencyCollectionOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
17
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
18
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,21 @@
|
|
|
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 { SemanticGoalOutputRepresentation as types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation } from '../types/SemanticGoalOutputRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
modelApiNameOrId: string;
|
|
6
|
+
};
|
|
7
|
+
queryParams: {
|
|
8
|
+
endDate: string;
|
|
9
|
+
startDate: string;
|
|
10
|
+
subMetricApiNameOrId: string;
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
14
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
15
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation): void;
|
|
17
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, any>;
|
|
18
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
19
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
20
|
+
export default createResourceRequest;
|
|
21
|
+
export declare function createResourceRequestFromRepresentation(representation: types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation): $64$luvio_engine_ResourceRequest;
|
|
@@ -4,6 +4,9 @@ export interface ResourceRequestConfig {
|
|
|
4
4
|
urlParams: {
|
|
5
5
|
modelApiNameOrId: string;
|
|
6
6
|
};
|
|
7
|
+
queryParams: {
|
|
8
|
+
hasGoal?: boolean;
|
|
9
|
+
};
|
|
7
10
|
}
|
|
8
11
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
12
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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 {
|
|
2
|
+
import { SemanticSubMetricOutputRepresentation as types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation } from '../types/SemanticSubMetricOutputRepresentation';
|
|
3
3
|
export interface ResourceRequestConfig {
|
|
4
4
|
urlParams: {
|
|
5
5
|
modelApiNameOrId: string;
|
|
@@ -9,8 +9,8 @@ export interface ResourceRequestConfig {
|
|
|
9
9
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
10
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
11
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:
|
|
13
|
-
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<
|
|
14
|
-
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<
|
|
12
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation): void;
|
|
13
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation, any>;
|
|
14
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
15
15
|
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
16
|
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/getSsotSemanticSubMetricsBySubMetricIds.d.ts
CHANGED
|
@@ -4,6 +4,10 @@ export interface ResourceRequestConfig {
|
|
|
4
4
|
urlParams: {
|
|
5
5
|
subMetricIds: string;
|
|
6
6
|
};
|
|
7
|
+
queryParams: {
|
|
8
|
+
sortBy?: string;
|
|
9
|
+
sortOrder?: string;
|
|
10
|
+
};
|
|
7
11
|
}
|
|
8
12
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
13
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
@@ -15,7 +15,8 @@ export interface ResourceRequestConfig {
|
|
|
15
15
|
label?: string;
|
|
16
16
|
filterLogic?: string;
|
|
17
17
|
filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
18
|
-
|
|
18
|
+
tableType?: string;
|
|
19
|
+
customSQL?: string;
|
|
19
20
|
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
20
21
|
semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
|
|
21
22
|
semanticUnions?: Array<types_SemanticUnionInputRepresentation_SemanticUnionInputRepresentation>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { SemanticGoalValueInputRepresentation as types_SemanticGoalValueInputRepresentation_SemanticGoalValueInputRepresentation } from '../types/SemanticGoalValueInputRepresentation';
|
|
1
|
+
import { SemanticGoalStatusConditionInputRepresentation as types_SemanticGoalStatusConditionInputRepresentation_SemanticGoalStatusConditionInputRepresentation } from '../types/SemanticGoalStatusConditionInputRepresentation';
|
|
3
2
|
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';
|
|
4
3
|
import { SemanticSubMetricOutputRepresentation as types_SemanticSubMetricOutputRepresentation_SemanticSubMetricOutputRepresentation } from '../types/SemanticSubMetricOutputRepresentation';
|
|
5
4
|
export interface ResourceRequestConfig {
|
|
@@ -8,9 +7,8 @@ export interface ResourceRequestConfig {
|
|
|
8
7
|
subMetricNameOrId: string;
|
|
9
8
|
};
|
|
10
9
|
body: {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
value?: types_SemanticGoalValueInputRepresentation_SemanticGoalValueInputRepresentation;
|
|
10
|
+
forecasting?: boolean;
|
|
11
|
+
statusConditions?: Array<types_SemanticGoalStatusConditionInputRepresentation_SemanticGoalStatusConditionInputRepresentation>;
|
|
14
12
|
};
|
|
15
13
|
}
|
|
16
14
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
@@ -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;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { SemanticGoalDateRangeInputRepresentation as types_SemanticGoalDateRangeInputRepresentation_SemanticGoalDateRangeInputRepresentation } from '../types/SemanticGoalDateRangeInputRepresentation';
|
|
2
|
+
import { SemanticGoalStatusConditionInputRepresentation as types_SemanticGoalStatusConditionInputRepresentation_SemanticGoalStatusConditionInputRepresentation } from '../types/SemanticGoalStatusConditionInputRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
import { SemanticGoalOutputRepresentation as types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation } from '../types/SemanticGoalOutputRepresentation';
|
|
5
|
+
export interface ResourceRequestConfig {
|
|
6
|
+
urlParams: {
|
|
7
|
+
modelApiNameOrId: string;
|
|
8
|
+
};
|
|
9
|
+
body: {
|
|
10
|
+
apiName?: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
label?: string;
|
|
13
|
+
dateRange: types_SemanticGoalDateRangeInputRepresentation_SemanticGoalDateRangeInputRepresentation;
|
|
14
|
+
forecasting?: boolean;
|
|
15
|
+
statusConditions: Array<types_SemanticGoalStatusConditionInputRepresentation_SemanticGoalStatusConditionInputRepresentation>;
|
|
16
|
+
subMetricDefinitionApiName: string;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
20
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation): void;
|
|
21
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, any>;
|
|
22
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
23
|
+
export default createResourceRequest;
|
|
@@ -14,7 +14,8 @@ export interface ResourceRequestConfig {
|
|
|
14
14
|
label?: string;
|
|
15
15
|
filterLogic?: string;
|
|
16
16
|
filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
17
|
-
|
|
17
|
+
tableType?: string;
|
|
18
|
+
customSQL?: string;
|
|
18
19
|
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
19
20
|
semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
|
|
20
21
|
semanticUnions?: Array<types_SemanticUnionInputRepresentation_SemanticUnionInputRepresentation>;
|
|
@@ -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;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { SemanticGoalDateRangeInputRepresentation as types_SemanticGoalDateRangeInputRepresentation_SemanticGoalDateRangeInputRepresentation } from '../types/SemanticGoalDateRangeInputRepresentation';
|
|
2
|
+
import { SemanticGoalStatusConditionInputRepresentation as types_SemanticGoalStatusConditionInputRepresentation_SemanticGoalStatusConditionInputRepresentation } from '../types/SemanticGoalStatusConditionInputRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
import { SemanticGoalOutputRepresentation as types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation } from '../types/SemanticGoalOutputRepresentation';
|
|
5
|
+
export interface ResourceRequestConfig {
|
|
6
|
+
urlParams: {
|
|
7
|
+
modelApiNameOrId: string;
|
|
8
|
+
};
|
|
9
|
+
queryParams: {
|
|
10
|
+
endDate: string;
|
|
11
|
+
startDate: string;
|
|
12
|
+
subMetricApiNameOrId: string;
|
|
13
|
+
};
|
|
14
|
+
body: {
|
|
15
|
+
apiName?: string;
|
|
16
|
+
description?: string;
|
|
17
|
+
label?: string;
|
|
18
|
+
dateRange: types_SemanticGoalDateRangeInputRepresentation_SemanticGoalDateRangeInputRepresentation;
|
|
19
|
+
forecasting?: boolean;
|
|
20
|
+
statusConditions: Array<types_SemanticGoalStatusConditionInputRepresentation_SemanticGoalStatusConditionInputRepresentation>;
|
|
21
|
+
subMetricDefinitionApiName: string;
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
25
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation): void;
|
|
26
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticGoalOutputRepresentation_SemanticGoalOutputRepresentation, any>;
|
|
27
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
28
|
+
export default createResourceRequest;
|
|
@@ -15,7 +15,8 @@ export interface ResourceRequestConfig {
|
|
|
15
15
|
label?: string;
|
|
16
16
|
filterLogic?: string;
|
|
17
17
|
filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
|
|
18
|
-
|
|
18
|
+
tableType?: string;
|
|
19
|
+
customSQL?: string;
|
|
19
20
|
semanticDataObjects?: Array<types_SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation>;
|
|
20
21
|
semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
|
|
21
22
|
semanticUnions?: Array<types_SemanticUnionInputRepresentation_SemanticUnionInputRepresentation>;
|
|
@@ -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 = "8137018d7bcc1592081ebddf74ddd42a";
|
|
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 {
|
|
@@ -58,6 +58,8 @@ export interface SemanticCalculatedDimensionOutputRepresentationNormalized {
|
|
|
58
58
|
lastModifiedBy?: string;
|
|
59
59
|
/** The date in which the semantic entity was last modified. */
|
|
60
60
|
lastModifiedDate?: string;
|
|
61
|
+
/** The calculated measurement level */
|
|
62
|
+
level?: string;
|
|
61
63
|
/** 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
64
|
semanticDataType?: string;
|
|
63
65
|
/** Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending, and None. */
|
|
@@ -89,6 +91,7 @@ export interface SemanticCalculatedDimensionOutputRepresentation {
|
|
|
89
91
|
label?: string;
|
|
90
92
|
lastModifiedBy?: string;
|
|
91
93
|
lastModifiedDate?: string;
|
|
94
|
+
level?: string;
|
|
92
95
|
semanticDataType?: string;
|
|
93
96
|
sortOrder?: string;
|
|
94
97
|
syntax?: 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 = "4dc83d3583b0937db8808447abe03505";
|
|
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 {
|
|
@@ -64,6 +64,8 @@ export interface SemanticCalculatedMeasurementOutputRepresentationNormalized {
|
|
|
64
64
|
lastModifiedBy?: string;
|
|
65
65
|
/** The date in which the semantic entity was last modified. */
|
|
66
66
|
lastModifiedDate?: string;
|
|
67
|
+
/** The calculated measurement level */
|
|
68
|
+
level?: string;
|
|
67
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". */
|
|
68
70
|
semanticDataType?: string;
|
|
69
71
|
/** 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). */
|
|
@@ -104,6 +106,7 @@ export interface SemanticCalculatedMeasurementOutputRepresentation {
|
|
|
104
106
|
label?: string;
|
|
105
107
|
lastModifiedBy?: string;
|
|
106
108
|
lastModifiedDate?: string;
|
|
109
|
+
level?: string;
|
|
107
110
|
semanticDataType?: string;
|
|
108
111
|
sentiment?: string;
|
|
109
112
|
shouldTreatNullsAsZeros?: boolean;
|