@salesforce/lds-adapters-industries-context 1.312.1 → 1.314.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/industries-context.js +813 -676
- package/dist/es/es2018/types/src/generated/adapters/cloneContextMappings.d.ts +16 -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 +2 -1
- package/dist/es/es2018/types/src/generated/resources/postConnectContextMappingsClone.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingCloneInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingCloneInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingCloneListInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingCloneListInputWrapperRepresentation.d.ts +29 -0
- package/package.json +4 -4
- package/sfdc/index.js +1917 -1777
- package/src/raml/api.raml +52 -0
- package/src/raml/luvio.raml +4 -0
|
@@ -0,0 +1,16 @@
|
|
|
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 { ContextMappingCloneListInputRepresentation as types_ContextMappingCloneListInputRepresentation_ContextMappingCloneListInputRepresentation } from '../types/ContextMappingCloneListInputRepresentation';
|
|
4
|
+
import { ResourceRequestConfig as resources_postConnectContextMappingsClone_ResourceRequestConfig } from '../resources/postConnectContextMappingsClone';
|
|
5
|
+
import { ContextMappingListRepresentation as types_ContextMappingListRepresentation_ContextMappingListRepresentation } from '../types/ContextMappingListRepresentation';
|
|
6
|
+
export declare const adapterName = "cloneContextMappings";
|
|
7
|
+
export declare const cloneContextMappings_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
8
|
+
export declare const cloneContextMappings_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
9
|
+
export interface CloneContextMappingsConfig {
|
|
10
|
+
contextMappingCloneInput: types_ContextMappingCloneListInputRepresentation_ContextMappingCloneListInputRepresentation;
|
|
11
|
+
}
|
|
12
|
+
export declare const createResourceParams: (config: CloneContextMappingsConfig) => resources_postConnectContextMappingsClone_ResourceRequestConfig;
|
|
13
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CloneContextMappingsConfig>): adapter$45$utils_Untrusted<CloneContextMappingsConfig>;
|
|
14
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CloneContextMappingsConfig | null;
|
|
15
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CloneContextMappingsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_ContextMappingListRepresentation_ContextMappingListRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ContextMappingListRepresentation_ContextMappingListRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ContextMappingListRepresentation_ContextMappingListRepresentation, any>>;
|
|
16
|
+
export declare const cloneContextMappingsAdapterFactory: $64$luvio_engine_AdapterFactory<CloneContextMappingsConfig, types_ContextMappingListRepresentation_ContextMappingListRepresentation>;
|
|
@@ -21,6 +21,7 @@ export { getContextServiceNodeAdapterFactory } from '../adapters/getContextServi
|
|
|
21
21
|
export { deleteContextServiceTagAdapterFactory } from '../adapters/deleteContextServiceTag';
|
|
22
22
|
export { getContextServiceTagAdapterFactory } from '../adapters/getContextServiceTag';
|
|
23
23
|
export { getDynamicAttributesAdapterFactory } from '../adapters/getDynamicAttributes';
|
|
24
|
+
export { cloneContextMappingsAdapterFactory } from '../adapters/cloneContextMappings';
|
|
24
25
|
export { updateContextNodeMappingsAdapterFactory } from '../adapters/updateContextNodeMappings';
|
|
25
26
|
export { createContextNodeMappingsAdapterFactory } from '../adapters/createContextNodeMappings';
|
|
26
27
|
export { deleteContextServiceNodeMappingAdapterFactory } from '../adapters/deleteContextServiceNodeMapping';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
declare let cloneContextMappings: any;
|
|
1
2
|
declare let createContextAttributeMapping: any;
|
|
2
3
|
declare let createContextAttributeMappings: any;
|
|
3
4
|
declare let createContextAttributes: any;
|
|
@@ -84,4 +85,4 @@ declare let getContextServiceTag_imperative: any;
|
|
|
84
85
|
declare let getContextTags_imperative: any;
|
|
85
86
|
declare let getContextTranslation_imperative: any;
|
|
86
87
|
declare let getDynamicAttributes_imperative: any;
|
|
87
|
-
export { createContextAttributeMapping, createContextAttributeMappings, createContextAttributes, createContextMapping, createContextMappings, createContextNodeMapping, createContextNodeMappings, createContextNodes, createContextQueryRecords, createContextServiceDefinition, createContextTags, deleteContextAttributeMapping, deleteContextMapping, deleteContextNodeMapping, deleteContextServiceAttribute, deleteContextServiceAttributeMapping, deleteContextServiceDefinition, deleteContextServiceMapping, deleteContextServiceNode, deleteContextServiceNodeMapping, deleteContextServiceTag, getContext, getContextAttributeMapping, getContextAttributeMappingNotifyChange, getContextDefinitions, getContextInfo, getContextInfoNotifyChange, getContextMapping, getContextMappingNotifyChange, getContextNodeMapping, getContextNodeMappingNotifyChange, getContextNotifyChange, getContextServiceAccess, getContextServiceAccessNotifyChange, getContextServiceAttribute, getContextServiceAttributeMapping, getContextServiceAttributeMappingNotifyChange, getContextServiceAttributeNotifyChange, getContextServiceDefinition, getContextServiceDefinitionInfo, getContextServiceDefinitionInfoNotifyChange, getContextServiceDefinitionNotifyChange, getContextServiceMapping, getContextServiceMappingNotifyChange, getContextServiceNode, getContextServiceNodeMapping, getContextServiceNodeMappingNotifyChange, getContextServiceNodeNotifyChange, getContextServiceTag, getContextServiceTagNotifyChange, getContextTags, getContextTagsNotifyChange, getContextTranslation, getDynamicAttributes, getDynamicAttributesNotifyChange, putContextServiceAccess, queryContextRecordAndChildren, updateContextAttributeMapping, updateContextAttributeMappings, updateContextAttributes, updateContextMapping, updateContextMappings, updateContextNodeMapping, updateContextNodeMappings, updateContextNodes, updateContextServiceDefinition, updateContextTags, upgradeContextServiceDefinition, getContext_imperative, getContextAttributeMapping_imperative, getContextDefinitions_imperative, getContextInfo_imperative, getContextMapping_imperative, getContextNodeMapping_imperative, getContextServiceAccess_imperative, getContextServiceAttribute_imperative, getContextServiceAttributeMapping_imperative, getContextServiceDefinition_imperative, getContextServiceDefinitionInfo_imperative, getContextServiceMapping_imperative, getContextServiceNode_imperative, getContextServiceNodeMapping_imperative, getContextServiceTag_imperative, getContextTags_imperative, getContextTranslation_imperative, getDynamicAttributes_imperative, };
|
|
88
|
+
export { cloneContextMappings, createContextAttributeMapping, createContextAttributeMappings, createContextAttributes, createContextMapping, createContextMappings, createContextNodeMapping, createContextNodeMappings, createContextNodes, createContextQueryRecords, createContextServiceDefinition, createContextTags, deleteContextAttributeMapping, deleteContextMapping, deleteContextNodeMapping, deleteContextServiceAttribute, deleteContextServiceAttributeMapping, deleteContextServiceDefinition, deleteContextServiceMapping, deleteContextServiceNode, deleteContextServiceNodeMapping, deleteContextServiceTag, getContext, getContextAttributeMapping, getContextAttributeMappingNotifyChange, getContextDefinitions, getContextInfo, getContextInfoNotifyChange, getContextMapping, getContextMappingNotifyChange, getContextNodeMapping, getContextNodeMappingNotifyChange, getContextNotifyChange, getContextServiceAccess, getContextServiceAccessNotifyChange, getContextServiceAttribute, getContextServiceAttributeMapping, getContextServiceAttributeMappingNotifyChange, getContextServiceAttributeNotifyChange, getContextServiceDefinition, getContextServiceDefinitionInfo, getContextServiceDefinitionInfoNotifyChange, getContextServiceDefinitionNotifyChange, getContextServiceMapping, getContextServiceMappingNotifyChange, getContextServiceNode, getContextServiceNodeMapping, getContextServiceNodeMappingNotifyChange, getContextServiceNodeNotifyChange, getContextServiceTag, getContextServiceTagNotifyChange, getContextTags, getContextTagsNotifyChange, getContextTranslation, getDynamicAttributes, getDynamicAttributesNotifyChange, putContextServiceAccess, queryContextRecordAndChildren, updateContextAttributeMapping, updateContextAttributeMappings, updateContextAttributes, updateContextMapping, updateContextMappings, updateContextNodeMapping, updateContextNodeMappings, updateContextNodes, updateContextServiceDefinition, updateContextTags, upgradeContextServiceDefinition, getContext_imperative, getContextAttributeMapping_imperative, getContextDefinitions_imperative, getContextInfo_imperative, getContextMapping_imperative, getContextNodeMapping_imperative, getContextServiceAccess_imperative, getContextServiceAttribute_imperative, getContextServiceAttributeMapping_imperative, getContextServiceDefinition_imperative, getContextServiceDefinitionInfo_imperative, getContextServiceMapping_imperative, getContextServiceNode_imperative, getContextServiceNodeMapping_imperative, getContextServiceTag_imperative, getContextTags_imperative, getContextTranslation_imperative, getDynamicAttributes_imperative, };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ContextMappingCloneListInputRepresentation as types_ContextMappingCloneListInputRepresentation_ContextMappingCloneListInputRepresentation } from '../types/ContextMappingCloneListInputRepresentation';
|
|
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 { ContextMappingListRepresentation as types_ContextMappingListRepresentation_ContextMappingListRepresentation } from '../types/ContextMappingListRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
body: {
|
|
6
|
+
contextMappingCloneInput: types_ContextMappingCloneListInputRepresentation_ContextMappingCloneListInputRepresentation;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextMappingListRepresentation_ContextMappingListRepresentation): void;
|
|
11
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextMappingListRepresentation_ContextMappingListRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextMappingListRepresentation_ContextMappingListRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextMappingListRepresentation_ContextMappingListRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextMappingListRepresentation_ContextMappingListRepresentation, any>;
|
|
12
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
13
|
+
export default createResourceRequest;
|
|
@@ -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 = "73965973f7dd20a36441ec28bb3beb09";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ContextMappingCloneInputRepresentation, existing: ContextMappingCloneInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextMappingCloneInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ContextMappingCloneInputRepresentationNormalized, incoming: ContextMappingCloneInputRepresentationNormalized): 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: ContextMappingCloneInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation of Context Mapping Clone
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ContextMappingCloneInputRepresentationNormalized {
|
|
17
|
+
/** Context Mapping Name - Required for Clone */
|
|
18
|
+
contextMappingName: string;
|
|
19
|
+
/** ID of this Original Context Mapping - Required for Cloning */
|
|
20
|
+
originalContextMappingId: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation of Context Mapping Clone
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ContextMappingCloneInputRepresentation {
|
|
29
|
+
contextMappingName: string;
|
|
30
|
+
originalContextMappingId: string;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextMappingCloneInputWrapperRepresentation.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ContextMappingCloneInputRepresentation as ContextMappingCloneInputRepresentation_ContextMappingCloneInputRepresentation } from './ContextMappingCloneInputRepresentation';
|
|
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 = "bc850bbc1e5c0191691085ab4138421d";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ContextMappingCloneInputWrapperRepresentation, existing: ContextMappingCloneInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextMappingCloneInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ContextMappingCloneInputWrapperRepresentationNormalized, incoming: ContextMappingCloneInputWrapperRepresentationNormalized): 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: ContextMappingCloneInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper Input representation for ContextMappingCloneInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ContextMappingCloneInputWrapperRepresentationNormalized {
|
|
18
|
+
/** Input representation of Context Node Mapping */
|
|
19
|
+
contextMappingCloneInput: ContextMappingCloneInputRepresentation_ContextMappingCloneInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Wrapper Input representation for ContextMappingCloneInputRepresentation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ContextMappingCloneInputWrapperRepresentation {
|
|
28
|
+
contextMappingCloneInput: ContextMappingCloneInputRepresentation_ContextMappingCloneInputRepresentation;
|
|
29
|
+
}
|
package/dist/es/es2018/types/src/generated/types/ContextMappingCloneListInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ContextMappingCloneInputRepresentation as ContextMappingCloneInputRepresentation_ContextMappingCloneInputRepresentation } from './ContextMappingCloneInputRepresentation';
|
|
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 = "63eee675b822b33e04b6bd876266ce15";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ContextMappingCloneListInputRepresentation, existing: ContextMappingCloneListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextMappingCloneListInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ContextMappingCloneListInputRepresentationNormalized, incoming: ContextMappingCloneListInputRepresentationNormalized): 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: ContextMappingCloneListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation of Context Mapping Clone List
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ContextMappingCloneListInputRepresentationNormalized {
|
|
18
|
+
/** List of ContextMappingClones */
|
|
19
|
+
contextMappingClones: Array<ContextMappingCloneInputRepresentation_ContextMappingCloneInputRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Input representation of Context Mapping Clone List
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ContextMappingCloneListInputRepresentation {
|
|
28
|
+
contextMappingClones: Array<ContextMappingCloneInputRepresentation_ContextMappingCloneInputRepresentation>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ContextMappingCloneListInputRepresentation as ContextMappingCloneListInputRepresentation_ContextMappingCloneListInputRepresentation } from './ContextMappingCloneListInputRepresentation';
|
|
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 = "084b7767b9a22e8f72dd62cc9d465cf7";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ContextMappingCloneListInputWrapperRepresentation, existing: ContextMappingCloneListInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextMappingCloneListInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ContextMappingCloneListInputWrapperRepresentationNormalized, incoming: ContextMappingCloneListInputWrapperRepresentationNormalized): 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: ContextMappingCloneListInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper Input representation for ContextMappingCloneListInputRepresentation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ContextMappingCloneListInputWrapperRepresentationNormalized {
|
|
18
|
+
/** Input representation of Context Node List */
|
|
19
|
+
contextMappingCloneInput: ContextMappingCloneListInputRepresentation_ContextMappingCloneListInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Wrapper Input representation for ContextMappingCloneListInputRepresentation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ContextMappingCloneListInputWrapperRepresentation {
|
|
28
|
+
contextMappingCloneInput: ContextMappingCloneListInputRepresentation_ContextMappingCloneListInputRepresentation;
|
|
29
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-context",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.314.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Normandy Context Service",
|
|
6
6
|
"main": "dist/es/es2018/industries-context.js",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"test:unit": "jest --config=./jest.config.js"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@salesforce/lds-bindings": "^1.
|
|
47
|
+
"@salesforce/lds-bindings": "^1.314.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
51
|
-
"@salesforce/lds-karma": "^1.
|
|
50
|
+
"@salesforce/lds-compiler-plugins": "^1.314.0",
|
|
51
|
+
"@salesforce/lds-karma": "^1.314.0"
|
|
52
52
|
},
|
|
53
53
|
"nx": {
|
|
54
54
|
"targets": {
|