@salesforce/lds-adapters-cdp-semantic-authoring 1.332.0-dev6 → 1.332.0-dev8
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 +1245 -665
- package/dist/es/es2018/types/src/generated/adapters/getLeafDependenciesByTypes.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticSubMetricsById.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +3 -1
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDependenciesByModelApiNameOrId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticSubMetricsBySubMetricIds.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsParametersByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsParametersByModelApiNameOrIdAndParameterApiNameOrId.d.ts +1 -0
- 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 +1190 -599
- package/src/raml/api.raml +71 -0
- package/src/raml/luvio.raml +4 -0
|
@@ -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>;
|
|
@@ -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;
|
|
@@ -3,6 +3,7 @@ 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';
|
|
6
7
|
export { getSemanticMetricsToSubMetricsAdapterFactory } from '../adapters/getSemanticMetricsToSubMetrics';
|
|
7
8
|
export { getSemanticMetricsAdapterFactory } from '../adapters/getSemanticMetrics';
|
|
8
9
|
export { getSemanticMetricAdapterFactory } from '../adapters/getSemanticMetric';
|
|
@@ -2,6 +2,7 @@ declare let createSemanticModel: any;
|
|
|
2
2
|
declare let createSemanticSubMetric: any;
|
|
3
3
|
declare let deleteGoalFromSubMetric: any;
|
|
4
4
|
declare let deleteSemanticSubMetric: any;
|
|
5
|
+
declare let getLeafDependenciesByTypes: any;
|
|
5
6
|
declare let getSemanticMetric: any;
|
|
6
7
|
declare let getSemanticMetricNotifyChange: any;
|
|
7
8
|
declare let getSemanticMetrics: any;
|
|
@@ -16,6 +17,7 @@ declare let getSemanticSubMetrics: any;
|
|
|
16
17
|
declare let getSemanticSubMetricsById: any;
|
|
17
18
|
declare let patchSemanticMetricGoal: any;
|
|
18
19
|
declare let patchSemanticModel: any;
|
|
20
|
+
declare let getLeafDependenciesByTypes_imperative: any;
|
|
19
21
|
declare let getSemanticMetric_imperative: any;
|
|
20
22
|
declare let getSemanticMetrics_imperative: any;
|
|
21
23
|
declare let getSemanticMetricsByIds_imperative: any;
|
|
@@ -25,4 +27,4 @@ declare let getSemanticModels_imperative: any;
|
|
|
25
27
|
declare let getSemanticSubMetric_imperative: any;
|
|
26
28
|
declare let getSemanticSubMetrics_imperative: any;
|
|
27
29
|
declare let getSemanticSubMetricsById_imperative: any;
|
|
28
|
-
export { createSemanticModel, createSemanticSubMetric, deleteGoalFromSubMetric, deleteSemanticSubMetric, getSemanticMetric, getSemanticMetricNotifyChange, getSemanticMetrics, getSemanticMetricsByIds, getSemanticMetricsToSubMetrics, getSemanticModel, getSemanticModelNotifyChange, getSemanticModels, getSemanticSubMetric, getSemanticSubMetricNotifyChange, getSemanticSubMetrics, getSemanticSubMetricsById, patchSemanticMetricGoal, patchSemanticModel, getSemanticMetric_imperative, getSemanticMetrics_imperative, getSemanticMetricsByIds_imperative, getSemanticMetricsToSubMetrics_imperative, getSemanticModel_imperative, getSemanticModels_imperative, getSemanticSubMetric_imperative, getSemanticSubMetrics_imperative, getSemanticSubMetricsById_imperative, };
|
|
30
|
+
export { createSemanticModel, createSemanticSubMetric, deleteGoalFromSubMetric, deleteSemanticSubMetric, getLeafDependenciesByTypes, getSemanticMetric, getSemanticMetricNotifyChange, getSemanticMetrics, getSemanticMetricsByIds, getSemanticMetricsToSubMetrics, getSemanticModel, getSemanticModelNotifyChange, getSemanticModels, getSemanticSubMetric, getSemanticSubMetricNotifyChange, getSemanticSubMetrics, getSemanticSubMetricsById, patchSemanticMetricGoal, patchSemanticModel, getLeafDependenciesByTypes_imperative, getSemanticMetric_imperative, getSemanticMetrics_imperative, getSemanticMetricsByIds_imperative, getSemanticMetricsToSubMetrics_imperative, getSemanticModel_imperative, getSemanticModels_imperative, getSemanticSubMetric_imperative, getSemanticSubMetrics_imperative, getSemanticSubMetricsById_imperative, };
|
|
@@ -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;
|
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;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "
|
|
2
|
+
export declare const VERSION = "469e6cc863967e2a1b3b378dd5fe6b2b";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
5
5
|
export declare function normalize(input: SemanticParameterInputRepresentation, existing: SemanticParameterInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticParameterInputRepresentationNormalized;
|
|
@@ -14,6 +14,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
14
14
|
* (none)
|
|
15
15
|
*/
|
|
16
16
|
export interface SemanticParameterInputRepresentationNormalized {
|
|
17
|
+
/** The list allowedValues of the semantic parameter. */
|
|
18
|
+
allowedValues?: Array<{}>;
|
|
17
19
|
/** The API name of the semantic entity. */
|
|
18
20
|
apiName?: string;
|
|
19
21
|
/** The data type of the semantic parameter. */
|
|
@@ -42,6 +44,7 @@ export interface SemanticParameterInputRepresentationNormalized {
|
|
|
42
44
|
* (none)
|
|
43
45
|
*/
|
|
44
46
|
export interface SemanticParameterInputRepresentation {
|
|
47
|
+
allowedValues?: Array<{}>;
|
|
45
48
|
apiName?: string;
|
|
46
49
|
dataType?: string;
|
|
47
50
|
defaultValue?: string;
|
package/dist/es/es2018/types/src/generated/types/SemanticParameterListValueInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "d085976955d020dd1b8762142ceab42c";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SemanticParameterListValueInputRepresentation, existing: SemanticParameterListValueInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticParameterListValueInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SemanticParameterListValueInputRepresentationNormalized, incoming: SemanticParameterListValueInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticParameterListValueInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of an allowed list value for a semantic parameter .
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SemanticParameterListValueInputRepresentationNormalized {
|
|
17
|
+
/** The display name (Display As) of the allowed parameter value. */
|
|
18
|
+
displayName: string;
|
|
19
|
+
/** The allowed value in the list of parameter allowed values. */
|
|
20
|
+
value: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation of an allowed list value for a semantic parameter .
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface SemanticParameterListValueInputRepresentation {
|
|
29
|
+
displayName: string;
|
|
30
|
+
value: string;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/SemanticParameterListValueOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "158d115be773406f841e4351d481d398";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SemanticParameterListValueOutputRepresentation, existing: SemanticParameterListValueOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticParameterListValueOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SemanticParameterListValueOutputRepresentationNormalized, incoming: SemanticParameterListValueOutputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticParameterListValueOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output representation of an allowed list value for a semantic parameter.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SemanticParameterListValueOutputRepresentationNormalized {
|
|
17
|
+
/** The display name (Display As) of the allowed parameter value. */
|
|
18
|
+
displayName?: string;
|
|
19
|
+
/** The allowed value in the list of parameter allowed values. */
|
|
20
|
+
value?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Output representation of an allowed list value for a semantic parameter.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface SemanticParameterListValueOutputRepresentation {
|
|
29
|
+
displayName?: string;
|
|
30
|
+
value?: string;
|
|
31
|
+
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { SemanticParameterListValueOutputRepresentation as SemanticParameterListValueOutputRepresentation_SemanticParameterListValueOutputRepresentation } from './SemanticParameterListValueOutputRepresentation';
|
|
1
2
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "6ed89c4ce77235d13ce6bb395ae49d8e";
|
|
3
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
5
|
export declare const RepresentationType: string;
|
|
5
6
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -23,6 +24,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
23
24
|
* name (string): id
|
|
24
25
|
*/
|
|
25
26
|
export interface SemanticParameterOutputRepresentationNormalized {
|
|
27
|
+
/** The allowed list values of the semantic parameter. */
|
|
28
|
+
allowedValues?: Array<SemanticParameterListValueOutputRepresentation_SemanticParameterListValueOutputRepresentation>;
|
|
26
29
|
/** The API name of the semantic entity. */
|
|
27
30
|
apiName: string;
|
|
28
31
|
/** The origin model of the semantic entity. */
|
|
@@ -65,6 +68,7 @@ export interface SemanticParameterOutputRepresentationNormalized {
|
|
|
65
68
|
* name (string): id
|
|
66
69
|
*/
|
|
67
70
|
export interface SemanticParameterOutputRepresentation {
|
|
71
|
+
allowedValues?: Array<SemanticParameterListValueOutputRepresentation_SemanticParameterListValueOutputRepresentation>;
|
|
68
72
|
apiName: string;
|
|
69
73
|
baseModelApiName?: string;
|
|
70
74
|
cacheKey?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cdp-semantic-authoring",
|
|
3
|
-
"version": "1.332.0-
|
|
3
|
+
"version": "1.332.0-dev8",
|
|
4
4
|
"description": "Semantic Authoring",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/cdp-semantic-authoring.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.332.0-
|
|
43
|
+
"@salesforce/lds-bindings": "^1.332.0-dev8"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.332.0-
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.332.0-dev8"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|