@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-commerce-search",
3
- "version": "1.134.2",
3
+ "version": "1.134.3",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters Community Navigation Menu",
6
6
  "main": "dist/es/es2018/commerce-search.js",
package/sfdc/index.js CHANGED
@@ -917,4 +917,4 @@ withDefaultLuvio((luvio) => {
917
917
  });
918
918
 
919
919
  export { getSuggestions, getSuggestions_imperative, productSearch, productSearch_imperative };
920
- // version: 1.134.2-29b530b89
920
+ // version: 1.134.3-ea1008c6e
package/src/raml/api.raml CHANGED
@@ -507,14 +507,15 @@ types:
507
507
  body:
508
508
  application/json:
509
509
  type: CommerceSearchIndexCollectionOutputRepresentation
510
- post:
511
- description: Post new product catalog for index creation and return output representation
512
- responses:
513
- '200':
514
- description: Success
515
- body:
516
- application/json:
517
- type: CommerceSearchIndexOutputRepresentation
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;