@salesforce/lds-adapters-cdp-semantic-authoring 1.391.0 → 1.393.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.
Files changed (20) hide show
  1. package/dist/es/es2018/cdp-semantic-authoring.js +1247 -699
  2. package/dist/es/es2018/types/src/generated/adapters/createSemanticModel.d.ts +2 -0
  3. package/dist/es/es2018/types/src/generated/adapters/patchSemanticModel.d.ts +2 -0
  4. package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsModelFiltersByFilterNameOrIdAndModelApiNameOrId.d.ts +12 -0
  5. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsModelFiltersByFilterNameOrIdAndModelApiNameOrId.d.ts +16 -0
  6. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsModelFiltersByModelApiNameOrId.d.ts +15 -0
  7. package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsByModelApiNameOrId.d.ts +2 -0
  8. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModels.d.ts +2 -0
  9. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsModelFiltersByModelApiNameOrId.d.ts +22 -0
  10. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsByModelApiNameOrId.d.ts +2 -0
  11. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsModelFiltersByFilterNameOrIdAndModelApiNameOrId.d.ts +23 -0
  12. package/dist/es/es2018/types/src/generated/types/SemanticModelFilterCollectionOutputRepresentation.d.ts +38 -0
  13. package/dist/es/es2018/types/src/generated/types/SemanticModelFilterInputRepresentation.d.ts +47 -0
  14. package/dist/es/es2018/types/src/generated/types/SemanticModelFilterOutputRepresentation.d.ts +80 -0
  15. package/dist/es/es2018/types/src/generated/types/SemanticModelInputRepresentation.d.ts +4 -1
  16. package/dist/es/es2018/types/src/generated/types/SemanticModelOutputRepresentation.d.ts +7 -1
  17. package/package.json +3 -3
  18. package/sfdc/index.js +1226 -678
  19. package/src/raml/api.raml +181 -0
  20. package/src/raml/luvio.raml +3 -0
