vviinn-widgets 2.26.0 → 2.27.0

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.
Files changed (39) hide show
  1. package/dist/cjs/{index-64803798.js → index-44211965.js} +571 -37
  2. package/dist/cjs/{package-835e33f7.js → package-83bca9cc.js} +1 -1
  3. package/dist/cjs/search-filters_20.cjs.entry.js +31 -4
  4. package/dist/cjs/vviinn-carousel_3.cjs.entry.js +2 -2
  5. package/dist/cjs/vviinn-vpr-button.cjs.entry.js +1 -1
  6. package/dist/cjs/vviinn-vps-button.cjs.entry.js +1 -1
  7. package/dist/cjs/vviinn-vps-widget.cjs.entry.js +2 -2
  8. package/dist/collection/components/vviinn-image-view/vviinn-image-view.js +31 -4
  9. package/dist/esm/{index-3cc48230.js → index-44a3df03.js} +571 -37
  10. package/dist/esm/{package-7b9341e8.js → package-18449ec6.js} +1 -1
  11. package/dist/esm/search-filters_20.entry.js +31 -4
  12. package/dist/esm/vviinn-carousel_3.entry.js +2 -2
  13. package/dist/esm/vviinn-vpr-button.entry.js +1 -1
  14. package/dist/esm/vviinn-vps-button.entry.js +1 -1
  15. package/dist/esm/vviinn-vps-widget.entry.js +2 -2
  16. package/dist/types/components/vviinn-image-view/vviinn-image-view.d.ts +2 -2
  17. package/dist/vviinn-widgets/{p-0cd7b987.entry.js → p-0aab6dd9.entry.js} +1 -1
  18. package/dist/vviinn-widgets/{p-4063d262.entry.js → p-0ac51aca.entry.js} +1 -1
  19. package/dist/vviinn-widgets/p-1e2306cf.js +1 -0
  20. package/dist/vviinn-widgets/p-229e20ac.js +1 -0
  21. package/dist/vviinn-widgets/{p-c0f125c5.entry.js → p-926a2241.entry.js} +1 -1
  22. package/dist/vviinn-widgets/{p-9c27e9cb.entry.js → p-c7d0d73d.entry.js} +1 -1
  23. package/dist/vviinn-widgets/{p-727c521a.entry.js → p-fa892c77.entry.js} +1 -1
  24. package/dist/vviinn-widgets/vviinn-widgets.esm.js +1 -1
  25. package/package.json +1 -1
  26. package/www/build/{p-0cd7b987.entry.js → p-0aab6dd9.entry.js} +1 -1
  27. package/www/build/{p-4063d262.entry.js → p-0ac51aca.entry.js} +1 -1
  28. package/www/build/p-1e2306cf.js +1 -0
  29. package/www/build/p-229e20ac.js +1 -0
  30. package/www/build/{p-c0f125c5.entry.js → p-926a2241.entry.js} +1 -1
  31. package/www/build/{p-9c27e9cb.entry.js → p-c7d0d73d.entry.js} +1 -1
  32. package/www/build/{p-aafe2def.js → p-f2369f7f.js} +2 -2
  33. package/www/build/{p-727c521a.entry.js → p-fa892c77.entry.js} +1 -1
  34. package/www/build/vviinn-widgets.esm.js +1 -1
  35. package/www/index.html +1 -1
  36. package/dist/vviinn-widgets/p-67ccdf9f.js +0 -1
  37. package/dist/vviinn-widgets/p-d3ac1640.js +0 -1
  38. package/www/build/p-67ccdf9f.js +0 -1
  39. package/www/build/p-d3ac1640.js +0 -1
@@ -1820,6 +1820,123 @@ exports.configureAuthMethods = configureAuthMethods;
1820
1820
  //# sourceMappingURL=auth.js.map
1821
1821
  });
1822
1822
 
