dataforseo-client 2.0.17 → 2.0.18

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 (40) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/api/AiOptimizationApi.js +36 -36
  3. package/dist/cjs/api/AppDataApi.js +42 -42
  4. package/dist/cjs/api/AppendixApi.js +4 -4
  5. package/dist/cjs/api/BacklinksApi.js +24 -24
  6. package/dist/cjs/api/BusinessDataApi.js +56 -56
  7. package/dist/cjs/api/ContentAnalysisApi.js +11 -11
  8. package/dist/cjs/api/ContentGenerationApi.js +10 -10
  9. package/dist/cjs/api/DataforseoLabsApi.js +59 -59
  10. package/dist/cjs/api/DomainAnalyticsApi.js +14 -14
  11. package/dist/cjs/api/KeywordsDataApi.js +70 -70
  12. package/dist/cjs/api/MerchantApi.js +36 -36
  13. package/dist/cjs/api/OnPageApi.js +30 -30
  14. package/dist/cjs/api/SerpApi.js +183 -183
  15. package/dist/cjs/models/BusinessDataGoogleHotelSearchesLiveRequestInfo.d.ts +16 -0
  16. package/dist/cjs/models/BusinessDataGoogleHotelSearchesLiveRequestInfo.js +2 -0
  17. package/dist/cjs/models/BusinessDataGoogleHotelSearchesLiveRequestInfo.js.map +1 -1
  18. package/dist/cjs/models/BusinessDataGoogleHotelSearchesTaskPostRequestInfo.d.ts +16 -0
  19. package/dist/cjs/models/BusinessDataGoogleHotelSearchesTaskPostRequestInfo.js +2 -0
  20. package/dist/cjs/models/BusinessDataGoogleHotelSearchesTaskPostRequestInfo.js.map +1 -1
  21. package/dist/esm/api/AiOptimizationApi.js +36 -36
  22. package/dist/esm/api/AppDataApi.js +42 -42
  23. package/dist/esm/api/AppendixApi.js +4 -4
  24. package/dist/esm/api/BacklinksApi.js +24 -24
  25. package/dist/esm/api/BusinessDataApi.js +56 -56
  26. package/dist/esm/api/ContentAnalysisApi.js +11 -11
  27. package/dist/esm/api/ContentGenerationApi.js +10 -10
  28. package/dist/esm/api/DataforseoLabsApi.js +59 -59
  29. package/dist/esm/api/DomainAnalyticsApi.js +14 -14
  30. package/dist/esm/api/KeywordsDataApi.js +70 -70
  31. package/dist/esm/api/MerchantApi.js +36 -36
  32. package/dist/esm/api/OnPageApi.js +30 -30
  33. package/dist/esm/api/SerpApi.js +183 -183
  34. package/dist/esm/models/BusinessDataGoogleHotelSearchesLiveRequestInfo.d.ts +16 -0
  35. package/dist/esm/models/BusinessDataGoogleHotelSearchesLiveRequestInfo.js +2 -0
  36. package/dist/esm/models/BusinessDataGoogleHotelSearchesLiveRequestInfo.js.map +1 -1
  37. package/dist/esm/models/BusinessDataGoogleHotelSearchesTaskPostRequestInfo.d.ts +16 -0
  38. package/dist/esm/models/BusinessDataGoogleHotelSearchesTaskPostRequestInfo.js +2 -0
  39. package/dist/esm/models/BusinessDataGoogleHotelSearchesTaskPostRequestInfo.js.map +1 -1
  40. package/package.json +1 -1
@@ -77,7 +77,7 @@ class DataforseoLabsApi {
77
77
  headers: {
78
78
  "Content-Type": "application/json",
79
79
  "Accept": "application/json",
80
- "User-Agent": "typescript-client/2.0.17",
80
+ "User-Agent": "typescript-client/2.0.18",
81
81
  }
82
82
  };
