@fast-simon/dashboard-utilities 1.0.78 → 1.0.79

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.
@@ -50,5 +50,6 @@ export interface AutocompleteReasoningResponse {
50
50
  facets?: Facet[];
51
51
  page?: number;
52
52
  results_for?: string;
53
+ id_list?: number[];
53
54
  turbolink?: string;
54
55
  }
@@ -1 +1 @@
1
- {"version":3,"file":"autocomplete.js","sourceRoot":"","sources":["../../src/@types/autocomplete.ts"],"names":[],"mappings":"","sourcesContent":["import {ServerProduct} from \"./product\";\r\nimport {Facet, FastCategory, FastTurbolinks} from \"./facets\";\r\nimport {PopularSearch} from \"./results\";\r\nimport {SortBy} from \"./sortBy\";\r\n\r\n\r\n\r\nexport interface AutocompleteResults {\r\n totalResults: number,\r\n categories?: FastCategory[],\r\n products: ServerProduct[]\r\n turbolinks?: FastTurbolinks[]\r\n popularSearches: PopularSearch[]\r\n query: string\r\n}\r\n\r\nexport interface autocompleteProps {\r\n storeID: number\r\n uuid: string\r\n siteKey?:string\r\n cdn?: number\r\n term: string,\r\n userToken: string,\r\n sessionStart: number,\r\n withAttributes?: boolean\r\n segments?: string[],\r\n hasShopifyMarkets?: boolean,\r\n disable_turbolinks?:boolean\r\n disable_strategies?:boolean\r\n disable_merchandising?:boolean\r\n disable_semantics?:boolean\r\n disable_merchandising_rules?:boolean\r\n disable_antonyms?:boolean\r\n}\r\nexport interface AutocompleteReasoningResponse {\r\n auto_facets?: boolean\r\n isp_quick_view_mode?: number\r\n products: ServerProduct[]\r\n merch: {\r\n prorduct:any,\r\n rules:any,\r\n strategy:any,\r\n visual:any\r\n }\r\n personalized_products:any[]\r\n term:string\r\n totalResults: number\r\n uuid:string\r\n\r\n //all bellow wont be never field but to keep consistent with all the AIExplainer implementation\r\n sortBy?:SortBy\r\n within_search_results_for?: string,\r\n isNoResults?:any,\r\n pageCount?:number,\r\n narrow?: [string, string, string][],\r\n facets?: Facet[],\r\n page?: number,\r\n results_for?: string,\r\n turbolink?: string\r\n}"]}
1
+ {"version":3,"file":"autocomplete.js","sourceRoot":"","sources":["../../src/@types/autocomplete.ts"],"names":[],"mappings":"","sourcesContent":["import {ServerProduct} from \"./product\";\r\nimport {Facet, FastCategory, FastTurbolinks} from \"./facets\";\r\nimport {PopularSearch} from \"./results\";\r\nimport {SortBy} from \"./sortBy\";\r\n\r\n\r\n\r\nexport interface AutocompleteResults {\r\n totalResults: number,\r\n categories?: FastCategory[],\r\n products: ServerProduct[]\r\n turbolinks?: FastTurbolinks[]\r\n popularSearches: PopularSearch[]\r\n query: string\r\n}\r\n\r\nexport interface autocompleteProps {\r\n storeID: number\r\n uuid: string\r\n siteKey?:string\r\n cdn?: number\r\n term: string,\r\n userToken: string,\r\n sessionStart: number,\r\n withAttributes?: boolean\r\n segments?: string[],\r\n hasShopifyMarkets?: boolean,\r\n disable_turbolinks?:boolean\r\n disable_strategies?:boolean\r\n disable_merchandising?:boolean\r\n disable_semantics?:boolean\r\n disable_merchandising_rules?:boolean\r\n disable_antonyms?:boolean\r\n}\r\nexport interface AutocompleteReasoningResponse {\r\n auto_facets?: boolean\r\n isp_quick_view_mode?: number\r\n products: ServerProduct[]\r\n merch: {\r\n prorduct:any,\r\n rules:any,\r\n strategy:any,\r\n visual:any\r\n }\r\n personalized_products:any[]\r\n term:string\r\n totalResults: number\r\n uuid:string\r\n\r\n //all bellow wont be never field but to keep consistent with all the AIExplainer implementation\r\n sortBy?:SortBy\r\n within_search_results_for?: string,\r\n isNoResults?:any,\r\n pageCount?:number,\r\n narrow?: [string, string, string][],\r\n facets?: Facet[],\r\n page?: number,\r\n results_for?: string,\r\n id_list?:number[]\r\n turbolink?: string\r\n}"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fast-simon/dashboard-utilities",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "preview": "vite preview",