@salesforce/lds-adapters-cdp-semantic-authoring 1.351.1 → 1.353.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/cdp-semantic-authoring.js +1074 -207
- package/dist/es/es2018/types/src/generated/adapters/createSemanticModel.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/adapters/patchSemanticModel.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsByModelApiNameOrId.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModels.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCalculatedDimensionsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCalculatedMeasurementsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsDataObjectsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsByModelApiNameOrId.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedDimensionsByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedDimensionsConvertToMeasurementByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedMeasurementsByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedMeasurementsConvertToDimensionByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +13 -1
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +13 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewPartialInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelInputRepresentation.d.ts +9 -1
- package/dist/es/es2018/types/src/generated/types/SemanticModelOutputRepresentation.d.ts +9 -1
- package/package.json +3 -3
- package/sfdc/index.js +983 -116
- package/src/raml/api.raml +250 -2
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentation as SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentation_SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentation } from './SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "e760a2becca995f7bd15e714d50c088c";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SemanticModelExternalConnectionOutputRepresentation, existing: SemanticModelExternalConnectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticModelExternalConnectionOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SemanticModelExternalConnectionOutputRepresentationNormalized, incoming: SemanticModelExternalConnectionOutputRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticModelExternalConnectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents a semantic model external connection.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SemanticModelExternalConnectionOutputRepresentationNormalized {
|
|
18
|
+
/** The API name of the semantic entity. */
|
|
19
|
+
apiName: string;
|
|
20
|
+
/** The origin model of the semantic entity. */
|
|
21
|
+
baseModelApiName?: string;
|
|
22
|
+
/** The object ID of the semantic entity. */
|
|
23
|
+
id: string;
|
|
24
|
+
/** The display name of the semantic entity to be used in the ui. */
|
|
25
|
+
label?: string;
|
|
26
|
+
tableauPublishedDataSource?: SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentation_SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentation;
|
|
27
|
+
/** Specifies the type of the external connection. */
|
|
28
|
+
type: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Represents a semantic model external connection.
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface SemanticModelExternalConnectionOutputRepresentation {
|
|
37
|
+
apiName: string;
|
|
38
|
+
baseModelApiName?: string;
|
|
39
|
+
id: string;
|
|
40
|
+
label?: string;
|
|
41
|
+
tableauPublishedDataSource?: SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentation_SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentation;
|
|
42
|
+
type: string;
|
|
43
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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 = "c680660cf56c5897062ff59ed6ec50ed";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentation, existing: SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentationNormalized, incoming: SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentationNormalized): 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: SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents details of a semantic model external connection to a Tableau pulished data source.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentationNormalized {
|
|
17
|
+
/** Specifies the data source ID. */
|
|
18
|
+
dataSourceId: string;
|
|
19
|
+
/** Specifies the site ID of the Tableau site. */
|
|
20
|
+
siteId: string;
|
|
21
|
+
/** Specifies the site name of the Tableau site. */
|
|
22
|
+
siteName: string;
|
|
23
|
+
/** Specifies the URL of the Tableau site. */
|
|
24
|
+
siteUrl: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Represents details of a semantic model external connection to a Tableau pulished data source.
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentation {
|
|
33
|
+
dataSourceId: string;
|
|
34
|
+
siteId: string;
|
|
35
|
+
siteName: string;
|
|
36
|
+
siteUrl: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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 = "221b0931360d7fcb0a1402b0b82071bd";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentation, existing: SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentationNormalized, incoming: SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentationNormalized): 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: SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents details of a semantic model external connection to a Tableau pulished data source.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentationNormalized {
|
|
17
|
+
/** Specifies the data source ID. */
|
|
18
|
+
dataSourceId: string;
|
|
19
|
+
/** Specifies the site ID of the Tableau site. */
|
|
20
|
+
siteId: string;
|
|
21
|
+
/** Specifies the site name of the Tableau site. */
|
|
22
|
+
siteName: string;
|
|
23
|
+
/** Specifies the URL of the Tableau site. */
|
|
24
|
+
siteUrl: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Represents details of a semantic model external connection to a Tableau pulished data source.
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentation {
|
|
33
|
+
dataSourceId: string;
|
|
34
|
+
siteId: string;
|
|
35
|
+
siteName: string;
|
|
36
|
+
siteUrl: string;
|
|
37
|
+
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { SemanticBaseModelInputRepresentation as SemanticBaseModelInputRepresentation_SemanticBaseModelInputRepresentation } from './SemanticBaseModelInputRepresentation';
|
|
2
|
+
import { SemanticModelExternalConnectionInputRepresentation as SemanticModelExternalConnectionInputRepresentation_SemanticModelExternalConnectionInputRepresentation } from './SemanticModelExternalConnectionInputRepresentation';
|
|
3
|
+
import { SemanticOverrideInputRepresentation as SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation } from './SemanticOverrideInputRepresentation';
|
|
2
4
|
import { SemanticCalculatedDimensionInputRepresentation as SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation } from './SemanticCalculatedDimensionInputRepresentation';
|
|
3
5
|
import { SemanticCalculatedMeasurementInputRepresentation as SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation } from './SemanticCalculatedMeasurementInputRepresentation';
|
|
4
6
|
import { SemanticDataObjectInputRepresentation as SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation } from './SemanticDataObjectInputRepresentation';
|
|
@@ -8,7 +10,7 @@ import { SemanticMetricInputRepresentation as SemanticMetricInputRepresentation_
|
|
|
8
10
|
import { SemanticParameterInputRepresentation as SemanticParameterInputRepresentation_SemanticParameterInputRepresentation } from './SemanticParameterInputRepresentation';
|
|
9
11
|
import { SemanticRelationshipInputRepresentation as SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation } from './SemanticRelationshipInputRepresentation';
|
|
10
12
|
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';
|
|
11
|
-
export declare const VERSION = "
|
|
13
|
+
export declare const VERSION = "28431737045eb03295c5f4ec140bf338";
|
|
12
14
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
13
15
|
export declare const RepresentationType: string;
|
|
14
16
|
export declare function normalize(input: SemanticModelInputRepresentation, existing: SemanticModelInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticModelInputRepresentationNormalized;
|
|
@@ -35,6 +37,10 @@ export interface SemanticModelInputRepresentationNormalized {
|
|
|
35
37
|
dataspace?: string;
|
|
36
38
|
/** An optional description of the semantic entity. */
|
|
37
39
|
description?: string;
|
|
40
|
+
/** The semantic external connections belonging to this model. */
|
|
41
|
+
externalConnections?: Array<SemanticModelExternalConnectionInputRepresentation_SemanticModelExternalConnectionInputRepresentation>;
|
|
42
|
+
/** Semantic fields overrides within the model. */
|
|
43
|
+
fieldsOverrides?: Array<SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation>;
|
|
38
44
|
/** The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces. */
|
|
39
45
|
label?: string;
|
|
40
46
|
/** Required. The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER. */
|
|
@@ -73,6 +79,8 @@ export interface SemanticModelInputRepresentation {
|
|
|
73
79
|
categories?: Array<string>;
|
|
74
80
|
dataspace?: string;
|
|
75
81
|
description?: string;
|
|
82
|
+
externalConnections?: Array<SemanticModelExternalConnectionInputRepresentation_SemanticModelExternalConnectionInputRepresentation>;
|
|
83
|
+
fieldsOverrides?: Array<SemanticOverrideInputRepresentation_SemanticOverrideInputRepresentation>;
|
|
76
84
|
label?: string;
|
|
77
85
|
queryUnrelatedDataObjects?: string;
|
|
78
86
|
semanticCalculatedDimensions?: Array<SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation>;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { SemanticBaseModelOutputRepresentation as SemanticBaseModelOutputRepresentation_SemanticBaseModelOutputRepresentation } from './SemanticBaseModelOutputRepresentation';
|
|
2
|
+
import { SemanticModelExternalConnectionOutputRepresentation as SemanticModelExternalConnectionOutputRepresentation_SemanticModelExternalConnectionOutputRepresentation } from './SemanticModelExternalConnectionOutputRepresentation';
|
|
3
|
+
import { SemanticOverrideOutputRepresentation as SemanticOverrideOutputRepresentation_SemanticOverrideOutputRepresentation } from './SemanticOverrideOutputRepresentation';
|
|
2
4
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
5
|
import { SemanticCalculatedDimensionOutputRepresentation as SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation } from './SemanticCalculatedDimensionOutputRepresentation';
|
|
4
6
|
import { SemanticCalculatedMeasurementOutputRepresentation as SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation } from './SemanticCalculatedMeasurementOutputRepresentation';
|
|
@@ -8,7 +10,7 @@ import { SemanticLogicalViewOutputRepresentation as SemanticLogicalViewOutputRep
|
|
|
8
10
|
import { SemanticMetricOutputRepresentation as SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation } from './SemanticMetricOutputRepresentation';
|
|
9
11
|
import { SemanticParameterOutputRepresentation as SemanticParameterOutputRepresentation_SemanticParameterOutputRepresentation } from './SemanticParameterOutputRepresentation';
|
|
10
12
|
import { SemanticRelationshipOutputRepresentation as SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation } from './SemanticRelationshipOutputRepresentation';
|
|
11
|
-
export declare const VERSION = "
|
|
13
|
+
export declare const VERSION = "384950eda90c1492434fc4519368df85";
|
|
12
14
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
13
15
|
export declare const RepresentationType: string;
|
|
14
16
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -75,6 +77,10 @@ export interface SemanticModelOutputRepresentationNormalized {
|
|
|
75
77
|
dataspace: string;
|
|
76
78
|
/** The Description of the semantic entity. */
|
|
77
79
|
description?: string;
|
|
80
|
+
/** The semantic external connections belonging to this model. */
|
|
81
|
+
externalConnections?: Array<SemanticModelExternalConnectionOutputRepresentation_SemanticModelExternalConnectionOutputRepresentation>;
|
|
82
|
+
/** The semantic overrides belonging to this model. */
|
|
83
|
+
fieldsOverrides?: Array<SemanticOverrideOutputRepresentation_SemanticOverrideOutputRepresentation>;
|
|
78
84
|
/** The object ID of the semantic entity. */
|
|
79
85
|
id: string;
|
|
80
86
|
/** Is the model locked for edit/ delete. */
|
|
@@ -137,6 +143,8 @@ export interface SemanticModelOutputRepresentation {
|
|
|
137
143
|
createdDate: string;
|
|
138
144
|
dataspace: string;
|
|
139
145
|
description?: string;
|
|
146
|
+
externalConnections?: Array<SemanticModelExternalConnectionOutputRepresentation_SemanticModelExternalConnectionOutputRepresentation>;
|
|
147
|
+
fieldsOverrides?: Array<SemanticOverrideOutputRepresentation_SemanticOverrideOutputRepresentation>;
|
|
140
148
|
id: string;
|
|
141
149
|
isLocked?: boolean;
|
|
142
150
|
label?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cdp-semantic-authoring",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.353.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.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.353.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.353.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|