@@ -360,6 +360,7 @@ class ProductSearchClient {
360360 callback = options ;
361361 options = { } ;
362362 }
363+ request = request || { } ;
363364 options = options || { } ;
364365 options . otherArgs = options . otherArgs || { } ;
365366 options . otherArgs . headers = options . otherArgs . headers || { } ;
@@ -468,6 +469,7 @@ class ProductSearchClient {
468469 callback = options ;
469470 options = { } ;
470471 }
472+ request = request || { } ;
471473 options = options || { } ;
472474 options . otherArgs = options . otherArgs || { } ;
473475 options . otherArgs . headers = options . otherArgs . headers || { } ;
@@ -585,6 +587,7 @@ class ProductSearchClient {
585587 callback = options ;
586588 options = { } ;
587589 }
590+ request = request || { } ;
588591 options = options || { } ;
589592 options . otherArgs = options . otherArgs || { } ;
590593 options . otherArgs . headers = options . otherArgs . headers || { } ;
@@ -654,6 +657,7 @@ class ProductSearchClient {
654657 callback = options ;
655658 options = { } ;
656659 }
660+ request = request || { } ;
657661 options = options || { } ;
658662 options . otherArgs = options . otherArgs || { } ;
659663 options . otherArgs . headers = options . otherArgs . headers || { } ;
@@ -705,6 +709,7 @@ class ProductSearchClient {
705709 callback = options ;
706710 options = { } ;
707711 }
712+ request = request || { } ;
708713 options = options || { } ;
709714 options . otherArgs = options . otherArgs || { } ;
710715 options . otherArgs . headers = options . otherArgs . headers || { } ;
@@ -782,6 +787,7 @@ class ProductSearchClient {
782787 callback = options ;
783788 options = { } ;
784789 }
790+ request = request || { } ;
785791 options = options || { } ;
786792 options . otherArgs = options . otherArgs || { } ;
787793 options . otherArgs . headers = options . otherArgs . headers || { } ;
@@ -890,6 +896,7 @@ class ProductSearchClient {
890896 callback = options ;
891897 options = { } ;
892898 }
899+ request = request || { } ;
893900 options = options || { } ;
894901 options . otherArgs = options . otherArgs || { } ;
895902 options . otherArgs . headers = options . otherArgs . headers || { } ;
@@ -1008,6 +1015,7 @@ class ProductSearchClient {
10081015 callback = options ;
10091016 options = { } ;
10101017 }
1018+ request = request || { } ;
10111019 options = options || { } ;
10121020 options . otherArgs = options . otherArgs || { } ;
10131021 options . otherArgs . headers = options . otherArgs . headers || { } ;
@@ -1086,6 +1094,7 @@ class ProductSearchClient {
10861094 callback = options ;
10871095 options = { } ;
10881096 }
1097+ request = request || { } ;
10891098 options = options || { } ;
10901099 options . otherArgs = options . otherArgs || { } ;
10911100 options . otherArgs . headers = options . otherArgs . headers || { } ;
@@ -1138,6 +1147,7 @@ class ProductSearchClient {
11381147 callback = options ;
11391148 options = { } ;
11401149 }
1150+ request = request || { } ;
11411151 options = options || { } ;
11421152 options . otherArgs = options . otherArgs || { } ;
11431153 options . otherArgs . headers = options . otherArgs . headers || { } ;
@@ -1227,6 +1237,7 @@ class ProductSearchClient {
12271237 callback = options ;
12281238 options = { } ;
12291239 }
1240+ request = request || { } ;
12301241 options = options || { } ;
12311242 options . otherArgs = options . otherArgs || { } ;
12321243 options . otherArgs . headers = options . otherArgs . headers || { } ;
@@ -1282,6 +1293,7 @@ class ProductSearchClient {
12821293 callback = options ;
12831294 options = { } ;
12841295 }
1296+ request = request || { } ;
12851297 options = options || { } ;
12861298 options . otherArgs = options . otherArgs || { } ;
12871299 options . otherArgs . headers = options . otherArgs . headers || { } ;
@@ -1392,6 +1404,7 @@ class ProductSearchClient {
13921404 callback = options ;
13931405 options = { } ;
13941406 }
1407+ request = request || { } ;
13951408 options = options || { } ;
13961409 options . otherArgs = options . otherArgs || { } ;
13971410 options . otherArgs . headers = options . otherArgs . headers || { } ;
@@ -1511,6 +1524,7 @@ class ProductSearchClient {
15111524 callback = options ;
15121525 options = { } ;
15131526 }
1527+ request = request || { } ;
15141528 options = options || { } ;
15151529 options . otherArgs = options . otherArgs || { } ;
15161530 options . otherArgs . headers = options . otherArgs . headers || { } ;
@@ -1576,6 +1590,7 @@ class ProductSearchClient {
15761590 callback = options ;
15771591 options = { } ;
15781592 }
1593+ request = request || { } ;
15791594 options = options || { } ;
15801595 options . otherArgs = options . otherArgs || { } ;
15811596 options . otherArgs . headers = options . otherArgs . headers || { } ;
@@ -1638,6 +1653,7 @@ class ProductSearchClient {
16381653 callback = options ;
16391654 options = { } ;
16401655 }
1656+ request = request || { } ;
16411657 options = options || { } ;
16421658 options . otherArgs = options . otherArgs || { } ;
16431659 options . otherArgs . headers = options . otherArgs . headers || { } ;
@@ -1752,6 +1768,7 @@ class ProductSearchClient {
17521768 callback = options ;
17531769 options = { } ;
17541770 }
1771+ request = request || { } ;
17551772 options = options || { } ;
17561773 options . otherArgs = options . otherArgs || { } ;
17571774 options . otherArgs . headers = options . otherArgs . headers || { } ;
@@ -1942,6 +1959,7 @@ class ProductSearchClient {
19421959 callback = options ;
19431960 options = { } ;
19441961 }
1962+ request = request || { } ;
19451963 options = options || { } ;
19461964 options . otherArgs = options . otherArgs || { } ;
19471965 options . otherArgs . headers = options . otherArgs . headers || { } ;
0 commit comments