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
|
@@ -51,7 +51,7 @@ export class MerchantApi {
|
|
|
51
51
|
headers: {
|
|
52
52
|
"Content-Type": "application/json",
|
|
53
53
|
"Accept": "application/json",
|
|
54
|
-
"User-Agent": "typescript-client/2.0.
|
|
54
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
55
55
|
}
|
|
56
56
|
};
|
|
57
57
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -90,7 +90,7 @@ export class MerchantApi {
|
|
|
90
90
|
headers: {
|
|
91
91
|
"Content-Type": "application/json",
|
|
92
92
|
"Accept": "application/json",
|
|
93
|
-
"User-Agent": "typescript-client/2.0.
|
|
93
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
94
94
|
}
|
|
95
95
|
};
|
|
96
96
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -126,7 +126,7 @@ export class MerchantApi {
|
|
|
126
126
|
method: "GET",
|
|
127
127
|
headers: {
|
|
128
128
|
"Accept": "application/json",
|
|
129
|
-
"User-Agent": "typescript-client/2.0.
|
|
129
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
130
130
|
}
|
|
131
131
|
};
|
|
132
132
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -162,7 +162,7 @@ export class MerchantApi {
|
|
|
162
162
|
method: "GET",
|
|
163
163
|
headers: {
|
|
164
164
|
"Accept": "application/json",
|
|
165
|
-
"User-Agent": "typescript-client/2.0.
|
|
165
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
166
166
|
}
|
|
167
167
|
};
|
|
168
168
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -199,7 +199,7 @@ export class MerchantApi {
|
|
|
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) => {
|
|
@@ -238,7 +238,7 @@ export class MerchantApi {
|
|
|
238
238
|
headers: {
|
|
239
239
|
"Content-Type": "application/json",
|
|
240
240
|
"Accept": "application/json",
|
|
241
|
-
"User-Agent": "typescript-client/2.0.
|
|
241
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
242
242
|
}
|
|
243
243
|
};
|
|
244
244
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -274,7 +274,7 @@ export class MerchantApi {
|
|
|
274
274
|
method: "GET",
|
|
275
275
|
headers: {
|
|
276
276
|
"Accept": "application/json",
|
|
277
|
-
"User-Agent": "typescript-client/2.0.
|
|
277
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
278
278
|
}
|
|
279
279
|
};
|
|
280
280
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -310,7 +310,7 @@ export class MerchantApi {
|
|
|
310
310
|
method: "GET",
|
|
311
311
|
headers: {
|
|
312
312
|
"Accept": "application/json",
|
|
313
|
-
"User-Agent": "typescript-client/2.0.
|
|
313
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
314
314
|
}
|
|
315
315
|
};
|
|
316
316
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -347,7 +347,7 @@ export class MerchantApi {
|
|
|
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 @@ export class MerchantApi {
|
|
|
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 @@ export class MerchantApi {
|
|
|
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) => {
|
|
@@ -459,7 +459,7 @@ export class MerchantApi {
|
|
|
459
459
|
method: "GET",
|
|
460
460
|
headers: {
|
|
461
461
|
"Accept": "application/json",
|
|
462
|
-
"User-Agent": "typescript-client/2.0.
|
|
462
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
463
463
|
}
|
|
464
464
|
};
|
|
465
465
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -496,7 +496,7 @@ export class MerchantApi {
|
|
|
496
496
|
method: "GET",
|
|
497
497
|
headers: {
|
|
498
498
|
"Accept": "application/json",
|
|
499
|
-
"User-Agent": "typescript-client/2.0.
|
|
499
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
500
500
|
}
|
|
501
501
|
};
|
|
502
502
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -535,7 +535,7 @@ export class MerchantApi {
|
|
|
535
535
|
headers: {
|
|
536
536
|
"Content-Type": "application/json",
|
|
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) => {
|
|
@@ -571,7 +571,7 @@ export class MerchantApi {
|
|
|
571
571
|
method: "GET",
|
|
572
572
|
headers: {
|
|
573
573
|
"Accept": "application/json",
|
|
574
|
-
"User-Agent": "typescript-client/2.0.
|
|
574
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
575
575
|
}
|
|
576
576
|
};
|
|
577
577
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -608,7 +608,7 @@ export class MerchantApi {
|
|
|
608
608
|
method: "GET",
|
|
609
609
|
headers: {
|
|
610
610
|
"Accept": "application/json",
|
|
611
|
-
"User-Agent": "typescript-client/2.0.
|
|
611
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
612
612
|
}
|
|
613
613
|
};
|
|
614
614
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -645,7 +645,7 @@ export class MerchantApi {
|
|
|
645
645
|
method: "GET",
|
|
646
646
|
headers: {
|
|
647
647
|
"Accept": "application/json",
|
|
648
|
-
"User-Agent": "typescript-client/2.0.
|
|
648
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
649
649
|
}
|
|
650
650
|
};
|
|
651
651
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -681,7 +681,7 @@ export class MerchantApi {
|
|
|
681
681
|
method: "GET",
|
|
682
682
|
headers: {
|
|
683
683
|
"Accept": "application/json",
|
|
684
|
-
"User-Agent": "typescript-client/2.0.
|
|
684
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
685
685
|
}
|
|
686
686
|
};
|
|
687
687
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -718,7 +718,7 @@ export class MerchantApi {
|
|
|
718
718
|
method: "GET",
|
|
719
719
|
headers: {
|
|
720
720
|
"Accept": "application/json",
|
|
721
|
-
"User-Agent": "typescript-client/2.0.
|
|
721
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
722
722
|
}
|
|
723
723
|
};
|
|
724
724
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -754,7 +754,7 @@ export class MerchantApi {
|
|
|
754
754
|
method: "GET",
|
|
755
755
|
headers: {
|
|
756
756
|
"Accept": "application/json",
|
|
757
|
-
"User-Agent": "typescript-client/2.0.
|
|
757
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
758
758
|
}
|
|
759
759
|
};
|
|
760
760
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -793,7 +793,7 @@ export class MerchantApi {
|
|
|
793
793
|
headers: {
|
|
794
794
|
"Content-Type": "application/json",
|
|
795
795
|
"Accept": "application/json",
|
|
796
|
-
"User-Agent": "typescript-client/2.0.
|
|
796
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
797
797
|
}
|
|
798
798
|
};
|
|
799
799
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -829,7 +829,7 @@ export class MerchantApi {
|
|
|
829
829
|
method: "GET",
|
|
830
830
|
headers: {
|
|
831
831
|
"Accept": "application/json",
|
|
832
|
-
"User-Agent": "typescript-client/2.0.
|
|
832
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
833
833
|
}
|
|
834
834
|
};
|
|
835
835
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -866,7 +866,7 @@ export class MerchantApi {
|
|
|
866
866
|
method: "GET",
|
|
867
867
|
headers: {
|
|
868
868
|
"Accept": "application/json",
|
|
869
|
-
"User-Agent": "typescript-client/2.0.
|
|
869
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
870
870
|
}
|
|
871
871
|
};
|
|
872
872
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -903,7 +903,7 @@ export class MerchantApi {
|
|
|
903
903
|
method: "GET",
|
|
904
904
|
headers: {
|
|
905
905
|
"Accept": "application/json",
|
|
906
|
-
"User-Agent": "typescript-client/2.0.
|
|
906
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
907
907
|
}
|
|
908
908
|
};
|
|
909
909
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -942,7 +942,7 @@ export class MerchantApi {
|
|
|
942
942
|
headers: {
|
|
943
943
|
"Content-Type": "application/json",
|
|
944
944
|
"Accept": "application/json",
|
|
945
|
-
"User-Agent": "typescript-client/2.0.
|
|
945
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
946
946
|
}
|
|
947
947
|
};
|
|
948
948
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -978,7 +978,7 @@ export class MerchantApi {
|
|
|
978
978
|
method: "GET",
|
|
979
979
|
headers: {
|
|
980
980
|
"Accept": "application/json",
|
|
981
|
-
"User-Agent": "typescript-client/2.0.
|
|
981
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
982
982
|
}
|
|
983
983
|
};
|
|
984
984
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1015,7 +1015,7 @@ export class MerchantApi {
|
|
|
1015
1015
|
method: "GET",
|
|
1016
1016
|
headers: {
|
|
1017
1017
|
"Accept": "application/json",
|
|
1018
|
-
"User-Agent": "typescript-client/2.0.
|
|
1018
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1019
1019
|
}
|
|
1020
1020
|
};
|
|
1021
1021
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1052,7 +1052,7 @@ export class MerchantApi {
|
|
|
1052
1052
|
method: "GET",
|
|
1053
1053
|
headers: {
|
|
1054
1054
|
"Accept": "application/json",
|
|
1055
|
-
"User-Agent": "typescript-client/2.0.
|
|
1055
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1056
1056
|
}
|
|
1057
1057
|
};
|
|
1058
1058
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1091,7 +1091,7 @@ export class MerchantApi {
|
|
|
1091
1091
|
headers: {
|
|
1092
1092
|
"Content-Type": "application/json",
|
|
1093
1093
|
"Accept": "application/json",
|
|
1094
|
-
"User-Agent": "typescript-client/2.0.
|
|
1094
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1095
1095
|
}
|
|
1096
1096
|
};
|
|
1097
1097
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1127,7 +1127,7 @@ export class MerchantApi {
|
|
|
1127
1127
|
method: "GET",
|
|
1128
1128
|
headers: {
|
|
1129
1129
|
"Accept": "application/json",
|
|
1130
|
-
"User-Agent": "typescript-client/2.0.
|
|
1130
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1131
1131
|
}
|
|
1132
1132
|
};
|
|
1133
1133
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1164,7 +1164,7 @@ export class MerchantApi {
|
|
|
1164
1164
|
method: "GET",
|
|
1165
1165
|
headers: {
|
|
1166
1166
|
"Accept": "application/json",
|
|
1167
|
-
"User-Agent": "typescript-client/2.0.
|
|
1167
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1168
1168
|
}
|
|
1169
1169
|
};
|
|
1170
1170
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1201,7 +1201,7 @@ export class MerchantApi {
|
|
|
1201
1201
|
method: "GET",
|
|
1202
1202
|
headers: {
|
|
1203
1203
|
"Accept": "application/json",
|
|
1204
|
-
"User-Agent": "typescript-client/2.0.
|
|
1204
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1205
1205
|
}
|
|
1206
1206
|
};
|
|
1207
1207
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1240,7 +1240,7 @@ export class MerchantApi {
|
|
|
1240
1240
|
headers: {
|
|
1241
1241
|
"Content-Type": "application/json",
|
|
1242
1242
|
"Accept": "application/json",
|
|
1243
|
-
"User-Agent": "typescript-client/2.0.
|
|
1243
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1244
1244
|
}
|
|
1245
1245
|
};
|
|
1246
1246
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1276,7 +1276,7 @@ export class MerchantApi {
|
|
|
1276
1276
|
method: "GET",
|
|
1277
1277
|
headers: {
|
|
1278
1278
|
"Accept": "application/json",
|
|
1279
|
-
"User-Agent": "typescript-client/2.0.
|
|
1279
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1280
1280
|
}
|
|
1281
1281
|
};
|
|
1282
1282
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1313,7 +1313,7 @@ export class MerchantApi {
|
|
|
1313
1313
|
method: "GET",
|
|
1314
1314
|
headers: {
|
|
1315
1315
|
"Accept": "application/json",
|
|
1316
|
-
"User-Agent": "typescript-client/2.0.
|
|
1316
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1317
1317
|
}
|
|
1318
1318
|
};
|
|
1319
1319
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1350,7 +1350,7 @@ export class MerchantApi {
|
|
|
1350
1350
|
method: "GET",
|
|
1351
1351
|
headers: {
|
|
1352
1352
|
"Accept": "application/json",
|
|
1353
|
-
"User-Agent": "typescript-client/2.0.
|
|
1353
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1354
1354
|
}
|
|
1355
1355
|
};
|
|
1356
1356
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -45,7 +45,7 @@ export class OnPageApi {
|
|
|
45
45
|
headers: {
|
|
46
46
|
"Content-Type": "application/json",
|
|
47
47
|
"Accept": "application/json",
|
|
48
|
-
"User-Agent": "typescript-client/2.0.
|
|
48
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
49
49
|
}
|
|
50
50
|
};
|
|
51
51
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -84,7 +84,7 @@ export class OnPageApi {
|
|
|
84
84
|
headers: {
|
|
85
85
|
"Content-Type": "application/json",
|
|
86
86
|
"Accept": "application/json",
|
|
87
|
-
"User-Agent": "typescript-client/2.0.
|
|
87
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
88
88
|
}
|
|
89
89
|
};
|
|
90
90
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -123,7 +123,7 @@ export class OnPageApi {
|
|
|
123
123
|
headers: {
|
|
124
124
|
"Content-Type": "application/json",
|
|
125
125
|
"Accept": "application/json",
|
|
126
|
-
"User-Agent": "typescript-client/2.0.
|
|
126
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
127
127
|
}
|
|
128
128
|
};
|
|
129
129
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -159,7 +159,7 @@ export class OnPageApi {
|
|
|
159
159
|
method: "GET",
|
|
160
160
|
headers: {
|
|
161
161
|
"Accept": "application/json",
|
|
162
|
-
"User-Agent": "typescript-client/2.0.
|
|
162
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
163
163
|
}
|
|
164
164
|
};
|
|
165
165
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -198,7 +198,7 @@ export class OnPageApi {
|
|
|
198
198
|
headers: {
|
|
199
199
|
"Content-Type": "application/json",
|
|
200
200
|
"Accept": "application/json",
|
|
201
|
-
"User-Agent": "typescript-client/2.0.
|
|
201
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
202
202
|
}
|
|
203
203
|
};
|
|
204
204
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -234,7 +234,7 @@ export class OnPageApi {
|
|
|
234
234
|
method: "GET",
|
|
235
235
|
headers: {
|
|
236
236
|
"Accept": "application/json",
|
|
237
|
-
"User-Agent": "typescript-client/2.0.
|
|
237
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
238
238
|
}
|
|
239
239
|
};
|
|
240
240
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -271,7 +271,7 @@ export class OnPageApi {
|
|
|
271
271
|
method: "GET",
|
|
272
272
|
headers: {
|
|
273
273
|
"Accept": "application/json",
|
|
274
|
-
"User-Agent": "typescript-client/2.0.
|
|
274
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
275
275
|
}
|
|
276
276
|
};
|
|
277
277
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -310,7 +310,7 @@ export class OnPageApi {
|
|
|
310
310
|
headers: {
|
|
311
311
|
"Content-Type": "application/json",
|
|
312
312
|
"Accept": "application/json",
|
|
313
|
-
"User-Agent": "typescript-client/2.0.
|
|
313
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
314
314
|
}
|
|
315
315
|
};
|
|
316
316
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -349,7 +349,7 @@ export class OnPageApi {
|
|
|
349
349
|
headers: {
|
|
350
350
|
"Content-Type": "application/json",
|
|
351
351
|
"Accept": "application/json",
|
|
352
|
-
"User-Agent": "typescript-client/2.0.
|
|
352
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
353
353
|
}
|
|
354
354
|
};
|
|
355
355
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -388,7 +388,7 @@ export class OnPageApi {
|
|
|
388
388
|
headers: {
|
|
389
389
|
"Content-Type": "application/json",
|
|
390
390
|
"Accept": "application/json",
|
|
391
|
-
"User-Agent": "typescript-client/2.0.
|
|
391
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
392
392
|
}
|
|
393
393
|
};
|
|
394
394
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -427,7 +427,7 @@ export class OnPageApi {
|
|
|
427
427
|
headers: {
|
|
428
428
|
"Content-Type": "application/json",
|
|
429
429
|
"Accept": "application/json",
|
|
430
|
-
"User-Agent": "typescript-client/2.0.
|
|
430
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
431
431
|
}
|
|
432
432
|
};
|
|
433
433
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -466,7 +466,7 @@ export class OnPageApi {
|
|
|
466
466
|
headers: {
|
|
467
467
|
"Content-Type": "application/json",
|
|
468
468
|
"Accept": "application/json",
|
|
469
|
-
"User-Agent": "typescript-client/2.0.
|
|
469
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
470
470
|
}
|
|
471
471
|
};
|
|
472
472
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -505,7 +505,7 @@ export class OnPageApi {
|
|
|
505
505
|
headers: {
|
|
506
506
|
"Content-Type": "application/json",
|
|
507
507
|
"Accept": "application/json",
|
|
508
|
-
"User-Agent": "typescript-client/2.0.
|
|
508
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
509
509
|
}
|
|
510
510
|
};
|
|
511
511
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -544,7 +544,7 @@ export class OnPageApi {
|
|
|
544
544
|
headers: {
|
|
545
545
|
"Content-Type": "application/json",
|
|
546
546
|
"Accept": "application/json",
|
|
547
|
-
"User-Agent": "typescript-client/2.0.
|
|
547
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
548
548
|
}
|
|
549
549
|
};
|
|
550
550
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -583,7 +583,7 @@ export class OnPageApi {
|
|
|
583
583
|
headers: {
|
|
584
584
|
"Content-Type": "application/json",
|
|
585
585
|
"Accept": "application/json",
|
|
586
|
-
"User-Agent": "typescript-client/2.0.
|
|
586
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
587
587
|
}
|
|
588
588
|
};
|
|
589
589
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -622,7 +622,7 @@ export class OnPageApi {
|
|
|
622
622
|
headers: {
|
|
623
623
|
"Content-Type": "application/json",
|
|
624
624
|
"Accept": "application/json",
|
|
625
|
-
"User-Agent": "typescript-client/2.0.
|
|
625
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
626
626
|
}
|
|
627
627
|
};
|
|
628
628
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -661,7 +661,7 @@ export class OnPageApi {
|
|
|
661
661
|
headers: {
|
|
662
662
|
"Content-Type": "application/json",
|
|
663
663
|
"Accept": "application/json",
|
|
664
|
-
"User-Agent": "typescript-client/2.0.
|
|
664
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
665
665
|
}
|
|
666
666
|
};
|
|
667
667
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -700,7 +700,7 @@ export class OnPageApi {
|
|
|
700
700
|
headers: {
|
|
701
701
|
"Content-Type": "application/json",
|
|
702
702
|
"Accept": "application/json",
|
|
703
|
-
"User-Agent": "typescript-client/2.0.
|
|
703
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
704
704
|
}
|
|
705
705
|
};
|
|
706
706
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -739,7 +739,7 @@ export class OnPageApi {
|
|
|
739
739
|
headers: {
|
|
740
740
|
"Content-Type": "application/json",
|
|
741
741
|
"Accept": "application/json",
|
|
742
|
-
"User-Agent": "typescript-client/2.0.
|
|
742
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
743
743
|
}
|
|
744
744
|
};
|
|
745
745
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -778,7 +778,7 @@ export class OnPageApi {
|
|
|
778
778
|
headers: {
|
|
779
779
|
"Content-Type": "application/json",
|
|
780
780
|
"Accept": "application/json",
|
|
781
|
-
"User-Agent": "typescript-client/2.0.
|
|
781
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
782
782
|
}
|
|
783
783
|
};
|
|
784
784
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -817,7 +817,7 @@ export class OnPageApi {
|
|
|
817
817
|
headers: {
|
|
818
818
|
"Content-Type": "application/json",
|
|
819
819
|
"Accept": "application/json",
|
|
820
|
-
"User-Agent": "typescript-client/2.0.
|
|
820
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
821
821
|
}
|
|
822
822
|
};
|
|
823
823
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -856,7 +856,7 @@ export class OnPageApi {
|
|
|
856
856
|
headers: {
|
|
857
857
|
"Content-Type": "application/json",
|
|
858
858
|
"Accept": "application/json",
|
|
859
|
-
"User-Agent": "typescript-client/2.0.
|
|
859
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
860
860
|
}
|
|
861
861
|
};
|
|
862
862
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -895,7 +895,7 @@ export class OnPageApi {
|
|
|
895
895
|
headers: {
|
|
896
896
|
"Content-Type": "application/json",
|
|
897
897
|
"Accept": "application/json",
|
|
898
|
-
"User-Agent": "typescript-client/2.0.
|
|
898
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
899
899
|
}
|
|
900
900
|
};
|
|
901
901
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -931,7 +931,7 @@ export class OnPageApi {
|
|
|
931
931
|
method: "GET",
|
|
932
932
|
headers: {
|
|
933
933
|
"Accept": "application/json",
|
|
934
|
-
"User-Agent": "typescript-client/2.0.
|
|
934
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
935
935
|
}
|
|
936
936
|
};
|
|
937
937
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -967,7 +967,7 @@ export class OnPageApi {
|
|
|
967
967
|
method: "GET",
|
|
968
968
|
headers: {
|
|
969
969
|
"Accept": "application/json",
|
|
970
|
-
"User-Agent": "typescript-client/2.0.
|
|
970
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
971
971
|
}
|
|
972
972
|
};
|
|
973
973
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1003,7 +1003,7 @@ export class OnPageApi {
|
|
|
1003
1003
|
method: "GET",
|
|
1004
1004
|
headers: {
|
|
1005
1005
|
"Accept": "application/json",
|
|
1006
|
-
"User-Agent": "typescript-client/2.0.
|
|
1006
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1007
1007
|
}
|
|
1008
1008
|
};
|
|
1009
1009
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1042,7 +1042,7 @@ export class OnPageApi {
|
|
|
1042
1042
|
headers: {
|
|
1043
1043
|
"Content-Type": "application/json",
|
|
1044
1044
|
"Accept": "application/json",
|
|
1045
|
-
"User-Agent": "typescript-client/2.0.
|
|
1045
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1046
1046
|
}
|
|
1047
1047
|
};
|
|
1048
1048
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1078,7 +1078,7 @@ export class OnPageApi {
|
|
|
1078
1078
|
method: "GET",
|
|
1079
1079
|
headers: {
|
|
1080
1080
|
"Accept": "application/json",
|
|
1081
|
-
"User-Agent": "typescript-client/2.0.
|
|
1081
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1082
1082
|
}
|
|
1083
1083
|
};
|
|
1084
1084
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1115,7 +1115,7 @@ export class OnPageApi {
|
|
|
1115
1115
|
method: "GET",
|
|
1116
1116
|
headers: {
|
|
1117
1117
|
"Accept": "application/json",
|
|
1118
|
-
"User-Agent": "typescript-client/2.0.
|
|
1118
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1119
1119
|
}
|
|
1120
1120
|
};
|
|
1121
1121
|
return this.http.fetch(url_, options_).then((_response) => {
|
|
@@ -1154,7 +1154,7 @@ export class OnPageApi {
|
|
|
1154
1154
|
headers: {
|
|
1155
1155
|
"Content-Type": "application/json",
|
|
1156
1156
|
"Accept": "application/json",
|
|
1157
|
-
"User-Agent": "typescript-client/2.0.
|
|
1157
|
+
"User-Agent": "typescript-client/2.0.18",
|
|
1158
1158
|
}
|
|
1159
1159
|
};
|
|
1160
1160
|
return this.http.fetch(url_, options_).then((_response) => {
|