@salesforce/lds-adapters-commerce-extensions 1.134.1 → 1.134.3
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.
|
@@ -1,17 +1,8 @@
|
|
|
1
|
-
import {
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
2
|
export declare const TTL = 60000;
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "4a8c0a159a66b5d5ed44fde4dee698a8";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
|
-
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
-
id: string;
|
|
8
|
-
}
|
|
9
|
-
export type MappingInputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
-
export type PartialMappingInputRepresentationNormalizedKeyMetadata = 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): MappingInputRepresentationNormalizedKeyMetadata;
|
|
13
|
-
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: MappingInputRepresentation): string;
|
|
14
|
-
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: MappingInputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
6
|
export declare function normalize(input: MappingInputRepresentation, existing: MappingInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): MappingInputRepresentationNormalized;
|
|
16
7
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
8
|
export declare function equals(existing: MappingInputRepresentationNormalized, incoming: MappingInputRepresentationNormalized): boolean;
|
|
@@ -22,7 +13,7 @@ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: M
|
|
|
22
13
|
* Input representation for mapping.
|
|
23
14
|
*
|
|
24
15
|
* Keys:
|
|
25
|
-
*
|
|
16
|
+
* (none)
|
|
26
17
|
*/
|
|
27
18
|
export interface MappingInputRepresentationNormalized {
|
|
28
19
|
/** The extension this provider corresponds to. */
|
|
@@ -38,7 +29,7 @@ export interface MappingInputRepresentationNormalized {
|
|
|
38
29
|
* Input representation for mapping.
|
|
39
30
|
*
|
|
40
31
|
* Keys:
|
|
41
|
-
*
|
|
32
|
+
* (none)
|
|
42
33
|
*/
|
|
43
34
|
export interface MappingInputRepresentation {
|
|
44
35
|
epn: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-commerce-extensions",
|
|
3
|
-
"version": "1.134.
|
|
3
|
+
"version": "1.134.3",
|
|
4
4
|
"description": "APIs to manage providers for commerce extensions and which will be used for each store.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/umd/es2018/commerce-extensions.js",
|
package/sfdc/index.js
CHANGED
|
@@ -2161,4 +2161,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2161
2161
|
});
|
|
2162
2162
|
|
|
2163
2163
|
export { createMapping, deleteMapping, getExtensions, getExtensions_imperative, getMapping, getMappingNotifyChange, getMapping_imperative, getMappings, getMappings_imperative, getProviders, getProviders_imperative, notifyMappingUpdateAvailable, updateMapping };
|
|
2164
|
-
// version: 1.134.
|
|
2164
|
+
// version: 1.134.3-ea1008c6e
|