1823
+ var Event_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
1824
+ Object.defineProperty(exports, "__esModule", { value: true });
1825
+ exports.Event = void 0;
1826
+ var Event = (function () {
1827
+ function Event() {
1828
+ this.typ = "Event";
1829
+ }
1830
+ Event.getAttributeTypeMap = function () {
1831
+ return Event.attributeTypeMap;
1832
+ };
1833
+ Event.discriminator = "typ";
1834
+ Event.attributeTypeMap = [
1835
+ {
1836
+ "name": "session_id",
1837
+ "baseName": "session_id",
1838
+ "type": "string",
1839
+ "format": ""
1840
+ },
1841
+ {
1842
+ "name": "typ",
1843
+ "baseName": "typ",
1844
+ "type": "string",
1845
+ "format": ""
1846
+ }
1847
+ ];
1848
+ return Event;
1849
+ }());
1850
+ exports.Event = Event;
1851
+ //# sourceMappingURL=Event.js.map
1852
+ });
1853
+
1854
+ var AddToBasketEvent_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
1855
+ var __extends = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__extends) || (function () {
1856
+ var extendStatics = function (d, b) {
1857
+ extendStatics = Object.setPrototypeOf ||
1858
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
1859
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
1860
+ return extendStatics(d, b);
1861
+ };
1862
+ return function (d, b) {
1863
+ if (typeof b !== "function" && b !== null)
1864
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
1865
+ extendStatics(d, b);
1866
+ function __() { this.constructor = d; }
1867
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
1868
+ };
1869
+ })();
1870
+ Object.defineProperty(exports, "__esModule", { value: true });
1871
+ exports.AddToBasketEvent = void 0;
1872
+
1873
+ var AddToBasketEvent = (function (_super) {
1874
+ __extends(AddToBasketEvent, _super);
1875
+ function AddToBasketEvent() {
1876
+ var _this = _super.call(this) || this;
1877
+ _this.typ = "AddToBasketEvent";
1878
+ return _this;
1879
+ }
1880
+ AddToBasketEvent.getAttributeTypeMap = function () {
1881
+ return _super.getAttributeTypeMap.call(this).concat(AddToBasketEvent.attributeTypeMap);
1882
+ };
1883
+ AddToBasketEvent.discriminator = undefined;
1884
+ AddToBasketEvent.attributeTypeMap = [
1885
+ {
1886
+ "name": "widget_id",
1887
+ "baseName": "widgetId",
1888
+ "type": "string",
1889
+ "format": ""
1890
+ },
1891
+ {
1892
+ "name": "widget_version",
1893
+ "baseName": "widgetVersion",
1894
+ "type": "string",
1895
+ "format": ""
1896
+ },
1897
+ {
1898
+ "name": "campaign_type_name",
1899
+ "baseName": "campaignTypeName",
1900
+ "type": "string",
1901
+ "format": ""
1902
+ },
1903
+ {
1904
+ "name": "product_name",
1905
+ "baseName": "productName",
1906
+ "type": "string",
1907
+ "format": ""
1908
+ },
1909
+ {
1910
+ "name": "product_type",
1911
+ "baseName": "productType",
1912
+ "type": "string",
1913
+ "format": ""
1914
+ },
1915
+ {
1916
+ "name": "widget",
1917
+ "baseName": "widget",
1918
+ "type": "Widget",
1919
+ "format": ""
1920
+ },
1921
+ {
1922
+ "name": "product",
1923
+ "baseName": "product",
1924
+ "type": "string",
1925
+ "format": ""
1926
+ },
1927
+ {
1928
+ "name": "rank",
1929
+ "baseName": "rank",
1930
+ "type": "number",
1931
+ "format": ""
1932
+ }
1933
+ ];
1934
+ return AddToBasketEvent;
1935
+ }(Event_1.Event));
1936
+ exports.AddToBasketEvent = AddToBasketEvent;
1937
+ //# sourceMappingURL=AddToBasketEvent.js.map
1938
+ });
1939
+
1823
1940
  var ErrorObject_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
1824
1941
  Object.defineProperty(exports, "__esModule", { value: true });
1825
1942
  exports.ErrorObject = void 0;
@@ -1916,37 +2033,6 @@ exports.ErrorResponse = ErrorResponse;
1916
2033
  //# sourceMappingURL=ErrorResponse.js.map
1917
2034
  });
1918
2035
 
1919
- var Event_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
1920
- Object.defineProperty(exports, "__esModule", { value: true });
1921
- exports.Event = void 0;
1922
- var Event = (function () {
1923
- function Event() {
1924
- this.typ = "Event";
1925
- }
1926
- Event.getAttributeTypeMap = function () {
1927
- return Event.attributeTypeMap;
1928
- };
1929
- Event.discriminator = "typ";
1930
- Event.attributeTypeMap = [
1931
- {
1932
- "name": "session_id",
1933
- "baseName": "session_id",
1934
- "type": "string",
1935
- "format": ""
1936
- },
1937
- {
1938
- "name": "typ",
1939
- "baseName": "typ",
1940
- "type": "string",
1941
- "format": ""
1942
- }
1943
- ];
1944
- return Event;
1945
- }());
1946
- exports.Event = Event;
1947
- //# sourceMappingURL=Event.js.map
1948
- });
1949
-
1950
2036
  var EventConfirmation_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
1951
2037
  Object.defineProperty(exports, "__esModule", { value: true });
1952
2038
  exports.EventConfirmation = void 0;
@@ -1971,6 +2057,42 @@ exports.EventConfirmation = EventConfirmation;
1971
2057
  //# sourceMappingURL=EventConfirmation.js.map
1972
2058
  });
1973
2059
 
