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
@@ -60,7 +60,7 @@ class AppDataApi {
60
60
  headers: {
61
61
  "Content-Type": "application/json",
62
62
  "Accept": "application/json",
63
- "User-Agent": "typescript-client/2.0.17",
63
+ "User-Agent": "typescript-client/2.0.18",
64
64
  }
65
65
  };
66
66
  return this.http.fetch(url_, options_).then((_response) => {
@@ -99,7 +99,7 @@ class AppDataApi {
99
99
  headers: {
100
100
  "Content-Type": "application/json",
101
101
  "Accept": "application/json",
102
- "User-Agent": "typescript-client/2.0.17",
102
+ "User-Agent": "typescript-client/2.0.18",
103
103
  }
104
104
  };
105
105
  return this.http.fetch(url_, options_).then((_response) => {
@@ -135,7 +135,7 @@ class AppDataApi {
135
135
  method: "GET",
136
136
  headers: {
137
137
  "Accept": "application/json",
138
- "User-Agent": "typescript-client/2.0.17",
138
+ "User-Agent": "typescript-client/2.0.18",
139
139
  }
140
140
  };
141
141
  return this.http.fetch(url_, options_).then((_response) => {
@@ -171,7 +171,7 @@ class AppDataApi {
171
171
  method: "GET",
172
172
  headers: {
173
173
  "Accept": "application/json",
174
- "User-Agent": "typescript-client/2.0.17",
174
+ "User-Agent": "typescript-client/2.0.18",
175
175
  }
176
176
  };
177
177
  return this.http.fetch(url_, options_).then((_response) => {
@@ -208,7 +208,7 @@ class AppDataApi {
208
208
  method: "GET",
209
209
  headers: {
210
210
  "Accept": "application/json",
211
- "User-Agent": "typescript-client/2.0.17",
211
+ "User-Agent": "typescript-client/2.0.18",
212
212
  }
213
213
  };
214
214
  return this.http.fetch(url_, options_).then((_response) => {
@@ -244,7 +244,7 @@ class AppDataApi {
244
244
  method: "GET",
245
245
  headers: {
246
246
  "Accept": "application/json",
247
- "User-Agent": "typescript-client/2.0.17",
247
+ "User-Agent": "typescript-client/2.0.18",
248
248
  }
249
249
  };
250
250
  return this.http.fetch(url_, options_).then((_response) => {
@@ -283,7 +283,7 @@ class AppDataApi {
283
283
  headers: {
284
284
  "Content-Type": "application/json",
285
285
  "Accept": "application/json",
286
- "User-Agent": "typescript-client/2.0.17",
286
+ "User-Agent": "typescript-client/2.0.18",
287
287
  }
288
288
  };
289
289
  return this.http.fetch(url_, options_).then((_response) => {
@@ -319,7 +319,7 @@ class AppDataApi {
319
319
  method: "GET",
320
320
  headers: {
321
321
  "Accept": "application/json",
322
- "User-Agent": "typescript-client/2.0.17",
322
+ "User-Agent": "typescript-client/2.0.18",
323
323
  }
324
324
  };
325
325
  return this.http.fetch(url_, options_).then((_response) => {
@@ -355,7 +355,7 @@ class AppDataApi {
355
355
  method: "GET",
356
356
  headers: {
357
357
  "Accept": "application/json",
358
- "User-Agent": "typescript-client/2.0.17",
358
+ "User-Agent": "typescript-client/2.0.18",
359
359
  }
360
360
  };
361
361
  return this.http.fetch(url_, options_).then((_response) => {
@@ -392,7 +392,7 @@ class AppDataApi {
392
392
  method: "GET",
393
393
  headers: {
394
394
  "Accept": "application/json",
395
- "User-Agent": "typescript-client/2.0.17",
395
+ "User-Agent": "typescript-client/2.0.18",
396
396
  }
397
397
  };
398
398
  return this.http.fetch(url_, options_).then((_response) => {
@@ -429,7 +429,7 @@ class AppDataApi {
429
429
  method: "GET",
430
430
  headers: {
431
431
  "Accept": "application/json",
432
- "User-Agent": "typescript-client/2.0.17",
432
+ "User-Agent": "typescript-client/2.0.18",
433
433
  }
434
434
  };
435
435
  return this.http.fetch(url_, options_).then((_response) => {
@@ -468,7 +468,7 @@ class AppDataApi {
468
468
  headers: {
469
469
  "Content-Type": "application/json",
470
470
  "Accept": "application/json",
471
- "User-Agent": "typescript-client/2.0.17",
471
+ "User-Agent": "typescript-client/2.0.18",
472
472
  }
473
473
  };
474
474
  return this.http.fetch(url_, options_).then((_response) => {
@@ -504,7 +504,7 @@ class AppDataApi {
504
504
  method: "GET",
505
505
  headers: {
506
506
  "Accept": "application/json",
507
- "User-Agent": "typescript-client/2.0.17",
507
+ "User-Agent": "typescript-client/2.0.18",
508
508
  }
509
509
  };
510
510
  return this.http.fetch(url_, options_).then((_response) => {
@@ -541,7 +541,7 @@ class AppDataApi {
541
541
  method: "GET",
542
542
  headers: {
543
543
  "Accept": "application/json",
544
- "User-Agent": "typescript-client/2.0.17",
544
+ "User-Agent": "typescript-client/2.0.18",
545
545
  }
546
546
  };
547
547
  return this.http.fetch(url_, options_).then((_response) => {
@@ -578,7 +578,7 @@ class AppDataApi {
578
578
  method: "GET",
579
579
  headers: {
580
580
  "Accept": "application/json",
581
- "User-Agent": "typescript-client/2.0.17",
581
+ "User-Agent": "typescript-client/2.0.18",
582
582
  }
583
583
  };
584
584
  return this.http.fetch(url_, options_).then((_response) => {
@@ -617,7 +617,7 @@ class AppDataApi {
617
617
  headers: {
618
618
  "Content-Type": "application/json",
619
619
  "Accept": "application/json",
620
- "User-Agent": "typescript-client/2.0.17",
620
+ "User-Agent": "typescript-client/2.0.18",
621
621
  }
622
622
  };
623
623
  return this.http.fetch(url_, options_).then((_response) => {
@@ -653,7 +653,7 @@ class AppDataApi {
653
653
  method: "GET",
654
654
  headers: {
655
655
  "Accept": "application/json",
656
- "User-Agent": "typescript-client/2.0.17",
656
+ "User-Agent": "typescript-client/2.0.18",
657
657
  }
658
658
  };
659
659
  return this.http.fetch(url_, options_).then((_response) => {
@@ -690,7 +690,7 @@ class AppDataApi {
690
690
  method: "GET",
691
691
  headers: {
692
692
  "Accept": "application/json",
693
- "User-Agent": "typescript-client/2.0.17",
693
+ "User-Agent": "typescript-client/2.0.18",
694
694
  }
695
695
  };
696
696
  return this.http.fetch(url_, options_).then((_response) => {
@@ -727,7 +727,7 @@ class AppDataApi {
727
727
  method: "GET",
728
728
  headers: {
729
729
  "Accept": "application/json",
730
- "User-Agent": "typescript-client/2.0.17",
730
+ "User-Agent": "typescript-client/2.0.18",
731
731
  }
732
732
  };
733
733
  return this.http.fetch(url_, options_).then((_response) => {
@@ -766,7 +766,7 @@ class AppDataApi {
766
766
  headers: {
767
767
  "Content-Type": "application/json",
768
768
  "Accept": "application/json",
769
- "User-Agent": "typescript-client/2.0.17",
769
+ "User-Agent": "typescript-client/2.0.18",
770
770
  }
771
771
  };
772
772
  return this.http.fetch(url_, options_).then((_response) => {
@@ -802,7 +802,7 @@ class AppDataApi {
802
802
  method: "GET",
803
803
  headers: {
804
804
  "Accept": "application/json",
805
- "User-Agent": "typescript-client/2.0.17",
805
+ "User-Agent": "typescript-client/2.0.18",
806
806
  }
807
807
  };
808
808
  return this.http.fetch(url_, options_).then((_response) => {
@@ -839,7 +839,7 @@ class AppDataApi {
839
839
  method: "GET",
840
840
  headers: {
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) => {
@@ -876,7 +876,7 @@ class AppDataApi {
876
876
  method: "GET",
877
877
  headers: {
878
878
  "Accept": "application/json",
879
- "User-Agent": "typescript-client/2.0.17",
879
+ "User-Agent": "typescript-client/2.0.18",
880
880
  }
881
881
  };
882
882
  return this.http.fetch(url_, options_).then((_response) => {
@@ -912,7 +912,7 @@ class AppDataApi {
912
912
  method: "GET",
913
913
  headers: {
914
914
  "Accept": "application/json",
915
- "User-Agent": "typescript-client/2.0.17",
915
+ "User-Agent": "typescript-client/2.0.18",
916
916
  }
917
917
  };
918
918
  return this.http.fetch(url_, options_).then((_response) => {
@@ -951,7 +951,7 @@ class AppDataApi {
951
951
  headers: {
952
952
  "Content-Type": "application/json",
953
953
  "Accept": "application/json",
954
- "User-Agent": "typescript-client/2.0.17",
954
+ "User-Agent": "typescript-client/2.0.18",
955
955
  }
956
956
  };
957
957
  return this.http.fetch(url_, options_).then((_response) => {
@@ -987,7 +987,7 @@ class AppDataApi {
987
987
  method: "GET",
988
988
  headers: {
989
989
  "Accept": "application/json",
990
- "User-Agent": "typescript-client/2.0.17",
990
+ "User-Agent": "typescript-client/2.0.18",
991
991
  }
992
992
  };
993
993
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1023,7 +1023,7 @@ class AppDataApi {
1023
1023
  method: "GET",
1024
1024
  headers: {
1025
1025
  "Accept": "application/json",
1026
- "User-Agent": "typescript-client/2.0.17",
1026
+ "User-Agent": "typescript-client/2.0.18",
1027
1027
  }
1028
1028
  };
1029
1029
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1059,7 +1059,7 @@ class AppDataApi {
1059
1059
  method: "GET",
1060
1060
  headers: {
1061
1061
  "Accept": "application/json",
1062
- "User-Agent": "typescript-client/2.0.17",
1062
+ "User-Agent": "typescript-client/2.0.18",
1063
1063
  }
1064
1064
  };
1065
1065
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1098,7 +1098,7 @@ class AppDataApi {
1098
1098
  headers: {
1099
1099
  "Content-Type": "application/json",
1100
1100
  "Accept": "application/json",
1101
- "User-Agent": "typescript-client/2.0.17",
1101
+ "User-Agent": "typescript-client/2.0.18",
1102
1102
  }
1103
1103
  };
1104
1104
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1134,7 +1134,7 @@ class AppDataApi {
1134
1134
  method: "GET",
1135
1135
  headers: {
1136
1136
  "Accept": "application/json",
1137
- "User-Agent": "typescript-client/2.0.17",
1137
+ "User-Agent": "typescript-client/2.0.18",
1138
1138
  }
1139
1139
  };
1140
1140
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1171,7 +1171,7 @@ class AppDataApi {
1171
1171
  method: "GET",
1172
1172
  headers: {
1173
1173
  "Accept": "application/json",
1174
- "User-Agent": "typescript-client/2.0.17",
1174
+ "User-Agent": "typescript-client/2.0.18",
1175
1175
  }
1176
1176
  };
1177
1177
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1210,7 +1210,7 @@ class AppDataApi {
1210
1210
  headers: {
1211
1211
  "Content-Type": "application/json",
1212
1212
  "Accept": "application/json",
1213
- "User-Agent": "typescript-client/2.0.17",
1213
+ "User-Agent": "typescript-client/2.0.18",
1214
1214
  }
1215
1215
  };
1216
1216
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1246,7 +1246,7 @@ class AppDataApi {
1246
1246
  method: "GET",
1247
1247
  headers: {
1248
1248
  "Accept": "application/json",
1249
- "User-Agent": "typescript-client/2.0.17",
1249
+ "User-Agent": "typescript-client/2.0.18",
1250
1250
  }
1251
1251
  };
1252
1252
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1283,7 +1283,7 @@ class AppDataApi {
1283
1283
  method: "GET",
1284
1284
  headers: {
1285
1285
  "Accept": "application/json",
1286
- "User-Agent": "typescript-client/2.0.17",
1286
+ "User-Agent": "typescript-client/2.0.18",
1287
1287
  }
1288
1288
  };
1289
1289
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1322,7 +1322,7 @@ class AppDataApi {
1322
1322
  headers: {
1323
1323
  "Content-Type": "application/json",
1324
1324
  "Accept": "application/json",
1325
- "User-Agent": "typescript-client/2.0.17",
1325
+ "User-Agent": "typescript-client/2.0.18",
1326
1326
  }
1327
1327
  };
1328
1328
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1358,7 +1358,7 @@ class AppDataApi {
1358
1358
  method: "GET",
1359
1359
  headers: {
1360
1360
  "Accept": "application/json",
1361
- "User-Agent": "typescript-client/2.0.17",
1361
+ "User-Agent": "typescript-client/2.0.18",
1362
1362
  }
1363
1363
  };
1364
1364
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1395,7 +1395,7 @@ class AppDataApi {
1395
1395
  method: "GET",
1396
1396
  headers: {
1397
1397
  "Accept": "application/json",
1398
- "User-Agent": "typescript-client/2.0.17",
1398
+ "User-Agent": "typescript-client/2.0.18",
1399
1399
  }
1400
1400
  };
1401
1401
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1434,7 +1434,7 @@ class AppDataApi {
1434
1434
  headers: {
1435
1435
  "Content-Type": "application/json",
1436
1436
  "Accept": "application/json",
1437
- "User-Agent": "typescript-client/2.0.17",
1437
+ "User-Agent": "typescript-client/2.0.18",
1438
1438
  }
1439
1439
  };
1440
1440
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1470,7 +1470,7 @@ class AppDataApi {
1470
1470
  method: "GET",
1471
1471
  headers: {
1472
1472
  "Accept": "application/json",
1473
- "User-Agent": "typescript-client/2.0.17",
1473
+ "User-Agent": "typescript-client/2.0.18",
1474
1474
  }
1475
1475
  };
1476
1476
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1507,7 +1507,7 @@ class AppDataApi {
1507
1507
  method: "GET",
1508
1508
  headers: {
1509
1509
  "Accept": "application/json",
1510
- "User-Agent": "typescript-client/2.0.17",
1510
+ "User-Agent": "typescript-client/2.0.18",
1511
1511
  }
1512
1512
  };
1513
1513
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1543,7 +1543,7 @@ class AppDataApi {
1543
1543
  method: "GET",
1544
1544
  headers: {
1545
1545
  "Accept": "application/json",
1546
- "User-Agent": "typescript-client/2.0.17",
1546
+ "User-Agent": "typescript-client/2.0.18",
1547
1547
  }
1548
1548
  };
1549
1549
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1582,7 +1582,7 @@ class AppDataApi {
1582
1582
  headers: {
1583
1583
  "Content-Type": "application/json",
1584
1584
  "Accept": "application/json",
1585
- "User-Agent": "typescript-client/2.0.17",
1585
+ "User-Agent": "typescript-client/2.0.18",
1586
1586
  }
1587
1587
  };
1588
1588
  return this.http.fetch(url_, options_).then((_response) => {
@@ -19,7 +19,7 @@ class AppendixApi {
19
19
  method: "GET",
20
20
  headers: {
21
21
  "Accept": "application/json",
22
- "User-Agent": "typescript-client/2.0.17",
22
+ "User-Agent": "typescript-client/2.0.18",
23
23
  }
24
24
  };
25
25
  return this.http.fetch(url_, options_).then((_response) => {
@@ -55,7 +55,7 @@ class AppendixApi {
55
55
  method: "GET",
56
56
  headers: {
57
57
  "Accept": "application/json",
58
- "User-Agent": "typescript-client/2.0.17",
58
+ "User-Agent": "typescript-client/2.0.18",
59
59
  }
60
60
  };
61
61
  return this.http.fetch(url_, options_).then((_response) => {
@@ -94,7 +94,7 @@ class AppendixApi {
94
94
  headers: {
95
95
  "Content-Type": "application/json",
96
96
  "Accept": "application/json",
97
- "User-Agent": "typescript-client/2.0.17",
97
+ "User-Agent": "typescript-client/2.0.18",
98
98
  }
99
99
  };
100
100
  return this.http.fetch(url_, options_).then((_response) => {
@@ -130,7 +130,7 @@ class AppendixApi {
130
130
  method: "GET",
131
131
  headers: {
132
132
  "Accept": "application/json",
133
- "User-Agent": "typescript-client/2.0.17",
133
+ "User-Agent": "typescript-client/2.0.18",
134
134
  }
135
135
  };
136
136
  return this.http.fetch(url_, options_).then((_response) => {
@@ -42,7 +42,7 @@ class BacklinksApi {
42
42
  headers: {
43
43
  "Content-Type": "application/json",
44
44
  "Accept": "application/json",
45
- "User-Agent": "typescript-client/2.0.17",
45
+ "User-Agent": "typescript-client/2.0.18",
46
46
  }
47
47
  };
48
48
  return this.http.fetch(url_, options_).then((_response) => {
@@ -81,7 +81,7 @@ class BacklinksApi {
81
81
  headers: {
82
82
  "Content-Type": "application/json",
83
83
  "Accept": "application/json",
84
- "User-Agent": "typescript-client/2.0.17",
84
+ "User-Agent": "typescript-client/2.0.18",
85
85
  }
86
86
  };
87
87
  return this.http.fetch(url_, options_).then((_response) => {
@@ -117,7 +117,7 @@ class BacklinksApi {
117
117
  method: "GET",
118
118
  headers: {
119
119
  "Accept": "application/json",
120
- "User-Agent": "typescript-client/2.0.17",
120
+ "User-Agent": "typescript-client/2.0.18",
121
121
  }
122
122
  };
123
123
  return this.http.fetch(url_, options_).then((_response) => {
@@ -153,7 +153,7 @@ class BacklinksApi {
153
153
  method: "GET",
154
154
  headers: {
155
155
  "Accept": "application/json",
156
- "User-Agent": "typescript-client/2.0.17",
156
+ "User-Agent": "typescript-client/2.0.18",
157
157
  }
158
158
  };
159
159
  return this.http.fetch(url_, options_).then((_response) => {
@@ -192,7 +192,7 @@ class BacklinksApi {
192
192
  headers: {
193
193
  "Content-Type": "application/json",
194
194
  "Accept": "application/json",
195
- "User-Agent": "typescript-client/2.0.17",
195
+ "User-Agent": "typescript-client/2.0.18",
196
196
  }
197
197
  };
198
198
  return this.http.fetch(url_, options_).then((_response) => {
@@ -231,7 +231,7 @@ class BacklinksApi {
231
231
  headers: {
232
232
  "Content-Type": "application/json",
233
233
  "Accept": "application/json",
234
- "User-Agent": "typescript-client/2.0.17",
234
+ "User-Agent": "typescript-client/2.0.18",
235
235
  }
236
236
  };
237
237
  return this.http.fetch(url_, options_).then((_response) => {
@@ -270,7 +270,7 @@ class BacklinksApi {
270
270
  headers: {
271
271
  "Content-Type": "application/json",
272
272
  "Accept": "application/json",
273
- "User-Agent": "typescript-client/2.0.17",
273
+ "User-Agent": "typescript-client/2.0.18",
274
274
  }
275
275
  };
276
276
  return this.http.fetch(url_, options_).then((_response) => {
@@ -309,7 +309,7 @@ class BacklinksApi {
309
309
  headers: {
310
310
  "Content-Type": "application/json",
311
311
  "Accept": "application/json",
312
- "User-Agent": "typescript-client/2.0.17",
312
+ "User-Agent": "typescript-client/2.0.18",
313
313
  }
314
314
  };
315
315
  return this.http.fetch(url_, options_).then((_response) => {
@@ -348,7 +348,7 @@ class BacklinksApi {
348
348
  headers: {
349
349
  "Content-Type": "application/json",
350
350
  "Accept": "application/json",
351
- "User-Agent": "typescript-client/2.0.17",
351
+ "User-Agent": "typescript-client/2.0.18",
352
352
  }
353
353
  };
354
354
  return this.http.fetch(url_, options_).then((_response) => {
@@ -387,7 +387,7 @@ class BacklinksApi {
387
387
  headers: {
388
388
  "Content-Type": "application/json",
389
389
  "Accept": "application/json",
390
- "User-Agent": "typescript-client/2.0.17",
390
+ "User-Agent": "typescript-client/2.0.18",
391
391
  }
392
392
  };
393
393
  return this.http.fetch(url_, options_).then((_response) => {
@@ -426,7 +426,7 @@ class BacklinksApi {
426
426
  headers: {
427
427
  "Content-Type": "application/json",
428
428
  "Accept": "application/json",
429
- "User-Agent": "typescript-client/2.0.17",
429
+ "User-Agent": "typescript-client/2.0.18",
430
430
  }
431
431
  };
432
432
  return this.http.fetch(url_, options_).then((_response) => {
@@ -465,7 +465,7 @@ class BacklinksApi {
465
465
  headers: {
466
466
  "Content-Type": "application/json",
467
467
  "Accept": "application/json",
468
- "User-Agent": "typescript-client/2.0.17",
468
+ "User-Agent": "typescript-client/2.0.18",
469
469
  }
470
470
  };
471
471
  return this.http.fetch(url_, options_).then((_response) => {
@@ -504,7 +504,7 @@ class BacklinksApi {
504
504
  headers: {
505
505
  "Content-Type": "application/json",
506
506
  "Accept": "application/json",
507
- "User-Agent": "typescript-client/2.0.17",
507
+ "User-Agent": "typescript-client/2.0.18",
508
508
  }
509
509
  };
510
510
  return this.http.fetch(url_, options_).then((_response) => {
@@ -543,7 +543,7 @@ class BacklinksApi {
543
543
  headers: {
544
544
  "Content-Type": "application/json",
545
545
  "Accept": "application/json",
546
- "User-Agent": "typescript-client/2.0.17",
546
+ "User-Agent": "typescript-client/2.0.18",
547
547
  }
548
548
  };
549
549
  return this.http.fetch(url_, options_).then((_response) => {
@@ -582,7 +582,7 @@ class BacklinksApi {
582
582
  headers: {
583
583
  "Content-Type": "application/json",
584
584
  "Accept": "application/json",
585
- "User-Agent": "typescript-client/2.0.17",
585
+ "User-Agent": "typescript-client/2.0.18",
586
586
  }
587
587
  };
588
588
  return this.http.fetch(url_, options_).then((_response) => {
@@ -621,7 +621,7 @@ class BacklinksApi {
621
621
  headers: {
622
622
  "Content-Type": "application/json",
623
623
  "Accept": "application/json",
624
- "User-Agent": "typescript-client/2.0.17",
624
+ "User-Agent": "typescript-client/2.0.18",
625
625
  }
626
626
  };
627
627
  return this.http.fetch(url_, options_).then((_response) => {
@@ -660,7 +660,7 @@ class BacklinksApi {
660
660
  headers: {
661
661
  "Content-Type": "application/json",
662
662
  "Accept": "application/json",
663
- "User-Agent": "typescript-client/2.0.17",
663
+ "User-Agent": "typescript-client/2.0.18",
664
664
  }
665
665
  };
666
666
  return this.http.fetch(url_, options_).then((_response) => {
@@ -699,7 +699,7 @@ class BacklinksApi {
699
699
  headers: {
700
700
  "Content-Type": "application/json",
701
701
  "Accept": "application/json",
702
- "User-Agent": "typescript-client/2.0.17",
702
+ "User-Agent": "typescript-client/2.0.18",
703
703
  }
704
704
  };
705
705
  return this.http.fetch(url_, options_).then((_response) => {
@@ -738,7 +738,7 @@ class BacklinksApi {
738
738
  headers: {
739
739
  "Content-Type": "application/json",
740
740
  "Accept": "application/json",
741
- "User-Agent": "typescript-client/2.0.17",
741
+ "User-Agent": "typescript-client/2.0.18",
742
742
  }
743
743
  };
744
744
  return this.http.fetch(url_, options_).then((_response) => {
@@ -777,7 +777,7 @@ class BacklinksApi {
777
777
  headers: {
778
778
  "Content-Type": "application/json",
779
779
  "Accept": "application/json",
780
- "User-Agent": "typescript-client/2.0.17",
780
+ "User-Agent": "typescript-client/2.0.18",
781
781
  }
782
782
  };
783
783
  return this.http.fetch(url_, options_).then((_response) => {
@@ -816,7 +816,7 @@ class BacklinksApi {
816
816
  headers: {
817
817
  "Content-Type": "application/json",
818
818
  "Accept": "application/json",
819
- "User-Agent": "typescript-client/2.0.17",
819
+ "User-Agent": "typescript-client/2.0.18",
820
820
  }
821
821
  };
822
822
  return this.http.fetch(url_, options_).then((_response) => {
@@ -855,7 +855,7 @@ class BacklinksApi {
855
855
  headers: {
856
856
  "Content-Type": "application/json",
857
857
  "Accept": "application/json",
858
- "User-Agent": "typescript-client/2.0.17",
858
+ "User-Agent": "typescript-client/2.0.18",
859
859
  }
860
860
  };
861
861
  return this.http.fetch(url_, options_).then((_response) => {
@@ -894,7 +894,7 @@ class BacklinksApi {
894
894
  headers: {
895
895
  "Content-Type": "application/json",
896
896
  "Accept": "application/json",
897
- "User-Agent": "typescript-client/2.0.17",
897
+ "User-Agent": "typescript-client/2.0.18",
898
898
  }
899
899
  };
900
900
  return this.http.fetch(url_, options_).then((_response) => {
@@ -933,7 +933,7 @@ class BacklinksApi {
933
933
  headers: {
934
934
  "Content-Type": "application/json",
935
935
  "Accept": "application/json",
936
- "User-Agent": "typescript-client/2.0.17",
936
+ "User-Agent": "typescript-client/2.0.18",
937
937
  }
938
938
  };
939
939
  return this.http.fetch(url_, options_).then((_response) => {