@apifreaks/openapi-specs 0.2.0 → 0.3.0
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 +37 -37
- package/dist/index.cjs +2787 -348
- package/dist/index.js +2787 -348
- package/dist/specs/commodity/commodity-fluctuation.yaml +14 -0
- package/dist/specs/commodity/commodity-prices.yaml +14 -0
- package/dist/specs/commodity/commodity-symbols.yaml +8 -0
- package/dist/specs/commodity/commodity-time-series.yaml +14 -0
- package/dist/specs/commodity/historical-commodity-prices.yaml +14 -0
- package/dist/specs/currency/currency-converter.yaml +14 -0
- package/dist/specs/currency/currency-fluctuation.yaml +14 -0
- package/dist/specs/currency/currency-historical-data-limit.yaml +11 -0
- package/dist/specs/currency/currency-rate.yaml +14 -0
- package/dist/specs/currency/currency-supported.yaml +11 -0
- package/dist/specs/currency/currency-symbols.yaml +11 -0
- package/dist/specs/currency/currency-time-series.yaml +14 -0
- package/dist/specs/currency/geolocalized-currency-conversion.yaml +14 -0
- package/dist/specs/currency/historical-currency-converter.yaml +14 -0
- package/dist/specs/currency/historical-currency-rate.yaml +14 -0
- package/dist/specs/dns/bulk-dns-lookup.yaml +14 -0
- package/dist/specs/dns/dns-history-lookup.yaml +14 -0
- package/dist/specs/dns/dns-lookup.yaml +11 -0
- package/dist/specs/dns/reverse-dns-lookup.yaml +34 -0
- package/dist/specs/domain/bulk-domain-checker.yaml +17 -0
- package/dist/specs/domain/domain-search-with-suggestions.yaml +14 -0
- package/dist/specs/domain/domain-search.yaml +14 -0
- package/dist/specs/domain/subdomain-lookup.yaml +14 -0
- package/dist/specs/email-validation/bulk-email-validation.yaml +17 -0
- package/dist/specs/email-validation/email-checker.yaml +41 -0
- package/dist/specs/financial/bulk-vat-rates-country.yaml +14 -0
- package/dist/specs/financial/financial-apis-supported-countries.yaml +8 -0
- package/dist/specs/financial/iban-validation.yaml +11 -0
- package/dist/specs/financial/swift-code-finder.yaml +11 -0
- package/dist/specs/financial/swift-code-lookup.yaml +14 -0
- package/dist/specs/financial/vat-number-validation.yaml +14 -0
- package/dist/specs/financial/vat-rates-by-ip.yaml +14 -0
- package/dist/specs/financial/vat-rates-country.yaml +14 -0
- package/dist/specs/general/usage-credits.yaml +11 -0
- package/dist/specs/geocoding/forward-geocoding.yaml +14 -0
- package/dist/specs/geocoding/reverse-geocoding.yaml +11 -0
- package/dist/specs/geodb/administrative-units-details.yaml +14 -0
- package/dist/specs/geodb/administrative-units-levels.yaml +14 -0
- package/dist/specs/geodb/administrative-units.yaml +14 -0
- package/dist/specs/geodb/cities.yaml +14 -0
- package/dist/specs/geodb/countries-details.yaml +11 -0
- package/dist/specs/geodb/countries.yaml +11 -0
- package/dist/specs/geodb/flags-supported.yaml +8 -0
- package/dist/specs/geodb/flags.yaml +14 -0
- package/dist/specs/geodb/regions.yaml +8 -0
- package/dist/specs/geodb/subregions.yaml +14 -0
- package/dist/specs/ip-intelligence/bulk-ip-lookup.yaml +14 -0
- package/dist/specs/ip-intelligence/bulk-ip-threat-intelligence.yaml +11 -0
- package/dist/specs/ip-intelligence/ip-locator.yaml +17 -0
- package/dist/specs/ip-intelligence/ip-threat-intelligence.yaml +14 -0
- package/dist/specs/other/astronomy-data.yaml +14 -0
- package/dist/specs/pdf/bulk-pdf-generator.yaml +32 -0
- package/dist/specs/pdf/delete-pdf-page.yaml +14 -0
- package/dist/specs/pdf/linearize-pdf.yaml +14 -0
- package/dist/specs/pdf/merge-pdf.yaml +14 -0
- package/dist/specs/pdf/pdf-compress.yaml +14 -0
- package/dist/specs/pdf/pdf-decrypt.yaml +14 -0
- package/dist/specs/pdf/pdf-encrypt.yaml +14 -0
- package/dist/specs/pdf/pdf-extract-pages.yaml +14 -0
- package/dist/specs/pdf/pdf-file-status.yaml +14 -0
- package/dist/specs/pdf/pdf-file.yaml +14 -0
- package/dist/specs/pdf/pdf-files.yaml +8 -0
- package/dist/specs/pdf/pdf-generator.yaml +32 -0
- package/dist/specs/pdf/pdf-resource-download.yaml +14 -0
- package/dist/specs/pdf/pdf-resource-upload-binary.yaml +14 -0
- package/dist/specs/pdf/pdf-resource-upload.yaml +14 -0
- package/dist/specs/pdf/pdf-restrict.yaml +14 -0
- package/dist/specs/pdf/pdf-split-pages.yaml +14 -0
- package/dist/specs/pdf/pdf-task-status.yaml +14 -0
- package/dist/specs/pdf/pdf-to-image.yaml +35 -0
- package/dist/specs/pdf/pdf-unrestrict.yaml +14 -0
- package/dist/specs/pdf/rotate-pdf-pages.yaml +14 -0
- package/dist/specs/phone-validation/bulk-phone-number-validation.yaml +23 -0
- package/dist/specs/phone-validation/phone-number-validation.yaml +20 -0
- package/dist/specs/scraper/web-scraper.yaml +34 -0
- package/dist/specs/screenshot/bulk-screenshot.yaml +34 -0
- package/dist/specs/screenshot/website-screenshot.yaml +34 -0
- package/dist/specs/ssl/ssl-certificate-chain-lookup.yaml +17 -0
- package/dist/specs/ssl/ssl-certificate-lookup.yaml +17 -0
- package/dist/specs/timezone/timezone-converter.yaml +14 -0
- package/dist/specs/timezone/timezone-lookup.yaml +14 -0
- package/dist/specs/user-agent/bulk-user-agent-parser.yaml +11 -0
- package/dist/specs/user-agent/user-agent-parser.yaml +11 -0
- package/dist/specs/weather/air-quality.yaml +14 -0
- package/dist/specs/weather/bulk-live-weather.yaml +11 -0
- package/dist/specs/weather/flood-forecast.yaml +14 -0
- package/dist/specs/weather/historical-weather.yaml +14 -0
- package/dist/specs/weather/live-weather.yaml +14 -0
- package/dist/specs/weather/marine-weather.yaml +14 -0
- package/dist/specs/weather/time-series-weather.yaml +11 -0
- package/dist/specs/weather/weather-forecast.yaml +11 -0
- package/dist/specs/whois/asn-lookup.yaml +14 -0
- package/dist/specs/whois/bulk-whois-lookup.yaml +17 -0
- package/dist/specs/whois/domain-whois-history-lookup.yaml +14 -0
- package/dist/specs/whois/reverse-whois.yaml +34 -0
- package/dist/specs/whois/whois-domain-lookup.yaml +17 -0
- package/dist/specs/whois/whois-ip-lookup.yaml +14 -0
- package/dist/specs/zip-code/bulk-zip-code-lookup.yaml +14 -0
- package/dist/specs/zip-code/zip-code-api.yaml +14 -0
- package/dist/specs/zip-code/zip-code-distance-match.yaml +14 -0
- package/dist/specs/zip-code/zip-code-distance.yaml +14 -0
- package/dist/specs/zip-code/zip-codes-by-city.yaml +14 -0
- package/dist/specs/zip-code/zip-codes-by-region.yaml +14 -0
- package/dist/specs/zip-code/zip-codes-radius-search.yaml +34 -0
- package/package.json +1 -1
- package/specs/commodity/commodity-fluctuation.json +23 -0
- package/specs/commodity/commodity-prices.json +23 -0
- package/specs/commodity/commodity-symbols.json +13 -0
- package/specs/commodity/commodity-time-series.json +27 -13
- package/specs/commodity/historical-commodity-prices.json +23 -0
- package/specs/currency/currency-converter.json +23 -0
- package/specs/currency/currency-fluctuation.json +23 -0
- package/specs/currency/currency-historical-data-limit.json +18 -0
- package/specs/currency/currency-rate.json +23 -0
- package/specs/currency/currency-supported.json +18 -0
- package/specs/currency/currency-symbols.json +18 -0
- package/specs/currency/currency-time-series.json +23 -0
- package/specs/currency/geolocalized-currency-conversion.json +23 -0
- package/specs/currency/historical-currency-converter.json +23 -0
- package/specs/currency/historical-currency-rate.json +23 -0
- package/specs/dns/bulk-dns-lookup.json +23 -0
- package/specs/dns/dns-history-lookup.json +23 -0
- package/specs/dns/dns-lookup.json +18 -0
- package/specs/dns/reverse-dns-lookup.json +61 -1
- package/specs/domain/bulk-domain-checker.json +28 -0
- package/specs/domain/domain-search-with-suggestions.json +23 -0
- package/specs/domain/domain-search.json +23 -0
- package/specs/domain/subdomain-lookup.json +23 -0
- package/specs/email-validation/bulk-email-validation.json +28 -0
- package/specs/email-validation/email-checker.json +64 -0
- package/specs/financial/bulk-vat-rates-country.json +23 -0
- package/specs/financial/financial-apis-supported-countries.json +34 -5
- package/specs/financial/iban-validation.json +18 -0
- package/specs/financial/swift-code-finder.json +31 -2
- package/specs/financial/swift-code-lookup.json +23 -0
- package/specs/financial/vat-number-validation.json +23 -0
- package/specs/financial/vat-rates-by-ip.json +23 -0
- package/specs/financial/vat-rates-country.json +23 -0
- package/specs/general/usage-credits.json +18 -0
- package/specs/geocoding/forward-geocoding.json +23 -0
- package/specs/geocoding/reverse-geocoding.json +18 -0
- package/specs/geodb/administrative-units-details.json +23 -0
- package/specs/geodb/administrative-units-levels.json +23 -0
- package/specs/geodb/administrative-units.json +23 -0
- package/specs/geodb/cities.json +23 -0
- package/specs/geodb/countries-details.json +18 -0
- package/specs/geodb/countries.json +18 -0
- package/specs/geodb/flags-supported.json +13 -0
- package/specs/geodb/flags.json +23 -0
- package/specs/geodb/regions.json +13 -0
- package/specs/geodb/subregions.json +23 -0
- package/specs/ip-intelligence/bulk-ip-lookup.json +23 -0
- package/specs/ip-intelligence/bulk-ip-threat-intelligence.json +18 -0
- package/specs/ip-intelligence/ip-locator.json +33 -5
- package/specs/ip-intelligence/ip-threat-intelligence.json +23 -0
- package/specs/other/astronomy-data.json +24 -2
- package/specs/pdf/bulk-pdf-generator.json +61 -8
- package/specs/pdf/delete-pdf-page.json +33 -21
- package/specs/pdf/linearize-pdf.json +31 -19
- package/specs/pdf/merge-pdf.json +30 -18
- package/specs/pdf/pdf-compress.json +32 -25
- package/specs/pdf/pdf-decrypt.json +32 -21
- package/specs/pdf/pdf-encrypt.json +31 -19
- package/specs/pdf/pdf-extract-pages.json +33 -21
- package/specs/pdf/pdf-file-status.json +23 -0
- package/specs/pdf/pdf-file.json +23 -0
- package/specs/pdf/pdf-files.json +13 -0
- package/specs/pdf/pdf-generator.json +61 -8
- package/specs/pdf/pdf-resource-download.json +23 -0
- package/specs/pdf/pdf-resource-upload-binary.json +29 -16
- package/specs/pdf/pdf-resource-upload.json +30 -19
- package/specs/pdf/pdf-restrict.json +32 -20
- package/specs/pdf/pdf-split-pages.json +33 -21
- package/specs/pdf/pdf-task-status.json +23 -0
- package/specs/pdf/pdf-to-image.json +90 -101
- package/specs/pdf/pdf-unrestrict.json +32 -20
- package/specs/pdf/rotate-pdf-pages.json +32 -20
- package/specs/phone-validation/bulk-phone-number-validation.json +54 -16
- package/specs/phone-validation/phone-number-validation.json +33 -0
- package/specs/scraper/web-scraper.json +53 -0
- package/specs/screenshot/bulk-screenshot.json +53 -0
- package/specs/screenshot/website-screenshot.json +53 -0
- package/specs/ssl/ssl-certificate-chain-lookup.json +28 -0
- package/specs/ssl/ssl-certificate-lookup.json +28 -0
- package/specs/timezone/timezone-converter.json +23 -0
- package/specs/timezone/timezone-lookup.json +25 -2
- package/specs/user-agent/bulk-user-agent-parser.json +20 -2
- package/specs/user-agent/user-agent-parser.json +18 -0
- package/specs/weather/air-quality.json +23 -0
- package/specs/weather/bulk-live-weather.json +18 -0
- package/specs/weather/flood-forecast.json +23 -0
- package/specs/weather/historical-weather.json +23 -0
- package/specs/weather/live-weather.json +23 -0
- package/specs/weather/marine-weather.json +23 -0
- package/specs/weather/time-series-weather.json +18 -0
- package/specs/weather/weather-forecast.json +18 -0
- package/specs/whois/asn-lookup.json +23 -0
- package/specs/whois/bulk-whois-lookup.json +28 -0
- package/specs/whois/domain-whois-history-lookup.json +23 -0
- package/specs/whois/reverse-whois.json +53 -0
- package/specs/whois/whois-domain-lookup.json +28 -0
- package/specs/whois/whois-ip-lookup.json +23 -0
- package/specs/zip-code/bulk-zip-code-lookup.json +23 -0
- package/specs/zip-code/zip-code-api.json +23 -0
- package/specs/zip-code/zip-code-distance-match.json +23 -0
- package/specs/zip-code/zip-code-distance.json +23 -0
- package/specs/zip-code/zip-codes-by-city.json +23 -0
- package/specs/zip-code/zip-codes-by-region.json +24 -7
- package/specs/zip-code/zip-codes-radius-search.json +53 -0
|
@@ -165,6 +165,11 @@
|
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
|
+
},
|
|
169
|
+
"headers": {
|
|
170
|
+
"X-AF-Credits-Cost": {
|
|
171
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
172
|
+
}
|
|
168
173
|
}
|
|
169
174
|
},
|
|
170
175
|
"206": {
|
|
@@ -277,6 +282,11 @@
|
|
|
277
282
|
}
|
|
278
283
|
}
|
|
279
284
|
}
|
|
285
|
+
},
|
|
286
|
+
"headers": {
|
|
287
|
+
"X-AF-Credits-Cost": {
|
|
288
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
289
|
+
}
|
|
280
290
|
}
|
|
281
291
|
},
|
|
282
292
|
"400": {
|
|
@@ -299,6 +309,11 @@
|
|
|
299
309
|
}
|
|
300
310
|
}
|
|
301
311
|
}
|
|
312
|
+
},
|
|
313
|
+
"headers": {
|
|
314
|
+
"X-AF-Credits-Cost": {
|
|
315
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
316
|
+
}
|
|
302
317
|
}
|
|
303
318
|
},
|
|
304
319
|
"413": {
|
|
@@ -321,6 +336,11 @@
|
|
|
321
336
|
}
|
|
322
337
|
}
|
|
323
338
|
}
|
|
339
|
+
},
|
|
340
|
+
"headers": {
|
|
341
|
+
"X-AF-Credits-Cost": {
|
|
342
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
343
|
+
}
|
|
324
344
|
}
|
|
325
345
|
}
|
|
326
346
|
}
|
|
@@ -685,6 +705,14 @@
|
|
|
685
705
|
}
|
|
686
706
|
}
|
|
687
707
|
}
|
|
708
|
+
},
|
|
709
|
+
"headers": {
|
|
710
|
+
"X-AF-Credits-Cost": {
|
|
711
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
712
|
+
"schema": {
|
|
713
|
+
"type": "integer"
|
|
714
|
+
}
|
|
715
|
+
}
|
|
688
716
|
}
|
|
689
717
|
},
|
|
690
718
|
"security": [
|
|
@@ -116,6 +116,11 @@
|
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
|
+
},
|
|
120
|
+
"headers": {
|
|
121
|
+
"X-AF-Credits-Cost": {
|
|
122
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
123
|
+
}
|
|
119
124
|
}
|
|
120
125
|
},
|
|
121
126
|
"400": {
|
|
@@ -138,6 +143,11 @@
|
|
|
138
143
|
}
|
|
139
144
|
}
|
|
140
145
|
}
|
|
146
|
+
},
|
|
147
|
+
"headers": {
|
|
148
|
+
"X-AF-Credits-Cost": {
|
|
149
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
150
|
+
}
|
|
141
151
|
}
|
|
142
152
|
},
|
|
143
153
|
"404": {
|
|
@@ -160,6 +170,11 @@
|
|
|
160
170
|
}
|
|
161
171
|
}
|
|
162
172
|
}
|
|
173
|
+
},
|
|
174
|
+
"headers": {
|
|
175
|
+
"X-AF-Credits-Cost": {
|
|
176
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
177
|
+
}
|
|
163
178
|
}
|
|
164
179
|
}
|
|
165
180
|
}
|
|
@@ -487,6 +502,14 @@
|
|
|
487
502
|
}
|
|
488
503
|
}
|
|
489
504
|
}
|
|
505
|
+
},
|
|
506
|
+
"headers": {
|
|
507
|
+
"X-AF-Credits-Cost": {
|
|
508
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
509
|
+
"schema": {
|
|
510
|
+
"type": "integer"
|
|
511
|
+
}
|
|
512
|
+
}
|
|
490
513
|
}
|
|
491
514
|
},
|
|
492
515
|
"security": [
|
|
@@ -189,6 +189,17 @@
|
|
|
189
189
|
}
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
|
+
},
|
|
193
|
+
"headers": {
|
|
194
|
+
"X-AF-Credits-Cost": {
|
|
195
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
196
|
+
},
|
|
197
|
+
"X-Concurrent-Threads": {
|
|
198
|
+
"$ref": "#/components/headers/X-Concurrent-Threads"
|
|
199
|
+
},
|
|
200
|
+
"X-Concurrent-Threads-Active": {
|
|
201
|
+
"$ref": "#/components/headers/X-Concurrent-Threads-Active"
|
|
202
|
+
}
|
|
192
203
|
}
|
|
193
204
|
},
|
|
194
205
|
"400": {
|
|
@@ -211,6 +222,17 @@
|
|
|
211
222
|
}
|
|
212
223
|
}
|
|
213
224
|
}
|
|
225
|
+
},
|
|
226
|
+
"headers": {
|
|
227
|
+
"X-AF-Credits-Cost": {
|
|
228
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
229
|
+
},
|
|
230
|
+
"X-Concurrent-Threads": {
|
|
231
|
+
"$ref": "#/components/headers/X-Concurrent-Threads"
|
|
232
|
+
},
|
|
233
|
+
"X-Concurrent-Threads-Active": {
|
|
234
|
+
"$ref": "#/components/headers/X-Concurrent-Threads-Active"
|
|
235
|
+
}
|
|
214
236
|
}
|
|
215
237
|
},
|
|
216
238
|
"404": {
|
|
@@ -233,6 +255,17 @@
|
|
|
233
255
|
}
|
|
234
256
|
}
|
|
235
257
|
}
|
|
258
|
+
},
|
|
259
|
+
"headers": {
|
|
260
|
+
"X-AF-Credits-Cost": {
|
|
261
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
262
|
+
},
|
|
263
|
+
"X-Concurrent-Threads": {
|
|
264
|
+
"$ref": "#/components/headers/X-Concurrent-Threads"
|
|
265
|
+
},
|
|
266
|
+
"X-Concurrent-Threads-Active": {
|
|
267
|
+
"$ref": "#/components/headers/X-Concurrent-Threads-Active"
|
|
268
|
+
}
|
|
236
269
|
}
|
|
237
270
|
}
|
|
238
271
|
}
|
|
@@ -612,6 +645,26 @@
|
|
|
612
645
|
}
|
|
613
646
|
}
|
|
614
647
|
}
|
|
648
|
+
},
|
|
649
|
+
"headers": {
|
|
650
|
+
"X-AF-Credits-Cost": {
|
|
651
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
652
|
+
"schema": {
|
|
653
|
+
"type": "integer"
|
|
654
|
+
}
|
|
655
|
+
},
|
|
656
|
+
"X-Concurrent-Threads": {
|
|
657
|
+
"description": "Specifies the maximum number of concurrent requests allowed.",
|
|
658
|
+
"schema": {
|
|
659
|
+
"type": "integer"
|
|
660
|
+
}
|
|
661
|
+
},
|
|
662
|
+
"X-Concurrent-Threads-Active": {
|
|
663
|
+
"description": "Indicates the number of active concurrent requests being processed.",
|
|
664
|
+
"schema": {
|
|
665
|
+
"type": "integer"
|
|
666
|
+
}
|
|
667
|
+
}
|
|
615
668
|
}
|
|
616
669
|
},
|
|
617
670
|
"security": [
|
|
@@ -144,6 +144,11 @@
|
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
|
+
},
|
|
148
|
+
"headers": {
|
|
149
|
+
"X-AF-Credits-Cost": {
|
|
150
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
151
|
+
}
|
|
147
152
|
}
|
|
148
153
|
},
|
|
149
154
|
"206": {
|
|
@@ -166,6 +171,11 @@
|
|
|
166
171
|
}
|
|
167
172
|
}
|
|
168
173
|
}
|
|
174
|
+
},
|
|
175
|
+
"headers": {
|
|
176
|
+
"X-AF-Credits-Cost": {
|
|
177
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
178
|
+
}
|
|
169
179
|
}
|
|
170
180
|
},
|
|
171
181
|
"400": {
|
|
@@ -198,6 +208,11 @@
|
|
|
198
208
|
}
|
|
199
209
|
}
|
|
200
210
|
}
|
|
211
|
+
},
|
|
212
|
+
"headers": {
|
|
213
|
+
"X-AF-Credits-Cost": {
|
|
214
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
215
|
+
}
|
|
201
216
|
}
|
|
202
217
|
},
|
|
203
218
|
"403": {
|
|
@@ -220,6 +235,11 @@
|
|
|
220
235
|
}
|
|
221
236
|
}
|
|
222
237
|
}
|
|
238
|
+
},
|
|
239
|
+
"headers": {
|
|
240
|
+
"X-AF-Credits-Cost": {
|
|
241
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
242
|
+
}
|
|
223
243
|
}
|
|
224
244
|
}
|
|
225
245
|
}
|
|
@@ -520,6 +540,14 @@
|
|
|
520
540
|
}
|
|
521
541
|
}
|
|
522
542
|
}
|
|
543
|
+
},
|
|
544
|
+
"headers": {
|
|
545
|
+
"X-AF-Credits-Cost": {
|
|
546
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
547
|
+
"schema": {
|
|
548
|
+
"type": "integer"
|
|
549
|
+
}
|
|
550
|
+
}
|
|
523
551
|
}
|
|
524
552
|
},
|
|
525
553
|
"security": [
|
|
@@ -123,6 +123,11 @@
|
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
|
+
},
|
|
127
|
+
"headers": {
|
|
128
|
+
"X-AF-Credits-Cost": {
|
|
129
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
130
|
+
}
|
|
126
131
|
}
|
|
127
132
|
},
|
|
128
133
|
"206": {
|
|
@@ -145,6 +150,11 @@
|
|
|
145
150
|
}
|
|
146
151
|
}
|
|
147
152
|
}
|
|
153
|
+
},
|
|
154
|
+
"headers": {
|
|
155
|
+
"X-AF-Credits-Cost": {
|
|
156
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
157
|
+
}
|
|
148
158
|
}
|
|
149
159
|
},
|
|
150
160
|
"400": {
|
|
@@ -177,6 +187,11 @@
|
|
|
177
187
|
}
|
|
178
188
|
}
|
|
179
189
|
}
|
|
190
|
+
},
|
|
191
|
+
"headers": {
|
|
192
|
+
"X-AF-Credits-Cost": {
|
|
193
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
194
|
+
}
|
|
180
195
|
}
|
|
181
196
|
}
|
|
182
197
|
}
|
|
@@ -1097,6 +1112,14 @@
|
|
|
1097
1112
|
}
|
|
1098
1113
|
}
|
|
1099
1114
|
}
|
|
1115
|
+
},
|
|
1116
|
+
"headers": {
|
|
1117
|
+
"X-AF-Credits-Cost": {
|
|
1118
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
1119
|
+
"schema": {
|
|
1120
|
+
"type": "integer"
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1100
1123
|
}
|
|
1101
1124
|
},
|
|
1102
1125
|
"security": [
|
|
@@ -110,6 +110,11 @@
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
|
+
},
|
|
114
|
+
"headers": {
|
|
115
|
+
"X-AF-Credits-Cost": {
|
|
116
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
117
|
+
}
|
|
113
118
|
}
|
|
114
119
|
},
|
|
115
120
|
"400": {
|
|
@@ -152,6 +157,11 @@
|
|
|
152
157
|
}
|
|
153
158
|
}
|
|
154
159
|
}
|
|
160
|
+
},
|
|
161
|
+
"headers": {
|
|
162
|
+
"X-AF-Credits-Cost": {
|
|
163
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
164
|
+
}
|
|
155
165
|
}
|
|
156
166
|
},
|
|
157
167
|
"404": {
|
|
@@ -174,6 +184,11 @@
|
|
|
174
184
|
}
|
|
175
185
|
}
|
|
176
186
|
}
|
|
187
|
+
},
|
|
188
|
+
"headers": {
|
|
189
|
+
"X-AF-Credits-Cost": {
|
|
190
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
191
|
+
}
|
|
177
192
|
}
|
|
178
193
|
}
|
|
179
194
|
}
|
|
@@ -305,6 +320,14 @@
|
|
|
305
320
|
}
|
|
306
321
|
}
|
|
307
322
|
}
|
|
323
|
+
},
|
|
324
|
+
"headers": {
|
|
325
|
+
"X-AF-Credits-Cost": {
|
|
326
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
327
|
+
"schema": {
|
|
328
|
+
"type": "integer"
|
|
329
|
+
}
|
|
330
|
+
}
|
|
308
331
|
}
|
|
309
332
|
},
|
|
310
333
|
"security": [
|
|
@@ -119,6 +119,11 @@
|
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
|
+
},
|
|
123
|
+
"headers": {
|
|
124
|
+
"X-AF-Credits-Cost": {
|
|
125
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
126
|
+
}
|
|
122
127
|
}
|
|
123
128
|
},
|
|
124
129
|
"400": {
|
|
@@ -151,6 +156,11 @@
|
|
|
151
156
|
}
|
|
152
157
|
}
|
|
153
158
|
}
|
|
159
|
+
},
|
|
160
|
+
"headers": {
|
|
161
|
+
"X-AF-Credits-Cost": {
|
|
162
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
163
|
+
}
|
|
154
164
|
}
|
|
155
165
|
},
|
|
156
166
|
"404": {
|
|
@@ -173,6 +183,11 @@
|
|
|
173
183
|
}
|
|
174
184
|
}
|
|
175
185
|
}
|
|
186
|
+
},
|
|
187
|
+
"headers": {
|
|
188
|
+
"X-AF-Credits-Cost": {
|
|
189
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
190
|
+
}
|
|
176
191
|
}
|
|
177
192
|
}
|
|
178
193
|
}
|
|
@@ -286,6 +301,14 @@
|
|
|
286
301
|
}
|
|
287
302
|
}
|
|
288
303
|
}
|
|
304
|
+
},
|
|
305
|
+
"headers": {
|
|
306
|
+
"X-AF-Credits-Cost": {
|
|
307
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
308
|
+
"schema": {
|
|
309
|
+
"type": "integer"
|
|
310
|
+
}
|
|
311
|
+
}
|
|
289
312
|
}
|
|
290
313
|
},
|
|
291
314
|
"security": [
|
|
@@ -93,6 +93,11 @@
|
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
|
+
},
|
|
97
|
+
"headers": {
|
|
98
|
+
"X-AF-Credits-Cost": {
|
|
99
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
100
|
+
}
|
|
96
101
|
}
|
|
97
102
|
},
|
|
98
103
|
"400": {
|
|
@@ -155,6 +160,11 @@
|
|
|
155
160
|
}
|
|
156
161
|
}
|
|
157
162
|
}
|
|
163
|
+
},
|
|
164
|
+
"headers": {
|
|
165
|
+
"X-AF-Credits-Cost": {
|
|
166
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
167
|
+
}
|
|
158
168
|
}
|
|
159
169
|
},
|
|
160
170
|
"404": {
|
|
@@ -177,6 +187,11 @@
|
|
|
177
187
|
}
|
|
178
188
|
}
|
|
179
189
|
}
|
|
190
|
+
},
|
|
191
|
+
"headers": {
|
|
192
|
+
"X-AF-Credits-Cost": {
|
|
193
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
194
|
+
}
|
|
180
195
|
}
|
|
181
196
|
}
|
|
182
197
|
}
|
|
@@ -298,6 +313,14 @@
|
|
|
298
313
|
}
|
|
299
314
|
}
|
|
300
315
|
}
|
|
316
|
+
},
|
|
317
|
+
"headers": {
|
|
318
|
+
"X-AF-Credits-Cost": {
|
|
319
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
320
|
+
"schema": {
|
|
321
|
+
"type": "integer"
|
|
322
|
+
}
|
|
323
|
+
}
|
|
301
324
|
}
|
|
302
325
|
},
|
|
303
326
|
"security": [
|
|
@@ -84,6 +84,11 @@
|
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
|
+
},
|
|
88
|
+
"headers": {
|
|
89
|
+
"X-AF-Credits-Cost": {
|
|
90
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
91
|
+
}
|
|
87
92
|
}
|
|
88
93
|
},
|
|
89
94
|
"400": {
|
|
@@ -146,6 +151,11 @@
|
|
|
146
151
|
}
|
|
147
152
|
}
|
|
148
153
|
}
|
|
154
|
+
},
|
|
155
|
+
"headers": {
|
|
156
|
+
"X-AF-Credits-Cost": {
|
|
157
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
158
|
+
}
|
|
149
159
|
}
|
|
150
160
|
},
|
|
151
161
|
"404": {
|
|
@@ -168,6 +178,11 @@
|
|
|
168
178
|
}
|
|
169
179
|
}
|
|
170
180
|
}
|
|
181
|
+
},
|
|
182
|
+
"headers": {
|
|
183
|
+
"X-AF-Credits-Cost": {
|
|
184
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
185
|
+
}
|
|
171
186
|
}
|
|
172
187
|
}
|
|
173
188
|
}
|
|
@@ -294,6 +309,14 @@
|
|
|
294
309
|
}
|
|
295
310
|
}
|
|
296
311
|
}
|
|
312
|
+
},
|
|
313
|
+
"headers": {
|
|
314
|
+
"X-AF-Credits-Cost": {
|
|
315
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
316
|
+
"schema": {
|
|
317
|
+
"type": "integer"
|
|
318
|
+
}
|
|
319
|
+
}
|
|
297
320
|
}
|
|
298
321
|
},
|
|
299
322
|
"security": [
|
|
@@ -102,6 +102,11 @@
|
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
|
+
},
|
|
106
|
+
"headers": {
|
|
107
|
+
"X-AF-Credits-Cost": {
|
|
108
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
109
|
+
}
|
|
105
110
|
}
|
|
106
111
|
},
|
|
107
112
|
"400": {
|
|
@@ -144,6 +149,11 @@
|
|
|
144
149
|
}
|
|
145
150
|
}
|
|
146
151
|
}
|
|
152
|
+
},
|
|
153
|
+
"headers": {
|
|
154
|
+
"X-AF-Credits-Cost": {
|
|
155
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
156
|
+
}
|
|
147
157
|
}
|
|
148
158
|
},
|
|
149
159
|
"404": {
|
|
@@ -176,6 +186,11 @@
|
|
|
176
186
|
}
|
|
177
187
|
}
|
|
178
188
|
}
|
|
189
|
+
},
|
|
190
|
+
"headers": {
|
|
191
|
+
"X-AF-Credits-Cost": {
|
|
192
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
193
|
+
}
|
|
179
194
|
}
|
|
180
195
|
}
|
|
181
196
|
}
|
|
@@ -266,6 +281,14 @@
|
|
|
266
281
|
}
|
|
267
282
|
}
|
|
268
283
|
}
|
|
284
|
+
},
|
|
285
|
+
"headers": {
|
|
286
|
+
"X-AF-Credits-Cost": {
|
|
287
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
288
|
+
"schema": {
|
|
289
|
+
"type": "integer"
|
|
290
|
+
}
|
|
291
|
+
}
|
|
269
292
|
}
|
|
270
293
|
},
|
|
271
294
|
"security": [
|
|
@@ -90,17 +90,16 @@
|
|
|
90
90
|
"total_pages": 6,
|
|
91
91
|
"current_page": 1,
|
|
92
92
|
"current_page_size": 500,
|
|
93
|
-
"codes": [
|
|
94
|
-
"90001",
|
|
95
|
-
"90002",
|
|
96
|
-
"90003",
|
|
97
|
-
"90004",
|
|
98
|
-
"90005"
|
|
99
|
-
]
|
|
93
|
+
"codes": ["90001", "90002", "90003", "90004", "90005"]
|
|
100
94
|
}
|
|
101
95
|
}
|
|
102
96
|
}
|
|
103
97
|
}
|
|
98
|
+
},
|
|
99
|
+
"headers": {
|
|
100
|
+
"X-AF-Credits-Cost": {
|
|
101
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
102
|
+
}
|
|
104
103
|
}
|
|
105
104
|
},
|
|
106
105
|
"400": {
|
|
@@ -143,6 +142,11 @@
|
|
|
143
142
|
}
|
|
144
143
|
}
|
|
145
144
|
}
|
|
145
|
+
},
|
|
146
|
+
"headers": {
|
|
147
|
+
"X-AF-Credits-Cost": {
|
|
148
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
149
|
+
}
|
|
146
150
|
}
|
|
147
151
|
},
|
|
148
152
|
"404": {
|
|
@@ -175,6 +179,11 @@
|
|
|
175
179
|
}
|
|
176
180
|
}
|
|
177
181
|
}
|
|
182
|
+
},
|
|
183
|
+
"headers": {
|
|
184
|
+
"X-AF-Credits-Cost": {
|
|
185
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
186
|
+
}
|
|
178
187
|
}
|
|
179
188
|
}
|
|
180
189
|
}
|
|
@@ -265,6 +274,14 @@
|
|
|
265
274
|
}
|
|
266
275
|
}
|
|
267
276
|
}
|
|
277
|
+
},
|
|
278
|
+
"headers": {
|
|
279
|
+
"X-AF-Credits-Cost": {
|
|
280
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
281
|
+
"schema": {
|
|
282
|
+
"type": "integer"
|
|
283
|
+
}
|
|
284
|
+
}
|
|
268
285
|
}
|
|
269
286
|
},
|
|
270
287
|
"security": [
|
|
@@ -144,6 +144,17 @@
|
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
|
+
},
|
|
148
|
+
"headers": {
|
|
149
|
+
"X-AF-Credits-Cost": {
|
|
150
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
151
|
+
},
|
|
152
|
+
"X-Concurrent-Threads": {
|
|
153
|
+
"$ref": "#/components/headers/X-Concurrent-Threads"
|
|
154
|
+
},
|
|
155
|
+
"X-Concurrent-Threads-Active": {
|
|
156
|
+
"$ref": "#/components/headers/X-Concurrent-Threads-Active"
|
|
157
|
+
}
|
|
147
158
|
}
|
|
148
159
|
},
|
|
149
160
|
"400": {
|
|
@@ -196,6 +207,17 @@
|
|
|
196
207
|
}
|
|
197
208
|
}
|
|
198
209
|
}
|
|
210
|
+
},
|
|
211
|
+
"headers": {
|
|
212
|
+
"X-AF-Credits-Cost": {
|
|
213
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
214
|
+
},
|
|
215
|
+
"X-Concurrent-Threads": {
|
|
216
|
+
"$ref": "#/components/headers/X-Concurrent-Threads"
|
|
217
|
+
},
|
|
218
|
+
"X-Concurrent-Threads-Active": {
|
|
219
|
+
"$ref": "#/components/headers/X-Concurrent-Threads-Active"
|
|
220
|
+
}
|
|
199
221
|
}
|
|
200
222
|
},
|
|
201
223
|
"404": {
|
|
@@ -218,6 +240,17 @@
|
|
|
218
240
|
}
|
|
219
241
|
}
|
|
220
242
|
}
|
|
243
|
+
},
|
|
244
|
+
"headers": {
|
|
245
|
+
"X-AF-Credits-Cost": {
|
|
246
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
247
|
+
},
|
|
248
|
+
"X-Concurrent-Threads": {
|
|
249
|
+
"$ref": "#/components/headers/X-Concurrent-Threads"
|
|
250
|
+
},
|
|
251
|
+
"X-Concurrent-Threads-Active": {
|
|
252
|
+
"$ref": "#/components/headers/X-Concurrent-Threads-Active"
|
|
253
|
+
}
|
|
221
254
|
}
|
|
222
255
|
}
|
|
223
256
|
}
|
|
@@ -336,6 +369,26 @@
|
|
|
336
369
|
}
|
|
337
370
|
}
|
|
338
371
|
}
|
|
372
|
+
},
|
|
373
|
+
"headers": {
|
|
374
|
+
"X-AF-Credits-Cost": {
|
|
375
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
376
|
+
"schema": {
|
|
377
|
+
"type": "integer"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
"X-Concurrent-Threads": {
|
|
381
|
+
"description": "Specifies the maximum number of concurrent requests allowed.",
|
|
382
|
+
"schema": {
|
|
383
|
+
"type": "integer"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
"X-Concurrent-Threads-Active": {
|
|
387
|
+
"description": "Indicates the number of active concurrent requests being processed.",
|
|
388
|
+
"schema": {
|
|
389
|
+
"type": "integer"
|
|
390
|
+
}
|
|
391
|
+
}
|
|
339
392
|
}
|
|
340
393
|
},
|
|
341
394
|
"security": [
|