2060
+ var EventInformativeProperties_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2061
+ Object.defineProperty(exports, "__esModule", { value: true });
2062
+ exports.EventInformativeProperties = void 0;
2063
+ var EventInformativeProperties = (function () {
2064
+ function EventInformativeProperties() {
2065
+ }
2066
+ EventInformativeProperties.getAttributeTypeMap = function () {
2067
+ return EventInformativeProperties.attributeTypeMap;
2068
+ };
2069
+ EventInformativeProperties.discriminator = undefined;
2070
+ EventInformativeProperties.attributeTypeMap = [
2071
+ {
2072
+ "name": "widget_id",
2073
+ "baseName": "widgetId",
2074
+ "type": "string",
2075
+ "format": ""
2076
+ },
2077
+ {
2078
+ "name": "widget_version",
2079
+ "baseName": "widgetVersion",
2080
+ "type": "string",
2081
+ "format": ""
2082
+ },
2083
+ {
2084
+ "name": "campaign_type_name",
2085
+ "baseName": "campaignTypeName",
2086
+ "type": "string",
2087
+ "format": ""
2088
+ }
2089
+ ];
2090
+ return EventInformativeProperties;
2091
+ }());
2092
+ exports.EventInformativeProperties = EventInformativeProperties;
2093
+ //# sourceMappingURL=EventInformativeProperties.js.map
2094
+ });
2095
+
1974
2096
  var EventObject_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
1975
2097
  Object.defineProperty(exports, "__esModule", { value: true });
1976
2098
  exports.EventObject = void 0;
@@ -2042,6 +2164,24 @@ var FilterEvent = (function (_super) {
2042
2164
  };
2043
2165
  FilterEvent.discriminator = undefined;
2044
2166
  FilterEvent.attributeTypeMap = [
2167
+ {
2168
+ "name": "widget_id",
2169
+ "baseName": "widgetId",
2170
+ "type": "string",
2171
+ "format": ""
2172
+ },
2173
+ {
2174
+ "name": "widget_version",
2175
+ "baseName": "widgetVersion",
2176
+ "type": "string",
2177
+ "format": ""
2178
+ },
2179
+ {
2180
+ "name": "campaign_type_name",
2181
+ "baseName": "campaignTypeName",
2182
+ "type": "string",
2183
+ "format": ""
2184
+ },
2045
2185
  {
2046
2186
  "name": "widget",
2047
2187
  "baseName": "widget",
@@ -2108,6 +2248,68 @@ Object.defineProperty(exports, "__esModule", { value: true });
2108
2248
  //# sourceMappingURL=FilterKind.js.map
2109
2249
  });
2110
2250
 
2251
+ var NoResultEvent_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2252
+ var __extends = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__extends) || (function () {
2253
+ var extendStatics = function (d, b) {
2254
+ extendStatics = Object.setPrototypeOf ||
2255
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
2256
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
2257
+ return extendStatics(d, b);
2258
+ };
2259
+ return function (d, b) {
2260
+ if (typeof b !== "function" && b !== null)
2261
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
2262
+ extendStatics(d, b);
2263
+ function __() { this.constructor = d; }
2264
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
2265
+ };
2266
+ })();
2267
+ Object.defineProperty(exports, "__esModule", { value: true });
2268
+ exports.NoResultEvent = void 0;
2269
+
2270
+ var NoResultEvent = (function (_super) {
2271
+ __extends(NoResultEvent, _super);
2272
+ function NoResultEvent() {
2273
+ var _this = _super.call(this) || this;
2274
+ _this.typ = "NoResultEvent";
2275
+ return _this;
2276
+ }
2277
+ NoResultEvent.getAttributeTypeMap = function () {
2278
+ return _super.getAttributeTypeMap.call(this).concat(NoResultEvent.attributeTypeMap);
2279
+ };
2280
+ NoResultEvent.discriminator = undefined;
2281
+ NoResultEvent.attributeTypeMap = [
2282
+ {
2283
+ "name": "widget_id",
2284
+ "baseName": "widgetId",
2285
+ "type": "string",
2286
+ "format": ""
2287
+ },
2288
+ {
2289
+ "name": "widget_version",
2290
+ "baseName": "widgetVersion",
2291
+ "type": "string",
2292
+ "format": ""
2293
+ },
2294
+ {
2295
+ "name": "campaign_type_name",
2296
+ "baseName": "campaignTypeName",
2297
+ "type": "string",
2298
+ "format": ""
2299
+ },
2300
+ {
2301
+ "name": "widget",
2302
+ "baseName": "widget",
2303
+ "type": "Widget",
2304
+ "format": ""
2305
+ }
2306
+ ];
2307
+ return NoResultEvent;
2308
+ }(Event_1.Event));
2309
+ exports.NoResultEvent = NoResultEvent;
2310
+ //# sourceMappingURL=NoResultEvent.js.map
2311
+ });
2312
+
2111
2313
  var ProductClickEvent_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2112
