@shopby/shop-sdk 1.78.86 → 1.78.87

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.
@@ -317,6 +317,7 @@ export interface GetProductsSearchResponse {
317
317
  clickUrlPrefix: ClickUrlPrefix;
318
318
  items: Array<ProductSearch>;
319
319
  depth5Categories: Array<DepthCategory>;
320
+ correctedKeyword: Nullable<string>;
320
321
  }
321
322
  export interface GetProductsProductNoRelatedProductsRequest extends OptionalAccessTokenRequest {
322
323
  pathVariable: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.78.86",
3
+ "version": "1.78.87",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",