@salesforce/lds-adapters-commerce-search 1.134.2 → 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.
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
package/src/raml/api.raml
CHANGED
|
@@ -507,14 +507,15 @@ types:
|
|
|
507
507
|
body:
|
|
508
508
|
application/json:
|
|
509
509
|
type: CommerceSearchIndexCollectionOutputRepresentation
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
510
|
+
# TODO: Hand rolled
|
|
511
|
+
# post:
|
|
512
|
+
# description: Post new product catalog for index creation and return output representation
|
|
513
|
+
# responses:
|
|
514
|
+
# '200':
|
|
515
|
+
# description: Success
|
|
516
|
+
# body:
|
|
517
|
+
# application/json:
|
|
518
|
+
# type: CommerceSearchIndexOutputRepresentation
|
|
518
519
|
uriParameters:
|
|
519
520
|
webstoreId:
|
|
520
521
|
type: string
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, 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';
|
|
2
|
-
import { CommerceSearchIndexOutputRepresentation as types_CommerceSearchIndexOutputRepresentation_CommerceSearchIndexOutputRepresentation } from '../types/CommerceSearchIndexOutputRepresentation';
|
|
3
|
-
export interface ResourceRequestConfig {
|
|
4
|
-
urlParams: {
|
|
5
|
-
webstoreId: string;
|
|
6
|
-
};
|
|
7
|
-
}
|
|
8
|
-
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
-
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_CommerceSearchIndexOutputRepresentation_CommerceSearchIndexOutputRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
10
|
-
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_CommerceSearchIndexOutputRepresentation_CommerceSearchIndexOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_CommerceSearchIndexOutputRepresentation_CommerceSearchIndexOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_CommerceSearchIndexOutputRepresentation_CommerceSearchIndexOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_CommerceSearchIndexOutputRepresentation_CommerceSearchIndexOutputRepresentation, any>;
|
|
11
|
-
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
12
|
-
export default createResourceRequest;
|