@@ -9,6 +9,7 @@ import { SemanticDataObjectInputRepresentation as types_SemanticDataObjectInputR
9
9
  import { SemanticGroupingInputRepresentation as types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation } from '../types/SemanticGroupingInputRepresentation';
10
10
  import { SemanticLogicalViewInputRepresentation as types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation } from '../types/SemanticLogicalViewInputRepresentation';
11
11
  import { SemanticMetricInputRepresentation as types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation } from '../types/SemanticMetricInputRepresentation';
12
+ import { SemanticModelFilterInputRepresentation as types_SemanticModelFilterInputRepresentation_SemanticModelFilterInputRepresentation } from '../types/SemanticModelFilterInputRepresentation';
12
13
  import { SemanticParameterInputRepresentation as types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation } from '../types/SemanticParameterInputRepresentation';
13
14
  import { SemanticRelationshipInputRepresentation as types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation } from '../types/SemanticRelationshipInputRepresentation';
14
15
  import { ResourceRequestConfig as resources_postSsotSemanticModels_ResourceRequestConfig } from '../resources/postSsotSemanticModels';
@@ -35,6 +36,7 @@ export interface CreateSemanticModelConfig {
35
36
  semanticGroupings?: Array<types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation>;
36
37
  semanticLogicalViews?: Array<types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation>;
37
38
  semanticMetrics?: Array<types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation>;
39
+ semanticModelFilter?: types_SemanticModelFilterInputRepresentation_SemanticModelFilterInputRepresentation;
38
40
  semanticParameters?: Array<types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation>;
39
41
  semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
40
42
  }
@@ -9,6 +9,7 @@ import { SemanticDataObjectInputRepresentation as types_SemanticDataObjectInputR
9
9
  import { SemanticGroupingInputRepresentation as types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation } from '../types/SemanticGroupingInputRepresentation';
10
10
  import { SemanticLogicalViewInputRepresentation as types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation } from '../types/SemanticLogicalViewInputRepresentation';
11
11
  import { SemanticMetricInputRepresentation as types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation } from '../types/SemanticMetricInputRepresentation';
12
+ import { SemanticModelFilterInputRepresentation as types_SemanticModelFilterInputRepresentation_SemanticModelFilterInputRepresentation } from '../types/SemanticModelFilterInputRepresentation';
12
13
  import { SemanticParameterInputRepresentation as types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation } from '../types/SemanticParameterInputRepresentation';
13
14
  import { SemanticRelationshipInputRepresentation as types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation } from '../types/SemanticRelationshipInputRepresentation';
14
15
  import { ResourceRequestConfig as resources_patchSsotSemanticModelsByModelApiNameOrId_ResourceRequestConfig } from '../resources/patchSsotSemanticModelsByModelApiNameOrId';
@@ -36,6 +37,7 @@ export interface PatchSemanticModelConfig {
36
37
  semanticGroupings?: Array<types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation>;
37
38
  semanticLogicalViews?: Array<types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation>;
38
39
  semanticMetrics?: Array<types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation>;
40
+ semanticModelFilter?: types_SemanticModelFilterInputRepresentation_SemanticModelFilterInputRepresentation;
39
41
  semanticParameters?: Array<types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation>;
40
42
  semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
41
43
  }
@@ -0,0 +1,12 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ export interface ResourceRequestConfig {
3
+ urlParams: {
4
+ filterNameOrId: string;
5
+ modelApiNameOrId: string;
6
+ };
7
+ }
8
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
9
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
10
+ export declare function getResponseCacheKeys(cacheKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): void;
11
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
12
+ export default createResourceRequest;
@@ -0,0 +1,16 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { SemanticModelFilterOutputRepresentation as types_SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation } from '../types/SemanticModelFilterOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ filterNameOrId: string;
6
+ modelApiNameOrId: string;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
11
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
12
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation): void;
13
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation, any>;
14
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
15
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
+ export default createResourceRequest;
@@ -0,0 +1,15 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { SemanticModelFilterCollectionOutputRepresentation as types_SemanticModelFilterCollectionOutputRepresentation_SemanticModelFilterCollectionOutputRepresentation } from '../types/SemanticModelFilterCollectionOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ modelApiNameOrId: string;
6
+ };
7
+ }
8
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
9
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
10
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticModelFilterCollectionOutputRepresentation_SemanticModelFilterCollectionOutputRepresentation): void;
12
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticModelFilterCollectionOutputRepresentation_SemanticModelFilterCollectionOutputRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticModelFilterCollectionOutputRepresentation_SemanticModelFilterCollectionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticModelFilterCollectionOutputRepresentation_SemanticModelFilterCollectionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticModelFilterCollectionOutputRepresentation_SemanticModelFilterCollectionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticModelFilterCollectionOutputRepresentation_SemanticModelFilterCollectionOutputRepresentation, any>;
13
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SemanticModelFilterCollectionOutputRepresentation_SemanticModelFilterCollectionOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
14
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
15
+ export default createResourceRequest;
@@ -7,6 +7,7 @@ import { SemanticDataObjectInputRepresentation as types_SemanticDataObjectInputR
7
7
  import { SemanticGroupingInputRepresentation as types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation } from '../types/SemanticGroupingInputRepresentation';
8
8
  import { SemanticLogicalViewInputRepresentation as types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation } from '../types/SemanticLogicalViewInputRepresentation';
9
9
  import { SemanticMetricInputRepresentation as types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation } from '../types/SemanticMetricInputRepresentation';
10
+ import { SemanticModelFilterInputRepresentation as types_SemanticModelFilterInputRepresentation_SemanticModelFilterInputRepresentation } from '../types/SemanticModelFilterInputRepresentation';
10
11
  import { SemanticParameterInputRepresentation as types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation } from '../types/SemanticParameterInputRepresentation';
11
12
  import { SemanticRelationshipInputRepresentation as types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation } from '../types/SemanticRelationshipInputRepresentation';
12
13
  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';
@@ -34,6 +35,7 @@ export interface ResourceRequestConfig {
34
35
  semanticGroupings?: Array<types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation>;
35
36
  semanticLogicalViews?: Array<types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation>;
36
37
  semanticMetrics?: Array<types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation>;
38
+ semanticModelFilter?: types_SemanticModelFilterInputRepresentation_SemanticModelFilterInputRepresentation;
37
39
  semanticParameters?: Array<types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation>;
38
40
  semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
39
41
  };
@@ -7,6 +7,7 @@ import { SemanticDataObjectInputRepresentation as types_SemanticDataObjectInputR
7
7
  import { SemanticGroupingInputRepresentation as types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation } from '../types/SemanticGroupingInputRepresentation';
8
8
  import { SemanticLogicalViewInputRepresentation as types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation } from '../types/SemanticLogicalViewInputRepresentation';
9
9
  import { SemanticMetricInputRepresentation as types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation } from '../types/SemanticMetricInputRepresentation';
10
+ import { SemanticModelFilterInputRepresentation as types_SemanticModelFilterInputRepresentation_SemanticModelFilterInputRepresentation } from '../types/SemanticModelFilterInputRepresentation';
10
11
  import { SemanticParameterInputRepresentation as types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation } from '../types/SemanticParameterInputRepresentation';
11
12
  import { SemanticRelationshipInputRepresentation as types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation } from '../types/SemanticRelationshipInputRepresentation';
12
13
  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';
@@ -31,6 +32,7 @@ export interface ResourceRequestConfig {
31
32
  semanticGroupings?: Array<types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation>;
32
33
  semanticLogicalViews?: Array<types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation>;
33
34
  semanticMetrics?: Array<types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation>;
35
+ semanticModelFilter?: types_SemanticModelFilterInputRepresentation_SemanticModelFilterInputRepresentation;
34
36
  semanticParameters?: Array<types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation>;
35
37
  semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
36
38
  };
@@ -0,0 +1,22 @@
1
+ import { SemanticFilterInputRepresentation as types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation } from '../types/SemanticFilterInputRepresentation';
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';
3
+ import { SemanticModelFilterOutputRepresentation as types_SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation } from '../types/SemanticModelFilterOutputRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ urlParams: {
6
+ modelApiNameOrId: string;
7
+ };
8
+ body: {
9
+ apiName?: string;
10
+ description?: string;
11
+ externalConnectionApiName?: string;
12
+ externalId?: string;
13
+ label?: string;
14
+ filterLogic?: string;
15
+ filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
16
+ };
17
+ }
18
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
19
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation): void;
20
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation, any>;
21
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
22
+ export default createResourceRequest;
@@ -7,6 +7,7 @@ import { SemanticDataObjectInputRepresentation as types_SemanticDataObjectInputR
7
7
  import { SemanticGroupingInputRepresentation as types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation } from '../types/SemanticGroupingInputRepresentation';
8
8
  import { SemanticLogicalViewInputRepresentation as types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation } from '../types/SemanticLogicalViewInputRepresentation';
9
9
  import { SemanticMetricInputRepresentation as types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation } from '../types/SemanticMetricInputRepresentation';
10
+ import { SemanticModelFilterInputRepresentation as types_SemanticModelFilterInputRepresentation_SemanticModelFilterInputRepresentation } from '../types/SemanticModelFilterInputRepresentation';
10
11
  import { SemanticParameterInputRepresentation as types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation } from '../types/SemanticParameterInputRepresentation';
11
12
  import { SemanticRelationshipInputRepresentation as types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation } from '../types/SemanticRelationshipInputRepresentation';
12
13
  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';
@@ -34,6 +35,7 @@ export interface ResourceRequestConfig {
34
35
  semanticGroupings?: Array<types_SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation>;
35
36
  semanticLogicalViews?: Array<types_SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation>;
36
37
  semanticMetrics?: Array<types_SemanticMetricInputRepresentation_SemanticMetricInputRepresentation>;
38
+ semanticModelFilter?: types_SemanticModelFilterInputRepresentation_SemanticModelFilterInputRepresentation;
37
39
  semanticParameters?: Array<types_SemanticParameterInputRepresentation_SemanticParameterInputRepresentation>;
38
40
  semanticRelationships?: Array<types_SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
39
41
  };
@@ -0,0 +1,23 @@
1
+ import { SemanticFilterInputRepresentation as types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation } from '../types/SemanticFilterInputRepresentation';
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';
3
+ import { SemanticModelFilterOutputRepresentation as types_SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation } from '../types/SemanticModelFilterOutputRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ urlParams: {
6
+ filterNameOrId: string;
7
+ modelApiNameOrId: string;
8
+ };
9
+ body: {
10
+ apiName?: string;
11
+ description?: string;
12
+ externalConnectionApiName?: string;
13
+ externalId?: string;
14
+ label?: string;
15
+ filterLogic?: string;
16
+ filters?: Array<types_SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
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_SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation): void;
21
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation, any>;
22
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
23
+ export default createResourceRequest;
@@ -0,0 +1,38 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ import { SemanticModelFilterOutputRepresentation as SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation } from './SemanticModelFilterOutputRepresentation';
3
+ export declare const VERSION = "5a5aab8ed2800176b1cab6262eb3fd17";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticModelFilterCollectionOutputRepresentation, existing: SemanticModelFilterCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticModelFilterCollectionOutputRepresentationNormalized;
7
+ export interface DynamicIngestParams {
8
+ items: $64$luvio_engine_ResourceIngest;
9
+ }
10
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SemanticModelFilterCollectionOutputRepresentation, existing: SemanticModelFilterCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SemanticModelFilterCollectionOutputRepresentationNormalized;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export interface DynamicSelectParams {
13
+ items?: $64$luvio_engine_LinkSelection;
14
+ }
15
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
16
+ export declare function equals(existing: SemanticModelFilterCollectionOutputRepresentationNormalized, incoming: SemanticModelFilterCollectionOutputRepresentationNormalized): boolean;
17
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
18
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticModelFilterCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
19
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
20
+ /**
21
+ * Semantic model filter collection representation.
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface SemanticModelFilterCollectionOutputRepresentationNormalized {
27
+ /** A list of semantic model filters. */
28
+ items?: Array<$64$luvio_engine_StoreLink>;
29
+ }
30
+ /**
31
+ * Semantic model filter collection representation.
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface SemanticModelFilterCollectionOutputRepresentation {
37
+ items?: Array<SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation>;
38
+ }
@@ -0,0 +1,47 @@
1
+ import { SemanticFilterInputRepresentation as SemanticFilterInputRepresentation_SemanticFilterInputRepresentation } from './SemanticFilterInputRepresentation';
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 = "b4749d81bf9b81c12330309244131629";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SemanticModelFilterInputRepresentation, existing: SemanticModelFilterInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticModelFilterInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SemanticModelFilterInputRepresentationNormalized, incoming: SemanticModelFilterInputRepresentationNormalized): 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: SemanticModelFilterInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents the input structure used to define a filter in a semantic model.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SemanticModelFilterInputRepresentationNormalized {
18
+ /** The API name of the semantic entity. */
19
+ apiName?: string;
20
+ /** An optional description of the semantic entity. */
21
+ description?: string;
22
+ /** The externalConnectionApiName property references the external connection details for external definition */
23
+ externalConnectionApiName?: string;
24
+ /** The external ID of the semantic entity from the external data source */
25
+ externalId?: string;
26
+ /** The filter logic expression that defines how the filters are combined. */
27
+ filterLogic?: string;
28
+ /** The list of filters to be applied. */
29
+ filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
30
+ /** 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. */
31
+ label?: string;
32
+ }
33
+ /**
34
+ * Represents the input structure used to define a filter in a semantic model.
35
+ *
36
+ * Keys:
37
+ * (none)
38
+ */
39
+ export interface SemanticModelFilterInputRepresentation {
40
+ apiName?: string;
41
+ description?: string;
42
+ externalConnectionApiName?: string;
43
+ externalId?: string;
44
+ filterLogic?: string;
45
+ filters?: Array<SemanticFilterInputRepresentation_SemanticFilterInputRepresentation>;
46
+ label?: string;
47
+ }
@@ -0,0 +1,80 @@
1
+ import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation } from './SemanticFilterOutputRepresentation';
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 = "929176a252c7b25bb4d58a449a4c3051";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ name: string;
8
+ }
9
+ export type SemanticModelFilterOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialSemanticModelFilterOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): SemanticModelFilterOutputRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SemanticModelFilterOutputRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SemanticModelFilterOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: SemanticModelFilterOutputRepresentation, existing: SemanticModelFilterOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticModelFilterOutputRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: SemanticModelFilterOutputRepresentationNormalized, incoming: SemanticModelFilterOutputRepresentationNormalized): boolean;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SemanticModelFilterOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Output representation for a semantic model filter
22
+ *
23
+ * Keys:
24
+ * name (string): id
25
+ */
26
+ export interface SemanticModelFilterOutputRepresentationNormalized {
27
+ /** The API name of the semantic entity. */
28
+ apiName: string;
29
+ /** The origin model of the semantic entity. */
30
+ baseModelApiName?: string;
31
+ /** The Canonical URL of the collection for caching purposes only. */
32
+ cacheKey?: string;
33
+ /** The user who created the semantic entity. */
34
+ createdBy: string;
35
+ /** The date in which the semantic entity was created. */
36
+ createdDate: string;
37
+ /** The Description of the semantic entity. */
38
+ description?: string;
39
+ /** The externalConnectionApiName property references the external connection details for external definition */
40
+ externalConnectionApiName?: string;
41
+ /** The external ID of the semantic entity from the external data source */
42
+ externalId?: string;
43
+ /** The filter logic expression that defines how the filters are combined. */
44
+ filterLogic?: string;
45
+ /** The list of filters to be applied. */
46
+ filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
47
+ /** The object ID of the semantic entity. */
48
+ id: string;
49
+ /** Indicates if the entity can be queried in semantic query engine */
50
+ isQueryable?: string;
51
+ /** The display name of the semantic entity to be used in the ui. */
52
+ label?: string;
53
+ /** The user who last modified the semantic entity. */
54
+ lastModifiedBy?: string;
55
+ /** The date in which the semantic entity was last modified. */
56
+ lastModifiedDate?: string;
57
+ }
58
+ /**
59
+ * Output representation for a semantic model filter
60
+ *
61
+ * Keys:
62
+ * name (string): id
63
+ */
64
+ export interface SemanticModelFilterOutputRepresentation {
65
+ apiName: string;
66
+ baseModelApiName?: string;
67
+ cacheKey?: string;
68
+ createdBy: string;
69
+ createdDate: string;
70
+ description?: string;
71
+ externalConnectionApiName?: string;
72
+ externalId?: string;
73
+ filterLogic?: string;
74
+ filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
75
+ id: string;
76
+ isQueryable?: string;
77
+ label?: string;
78
+ lastModifiedBy?: string;
79
+ lastModifiedDate?: string;
80
+ }
@@ -7,10 +7,11 @@ import { SemanticDataObjectInputRepresentation as SemanticDataObjectInputReprese
7
7
  import { SemanticGroupingInputRepresentation as SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation } from './SemanticGroupingInputRepresentation';
8
8
  import { SemanticLogicalViewInputRepresentation as SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation } from './SemanticLogicalViewInputRepresentation';
9
9
  import { SemanticMetricInputRepresentation as SemanticMetricInputRepresentation_SemanticMetricInputRepresentation } from './SemanticMetricInputRepresentation';
10
+ import { SemanticModelFilterInputRepresentation as SemanticModelFilterInputRepresentation_SemanticModelFilterInputRepresentation } from './SemanticModelFilterInputRepresentation';
10
11
  import { SemanticParameterInputRepresentation as SemanticParameterInputRepresentation_SemanticParameterInputRepresentation } from './SemanticParameterInputRepresentation';
11
12
  import { SemanticRelationshipInputRepresentation as SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation } from './SemanticRelationshipInputRepresentation';
12
13
  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';
13
- export declare const VERSION = "28431737045eb03295c5f4ec140bf338";
14
+ export declare const VERSION = "2116baa12e37d71901b9029d3d8d1c9f";
14
15
  export declare function validate(obj: any, path?: string): TypeError | null;
15
16
  export declare const RepresentationType: string;
16
17
  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;
@@ -57,6 +58,7 @@ export interface SemanticModelInputRepresentationNormalized {
57
58
  semanticLogicalViews?: Array<SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation>;
58
59
  /** Semantic metrics within the model. */
59
60
  semanticMetrics?: Array<SemanticMetricInputRepresentation_SemanticMetricInputRepresentation>;
61
+ semanticModelFilter?: SemanticModelFilterInputRepresentation_SemanticModelFilterInputRepresentation;
60
62
  /** Semantic parameters within the model. */
61
63
  semanticParameters?: Array<SemanticParameterInputRepresentation_SemanticParameterInputRepresentation>;
62
64
  /** Semantic relationships within the model. */
@@ -89,6 +91,7 @@ export interface SemanticModelInputRepresentation {
89
91
  semanticGroupings?: Array<SemanticGroupingInputRepresentation_SemanticGroupingInputRepresentation>;
90
92
  semanticLogicalViews?: Array<SemanticLogicalViewInputRepresentation_SemanticLogicalViewInputRepresentation>;
91
93
  semanticMetrics?: Array<SemanticMetricInputRepresentation_SemanticMetricInputRepresentation>;
94
+ semanticModelFilter?: SemanticModelFilterInputRepresentation_SemanticModelFilterInputRepresentation;
92
95
  semanticParameters?: Array<SemanticParameterInputRepresentation_SemanticParameterInputRepresentation>;
93
96
  semanticRelationships?: Array<SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation>;
94
97
  sourceCreation?: string;
@@ -8,9 +8,10 @@ import { SemanticDataObjectOutputRepresentation as SemanticDataObjectOutputRepre
8
8
  import { SemanticGroupingOutputRepresentation as SemanticGroupingOutputRepresentation_SemanticGroupingOutputRepresentation } from './SemanticGroupingOutputRepresentation';
9
9
  import { SemanticLogicalViewOutputRepresentation as SemanticLogicalViewOutputRepresentation_SemanticLogicalViewOutputRepresentation } from './SemanticLogicalViewOutputRepresentation';
10
10
  import { SemanticMetricOutputRepresentation as SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation } from './SemanticMetricOutputRepresentation';
11
+ import { SemanticModelFilterOutputRepresentation as SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation } from './SemanticModelFilterOutputRepresentation';
11
12
  import { SemanticParameterOutputRepresentation as SemanticParameterOutputRepresentation_SemanticParameterOutputRepresentation } from './SemanticParameterOutputRepresentation';
12
13
  import { SemanticRelationshipOutputRepresentation as SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation } from './SemanticRelationshipOutputRepresentation';
13
- export declare const VERSION = "56b6e81346b63674fb571a55fe7128bc";
14
+ export declare const VERSION = "31c80b845050553f41832720b27399ad";
14
15
  export declare function validate(obj: any, path?: string): TypeError | null;
15
16
  export declare const RepresentationType: string;
16
17
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -30,6 +31,7 @@ export interface DynamicIngestParams {
30
31
  semanticGroupings: $64$luvio_engine_ResourceIngest;
31
32
  semanticLogicalViews: $64$luvio_engine_ResourceIngest;
32
33
  semanticMetrics: $64$luvio_engine_ResourceIngest;
34
+ semanticModelFilters: $64$luvio_engine_ResourceIngest;
33
35
  semanticParameters: $64$luvio_engine_ResourceIngest;
34
36
  semanticRelationships: $64$luvio_engine_ResourceIngest;
35
37
  }
@@ -42,6 +44,7 @@ export interface DynamicSelectParams {
42
44
  semanticGroupings?: $64$luvio_engine_LinkSelection;
43
45
  semanticLogicalViews?: $64$luvio_engine_LinkSelection;
44
46
  semanticMetrics?: $64$luvio_engine_LinkSelection;
47
+ semanticModelFilters?: $64$luvio_engine_LinkSelection;
45
48
  semanticParameters?: $64$luvio_engine_LinkSelection;
46
49
  semanticRelationships?: $64$luvio_engine_LinkSelection;
47
50
  }
@@ -117,6 +120,8 @@ export interface SemanticModelOutputRepresentationNormalized {
117
120
  semanticLogicalViews?: Array<$64$luvio_engine_StoreLink>;
118
121
  /** The semantic metrics belonging to this model. */
119
122
  semanticMetrics?: Array<$64$luvio_engine_StoreLink>;
123
+ /** The semantic model filters belonging to this model. */
124
+ semanticModelFilters?: Array<$64$luvio_engine_StoreLink>;
120
125
  /** The list of parameters belonging to the semantic model. */
121
126
  semanticParameters?: Array<$64$luvio_engine_StoreLink>;
122
127
  /** The URL that references the Semantic Parameters. */
@@ -167,6 +172,7 @@ export interface SemanticModelOutputRepresentation {
167
172
  semanticGroupingsUrl?: string | null;
168
173
  semanticLogicalViews?: Array<SemanticLogicalViewOutputRepresentation_SemanticLogicalViewOutputRepresentation>;
169
174
  semanticMetrics?: Array<SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation>;
175
+ semanticModelFilters?: Array<SemanticModelFilterOutputRepresentation_SemanticModelFilterOutputRepresentation>;
170
176
  semanticParameters?: Array<SemanticParameterOutputRepresentation_SemanticParameterOutputRepresentation>;
171
177
  semanticParametersUrl?: string;
172
178
  semanticRelationships?: Array<SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cdp-semantic-authoring",
3
- "version": "1.391.0",
3
+ "version": "1.393.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.391.0"
43
+ "@salesforce/lds-bindings": "^1.393.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.391.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.393.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {