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
package/README.md CHANGED
@@ -9,7 +9,7 @@ DataForSEO API uses REST technology for interchanging data between your applicat
9
9
 
10
10
  Client contains 13 sections (aka APIs):
11
11
 
12
- - AI Optimization API (source docs | api docs)
12
+ - AI Optimization API ([source docs](https://github.com/dataforseo/PythonClient/blob/master/docs/AiOptimizationApi.md) | [api docs](https://docs.dataforseo.com/v3/ai_optimization/overview/))
13
13
  - SERP ([source docs](https://github.com/dataforseo/TypeScriptClient/tree/master/docs/SerpApi.md) | [api docs](https://docs.dataforseo.com/v3/serp/overview/?bash))
14
14
  - Keywords Data ([source docs](https://github.com/dataforseo/TypeScriptClient/tree/master/docs/KeywordsDataApi.md) | [api docs](https://docs.dataforseo.com/v3/keywords_data/overview/?bash))
15
15
  - Domain Analytics ([source docs](https://github.com/dataforseo/TypeScriptClient/tree/master/docs/DomainAnalyticsApi.md) | [api docs](https://docs.dataforseo.com/v3/domain_analytics/overview/?bash))
@@ -51,7 +51,7 @@ class AiOptimizationApi {
51
51
  method: "GET",
52
52
  headers: {
53
53
  "Accept": "application/json",
54
- "User-Agent": "typescript-client/2.0.17",
54
+ "User-Agent": "typescript-client/2.0.18",
55
55
  }
56
56
  };
57
57
  return this.http.fetch(url_, options_).then((_response) => {
@@ -88,7 +88,7 @@ class AiOptimizationApi {
88
88
  method: "GET",
89
89
  headers: {
90
90
  "Accept": "application/json",
91
- "User-Agent": "typescript-client/2.0.17",
91
+ "User-Agent": "typescript-client/2.0.18",
92
92
  }
93
93
  };
94
94
  return this.http.fetch(url_, options_).then((_response) => {
@@ -124,7 +124,7 @@ class AiOptimizationApi {
124
124
  method: "GET",
125
125
  headers: {
126
126
  "Accept": "application/json",
127
- "User-Agent": "typescript-client/2.0.17",
127
+ "User-Agent": "typescript-client/2.0.18",
128
128
  }
129
129
  };
130
130
  return this.http.fetch(url_, options_).then((_response) => {
@@ -163,7 +163,7 @@ class AiOptimizationApi {
163
163
  headers: {
164
164
  "Content-Type": "application/json",
165
165
  "Accept": "application/json",
166
- "User-Agent": "typescript-client/2.0.17",
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 AiOptimizationApi {
199
199
  method: "GET",
200
200
  headers: {
201
201
  "Accept": "application/json",
202
- "User-Agent": "typescript-client/2.0.17",
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 AiOptimizationApi {
236
236
  method: "GET",
237
237
  headers: {
238
238
  "Accept": "application/json",
239
- "User-Agent": "typescript-client/2.0.17",
239
+ "User-Agent": "typescript-client/2.0.18",
240
240
  }
241
241
  };
242
242
  return this.http.fetch(url_, options_).then((_response) => {
@@ -273,7 +273,7 @@ class AiOptimizationApi {
273
273
  method: "GET",
274
274
  headers: {
275
275
  "Accept": "application/json",
276
- "User-Agent": "typescript-client/2.0.17",
276
+ "User-Agent": "typescript-client/2.0.18",
277
277
  }
278
278
  };
279
279
  return this.http.fetch(url_, options_).then((_response) => {
@@ -312,7 +312,7 @@ class AiOptimizationApi {
312
312
  headers: {
313
313
  "Content-Type": "application/json",
314
314
  "Accept": "application/json",
315
- "User-Agent": "typescript-client/2.0.17",
315
+ "User-Agent": "typescript-client/2.0.18",
316
316
  }
317
317
  };
318
318
  return this.http.fetch(url_, options_).then((_response) => {
@@ -351,7 +351,7 @@ class AiOptimizationApi {
351
351
  headers: {
352
352
  "Content-Type": "application/json",
353
353
  "Accept": "application/json",
354
- "User-Agent": "typescript-client/2.0.17",
354
+ "User-Agent": "typescript-client/2.0.18",
355
355
  }
356
356
  };
357
357
  return this.http.fetch(url_, options_).then((_response) => {
@@ -387,7 +387,7 @@ class AiOptimizationApi {
387
387
  method: "GET",
388
388
  headers: {
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) => {
@@ -423,7 +423,7 @@ class AiOptimizationApi {
423
423
  method: "GET",
424
424
  headers: {
425
425
  "Accept": "application/json",
426
- "User-Agent": "typescript-client/2.0.17",
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 AiOptimizationApi {
462
462
  headers: {
463
463
  "Content-Type": "application/json",
464
464
  "Accept": "application/json",
465
- "User-Agent": "typescript-client/2.0.17",
465
+ "User-Agent": "typescript-client/2.0.18",
466
466
  }
467
467
  };
468
468
  return this.http.fetch(url_, options_).then((_response) => {
@@ -501,7 +501,7 @@ class AiOptimizationApi {
501
501
  headers: {
502
502
  "Content-Type": "application/json",
503
503
  "Accept": "application/json",
504
- "User-Agent": "typescript-client/2.0.17",
504
+ "User-Agent": "typescript-client/2.0.18",
505
505
  }
506
506
  };
507
507
  return this.http.fetch(url_, options_).then((_response) => {
@@ -540,7 +540,7 @@ class AiOptimizationApi {
540
540
  headers: {
541
541
  "Content-Type": "application/json",
542
542
  "Accept": "application/json",
543
- "User-Agent": "typescript-client/2.0.17",
543
+ "User-Agent": "typescript-client/2.0.18",
544
544
  }
545
545
  };
546
546
  return this.http.fetch(url_, options_).then((_response) => {
@@ -579,7 +579,7 @@ class AiOptimizationApi {
579
579
  headers: {
580
580
  "Content-Type": "application/json",
581
581
  "Accept": "application/json",
582
- "User-Agent": "typescript-client/2.0.17",
582
+ "User-Agent": "typescript-client/2.0.18",
583
583
  }
584
584
  };
585
585
  return this.http.fetch(url_, options_).then((_response) => {
@@ -618,7 +618,7 @@ class AiOptimizationApi {
618
618
  headers: {
619
619
  "Content-Type": "application/json",
620
620
  "Accept": "application/json",
621
- "User-Agent": "typescript-client/2.0.17",
621
+ "User-Agent": "typescript-client/2.0.18",
622
622
  }
623
623
  };
624
624
  return this.http.fetch(url_, options_).then((_response) => {
@@ -654,7 +654,7 @@ class AiOptimizationApi {
654
654
  method: "GET",
655
655
  headers: {
656
656
  "Accept": "application/json",
657
- "User-Agent": "typescript-client/2.0.17",
657
+ "User-Agent": "typescript-client/2.0.18",
658
658
  }
659
659
  };
660
660
  return this.http.fetch(url_, options_).then((_response) => {
@@ -693,7 +693,7 @@ class AiOptimizationApi {
693
693
  headers: {
694
694
  "Content-Type": "application/json",
695
695
  "Accept": "application/json",
696
- "User-Agent": "typescript-client/2.0.17",
696
+ "User-Agent": "typescript-client/2.0.18",
697
697
  }
698
698
  };
699
699
  return this.http.fetch(url_, options_).then((_response) => {
@@ -732,7 +732,7 @@ class AiOptimizationApi {
732
732
  headers: {
733
733
  "Content-Type": "application/json",
734
734
  "Accept": "application/json",
735
- "User-Agent": "typescript-client/2.0.17",
735
+ "User-Agent": "typescript-client/2.0.18",
736
736
  }
737
737
  };
738
738
  return this.http.fetch(url_, options_).then((_response) => {
@@ -768,7 +768,7 @@ class AiOptimizationApi {
768
768
  method: "GET",
769
769
  headers: {
770
770
  "Accept": "application/json",
771
- "User-Agent": "typescript-client/2.0.17",
771
+ "User-Agent": "typescript-client/2.0.18",
772
772
  }
773
773
  };
774
774
  return this.http.fetch(url_, options_).then((_response) => {
@@ -805,7 +805,7 @@ class AiOptimizationApi {
805
805
  method: "GET",
806
806
  headers: {
807
807
  "Accept": "application/json",
808
- "User-Agent": "typescript-client/2.0.17",
808
+ "User-Agent": "typescript-client/2.0.18",
809
809
  }
810
810
  };
811
811
  return this.http.fetch(url_, options_).then((_response) => {
@@ -841,7 +841,7 @@ class AiOptimizationApi {
841
841
  method: "GET",
842
842
  headers: {
843
843
  "Accept": "application/json",
844
- "User-Agent": "typescript-client/2.0.17",
844
+ "User-Agent": "typescript-client/2.0.18",
845
845
  }
846
846
  };
847
847
  return this.http.fetch(url_, options_).then((_response) => {
@@ -880,7 +880,7 @@ class AiOptimizationApi {
880
880
  headers: {
881
881
  "Content-Type": "application/json",
882
882
  "Accept": "application/json",
883
- "User-Agent": "typescript-client/2.0.17",
883
+ "User-Agent": "typescript-client/2.0.18",
884
884
  }
885
885
  };
886
886
  return this.http.fetch(url_, options_).then((_response) => {
@@ -919,7 +919,7 @@ class AiOptimizationApi {
919
919
  headers: {
920
920
  "Content-Type": "application/json",
921
921
  "Accept": "application/json",
922
- "User-Agent": "typescript-client/2.0.17",
922
+ "User-Agent": "typescript-client/2.0.18",
923
923
  }
924
924
  };
925
925
  return this.http.fetch(url_, options_).then((_response) => {
@@ -955,7 +955,7 @@ class AiOptimizationApi {
955
955
  method: "GET",
956
956
  headers: {
957
957
  "Accept": "application/json",
958
- "User-Agent": "typescript-client/2.0.17",
958
+ "User-Agent": "typescript-client/2.0.18",
959
959
  }
960
960
  };
961
961
  return this.http.fetch(url_, options_).then((_response) => {
@@ -992,7 +992,7 @@ class AiOptimizationApi {
992
992
  method: "GET",
993
993
  headers: {
994
994
  "Accept": "application/json",
995
- "User-Agent": "typescript-client/2.0.17",
995
+ "User-Agent": "typescript-client/2.0.18",
996
996
  }
997
997
  };
998
998
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1028,7 +1028,7 @@ class AiOptimizationApi {
1028
1028
  method: "GET",
1029
1029
  headers: {
1030
1030
  "Accept": "application/json",
1031
- "User-Agent": "typescript-client/2.0.17",
1031
+ "User-Agent": "typescript-client/2.0.18",
1032
1032
  }
1033
1033
  };
1034
1034
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1067,7 +1067,7 @@ class AiOptimizationApi {
1067
1067
  headers: {
1068
1068
  "Content-Type": "application/json",
1069
1069
  "Accept": "application/json",
1070
- "User-Agent": "typescript-client/2.0.17",
1070
+ "User-Agent": "typescript-client/2.0.18",
1071
1071
  }
1072
1072
  };
1073
1073
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1103,7 +1103,7 @@ class AiOptimizationApi {
1103
1103
  method: "GET",
1104
1104
  headers: {
1105
1105
  "Accept": "application/json",
1106
- "User-Agent": "typescript-client/2.0.17",
1106
+ "User-Agent": "typescript-client/2.0.18",
1107
1107
  }
1108
1108
  };
1109
1109
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1140,7 +1140,7 @@ class AiOptimizationApi {
1140
1140
  method: "GET",
1141
1141
  headers: {
1142
1142
  "Accept": "application/json",
1143
- "User-Agent": "typescript-client/2.0.17",
1143
+ "User-Agent": "typescript-client/2.0.18",
1144
1144
  }
1145
1145
  };
1146
1146
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1179,7 +1179,7 @@ class AiOptimizationApi {
1179
1179
  headers: {
1180
1180
  "Content-Type": "application/json",
1181
1181
  "Accept": "application/json",
1182
- "User-Agent": "typescript-client/2.0.17",
1182
+ "User-Agent": "typescript-client/2.0.18",
1183
1183
  }
1184
1184
  };
1185
1185
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1215,7 +1215,7 @@ class AiOptimizationApi {
1215
1215
  method: "GET",
1216
1216
  headers: {
1217
1217
  "Accept": "application/json",
1218
- "User-Agent": "typescript-client/2.0.17",
1218
+ "User-Agent": "typescript-client/2.0.18",
1219
1219
  }
1220
1220
  };
1221
1221
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1254,7 +1254,7 @@ class AiOptimizationApi {
1254
1254
  headers: {
1255
1255
  "Content-Type": "application/json",
1256
1256
  "Accept": "application/json",
1257
- "User-Agent": "typescript-client/2.0.17",
1257
+ "User-Agent": "typescript-client/2.0.18",
1258
1258
  }
1259
1259
  };
1260
1260
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1290,7 +1290,7 @@ class AiOptimizationApi {
1290
1290
  method: "GET",
1291
1291
  headers: {
1292
1292
  "Accept": "application/json",
1293
- "User-Agent": "typescript-client/2.0.17",
1293
+ "User-Agent": "typescript-client/2.0.18",
1294
1294
  }
1295
1295
  };
1296
1296
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1326,7 +1326,7 @@ class AiOptimizationApi {
1326
1326
  method: "GET",
1327
1327
  headers: {
1328
1328
  "Accept": "application/json",
1329
- "User-Agent": "typescript-client/2.0.17",
1329
+ "User-Agent": "typescript-client/2.0.18",
1330
1330
  }
1331
1331
  };
1332
1332
  return this.http.fetch(url_, options_).then((_response) => {
@@ -1365,7 +1365,7 @@ class AiOptimizationApi {
1365
1365
  headers: {
1366
1366
  "Content-Type": "application/json",
1367
1367
  "Accept": "application/json",
1368
- "User-Agent": "typescript-client/2.0.17",
1368
+ "User-Agent": "typescript-client/2.0.18",
1369
1369
  }
1370
1370
  };
1371
1371
  return this.http.fetch(url_, options_).then((_response) => {