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.
- package/README.md +1 -1
- package/dist/cjs/api/AiOptimizationApi.js +36 -36
- package/dist/cjs/api/AppDataApi.js +42 -42
- package/dist/cjs/api/AppendixApi.js +4 -4
- package/dist/cjs/api/BacklinksApi.js +24 -24
- package/dist/cjs/api/BusinessDataApi.js +56 -56
- package/dist/cjs/api/ContentAnalysisApi.js +11 -11
- package/dist/cjs/api/ContentGenerationApi.js +10 -10
- package/dist/cjs/api/DataforseoLabsApi.js +59 -59
- package/dist/cjs/api/DomainAnalyticsApi.js +14 -14
- package/dist/cjs/api/KeywordsDataApi.js +70 -70
- package/dist/cjs/api/MerchantApi.js +36 -36
- package/dist/cjs/api/OnPageApi.js +30 -30
- package/dist/cjs/api/SerpApi.js +183 -183
- package/dist/cjs/models/BusinessDataGoogleHotelSearchesLiveRequestInfo.d.ts +16 -0
- package/dist/cjs/models/BusinessDataGoogleHotelSearchesLiveRequestInfo.js +2 -0
- package/dist/cjs/models/BusinessDataGoogleHotelSearchesLiveRequestInfo.js.map +1 -1
- package/dist/cjs/models/BusinessDataGoogleHotelSearchesTaskPostRequestInfo.d.ts +16 -0
- package/dist/cjs/models/BusinessDataGoogleHotelSearchesTaskPostRequestInfo.js +2 -0
- package/dist/cjs/models/BusinessDataGoogleHotelSearchesTaskPostRequestInfo.js.map +1 -1
- package/dist/esm/api/AiOptimizationApi.js +36 -36
- package/dist/esm/api/AppDataApi.js +42 -42
- package/dist/esm/api/AppendixApi.js +4 -4
- package/dist/esm/api/BacklinksApi.js +24 -24
- package/dist/esm/api/BusinessDataApi.js +56 -56
- package/dist/esm/api/ContentAnalysisApi.js +11 -11
- package/dist/esm/api/ContentGenerationApi.js +10 -10
- package/dist/esm/api/DataforseoLabsApi.js +59 -59
- package/dist/esm/api/DomainAnalyticsApi.js +14 -14
- package/dist/esm/api/KeywordsDataApi.js +70 -70
- package/dist/esm/api/MerchantApi.js +36 -36
- package/dist/esm/api/OnPageApi.js +30 -30
- package/dist/esm/api/SerpApi.js +183 -183
- package/dist/esm/models/BusinessDataGoogleHotelSearchesLiveRequestInfo.d.ts +16 -0
- package/dist/esm/models/BusinessDataGoogleHotelSearchesLiveRequestInfo.js +2 -0
- package/dist/esm/models/BusinessDataGoogleHotelSearchesLiveRequestInfo.js.map +1 -1
- package/dist/esm/models/BusinessDataGoogleHotelSearchesTaskPostRequestInfo.d.ts +16 -0
- package/dist/esm/models/BusinessDataGoogleHotelSearchesTaskPostRequestInfo.js +2 -0
- package/dist/esm/models/BusinessDataGoogleHotelSearchesTaskPostRequestInfo.js.map +1 -1
- package/package.json +1 -1
|
@@ -88,7 +88,7 @@ class KeywordsDataApi {
|
|
|
88
88
|
headers: {
|
|
89
89
|
"Content-Type": "application/json",
|
|
90
90
|
"Accept": "application/json",
|
|
91
|
-
"User-Agent": "typescript-client/2.0.
|
|
91
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
92
92
|
}
|
|
93
93
|
};
|
|
94
94
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -127,7 +127,7 @@ class KeywordsDataApi {
|
|
|
127
127
|
headers: {
|
|
128
128
|
"Content-Type": "application/json",
|
|
129
129
|
"Accept": "application/json",
|
|
130
|
-
"User-Agent": "typescript-client/2.0.
|
|
130
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
131
131
|
}
|
|
132
132
|
};
|
|
133
133
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -163,7 +163,7 @@ class KeywordsDataApi {
|
|
|
163
163
|
method: "GET",
|
|
164
164
|
headers: {
|
|
165
165
|
"Accept": "application/json",
|
|
166
|
-
"User-Agent": "typescript-client/2.0.
|
|
166
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
167
167
|
}
|
|
168
168
|
};
|
|
169
169
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -199,7 +199,7 @@ class KeywordsDataApi {
|
|
|
199
199
|
method: "GET",
|
|
200
200
|
headers: {
|
|
201
201
|
"Accept": "application/json",
|
|
202
|
-
"User-Agent": "typescript-client/2.0.
|
|
202
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
203
203
|
}
|
|
204
204
|
};
|
|
205
205
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -236,7 +236,7 @@ class KeywordsDataApi {
|
|
|
236
236
|
method: "GET",
|
|
237
237
|
headers: {
|
|
238
238
|
"Accept": "application/json",
|
|
239
|
-
"User-Agent": "typescript-client/2.0.
|
|
239
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
240
240
|
}
|
|
241
241
|
};
|
|
242
242
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -272,7 +272,7 @@ class KeywordsDataApi {
|
|
|
272
272
|
method: "GET",
|
|
273
273
|
headers: {
|
|
274
274
|
"Accept": "application/json",
|
|
275
|
-
"User-Agent": "typescript-client/2.0.
|
|
275
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
276
276
|
}
|
|
277
277
|
};
|
|
278
278
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -311,7 +311,7 @@ class KeywordsDataApi {
|
|
|
311
311
|
headers: {
|
|
312
312
|
"Content-Type": "application/json",
|
|
313
313
|
"Accept": "application/json",
|
|
314
|
-
"User-Agent": "typescript-client/2.0.
|
|
314
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
315
315
|
}
|
|
316
316
|
};
|
|
317
317
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -347,7 +347,7 @@ class KeywordsDataApi {
|
|
|
347
347
|
method: "GET",
|
|
348
348
|
headers: {
|
|
349
349
|
"Accept": "application/json",
|
|
350
|
-
"User-Agent": "typescript-client/2.0.
|
|
350
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
351
351
|
}
|
|
352
352
|
};
|
|
353
353
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -384,7 +384,7 @@ class KeywordsDataApi {
|
|
|
384
384
|
method: "GET",
|
|
385
385
|
headers: {
|
|
386
386
|
"Accept": "application/json",
|
|
387
|
-
"User-Agent": "typescript-client/2.0.
|
|
387
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
388
388
|
}
|
|
389
389
|
};
|
|
390
390
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -423,7 +423,7 @@ class KeywordsDataApi {
|
|
|
423
423
|
headers: {
|
|
424
424
|
"Content-Type": "application/json",
|
|
425
425
|
"Accept": "application/json",
|
|
426
|
-
"User-Agent": "typescript-client/2.0.
|
|
426
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
427
427
|
}
|
|
428
428
|
};
|
|
429
429
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -462,7 +462,7 @@ class KeywordsDataApi {
|
|
|
462
462
|
headers: {
|
|
463
463
|
"Content-Type": "application/json",
|
|
464
464
|
"Accept": "application/json",
|
|
465
|
-
"User-Agent": "typescript-client/2.0.
|
|
465
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
466
466
|
}
|
|
467
467
|
};
|
|
468
468
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -498,7 +498,7 @@ class KeywordsDataApi {
|
|
|
498
498
|
method: "GET",
|
|
499
499
|
headers: {
|
|
500
500
|
"Accept": "application/json",
|
|
501
|
-
"User-Agent": "typescript-client/2.0.
|
|
501
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
502
502
|
}
|
|
503
503
|
};
|
|
504
504
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -535,7 +535,7 @@ class KeywordsDataApi {
|
|
|
535
535
|
method: "GET",
|
|
536
536
|
headers: {
|
|
537
537
|
"Accept": "application/json",
|
|
538
|
-
"User-Agent": "typescript-client/2.0.
|
|
538
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
539
539
|
}
|
|
540
540
|
};
|
|
541
541
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -574,7 +574,7 @@ class KeywordsDataApi {
|
|
|
574
574
|
headers: {
|
|
575
575
|
"Content-Type": "application/json",
|
|
576
576
|
"Accept": "application/json",
|
|
577
|
-
"User-Agent": "typescript-client/2.0.
|
|
577
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
578
578
|
}
|
|
579
579
|
};
|
|
580
580
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -613,7 +613,7 @@ class KeywordsDataApi {
|
|
|
613
613
|
headers: {
|
|
614
614
|
"Content-Type": "application/json",
|
|
615
615
|
"Accept": "application/json",
|
|
616
|
-
"User-Agent": "typescript-client/2.0.
|
|
616
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
617
617
|
}
|
|
618
618
|
};
|
|
619
619
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -649,7 +649,7 @@ class KeywordsDataApi {
|
|
|
649
649
|
method: "GET",
|
|
650
650
|
headers: {
|
|
651
651
|
"Accept": "application/json",
|
|
652
|
-
"User-Agent": "typescript-client/2.0.
|
|
652
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
653
653
|
}
|
|
654
654
|
};
|
|
655
655
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -686,7 +686,7 @@ class KeywordsDataApi {
|
|
|
686
686
|
method: "GET",
|
|
687
687
|
headers: {
|
|
688
688
|
"Accept": "application/json",
|
|
689
|
-
"User-Agent": "typescript-client/2.0.
|
|
689
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
690
690
|
}
|
|
691
691
|
};
|
|
692
692
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -725,7 +725,7 @@ class KeywordsDataApi {
|
|
|
725
725
|
headers: {
|
|
726
726
|
"Content-Type": "application/json",
|
|
727
727
|
"Accept": "application/json",
|
|
728
|
-
"User-Agent": "typescript-client/2.0.
|
|
728
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
729
729
|
}
|
|
730
730
|
};
|
|
731
731
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -764,7 +764,7 @@ class KeywordsDataApi {
|
|
|
764
764
|
headers: {
|
|
765
765
|
"Content-Type": "application/json",
|
|
766
766
|
"Accept": "application/json",
|
|
767
|
-
"User-Agent": "typescript-client/2.0.
|
|
767
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
768
768
|
}
|
|
769
769
|
};
|
|
770
770
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -800,7 +800,7 @@ class KeywordsDataApi {
|
|
|
800
800
|
method: "GET",
|
|
801
801
|
headers: {
|
|
802
802
|
"Accept": "application/json",
|
|
803
|
-
"User-Agent": "typescript-client/2.0.
|
|
803
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
804
804
|
}
|
|
805
805
|
};
|
|
806
806
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -837,7 +837,7 @@ class KeywordsDataApi {
|
|
|
837
837
|
method: "GET",
|
|
838
838
|
headers: {
|
|
839
839
|
"Accept": "application/json",
|
|
840
|
-
"User-Agent": "typescript-client/2.0.
|
|
840
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
841
841
|
}
|
|
842
842
|
};
|
|
843
843
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -876,7 +876,7 @@ class KeywordsDataApi {
|
|
|
876
876
|
headers: {
|
|
877
877
|
"Content-Type": "application/json",
|
|
878
878
|
"Accept": "application/json",
|
|
879
|
-
"User-Agent": "typescript-client/2.0.
|
|
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 KeywordsDataApi {
|
|
|
912
912
|
method: "GET",
|
|
913
913
|
headers: {
|
|
914
914
|
"Accept": "application/json",
|
|
915
|
-
"User-Agent": "typescript-client/2.0.
|
|
915
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
916
916
|
}
|
|
917
917
|
};
|
|
918
918
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -949,7 +949,7 @@ class KeywordsDataApi {
|
|
|
949
949
|
method: "GET",
|
|
950
950
|
headers: {
|
|
951
951
|
"Accept": "application/json",
|
|
952
|
-
"User-Agent": "typescript-client/2.0.
|
|
952
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
953
953
|
}
|
|
954
954
|
};
|
|
955
955
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -985,7 +985,7 @@ class KeywordsDataApi {
|
|
|
985
985
|
method: "GET",
|
|
986
986
|
headers: {
|
|
987
987
|
"Accept": "application/json",
|
|
988
|
-
"User-Agent": "typescript-client/2.0.
|
|
988
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
989
989
|
}
|
|
990
990
|
};
|
|
991
991
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1021,7 +1021,7 @@ class KeywordsDataApi {
|
|
|
1021
1021
|
method: "GET",
|
|
1022
1022
|
headers: {
|
|
1023
1023
|
"Accept": "application/json",
|
|
1024
|
-
"User-Agent": "typescript-client/2.0.
|
|
1024
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1025
1025
|
}
|
|
1026
1026
|
};
|
|
1027
1027
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1060,7 +1060,7 @@ class KeywordsDataApi {
|
|
|
1060
1060
|
headers: {
|
|
1061
1061
|
"Content-Type": "application/json",
|
|
1062
1062
|
"Accept": "application/json",
|
|
1063
|
-
"User-Agent": "typescript-client/2.0.
|
|
1063
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1064
1064
|
}
|
|
1065
1065
|
};
|
|
1066
1066
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1096,7 +1096,7 @@ class KeywordsDataApi {
|
|
|
1096
1096
|
method: "GET",
|
|
1097
1097
|
headers: {
|
|
1098
1098
|
"Accept": "application/json",
|
|
1099
|
-
"User-Agent": "typescript-client/2.0.
|
|
1099
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1100
1100
|
}
|
|
1101
1101
|
};
|
|
1102
1102
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1133,7 +1133,7 @@ class KeywordsDataApi {
|
|
|
1133
1133
|
method: "GET",
|
|
1134
1134
|
headers: {
|
|
1135
1135
|
"Accept": "application/json",
|
|
1136
|
-
"User-Agent": "typescript-client/2.0.
|
|
1136
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1137
1137
|
}
|
|
1138
1138
|
};
|
|
1139
1139
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1172,7 +1172,7 @@ class KeywordsDataApi {
|
|
|
1172
1172
|
headers: {
|
|
1173
1173
|
"Content-Type": "application/json",
|
|
1174
1174
|
"Accept": "application/json",
|
|
1175
|
-
"User-Agent": "typescript-client/2.0.
|
|
1175
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1176
1176
|
}
|
|
1177
1177
|
};
|
|
1178
1178
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1208,7 +1208,7 @@ class KeywordsDataApi {
|
|
|
1208
1208
|
method: "GET",
|
|
1209
1209
|
headers: {
|
|
1210
1210
|
"Accept": "application/json",
|
|
1211
|
-
"User-Agent": "typescript-client/2.0.
|
|
1211
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1212
1212
|
}
|
|
1213
1213
|
};
|
|
1214
1214
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1245,7 +1245,7 @@ class KeywordsDataApi {
|
|
|
1245
1245
|
method: "GET",
|
|
1246
1246
|
headers: {
|
|
1247
1247
|
"Accept": "application/json",
|
|
1248
|
-
"User-Agent": "typescript-client/2.0.
|
|
1248
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1249
1249
|
}
|
|
1250
1250
|
};
|
|
1251
1251
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1284,7 +1284,7 @@ class KeywordsDataApi {
|
|
|
1284
1284
|
headers: {
|
|
1285
1285
|
"Content-Type": "application/json",
|
|
1286
1286
|
"Accept": "application/json",
|
|
1287
|
-
"User-Agent": "typescript-client/2.0.
|
|
1287
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1288
1288
|
}
|
|
1289
1289
|
};
|
|
1290
1290
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1323,7 +1323,7 @@ class KeywordsDataApi {
|
|
|
1323
1323
|
headers: {
|
|
1324
1324
|
"Content-Type": "application/json",
|
|
1325
1325
|
"Accept": "application/json",
|
|
1326
|
-
"User-Agent": "typescript-client/2.0.
|
|
1326
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1327
1327
|
}
|
|
1328
1328
|
};
|
|
1329
1329
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1362,7 +1362,7 @@ class KeywordsDataApi {
|
|
|
1362
1362
|
headers: {
|
|
1363
1363
|
"Content-Type": "application/json",
|
|
1364
1364
|
"Accept": "application/json",
|
|
1365
|
-
"User-Agent": "typescript-client/2.0.
|
|
1365
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1366
1366
|
}
|
|
1367
1367
|
};
|
|
1368
1368
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1401,7 +1401,7 @@ class KeywordsDataApi {
|
|
|
1401
1401
|
headers: {
|
|
1402
1402
|
"Content-Type": "application/json",
|
|
1403
1403
|
"Accept": "application/json",
|
|
1404
|
-
"User-Agent": "typescript-client/2.0.
|
|
1404
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1405
1405
|
}
|
|
1406
1406
|
};
|
|
1407
1407
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1437,7 +1437,7 @@ class KeywordsDataApi {
|
|
|
1437
1437
|
method: "GET",
|
|
1438
1438
|
headers: {
|
|
1439
1439
|
"Accept": "application/json",
|
|
1440
|
-
"User-Agent": "typescript-client/2.0.
|
|
1440
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1441
1441
|
}
|
|
1442
1442
|
};
|
|
1443
1443
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1473,7 +1473,7 @@ class KeywordsDataApi {
|
|
|
1473
1473
|
method: "GET",
|
|
1474
1474
|
headers: {
|
|
1475
1475
|
"Accept": "application/json",
|
|
1476
|
-
"User-Agent": "typescript-client/2.0.
|
|
1476
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1477
1477
|
}
|
|
1478
1478
|
};
|
|
1479
1479
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1512,7 +1512,7 @@ class KeywordsDataApi {
|
|
|
1512
1512
|
headers: {
|
|
1513
1513
|
"Content-Type": "application/json",
|
|
1514
1514
|
"Accept": "application/json",
|
|
1515
|
-
"User-Agent": "typescript-client/2.0.
|
|
1515
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1516
1516
|
}
|
|
1517
1517
|
};
|
|
1518
1518
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1548,7 +1548,7 @@ class KeywordsDataApi {
|
|
|
1548
1548
|
method: "GET",
|
|
1549
1549
|
headers: {
|
|
1550
1550
|
"Accept": "application/json",
|
|
1551
|
-
"User-Agent": "typescript-client/2.0.
|
|
1551
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1552
1552
|
}
|
|
1553
1553
|
};
|
|
1554
1554
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1585,7 +1585,7 @@ class KeywordsDataApi {
|
|
|
1585
1585
|
method: "GET",
|
|
1586
1586
|
headers: {
|
|
1587
1587
|
"Accept": "application/json",
|
|
1588
|
-
"User-Agent": "typescript-client/2.0.
|
|
1588
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1589
1589
|
}
|
|
1590
1590
|
};
|
|
1591
1591
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1624,7 +1624,7 @@ class KeywordsDataApi {
|
|
|
1624
1624
|
headers: {
|
|
1625
1625
|
"Content-Type": "application/json",
|
|
1626
1626
|
"Accept": "application/json",
|
|
1627
|
-
"User-Agent": "typescript-client/2.0.
|
|
1627
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1628
1628
|
}
|
|
1629
1629
|
};
|
|
1630
1630
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1660,7 +1660,7 @@ class KeywordsDataApi {
|
|
|
1660
1660
|
method: "GET",
|
|
1661
1661
|
headers: {
|
|
1662
1662
|
"Accept": "application/json",
|
|
1663
|
-
"User-Agent": "typescript-client/2.0.
|
|
1663
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1664
1664
|
}
|
|
1665
1665
|
};
|
|
1666
1666
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1696,7 +1696,7 @@ class KeywordsDataApi {
|
|
|
1696
1696
|
method: "GET",
|
|
1697
1697
|
headers: {
|
|
1698
1698
|
"Accept": "application/json",
|
|
1699
|
-
"User-Agent": "typescript-client/2.0.
|
|
1699
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1700
1700
|
}
|
|
1701
1701
|
};
|
|
1702
1702
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1735,7 +1735,7 @@ class KeywordsDataApi {
|
|
|
1735
1735
|
headers: {
|
|
1736
1736
|
"Content-Type": "application/json",
|
|
1737
1737
|
"Accept": "application/json",
|
|
1738
|
-
"User-Agent": "typescript-client/2.0.
|
|
1738
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1739
1739
|
}
|
|
1740
1740
|
};
|
|
1741
1741
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1771,7 +1771,7 @@ class KeywordsDataApi {
|
|
|
1771
1771
|
method: "GET",
|
|
1772
1772
|
headers: {
|
|
1773
1773
|
"Accept": "application/json",
|
|
1774
|
-
"User-Agent": "typescript-client/2.0.
|
|
1774
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1775
1775
|
}
|
|
1776
1776
|
};
|
|
1777
1777
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1808,7 +1808,7 @@ class KeywordsDataApi {
|
|
|
1808
1808
|
method: "GET",
|
|
1809
1809
|
headers: {
|
|
1810
1810
|
"Accept": "application/json",
|
|
1811
|
-
"User-Agent": "typescript-client/2.0.
|
|
1811
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1812
1812
|
}
|
|
1813
1813
|
};
|
|
1814
1814
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1847,7 +1847,7 @@ class KeywordsDataApi {
|
|
|
1847
1847
|
headers: {
|
|
1848
1848
|
"Content-Type": "application/json",
|
|
1849
1849
|
"Accept": "application/json",
|
|
1850
|
-
"User-Agent": "typescript-client/2.0.
|
|
1850
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1851
1851
|
}
|
|
1852
1852
|
};
|
|
1853
1853
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1886,7 +1886,7 @@ class KeywordsDataApi {
|
|
|
1886
1886
|
headers: {
|
|
1887
1887
|
"Content-Type": "application/json",
|
|
1888
1888
|
"Accept": "application/json",
|
|
1889
|
-
"User-Agent": "typescript-client/2.0.
|
|
1889
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1890
1890
|
}
|
|
1891
1891
|
};
|
|
1892
1892
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1922,7 +1922,7 @@ class KeywordsDataApi {
|
|
|
1922
1922
|
method: "GET",
|
|
1923
1923
|
headers: {
|
|
1924
1924
|
"Accept": "application/json",
|
|
1925
|
-
"User-Agent": "typescript-client/2.0.
|
|
1925
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1926
1926
|
}
|
|
1927
1927
|
};
|
|
1928
1928
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1959,7 +1959,7 @@ class KeywordsDataApi {
|
|
|
1959
1959
|
method: "GET",
|
|
1960
1960
|
headers: {
|
|
1961
1961
|
"Accept": "application/json",
|
|
1962
|
-
"User-Agent": "typescript-client/2.0.
|
|
1962
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1963
1963
|
}
|
|
1964
1964
|
};
|
|
1965
1965
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1998,7 +1998,7 @@ class KeywordsDataApi {
|
|
|
1998
1998
|
headers: {
|
|
1999
1999
|
"Content-Type": "application/json",
|
|
2000
2000
|
"Accept": "application/json",
|
|
2001
|
-
"User-Agent": "typescript-client/2.0.
|
|
2001
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2002
2002
|
}
|
|
2003
2003
|
};
|
|
2004
2004
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2037,7 +2037,7 @@ class KeywordsDataApi {
|
|
|
2037
2037
|
headers: {
|
|
2038
2038
|
"Content-Type": "application/json",
|
|
2039
2039
|
"Accept": "application/json",
|
|
2040
|
-
"User-Agent": "typescript-client/2.0.
|
|
2040
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2041
2041
|
}
|
|
2042
2042
|
};
|
|
2043
2043
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2073,7 +2073,7 @@ class KeywordsDataApi {
|
|
|
2073
2073
|
method: "GET",
|
|
2074
2074
|
headers: {
|
|
2075
2075
|
"Accept": "application/json",
|
|
2076
|
-
"User-Agent": "typescript-client/2.0.
|
|
2076
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2077
2077
|
}
|
|
2078
2078
|
};
|
|
2079
2079
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2110,7 +2110,7 @@ class KeywordsDataApi {
|
|
|
2110
2110
|
method: "GET",
|
|
2111
2111
|
headers: {
|
|
2112
2112
|
"Accept": "application/json",
|
|
2113
|
-
"User-Agent": "typescript-client/2.0.
|
|
2113
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2114
2114
|
}
|
|
2115
2115
|
};
|
|
2116
2116
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2149,7 +2149,7 @@ class KeywordsDataApi {
|
|
|
2149
2149
|
headers: {
|
|
2150
2150
|
"Content-Type": "application/json",
|
|
2151
2151
|
"Accept": "application/json",
|
|
2152
|
-
"User-Agent": "typescript-client/2.0.
|
|
2152
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2153
2153
|
}
|
|
2154
2154
|
};
|
|
2155
2155
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2185,7 +2185,7 @@ class KeywordsDataApi {
|
|
|
2185
2185
|
method: "GET",
|
|
2186
2186
|
headers: {
|
|
2187
2187
|
"Accept": "application/json",
|
|
2188
|
-
"User-Agent": "typescript-client/2.0.
|
|
2188
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2189
2189
|
}
|
|
2190
2190
|
};
|
|
2191
2191
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2224,7 +2224,7 @@ class KeywordsDataApi {
|
|
|
2224
2224
|
headers: {
|
|
2225
2225
|
"Content-Type": "application/json",
|
|
2226
2226
|
"Accept": "application/json",
|
|
2227
|
-
"User-Agent": "typescript-client/2.0.
|
|
2227
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2228
2228
|
}
|
|
2229
2229
|
};
|
|
2230
2230
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2260,7 +2260,7 @@ class KeywordsDataApi {
|
|
|
2260
2260
|
method: "GET",
|
|
2261
2261
|
headers: {
|
|
2262
2262
|
"Accept": "application/json",
|
|
2263
|
-
"User-Agent": "typescript-client/2.0.
|
|
2263
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2264
2264
|
}
|
|
2265
2265
|
};
|
|
2266
2266
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2297,7 +2297,7 @@ class KeywordsDataApi {
|
|
|
2297
2297
|
method: "GET",
|
|
2298
2298
|
headers: {
|
|
2299
2299
|
"Accept": "application/json",
|
|
2300
|
-
"User-Agent": "typescript-client/2.0.
|
|
2300
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2301
2301
|
}
|
|
2302
2302
|
};
|
|
2303
2303
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2336,7 +2336,7 @@ class KeywordsDataApi {
|
|
|
2336
2336
|
headers: {
|
|
2337
2337
|
"Content-Type": "application/json",
|
|
2338
2338
|
"Accept": "application/json",
|
|
2339
|
-
"User-Agent": "typescript-client/2.0.
|
|
2339
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2340
2340
|
}
|
|
2341
2341
|
};
|
|
2342
2342
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2372,7 +2372,7 @@ class KeywordsDataApi {
|
|
|
2372
2372
|
method: "GET",
|
|
2373
2373
|
headers: {
|
|
2374
2374
|
"Accept": "application/json",
|
|
2375
|
-
"User-Agent": "typescript-client/2.0.
|
|
2375
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2376
2376
|
}
|
|
2377
2377
|
};
|
|
2378
2378
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2411,7 +2411,7 @@ class KeywordsDataApi {
|
|
|
2411
2411
|
headers: {
|
|
2412
2412
|
"Content-Type": "application/json",
|
|
2413
2413
|
"Accept": "application/json",
|
|
2414
|
-
"User-Agent": "typescript-client/2.0.
|
|
2414
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2415
2415
|
}
|
|
2416
2416
|
};
|
|
2417
2417
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2447,7 +2447,7 @@ class KeywordsDataApi {
|
|
|
2447
2447
|
method: "GET",
|
|
2448
2448
|
headers: {
|
|
2449
2449
|
"Accept": "application/json",
|
|
2450
|
-
"User-Agent": "typescript-client/2.0.
|
|
2450
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2451
2451
|
}
|
|
2452
2452
|
};
|
|
2453
2453
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2484,7 +2484,7 @@ class KeywordsDataApi {
|
|
|
2484
2484
|
method: "GET",
|
|
2485
2485
|
headers: {
|
|
2486
2486
|
"Accept": "application/json",
|
|
2487
|
-
"User-Agent": "typescript-client/2.0.
|
|
2487
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2488
2488
|
}
|
|
2489
2489
|
};
|
|
2490
2490
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2523,7 +2523,7 @@ class KeywordsDataApi {
|
|
|
2523
2523
|
headers: {
|
|
2524
2524
|
"Content-Type": "application/json",
|
|
2525
2525
|
"Accept": "application/json",
|
|
2526
|
-
"User-Agent": "typescript-client/2.0.
|
|
2526
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2527
2527
|
}
|
|
2528
2528
|
};
|
|
2529
2529
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2559,7 +2559,7 @@ class KeywordsDataApi {
|
|
|
2559
2559
|
method: "GET",
|
|
2560
2560
|
headers: {
|
|
2561
2561
|
"Accept": "application/json",
|
|
2562
|
-
"User-Agent": "typescript-client/2.0.
|
|
2562
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2563
2563
|
}
|
|
2564
2564
|
};
|
|
2565
2565
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2598,7 +2598,7 @@ class KeywordsDataApi {
|
|
|
2598
2598
|
headers: {
|
|
2599
2599
|
"Content-Type": "application/json",
|
|
2600
2600
|
"Accept": "application/json",
|
|
2601
|
-
"User-Agent": "typescript-client/2.0.
|
|
2601
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2602
2602
|
}
|
|
2603
2603
|
};
|
|
2604
2604
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2637,7 +2637,7 @@ class KeywordsDataApi {
|
|
|
2637
2637
|
headers: {
|
|
2638
2638
|
"Content-Type": "application/json",
|
|
2639
2639
|
"Accept": "application/json",
|
|
2640
|
-
"User-Agent": "typescript-client/2.0.
|
|
2640
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2641
2641
|
}
|
|
2642
2642
|
};
|
|
2643
2643
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -2676,7 +2676,7 @@ class KeywordsDataApi {
|
|
|
2676
2676
|
headers: {
|
|
2677
2677
|
"Content-Type": "application/json",
|
|
2678
2678
|
"Accept": "application/json",
|
|
2679
|
-
"User-Agent": "typescript-client/2.0.
|
|
2679
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
2680
2680
|
}
|
|
2681
2681
|
};
|
|
2682
2682
|
return this.http.fetch(url_, options_).then((_response) => {
|