83
83
  return this.http.fetch(url_, options_).then((_response) => {
@@ -113,7 +113,7 @@ class DataforseoLabsApi {
113
113
  method: "GET",
114
114
  headers: {
115
115
  "Accept": "application/json",
116
- "User-Agent": "typescript-client/2.0.17",
116
+ "User-Agent": "typescript-client/2.0.18",
117
117
  }
118
118
  };
119
119
  return this.http.fetch(url_, options_).then((_response) => {
@@ -152,7 +152,7 @@ class DataforseoLabsApi {
152
152
  headers: {
153
153
  "Content-Type": "application/json",
154
154
  "Accept": "application/json",
155
- "User-Agent": "typescript-client/2.0.17",
155
+ "User-Agent": "typescript-client/2.0.18",
156
156
  }
157
157
  };
158
158
  return this.http.fetch(url_, options_).then((_response) => {
@@ -188,7 +188,7 @@ class DataforseoLabsApi {
188
188
  method: "GET",
189
189
  headers: {
190
190
  "Accept": "application/json",
191
- "User-Agent": "typescript-client/2.0.17",
191
+ "User-Agent": "typescript-client/2.0.18",
192
192
  }
193
193
  };
194
194
  return this.http.fetch(url_, options_).then((_response) => {
@@ -224,7 +224,7 @@ class DataforseoLabsApi {
224
224
  method: "GET",
225
225
  headers: {
226
226
  "Accept": "application/json",
227
- "User-Agent": "typescript-client/2.0.17",
227
+ "User-Agent": "typescript-client/2.0.18",
228
228
  }
229
229
  };
230
230
  return this.http.fetch(url_, options_).then((_response) => {
@@ -260,7 +260,7 @@ class DataforseoLabsApi {
260
260
  method: "GET",
261
261
  headers: {
262
262
  "Accept": "application/json",
263
- "User-Agent": "typescript-client/2.0.17",
263
+ "User-Agent": "typescript-client/2.0.18",
264
264
  }
265
265
  };
266
266
  return this.http.fetch(url_, options_).then((_response) => {
@@ -296,7 +296,7 @@ class DataforseoLabsApi {
296
296
  method: "GET",
297
297
  headers: {
298
298
  "Accept": "application/json",
299
- "User-Agent": "typescript-client/2.0.17",
299
+ "User-Agent": "typescript-client/2.0.18",
300
300
  }
301
301
  };
302
302
  return this.http.fetch(url_, options_).then((_response) => {
@@ -335,7 +335,7 @@ class DataforseoLabsApi {
335
335
  headers: {
336
336
  "Content-Type": "application/json",
337
337
  "Accept": "application/json",
338
- "User-Agent": "typescript-client/2.0.17",
338
+ "User-Agent": "typescript-client/2.0.18",
339
339
  }
340
340
  };
341
341
  return this.http.fetch(url_, options_).then((_response) => {
@@ -374,7 +374,7 @@ class DataforseoLabsApi {
374
374
  headers: {
375
375
  "Content-Type": "application/json",
376
376
  "Accept": "application/json",
377
- "User-Agent": "typescript-client/2.0.17",
377
+ "User-Agent": "typescript-client/2.0.18",
378
378
  }
379
379
  };
380
380
  return this.http.fetch(url_, options_).then((_response) => {
@@ -413,7 +413,7 @@ class DataforseoLabsApi {
413
413
  headers: {
414
414
  "Content-Type": "application/json",
415
415
  "Accept": "application/json",
416
- "User-Agent": "typescript-client/2.0.17",
416
+ "User-Agent": "typescript-client/2.0.18",
417
417
  }
418
418
  };
419
419
  return this.http.fetch(url_, options_).then((_response) => {
@@ -452,7 +452,7 @@ class DataforseoLabsApi {
452
452
  headers: {
453
453
  "Content-Type": "application/json",
454
454
  "Accept": "application/json",
455
- "User-Agent": "typescript-client/2.0.17",
455
+ "User-Agent": "typescript-client/2.0.18",
456
456
  }
457
457
  };
458
458
  return this.http.fetch(url_, options_).then((_response) => {
@@ -491,7 +491,7 @@ class DataforseoLabsApi {
491
491
  headers: {
492
492
  "Content-Type": "application/json",
493
493
  "Accept": "application/json",
494
- "User-Agent": "typescript-client/2.0.17",
494
+ "User-Agent": "typescript-client/2.0.18",
495
495
  }
496
496
  };
497
497
  return this.http.fetch(url_, options_).then((_response) => {
@@ -530,7 +530,7 @@ class DataforseoLabsApi {
530
530
  headers: {
531
531
  "Content-Type": "application/json",
532
532
  "Accept": "application/json",
533
- "User-Agent": "typescript-client/2.0.17",
533
+ "User-Agent": "typescript-client/2.0.18",
534
534
  }
535
535
  };
536
536
  return this.http.fetch(url_, options_).then((_response) => {
@@ -566,7 +566,7 @@ class DataforseoLabsApi {
566
566
  method: "GET",
567
567
  headers: {
568
568
  "Accept": "application/json",
569
- "User-Agent": "typescript-client/2.0.17",
569
+ "User-Agent": "typescript-client/2.0.18",
570
570
  }
571
571
  };
572
572
  return this.http.fetch(url_, options_).then((_response) => {
@@ -605,7 +605,7 @@ class DataforseoLabsApi {
605
605
  headers: {
606
606
  "Content-Type": "application/json",
607
607
  "Accept": "application/json",
608
- "User-Agent": "typescript-client/2.0.17",
608
+ "User-Agent": "typescript-client/2.0.18",
609
609
  }
610
610
  };
611
611
  return this.http.fetch(url_, options_).then((_response) => {
@@ -644,7 +644,7 @@ class DataforseoLabsApi {
644
644
  headers: {
645
645
  "Content-Type": "application/json",
646
646
  "Accept": "application/json",
647
- "User-Agent": "typescript-client/2.0.17",
647
+ "User-Agent": "typescript-client/2.0.18",
648
648
  }
649
649
  };
650
650
  return this.http.fetch(url_, options_).then((_response) => {
@@ -683,7 +683,7 @@ class DataforseoLabsApi {
683
683
  headers: {
684
684
  "Content-Type": "application/json",
685
685
  "Accept": "application/json",
686
- "User-Agent": "typescript-client/2.0.17",
686
+ "User-Agent": "typescript-client/2.0.18",
687
687
  }
688
688
  };
689
689
  return this.http.fetch(url_, options_).then((_response) => {
@@ -722,7 +722,7 @@ class DataforseoLabsApi {
722
722
  headers: {
723
723
  "Content-Type": "application/json",
724
724
  "Accept": "application/json",
725
- "User-Agent": "typescript-client/2.0.17",
725
+ "User-Agent": "typescript-client/2.0.18",
726
726
  }
727
727
  };
728
728
  return this.http.fetch(url_, options_).then((_response) => {
@@ -761,7 +761,7 @@ class DataforseoLabsApi {
761
761
  headers: {
762
762
  "Content-Type": "application/json",
763
763
  "Accept": "application/json",
764
- "User-Agent": "typescript-client/2.0.17",
764
+ "User-Agent": "typescript-client/2.0.18",
765
765
  }
766
766
  };
767
767
  return this.http.fetch(url_, options_).then((_response) => {
@@ -800,7 +800,7 @@ class DataforseoLabsApi {
800
800
  headers: {
801
801
  "Content-Type": "application/json",
802
802
  "Accept": "application/json",
803
- "User-Agent": "typescript-client/2.0.17",
803
+ "User-Agent": "typescript-client/2.0.18",
804
804
  }
805
805
  };
806
806
  return this.http.fetch(url_, options_).then((_response) => {
@@ -839,7 +839,7 @@ class DataforseoLabsApi {
839
839
  headers: {
840
840
  "Content-Type": "application/json",
841
841
  "Accept": "application/json",
842
- "User-Agent": "typescript-client/2.0.17",
842
+ "User-Agent": "typescript-client/2.0.18",
843
843
  }
844
844
  };
845
845
  return this.http.fetch(url_, options_).then((_response) => {
@@ -878,7 +878,7 @@ class DataforseoLabsApi {
878
878
  headers: {
879
879
  "Content-Type": "application/json",
880
880
  "Accept": "application/json",
881
- "User-Agent": "typescript-client/2.0.17",
881
+ "User-Agent": "typescript-client/2.0.18",
882
882
  }
883
883
  };
884
884
  return this.http.fetch(url_, options_).then((_response) => {
@@ -917,7 +917,7 @@ class DataforseoLabsApi {
917
917
  headers: {
918
918
  "Content-Type": "application/json",
919
919
  "Accept": "application/json",
920
- "User-Agent": "typescript-client/2.0.17",
920
+ "User-Agent": "typescript-client/2.0.18",
921
921
  }
922
922
  };
923
923
  return this.http.fetch(url_, options_).then((_response) => {
@@ -956,7 +956,7 @@ class DataforseoLabsApi {
956
956
  headers: {
957
957
  "Content-Type": "application/json",
958
958
  "Accept": "application/json",
959
- "User-Agent": "typescript-client/2.0.17",
959
+ "User-Agent": "typescript-client/2.0.18",
960
960
  }
961
961
  };
962
962
  return this.http.fetch(url_, options_).then((_response) => {
@@ -995,7 +995,7 @@ class DataforseoLabsApi {
995
995
  headers: {
996
996
  "Content-Type": "application/json",
997
997
  "Accept": "application/json",
998
- "User-Agent": "typescript-client/2.0.17",
998
+ "User-Agent": "typescript-client/2.0.18",
999
999
  }
1000
1000
  };
1001
1001
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1034,7 +1034,7 @@ class DataforseoLabsApi {
1034
1034
  headers: {
1035
1035
  "Content-Type": "application/json",
1036
1036
  "Accept": "application/json",
1037
- "User-Agent": "typescript-client/2.0.17",
1037
+ "User-Agent": "typescript-client/2.0.18",
1038
1038
  }
1039
1039
  };
1040
1040
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1073,7 +1073,7 @@ class DataforseoLabsApi {
1073
1073
  headers: {
1074
1074
  "Content-Type": "application/json",
1075
1075
  "Accept": "application/json",
1076
- "User-Agent": "typescript-client/2.0.17",
1076
+ "User-Agent": "typescript-client/2.0.18",
1077
1077
  }
1078
1078
  };
1079
1079
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1112,7 +1112,7 @@ class DataforseoLabsApi {
1112
1112
  headers: {
1113
1113
  "Content-Type": "application/json",
1114
1114
  "Accept": "application/json",
1115
- "User-Agent": "typescript-client/2.0.17",
1115
+ "User-Agent": "typescript-client/2.0.18",
1116
1116
  }
1117
1117
  };
1118
1118
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1151,7 +1151,7 @@ class DataforseoLabsApi {
1151
1151
  headers: {
1152
1152
  "Content-Type": "application/json",
1153
1153
  "Accept": "application/json",
1154
- "User-Agent": "typescript-client/2.0.17",
1154
+ "User-Agent": "typescript-client/2.0.18",
1155
1155
  }
1156
1156
  };
1157
1157
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1190,7 +1190,7 @@ class DataforseoLabsApi {
1190
1190
  headers: {
1191
1191
  "Content-Type": "application/json",
1192
1192
  "Accept": "application/json",
1193
- "User-Agent": "typescript-client/2.0.17",
1193
+ "User-Agent": "typescript-client/2.0.18",
1194
1194
  }
1195
1195
  };
1196
1196
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1229,7 +1229,7 @@ class DataforseoLabsApi {
1229
1229
  headers: {
1230
1230
  "Content-Type": "application/json",
1231
1231
  "Accept": "application/json",
1232
- "User-Agent": "typescript-client/2.0.17",
1232
+ "User-Agent": "typescript-client/2.0.18",
1233
1233
  }
1234
1234
  };
1235
1235
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1268,7 +1268,7 @@ class DataforseoLabsApi {
1268
1268
  headers: {
1269
1269
  "Content-Type": "application/json",
1270
1270
  "Accept": "application/json",
1271
- "User-Agent": "typescript-client/2.0.17",
1271
+ "User-Agent": "typescript-client/2.0.18",
1272
1272
  }
1273
1273
  };
1274
1274
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1307,7 +1307,7 @@ class DataforseoLabsApi {
1307
1307
  headers: {
1308
1308
  "Content-Type": "application/json",
1309
1309
  "Accept": "application/json",
1310
- "User-Agent": "typescript-client/2.0.17",
1310
+ "User-Agent": "typescript-client/2.0.18",
1311
1311
  }
1312
1312
  };
1313
1313
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1346,7 +1346,7 @@ class DataforseoLabsApi {
1346
1346
  headers: {
1347
1347
  "Content-Type": "application/json",
1348
1348
  "Accept": "application/json",
1349
- "User-Agent": "typescript-client/2.0.17",
1349
+ "User-Agent": "typescript-client/2.0.18",
1350
1350
  }
1351
1351
  };
1352
1352
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1385,7 +1385,7 @@ class DataforseoLabsApi {
1385
1385
  headers: {
1386
1386
  "Content-Type": "application/json",
1387
1387
  "Accept": "application/json",
1388
- "User-Agent": "typescript-client/2.0.17",
1388
+ "User-Agent": "typescript-client/2.0.18",
1389
1389
  }
1390
1390
  };
1391
1391
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1424,7 +1424,7 @@ class DataforseoLabsApi {
1424
1424
  headers: {
1425
1425
  "Content-Type": "application/json",
1426
1426
  "Accept": "application/json",
1427
- "User-Agent": "typescript-client/2.0.17",
1427
+ "User-Agent": "typescript-client/2.0.18",
1428
1428
  }
1429
1429
  };
1430
1430
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1463,7 +1463,7 @@ class DataforseoLabsApi {
1463
1463
  headers: {
1464
1464
  "Content-Type": "application/json",
1465
1465
  "Accept": "application/json",
1466
- "User-Agent": "typescript-client/2.0.17",
1466
+ "User-Agent": "typescript-client/2.0.18",
1467
1467
  }
1468
1468
  };
1469
1469
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1502,7 +1502,7 @@ class DataforseoLabsApi {
1502
1502
  headers: {
1503
1503
  "Content-Type": "application/json",
1504
1504
  "Accept": "application/json",
1505
- "User-Agent": "typescript-client/2.0.17",
1505
+ "User-Agent": "typescript-client/2.0.18",
1506
1506
  }
1507
1507
  };
1508
1508
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1541,7 +1541,7 @@ class DataforseoLabsApi {
1541
1541
  headers: {
1542
1542
  "Content-Type": "application/json",
1543
1543
  "Accept": "application/json",
1544
- "User-Agent": "typescript-client/2.0.17",
1544
+ "User-Agent": "typescript-client/2.0.18",
1545
1545
  }
1546
1546
  };
1547
1547
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1580,7 +1580,7 @@ class DataforseoLabsApi {
1580
1580
  headers: {
1581
1581
  "Content-Type": "application/json",
1582
1582
  "Accept": "application/json",
1583
- "User-Agent": "typescript-client/2.0.17",
1583
+ "User-Agent": "typescript-client/2.0.18",
1584
1584
  }
1585
1585
  };
1586
1586
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1619,7 +1619,7 @@ class DataforseoLabsApi {
1619
1619
  headers: {
1620
1620
  "Content-Type": "application/json",
1621
1621
  "Accept": "application/json",
1622
- "User-Agent": "typescript-client/2.0.17",
1622
+ "User-Agent": "typescript-client/2.0.18",
1623
1623
  }
1624
1624
  };
1625
1625
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1658,7 +1658,7 @@ class DataforseoLabsApi {
1658
1658
  headers: {
1659
1659
  "Content-Type": "application/json",
1660
1660
  "Accept": "application/json",
1661
- "User-Agent": "typescript-client/2.0.17",
1661
+ "User-Agent": "typescript-client/2.0.18",
1662
1662
  }
1663
1663
  };
1664
1664
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1697,7 +1697,7 @@ class DataforseoLabsApi {
1697
1697
  headers: {
1698
1698
  "Content-Type": "application/json",
1699
1699
  "Accept": "application/json",
1700
- "User-Agent": "typescript-client/2.0.17",
1700
+ "User-Agent": "typescript-client/2.0.18",
1701
1701
  }
1702
1702
  };
1703
1703
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1736,7 +1736,7 @@ class DataforseoLabsApi {
1736
1736
  headers: {
1737
1737
  "Content-Type": "application/json",
1738
1738
  "Accept": "application/json",
1739
- "User-Agent": "typescript-client/2.0.17",
1739
+ "User-Agent": "typescript-client/2.0.18",
1740
1740
  }
1741
1741
  };
1742
1742
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1775,7 +1775,7 @@ class DataforseoLabsApi {
1775
1775
  headers: {
1776
1776
  "Content-Type": "application/json",
1777
1777
  "Accept": "application/json",
1778
- "User-Agent": "typescript-client/2.0.17",
1778
+ "User-Agent": "typescript-client/2.0.18",
1779
1779
  }
1780
1780
  };
1781
1781
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1814,7 +1814,7 @@ class DataforseoLabsApi {
1814
1814
  headers: {
1815
1815
  "Content-Type": "application/json",
1816
1816
  "Accept": "application/json",
1817
- "User-Agent": "typescript-client/2.0.17",
1817
+ "User-Agent": "typescript-client/2.0.18",
1818
1818
  }
1819
1819
  };
1820
1820
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1853,7 +1853,7 @@ class DataforseoLabsApi {
1853
1853
  headers: {
1854
1854
  "Content-Type": "application/json",
1855
1855
  "Accept": "application/json",
1856
- "User-Agent": "typescript-client/2.0.17",
1856
+ "User-Agent": "typescript-client/2.0.18",
1857
1857
  }
1858
1858
  };
1859
1859
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1892,7 +1892,7 @@ class DataforseoLabsApi {
1892
1892
  headers: {
1893
1893
  "Content-Type": "application/json",
1894
1894
  "Accept": "application/json",
1895
- "User-Agent": "typescript-client/2.0.17",
1895
+ "User-Agent": "typescript-client/2.0.18",
1896
1896
  }
1897
1897
  };
1898
1898
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1931,7 +1931,7 @@ class DataforseoLabsApi {
1931
1931
  headers: {
1932
1932
  "Content-Type": "application/json",
1933
1933
  "Accept": "application/json",
1934
- "User-Agent": "typescript-client/2.0.17",
1934
+ "User-Agent": "typescript-client/2.0.18",
1935
1935
  }
1936
1936
  };
1937
1937
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1970,7 +1970,7 @@ class DataforseoLabsApi {
1970
1970
  headers: {
1971
1971
  "Content-Type": "application/json",
1972
1972
  "Accept": "application/json",
1973
- "User-Agent": "typescript-client/2.0.17",
1973
+ "User-Agent": "typescript-client/2.0.18",
1974
1974
  }
1975
1975
  };
1976
1976
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2009,7 +2009,7 @@ class DataforseoLabsApi {
2009
2009
  headers: {
2010
2010
  "Content-Type": "application/json",
2011
2011
  "Accept": "application/json",
2012
- "User-Agent": "typescript-client/2.0.17",
2012
+ "User-Agent": "typescript-client/2.0.18",
2013
2013
  }
2014
2014
  };
2015
2015
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2048,7 +2048,7 @@ class DataforseoLabsApi {
2048
2048
  headers: {
2049
2049
  "Content-Type": "application/json",
2050
2050
  "Accept": "application/json",
2051
- "User-Agent": "typescript-client/2.0.17",
2051
+ "User-Agent": "typescript-client/2.0.18",
2052
2052
  }
2053
2053
  };
2054
2054
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2087,7 +2087,7 @@ class DataforseoLabsApi {
2087
2087
  headers: {
2088
2088
  "Content-Type": "application/json",
2089
2089
  "Accept": "application/json",
2090
- "User-Agent": "typescript-client/2.0.17",
2090
+ "User-Agent": "typescript-client/2.0.18",
2091
2091
  }
2092
2092
  };
2093
2093
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2126,7 +2126,7 @@ class DataforseoLabsApi {
2126
2126
  headers: {
2127
2127
  "Content-Type": "application/json",
2128
2128
  "Accept": "application/json",
2129
- "User-Agent": "typescript-client/2.0.17",
2129
+ "User-Agent": "typescript-client/2.0.18",
2130
2130
  }
2131
2131
  };
2132
2132
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2165,7 +2165,7 @@ class DataforseoLabsApi {
2165
2165
  headers: {
2166
2166
  "Content-Type": "application/json",
2167
2167
  "Accept": "application/json",
2168
- "User-Agent": "typescript-client/2.0.17",
2168
+ "User-Agent": "typescript-client/2.0.18",
2169
2169
  }
2170
2170
  };
2171
2171
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2204,7 +2204,7 @@ class DataforseoLabsApi {
2204
2204
  headers: {
2205
2205
  "Content-Type": "application/json",
2206
2206
  "Accept": "application/json",
2207
- "User-Agent": "typescript-client/2.0.17",
2207
+ "User-Agent": "typescript-client/2.0.18",
2208
2208
  }
2209
2209
  };
2210
2210
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2243,7 +2243,7 @@ class DataforseoLabsApi {
2243
2243
  headers: {
2244
2244
  "Content-Type": "application/json",
2245
2245
  "Accept": "application/json",
2246
- "User-Agent": "typescript-client/2.0.17",
2246
+ "User-Agent": "typescript-client/2.0.18",
2247
2247
  }
2248
2248
  };
2249
2249
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2282,7 +2282,7 @@ class DataforseoLabsApi {
2282
2282
  headers: {
2283
2283
  "Content-Type": "application/json",
2284
2284
  "Accept": "application/json",
2285
- "User-Agent": "typescript-client/2.0.17",
2285
+ "User-Agent": "typescript-client/2.0.18",
2286
2286
  }
2287
2287
  };
2288
2288
  return this.http.fetch(url_, options_).then((_response) => {
@@ -2321,7 +2321,7 @@ class DataforseoLabsApi {
2321
2321
  headers: {
2322
2322
  "Content-Type": "application/json",
2323
2323
  "Accept": "application/json",
2324
- "User-Agent": "typescript-client/2.0.17",
2324
+ "User-Agent": "typescript-client/2.0.18",
2325
2325
  }
2326
2326
  };
2327
2327
  return this.http.fetch(url_, options_).then((_response) => {
@@ -32,7 +32,7 @@ class DomainAnalyticsApi {
32
32
  headers: {
33
33
  "Content-Type": "application/json",
34
34
  "Accept": "application/json",
35
- "User-Agent": "typescript-client/2.0.17",
35
+ "User-Agent": "typescript-client/2.0.18",
36
36
  }
37
37
  };
38
38
  return this.http.fetch(url_, options_).then((_response) => {
@@ -71,7 +71,7 @@ class DomainAnalyticsApi {
71
71
  headers: {
72
72
  "Content-Type": "application/json",
73
73
  "Accept": "application/json",
74
- "User-Agent": "typescript-client/2.0.17",
74
+ "User-Agent": "typescript-client/2.0.18",
75
75
  }
76
76
  };
77
77
  return this.http.fetch(url_, options_).then((_response) => {
@@ -107,7 +107,7 @@ class DomainAnalyticsApi {
107
107
  method: "GET",
108
108
  headers: {
109
109
  "Accept": "application/json",
110
- "User-Agent": "typescript-client/2.0.17",
110
+ "User-Agent": "typescript-client/2.0.18",
111
111
  }
112
112
  };
113
113
  return this.http.fetch(url_, options_).then((_response) => {
@@ -143,7 +143,7 @@ class DomainAnalyticsApi {
143
143
  method: "GET",
144
144
  headers: {
145
145
  "Accept": "application/json",
146
- "User-Agent": "typescript-client/2.0.17",
146
+ "User-Agent": "typescript-client/2.0.18",
147
147
  }
148
148
  };
149
149
  return this.http.fetch(url_, options_).then((_response) => {
@@ -179,7 +179,7 @@ class DomainAnalyticsApi {
179
179
  method: "GET",
180
180
  headers: {
181
181
  "Accept": "application/json",
182
- "User-Agent": "typescript-client/2.0.17",
182
+ "User-Agent": "typescript-client/2.0.18",
183
183
  }
184
184
  };
185
185
  return this.http.fetch(url_, options_).then((_response) => {
@@ -215,7 +215,7 @@ class DomainAnalyticsApi {
215
215
  method: "GET",
216
216
  headers: {
217
217
  "Accept": "application/json",
218
- "User-Agent": "typescript-client/2.0.17",
218
+ "User-Agent": "typescript-client/2.0.18",
219
219
  }
220
220
  };
221
221
  return this.http.fetch(url_, options_).then((_response) => {
@@ -254,7 +254,7 @@ class DomainAnalyticsApi {
254
254
  headers: {
255
255
  "Content-Type": "application/json",
256
256
  "Accept": "application/json",
257
- "User-Agent": "typescript-client/2.0.17",
257
+ "User-Agent": "typescript-client/2.0.18",
258
258
  }
259
259
  };
260
260
  return this.http.fetch(url_, options_).then((_response) => {
@@ -293,7 +293,7 @@ class DomainAnalyticsApi {
293
293
  headers: {
294
294
  "Content-Type": "application/json",
295
295
  "Accept": "application/json",
296
- "User-Agent": "typescript-client/2.0.17",
296
+ "User-Agent": "typescript-client/2.0.18",
297
297
  }
298
298
  };
299
299
  return this.http.fetch(url_, options_).then((_response) => {
@@ -332,7 +332,7 @@ class DomainAnalyticsApi {
332
332
  headers: {
333
333
  "Content-Type": "application/json",
334
334
  "Accept": "application/json",
335
- "User-Agent": "typescript-client/2.0.17",
335
+ "User-Agent": "typescript-client/2.0.18",
336
336
  }
337
337
  };
338
338
  return this.http.fetch(url_, options_).then((_response) => {
@@ -371,7 +371,7 @@ class DomainAnalyticsApi {
371
371
  headers: {
372
372
  "Content-Type": "application/json",
373
373
  "Accept": "application/json",
374
- "User-Agent": "typescript-client/2.0.17",
374
+ "User-Agent": "typescript-client/2.0.18",
375
375
  }
376
376
  };
377
377
  return this.http.fetch(url_, options_).then((_response) => {
@@ -410,7 +410,7 @@ class DomainAnalyticsApi {
410
410
  headers: {
411
411
  "Content-Type": "application/json",
412
412
  "Accept": "application/json",
413
- "User-Agent": "typescript-client/2.0.17",
413
+ "User-Agent": "typescript-client/2.0.18",
414
414
  }
415
415
  };
416
416
  return this.http.fetch(url_, options_).then((_response) => {
@@ -449,7 +449,7 @@ class DomainAnalyticsApi {
449
449
  headers: {
450
450
  "Content-Type": "application/json",
451
451
  "Accept": "application/json",
452
- "User-Agent": "typescript-client/2.0.17",
452
+ "User-Agent": "typescript-client/2.0.18",
453
453
  }
454
454
  };
455
455
  return this.http.fetch(url_, options_).then((_response) => {
@@ -485,7 +485,7 @@ class DomainAnalyticsApi {
485
485
  method: "GET",
486
486
  headers: {
487
487
  "Accept": "application/json",
488
- "User-Agent": "typescript-client/2.0.17",
488
+ "User-Agent": "typescript-client/2.0.18",
489
489
  }
490
490
  };
491
491
  return this.http.fetch(url_, options_).then((_response) => {
@@ -524,7 +524,7 @@ class DomainAnalyticsApi {
524
524
  headers: {
525
525
  "Content-Type": "application/json",
526
526
  "Accept": "application/json",
527
- "User-Agent": "typescript-client/2.0.17",
527
+ "User-Agent": "typescript-client/2.0.18",
528
528
  }
529
529
  };
530
530
  return this.http.fetch(url_, options_).then((_response) => {