2314
  var __extends = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__extends) || (function () {
2113
2315
  var extendStatics = function (d, b) {
@@ -2139,6 +2341,36 @@ var ProductClickEvent = (function (_super) {
2139
2341
  };
2140
2342
  ProductClickEvent.discriminator = undefined;
2141
2343
  ProductClickEvent.attributeTypeMap = [
2344
+ {
2345
+ "name": "widget_id",
2346
+ "baseName": "widgetId",
2347
+ "type": "string",
2348
+ "format": ""
2349
+ },
2350
+ {
2351
+ "name": "widget_version",
2352
+ "baseName": "widgetVersion",
2353
+ "type": "string",
2354
+ "format": ""
2355
+ },
2356
+ {
2357
+ "name": "campaign_type_name",
2358
+ "baseName": "campaignTypeName",
2359
+ "type": "string",
2360
+ "format": ""
2361
+ },
2362
+ {
2363
+ "name": "product_name",
2364
+ "baseName": "productName",
2365
+ "type": "string",
2366
+ "format": ""
2367
+ },
2368
+ {
2369
+ "name": "product_type",
2370
+ "baseName": "productType",
2371
+ "type": "string",
2372
+ "format": ""
2373
+ },
2142
2374
  {
2143
2375
  "name": "widget",
2144
2376
  "baseName": "widget",
@@ -2164,6 +2396,36 @@ exports.ProductClickEvent = ProductClickEvent;
2164
2396
  //# sourceMappingURL=ProductClickEvent.js.map
2165
2397
  });
2166
2398
 
2399
+ var ProductEventInformativeProperties_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2400
+ Object.defineProperty(exports, "__esModule", { value: true });
2401
+ exports.ProductEventInformativeProperties = void 0;
2402
+ var ProductEventInformativeProperties = (function () {
2403
+ function ProductEventInformativeProperties() {
2404
+ }
2405
+ ProductEventInformativeProperties.getAttributeTypeMap = function () {
2406
+ return ProductEventInformativeProperties.attributeTypeMap;
2407
+ };
2408
+ ProductEventInformativeProperties.discriminator = undefined;
2409
+ ProductEventInformativeProperties.attributeTypeMap = [
2410
+ {
2411
+ "name": "product_name",
2412
+ "baseName": "productName",
2413
+ "type": "string",
2414
+ "format": ""
2415
+ },
2416
+ {
2417
+ "name": "product_type",
2418
+ "baseName": "productType",
2419
+ "type": "string",
2420
+ "format": ""
2421
+ }
2422
+ ];
2423
+ return ProductEventInformativeProperties;
2424
+ }());
2425
+ exports.ProductEventInformativeProperties = ProductEventInformativeProperties;
2426
+ //# sourceMappingURL=ProductEventInformativeProperties.js.map
2427
+ });
2428
+
2167
2429
  var ProductLoadEvent_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2168
2430
  var __extends = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__extends) || (function () {
2169
2431
  var extendStatics = function (d, b) {
@@ -2195,6 +2457,36 @@ var ProductLoadEvent = (function (_super) {
2195
2457
  };
2196
2458
  ProductLoadEvent.discriminator = undefined;
2197
2459
  ProductLoadEvent.attributeTypeMap = [
2460
+ {
2461
+ "name": "widget_id",
2462
+ "baseName": "widgetId",
2463
+ "type": "string",
2464
+ "format": ""
2465
+ },
2466
+ {
2467
+ "name": "widget_version",
2468
+ "baseName": "widgetVersion",
2469
+ "type": "string",
2470
+ "format": ""
2471
+ },
2472
+ {
2473
+ "name": "campaign_type_name",
2474
+ "baseName": "campaignTypeName",
2475
+ "type": "string",
2476
+ "format": ""
2477
+ },
2478
+ {
2479
+ "name": "product_name",
2480
+ "baseName": "productName",
2481
+ "type": "string",
2482
+ "format": ""
2483
+ },
2484
+ {
2485
+ "name": "product_type",
2486
+ "baseName": "productType",
2487
+ "type": "string",
2488
+ "format": ""
2489
+ },
2198
2490
  {
2199
2491
  "name": "widget",
2200
2492
  "baseName": "widget",
@@ -2287,6 +2579,36 @@ var ProductViewEvent = (function (_super) {
2287
2579
  };
2288
2580
  ProductViewEvent.discriminator = undefined;
2289
2581
  ProductViewEvent.attributeTypeMap = [
2582
+ {
2583
+ "name": "widget_id",
2584
+ "baseName": "widgetId",
2585
+ "type": "string",
2586
+ "format": ""
2587
+ },
2588
+ {
2589
+ "name": "widget_version",
2590
+ "baseName": "widgetVersion",
2591
+ "type": "string",
2592
+ "format": ""
2593
+ },
2594
+ {
2595
+ "name": "campaign_type_name",
2596
+ "baseName": "campaignTypeName",
2597
+ "type": "string",
2598
+ "format": ""
2599
+ },
2600
+ {
2601
+ "name": "product_name",
2602
+ "baseName": "productName",
2603
+ "type": "string",
2604
+ "format": ""
2605
+ },
2606
+ {
2607
+ "name": "product_type",
2608
+ "baseName": "productType",
2609
+ "type": "string",
2610
+ "format": ""
2611
+ },
2290
2612
  {
2291
2613
  "name": "widget",
2292
2614
  "baseName": "widget",
@@ -2312,6 +2634,154 @@ exports.ProductViewEvent = ProductViewEvent;
2312
2634
  //# sourceMappingURL=ProductViewEvent.js.map
2313
2635
  });
2314
2636
 
2637
+ var ResultLoadEvent_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2638
+ var __extends = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__extends) || (function () {
2639
+ var extendStatics = function (d, b) {
2640
+ extendStatics = Object.setPrototypeOf ||
2641
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
2642
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
2643
+ return extendStatics(d, b);
2644
+ };
2645
+ return function (d, b) {
2646
+ if (typeof b !== "function" && b !== null)
2647
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
2648
+ extendStatics(d, b);
2649
+ function __() { this.constructor = d; }
2650
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
2651
+ };
2652
+ })();
2653
+ Object.defineProperty(exports, "__esModule", { value: true });
2654
+ exports.ResultLoadEvent = void 0;
2655
+
2656
+ var ResultLoadEvent = (function (_super) {
2657
+ __extends(ResultLoadEvent, _super);
2658
+ function ResultLoadEvent() {
2659
+ var _this = _super.call(this) || this;
2660
+ _this.typ = "ResultLoadEvent";
2661
+ return _this;
2662
+ }
2663
+ ResultLoadEvent.getAttributeTypeMap = function () {
2664
+ return _super.getAttributeTypeMap.call(this).concat(ResultLoadEvent.attributeTypeMap);
2665
+ };
2666
+ ResultLoadEvent.discriminator = undefined;
2667
+ ResultLoadEvent.attributeTypeMap = [
2668
+ {
2669
+ "name": "widget_id",
2670
+ "baseName": "widgetId",
2671
+ "type": "string",
2672
+ "format": ""
2673
+ },
2674
+ {
2675
+ "name": "widget_version",
2676
+ "baseName": "widgetVersion",
2677
+ "type": "string",
2678
+ "format": ""
2679
+ },
2680
+ {
2681
+ "name": "campaign_type_name",
2682
+ "baseName": "campaignTypeName",
2683
+ "type": "string",
2684
+ "format": ""
2685
+ },
2686
+ {
2687
+ "name": "widget",
2688
+ "baseName": "widget",
2689
+ "type": "Widget",
2690
+ "format": ""
2691
+ }
2692
+ ];
2693
+ return ResultLoadEvent;
2694
+ }(Event_1.Event));
2695
+ exports.ResultLoadEvent = ResultLoadEvent;
2696
+ //# sourceMappingURL=ResultLoadEvent.js.map
2697
+ });
2698
+
2699
+ var ResultLoadEventAllOf_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2700
+ Object.defineProperty(exports, "__esModule", { value: true });
2701
+ exports.ResultLoadEventAllOf = void 0;
2702
+ var ResultLoadEventAllOf = (function () {
2703
+ function ResultLoadEventAllOf() {
2704
+ }
2705
+ ResultLoadEventAllOf.getAttributeTypeMap = function () {
2706
+ return ResultLoadEventAllOf.attributeTypeMap;
2707
+ };
2708
+ ResultLoadEventAllOf.discriminator = undefined;
2709
+ ResultLoadEventAllOf.attributeTypeMap = [
2710
+ {
2711
+ "name": "widget",
2712
+ "baseName": "widget",
2713
+ "type": "Widget",
2714
+ "format": ""
2715
+ }
2716
+ ];
2717
+ return ResultLoadEventAllOf;
2718
+ }());
2719
+ exports.ResultLoadEventAllOf = ResultLoadEventAllOf;
2720
+ //# sourceMappingURL=ResultLoadEventAllOf.js.map
2721
+ });
2722
+
2723
+ var ResultViewEvent_1 = imageSearch_store.createCommonjsModule(function (module, exports) {
2724
+ var __extends = (imageSearch_store.commonjsGlobal && imageSearch_store.commonjsGlobal.__extends) || (function () {
2725
+ var extendStatics = function (d, b) {
2726
+ extendStatics = Object.setPrototypeOf ||
2727
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
2728
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
2729
+ return extendStatics(d, b);
2730
+ };
2731
+ return function (d, b) {
2732
+ if (typeof b !== "function" && b !== null)
2733
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
2734
+ extendStatics(d, b);
2735
+ function __() { this.constructor = d; }
2736
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
2737
+ };
2738
+ })();
2739
+ Object.defineProperty(exports, "__esModule", { value: true });
2740
+ exports.ResultViewEvent = void 0;
2741
+
2742
+ var ResultViewEvent = (function (_super) {
2743
+ __extends(ResultViewEvent, _super);
2744
+ function ResultViewEvent() {
2745
+ var _this = _super.call(this) || this;
2746
+ _this.typ = "ResultViewEvent";
2747
+ return _this;
2748
+ }
2749
+ ResultViewEvent.getAttributeTypeMap = function () {
2750
+ return _super.getAttributeTypeMap.call(this).concat(ResultViewEvent.attributeTypeMap);
2751
+ };
2752
+ ResultViewEvent.discriminator = undefined;
2753
+ ResultViewEvent.attributeTypeMap = [
2754
+ {
2755
+ "name": "widget_id",
2756
+ "baseName": "widgetId",
2757
+ "type": "string",
2758
+ "format": ""
2759
+ },
2760
+ {
2761
+ "name": "widget_version",
2762
+ "baseName": "widgetVersion",
2763
+ "type": "string",
2764
+ "format": ""
2765
+ },
2766
+ {
2767
+ "name": "campaign_type_name",
2768
+ "baseName": "campaignTypeName",
2769
+ "type": "string",
2770
+ "format": ""
2771
+ },
2772
+ {
2773
+ "name": "widget",
2774
+ "baseName": "widget",
2775
+ "type": "Widget",
2776
+ "format": ""
2777
+ }
2778
+ ];
2779
+ return ResultViewEvent;
2780
+ }(Event_1.Event));
2781
+ exports.ResultViewEvent = ResultViewEvent;
2782
+ //# sourceMappingURL=ResultViewEvent.js.map
2783
+ });
2784
+
2315
2785
  var SearchArea = imageSearch_store.createCommonjsModule(function (module, exports) {
2316
2786
  Object.defineProperty(exports, "__esModule", { value: true });
2317
2787
  //# sourceMappingURL=SearchArea.js.map
@@ -2348,6 +2818,24 @@ var SearchEvent = (function (_super) {
2348
2818
  };
2349
2819
  SearchEvent.discriminator = undefined;
2350
2820
  SearchEvent.attributeTypeMap = [
2821
+ {
2822
+ "name": "widget_id",
2823
+ "baseName": "widgetId",
2824
+ "type": "string",
2825
+ "format": ""
2826
+ },
2827
+ {
2828
+ "name": "widget_version",
2829
+ "baseName": "widgetVersion",
2830
+ "type": "string",
2831
+ "format": ""
2832
+ },
2833
+ {
2834
+ "name": "campaign_type_name",
2835
+ "baseName": "campaignTypeName",
2836
+ "type": "string",
2837
+ "format": ""
2838
+ },
2351
2839
  {
2352
2840
  "name": "widget",
2353
2841
  "baseName": "widget",
@@ -2455,6 +2943,24 @@ var WidgetEvent = (function (_super) {
2455
2943
  };
2456
2944
  WidgetEvent.discriminator = undefined;
2457
2945
  WidgetEvent.attributeTypeMap = [
2946
+ {
2947
+ "name": "widget_id",
2948
+ "baseName": "widgetId",
2949
+ "type": "string",
2950
+ "format": ""
2951
+ },
2952
+ {
2953
+ "name": "widget_version",
2954
+ "baseName": "widgetVersion",
2955
+ "type": "string",
2956
+ "format": ""
2957
+ },
2958
+ {
2959
+ "name": "campaign_type_name",
2960
+ "baseName": "campaignTypeName",
2961
+ "type": "string",
2962
+ "format": ""
2963
+ },
2458
2964
  {
2459
2965
  "name": "widget",
2460
2966
  "baseName": "widget",
@@ -2520,20 +3026,27 @@ var __exportStar = (imageSearch_store.commonjsGlobal && imageSearch_store.common
2520
3026
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
2521
3027
  };
2522
3028
  Object.defineProperty(exports, "__esModule", { value: true });
3029
+ __exportStar(AddToBasketEvent_1, exports);
2523
3030
  __exportStar(ErrorObject_1, exports);
2524
3031
  __exportStar(ErrorResponse_1, exports);
2525
3032
  __exportStar(Event_1, exports);
2526
3033
  __exportStar(EventConfirmation_1, exports);
3034
+ __exportStar(EventInformativeProperties_1, exports);
2527
3035
  __exportStar(EventObject_1, exports);
2528
3036
  __exportStar(EventType, exports);
2529
3037
  __exportStar(FilterAction, exports);
2530
3038
  __exportStar(FilterEvent_1, exports);
2531
3039
  __exportStar(FilterEventAllOf_1, exports);
2532
3040
  __exportStar(FilterKind, exports);
3041
+ __exportStar(NoResultEvent_1, exports);
2533
3042
  __exportStar(ProductClickEvent_1, exports);
3043
+ __exportStar(ProductEventInformativeProperties_1, exports);
2534
3044
  __exportStar(ProductLoadEvent_1, exports);
2535
3045
  __exportStar(ProductLoadEventAllOf_1, exports);
2536
3046
  __exportStar(ProductViewEvent_1, exports);
3047
+ __exportStar(ResultLoadEvent_1, exports);
3048
+ __exportStar(ResultLoadEventAllOf_1, exports);
3049
+ __exportStar(ResultViewEvent_1, exports);
2537
3050
  __exportStar(SearchArea, exports);
2538
3051
  __exportStar(SearchEvent_1, exports);
2539
3052
  __exportStar(SearchEventAllOf_1, exports);
@@ -2722,20 +3235,27 @@ var __exportStar = (imageSearch_store.commonjsGlobal && imageSearch_store.common
2722
3235
  };
2723
3236
  Object.defineProperty(exports, "__esModule", { value: true });
2724
3237
  exports.ObjectSerializer = void 0;
3238
+ __exportStar(AddToBasketEvent_1, exports);
2725
3239
  __exportStar(ErrorObject_1, exports);
2726
3240
  __exportStar(ErrorResponse_1, exports);
2727
3241
  __exportStar(Event_1, exports);
2728
3242
  __exportStar(EventConfirmation_1, exports);
3243
+ __exportStar(EventInformativeProperties_1, exports);
2729
3244
  __exportStar(EventObject_1, exports);
2730
3245
  __exportStar(EventType, exports);
2731
3246
  __exportStar(FilterAction, exports);
2732
3247
  __exportStar(FilterEvent_1, exports);
2733
3248
  __exportStar(FilterEventAllOf_1, exports);
2734
3249
  __exportStar(FilterKind, exports);
3250
+ __exportStar(NoResultEvent_1, exports);
2735
3251
  __exportStar(ProductClickEvent_1, exports);
3252
+ __exportStar(ProductEventInformativeProperties_1, exports);
2736
3253
  __exportStar(ProductLoadEvent_1, exports);
2737
3254
  __exportStar(ProductLoadEventAllOf_1, exports);
2738
3255
  __exportStar(ProductViewEvent_1, exports);
3256
+ __exportStar(ResultLoadEvent_1, exports);
3257
+ __exportStar(ResultLoadEventAllOf_1, exports);
3258
+ __exportStar(ResultViewEvent_1, exports);
2739
3259
  __exportStar(SearchArea, exports);
2740
3260
  __exportStar(SearchEvent_1, exports);
2741
3261
  __exportStar(SearchEventAllOf_1, exports);
@@ -2744,17 +3264,24 @@ __exportStar(Widget, exports);
2744
3264
  __exportStar(WidgetAction, exports);
2745
3265
  __exportStar(WidgetEvent_1, exports);
2746
3266
  __exportStar(WidgetEventAllOf_1, exports);
3267
+ var AddToBasketEvent_1$1 = AddToBasketEvent_1;
2747
3268
  var ErrorObject_1$1 = ErrorObject_1;
2748
3269
  var ErrorResponse_1$1 = ErrorResponse_1;
2749
3270
  var Event_1$1 = Event_1;
2750
3271
  var EventConfirmation_1$1 = EventConfirmation_1;
3272
+ var EventInformativeProperties_1$1 = EventInformativeProperties_1;
2751
3273
  var EventObject_1$1 = EventObject_1;
2752
3274
  var FilterEvent_1$1 = FilterEvent_1;
2753
3275
  var FilterEventAllOf_1$1 = FilterEventAllOf_1;
3276
+ var NoResultEvent_1$1 = NoResultEvent_1;
2754
3277
  var ProductClickEvent_1$1 = ProductClickEvent_1;
3278
+ var ProductEventInformativeProperties_1$1 = ProductEventInformativeProperties_1;
2755
3279
  var ProductLoadEvent_1$1 = ProductLoadEvent_1;
2756
3280
  var ProductLoadEventAllOf_1$1 = ProductLoadEventAllOf_1;
2757
3281
  var ProductViewEvent_1$1 = ProductViewEvent_1;
3282
+ var ResultLoadEvent_1$1 = ResultLoadEvent_1;
3283
+ var ResultLoadEventAllOf_1$1 = ResultLoadEventAllOf_1;
3284
+ var ResultViewEvent_1$1 = ResultViewEvent_1;
2758
3285
  var SearchEvent_1$1 = SearchEvent_1;
2759
3286
  var SearchEventAllOf_1$1 = SearchEventAllOf_1;
2760
3287
  var WidgetEvent_1$1 = WidgetEvent_1;
@@ -2785,17 +3312,24 @@ var enumsMap = new Set([
2785
3312
  "WidgetAction",
2786
3313
  ]);
2787
3314
  var typeMap = {
3315
+ "AddToBasketEvent": AddToBasketEvent_1$1.AddToBasketEvent,
2788
3316
  "ErrorObject": ErrorObject_1$1.ErrorObject,
2789
3317
  "ErrorResponse": ErrorResponse_1$1.ErrorResponse,
2790
3318
  "Event": Event_1$1.Event,
2791
3319
  "EventConfirmation": EventConfirmation_1$1.EventConfirmation,
3320
+ "EventInformativeProperties": EventInformativeProperties_1$1.EventInformativeProperties,
2792
3321
  "EventObject": EventObject_1$1.EventObject,
2793
3322
  "FilterEvent": FilterEvent_1$1.FilterEvent,
2794
3323
  "FilterEventAllOf": FilterEventAllOf_1$1.FilterEventAllOf,
3324
+ "NoResultEvent": NoResultEvent_1$1.NoResultEvent,
2795
3325
  "ProductClickEvent": ProductClickEvent_1$1.ProductClickEvent,
3326
+ "ProductEventInformativeProperties": ProductEventInformativeProperties_1$1.ProductEventInformativeProperties,
2796
3327
  "ProductLoadEvent": ProductLoadEvent_1$1.ProductLoadEvent,
2797
3328
  "ProductLoadEventAllOf": ProductLoadEventAllOf_1$1.ProductLoadEventAllOf,
2798
3329
  "ProductViewEvent": ProductViewEvent_1$1.ProductViewEvent,
3330
+ "ResultLoadEvent": ResultLoadEvent_1$1.ResultLoadEvent,
3331
+ "ResultLoadEventAllOf": ResultLoadEventAllOf_1$1.ResultLoadEventAllOf,
3332
+ "ResultViewEvent": ResultViewEvent_1$1.ResultViewEvent,
2799
3333
  "SearchEvent": SearchEvent_1$1.SearchEvent,
2800
3334
  "SearchEventAllOf": SearchEventAllOf_1$1.SearchEventAllOf,
2801
3335
  "WidgetEvent": WidgetEvent_1$1.WidgetEvent,
@@ -3065,7 +3599,7 @@ var DefaultApiRequestFactory = (function (_super) {
3065
3599
  function DefaultApiRequestFactory() {
3066
3600
  return _super !== null && _super.apply(this, arguments) || this;
3067
3601
  }
3068
- DefaultApiRequestFactory.prototype.trackEvent = function (product_load_event___product_view_event___product_click_event___widget_event___filter_event___search_event, _options) {
3602
+ DefaultApiRequestFactory.prototype.trackEvent = function (product_load_event___product_view_event___product_click_event___result_load_event___result_view_event___no_result_event___widget_event___filter_event___search_event___add_to_basket_event, _options) {
3069
3603
  var _a, _b, _c;
3070
3604
  return __awaiter(this, void 0, void 0, function () {
3071
3605
  var _config, localVarPath, requestContext, contentType, serializedBody, authMethod, defaultAuth;
@@ -3080,7 +3614,7 @@ var DefaultApiRequestFactory = (function (_super) {
3080
3614
  "application/json"
3081
3615
  ]);
3082
3616
  requestContext.setHeaderParam("Content-Type", contentType);
3083
- serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(product_load_event___product_view_event___product_click_event___widget_event___filter_event___search_event, "ProductLoadEvent | ProductViewEvent | ProductClickEvent | WidgetEvent | FilterEvent | SearchEvent", ""), contentType);
3617
+ serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(product_load_event___product_view_event___product_click_event___result_load_event___result_view_event___no_result_event___widget_event___filter_event___search_event___add_to_basket_event, "ProductLoadEvent | ProductViewEvent | ProductClickEvent | ResultLoadEvent | ResultViewEvent | NoResultEvent | WidgetEvent | FilterEvent | SearchEvent | AddToBasketEvent", ""), contentType);
3084
3618
  requestContext.setBody(serializedBody);
3085
3619
  authMethod = _config.authMethods["bearerAuth"];
3086
3620
  if (!(authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication)) return [3, 2];
@@ -3166,9 +3700,9 @@ var ObservableDefaultApi = (function () {
3166
3700
  this.requestFactory = requestFactory || new DefaultApi.DefaultApiRequestFactory(configuration);
3167
3701
  this.responseProcessor = responseProcessor || new DefaultApi.DefaultApiResponseProcessor();
3168
3702
  }
3169
- ObservableDefaultApi.prototype.trackEvent = function (product_load_event___product_view_event___product_click_event___widget_event___filter_event___search_event, _options) {
3703
+ ObservableDefaultApi.prototype.trackEvent = function (product_load_event___product_view_event___product_click_event___result_load_event___result_view_event___no_result_event___widget_event___filter_event___search_event___add_to_basket_event, _options) {
3170
3704
  var _this = this;
3171
- var requestContextPromise = this.requestFactory.trackEvent(product_load_event___product_view_event___product_click_event___widget_event___filter_event___search_event, _options);
3705
+ var requestContextPromise = this.requestFactory.trackEvent(product_load_event___product_view_event___product_click_event___result_load_event___result_view_event___no_result_event___widget_event___filter_event___search_event___add_to_basket_event, _options);
3172
3706
  var middlewarePreObservable = (0, rxjsStub.from)(requestContextPromise);
3173
3707
  var _loop_1 = function (middleware) {
3174
3708
  middlewarePreObservable = middlewarePreObservable.pipe((0, rxjsStub_2.mergeMap)(function (ctx) { return middleware.pre(ctx); }));
@@ -3204,8 +3738,8 @@ var PromiseDefaultApi = (function () {
3204
3738
  function PromiseDefaultApi(configuration, requestFactory, responseProcessor) {
3205
3739
  this.api = new ObservableAPI.ObservableDefaultApi(configuration, requestFactory, responseProcessor);
3206
3740
  }
3207
- PromiseDefaultApi.prototype.trackEvent = function (product_load_event___product_view_event___product_click_event___widget_event___filter_event___search_event, _options) {
3208
- var result = this.api.trackEvent(product_load_event___product_view_event___product_click_event___widget_event___filter_event___search_event, _options);
3741
+ PromiseDefaultApi.prototype.trackEvent = function (product_load_event___product_view_event___product_click_event___result_load_event___result_view_event___no_result_event___widget_event___filter_event___search_event___add_to_basket_event, _options) {
3742
+ var result = this.api.trackEvent(product_load_event___product_view_event___product_click_event___result_load_event___result_view_event___no_result_event___widget_event___filter_event___search_event___add_to_basket_event, _options);
3209
3743
  return result.toPromise();
3210
3744
  };
3211
3745
  return PromiseDefaultApi;