@salesforce/lds-adapters-cdp-semantic-authoring 1.312.1 → 1.313.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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,6 +1,7 @@
1
1
  export { getSemanticModelsAdapterFactory } from '../adapters/getSemanticModels';
2
2
  export { createSemanticModelAdapterFactory } from '../adapters/createSemanticModel';
3
3
  export { getSemanticModelAdapterFactory } from '../adapters/getSemanticModel';
4
+ export { patchSemanticModelAdapterFactory } from '../adapters/patchSemanticModel';
4
5
  export { getSemanticMetricsToSubMetricsAdapterFactory } from '../adapters/getSemanticMetricsToSubMetrics';
5
6
  export { getSemanticMetricsAdapterFactory } from '../adapters/getSemanticMetrics';
6
7
  export { getSemanticMetricAdapterFactory } from '../adapters/getSemanticMetric';
@@ -12,6 +12,7 @@ declare let getSemanticSubMetric: any;
12
12
  declare let getSemanticSubMetricNotifyChange: any;
13
13
  declare let getSemanticSubMetrics: any;
14
14
  declare let getSemanticSubMetricsById: any;
15
+ declare let patchSemanticModel: any;
15
16
  declare let getSemanticMetric_imperative: any;
16
17
  declare let getSemanticMetrics_imperative: any;
17
18
  declare let getSemanticMetricsToSubMetrics_imperative: any;
@@ -20,4 +21,4 @@ declare let getSemanticModels_imperative: any;
20
21
  declare let getSemanticSubMetric_imperative: any;
21
22
  declare let getSemanticSubMetrics_imperative: any;
22
23
  declare let getSemanticSubMetricsById_imperative: any;
23
- export { createSemanticModel, createSemanticSubMetric, deleteSemanticSubMetric, getSemanticMetric, getSemanticMetricNotifyChange, getSemanticMetrics, getSemanticMetricsToSubMetrics, getSemanticModel, getSemanticModelNotifyChange, getSemanticModels, getSemanticSubMetric, getSemanticSubMetricNotifyChange, getSemanticSubMetrics, getSemanticSubMetricsById, getSemanticMetric_imperative, getSemanticMetrics_imperative, getSemanticMetricsToSubMetrics_imperative, getSemanticModel_imperative, getSemanticModels_imperative, getSemanticSubMetric_imperative, getSemanticSubMetrics_imperative, getSemanticSubMetricsById_imperative, };
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, };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cdp-semantic-authoring",
3
- "version": "1.312.1",
3
+ "version": "1.313.0",
4
4
  "description": "Semantic Authoring",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/cdp-semantic-authoring.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.312.1"
43
+ "@salesforce/lds-bindings": "^1.313.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.312.1"
46
+ "@salesforce/lds-compiler-plugins": "^1.313.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {