@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.
Files changed (212) hide show
  1. package/README.md +37 -37
  2. package/dist/index.cjs +2787 -348
  3. package/dist/index.js +2787 -348
  4. package/dist/specs/commodity/commodity-fluctuation.yaml +14 -0
  5. package/dist/specs/commodity/commodity-prices.yaml +14 -0
  6. package/dist/specs/commodity/commodity-symbols.yaml +8 -0
  7. package/dist/specs/commodity/commodity-time-series.yaml +14 -0
  8. package/dist/specs/commodity/historical-commodity-prices.yaml +14 -0
  9. package/dist/specs/currency/currency-converter.yaml +14 -0
  10. package/dist/specs/currency/currency-fluctuation.yaml +14 -0
  11. package/dist/specs/currency/currency-historical-data-limit.yaml +11 -0
  12. package/dist/specs/currency/currency-rate.yaml +14 -0
  13. package/dist/specs/currency/currency-supported.yaml +11 -0
  14. package/dist/specs/currency/currency-symbols.yaml +11 -0
  15. package/dist/specs/currency/currency-time-series.yaml +14 -0
  16. package/dist/specs/currency/geolocalized-currency-conversion.yaml +14 -0
  17. package/dist/specs/currency/historical-currency-converter.yaml +14 -0
  18. package/dist/specs/currency/historical-currency-rate.yaml +14 -0
  19. package/dist/specs/dns/bulk-dns-lookup.yaml +14 -0
  20. package/dist/specs/dns/dns-history-lookup.yaml +14 -0
  21. package/dist/specs/dns/dns-lookup.yaml +11 -0
  22. package/dist/specs/dns/reverse-dns-lookup.yaml +34 -0
  23. package/dist/specs/domain/bulk-domain-checker.yaml +17 -0
  24. package/dist/specs/domain/domain-search-with-suggestions.yaml +14 -0
  25. package/dist/specs/domain/domain-search.yaml +14 -0
  26. package/dist/specs/domain/subdomain-lookup.yaml +14 -0
  27. package/dist/specs/email-validation/bulk-email-validation.yaml +17 -0
  28. package/dist/specs/email-validation/email-checker.yaml +41 -0
  29. package/dist/specs/financial/bulk-vat-rates-country.yaml +14 -0
  30. package/dist/specs/financial/financial-apis-supported-countries.yaml +8 -0
  31. package/dist/specs/financial/iban-validation.yaml +11 -0
  32. package/dist/specs/financial/swift-code-finder.yaml +11 -0
  33. package/dist/specs/financial/swift-code-lookup.yaml +14 -0
  34. package/dist/specs/financial/vat-number-validation.yaml +14 -0
  35. package/dist/specs/financial/vat-rates-by-ip.yaml +14 -0
  36. package/dist/specs/financial/vat-rates-country.yaml +14 -0
  37. package/dist/specs/general/usage-credits.yaml +11 -0
  38. package/dist/specs/geocoding/forward-geocoding.yaml +14 -0
  39. package/dist/specs/geocoding/reverse-geocoding.yaml +11 -0
  40. package/dist/specs/geodb/administrative-units-details.yaml +14 -0
  41. package/dist/specs/geodb/administrative-units-levels.yaml +14 -0
  42. package/dist/specs/geodb/administrative-units.yaml +14 -0
  43. package/dist/specs/geodb/cities.yaml +14 -0
  44. package/dist/specs/geodb/countries-details.yaml +11 -0
  45. package/dist/specs/geodb/countries.yaml +11 -0
  46. package/dist/specs/geodb/flags-supported.yaml +8 -0
  47. package/dist/specs/geodb/flags.yaml +14 -0
  48. package/dist/specs/geodb/regions.yaml +8 -0
  49. package/dist/specs/geodb/subregions.yaml +14 -0
  50. package/dist/specs/ip-intelligence/bulk-ip-lookup.yaml +14 -0
  51. package/dist/specs/ip-intelligence/bulk-ip-threat-intelligence.yaml +11 -0
  52. package/dist/specs/ip-intelligence/ip-locator.yaml +17 -0
  53. package/dist/specs/ip-intelligence/ip-threat-intelligence.yaml +14 -0
  54. package/dist/specs/other/astronomy-data.yaml +14 -0
  55. package/dist/specs/pdf/bulk-pdf-generator.yaml +32 -0
  56. package/dist/specs/pdf/delete-pdf-page.yaml +14 -0
  57. package/dist/specs/pdf/linearize-pdf.yaml +14 -0
  58. package/dist/specs/pdf/merge-pdf.yaml +14 -0
  59. package/dist/specs/pdf/pdf-compress.yaml +14 -0
  60. package/dist/specs/pdf/pdf-decrypt.yaml +14 -0
  61. package/dist/specs/pdf/pdf-encrypt.yaml +14 -0
  62. package/dist/specs/pdf/pdf-extract-pages.yaml +14 -0
  63. package/dist/specs/pdf/pdf-file-status.yaml +14 -0
  64. package/dist/specs/pdf/pdf-file.yaml +14 -0
  65. package/dist/specs/pdf/pdf-files.yaml +8 -0
  66. package/dist/specs/pdf/pdf-generator.yaml +32 -0
  67. package/dist/specs/pdf/pdf-resource-download.yaml +14 -0
  68. package/dist/specs/pdf/pdf-resource-upload-binary.yaml +14 -0
  69. package/dist/specs/pdf/pdf-resource-upload.yaml +14 -0
  70. package/dist/specs/pdf/pdf-restrict.yaml +14 -0
  71. package/dist/specs/pdf/pdf-split-pages.yaml +14 -0
  72. package/dist/specs/pdf/pdf-task-status.yaml +14 -0
  73. package/dist/specs/pdf/pdf-to-image.yaml +35 -0
  74. package/dist/specs/pdf/pdf-unrestrict.yaml +14 -0
  75. package/dist/specs/pdf/rotate-pdf-pages.yaml +14 -0
  76. package/dist/specs/phone-validation/bulk-phone-number-validation.yaml +23 -0
  77. package/dist/specs/phone-validation/phone-number-validation.yaml +20 -0
  78. package/dist/specs/scraper/web-scraper.yaml +34 -0
  79. package/dist/specs/screenshot/bulk-screenshot.yaml +34 -0
  80. package/dist/specs/screenshot/website-screenshot.yaml +34 -0
  81. package/dist/specs/ssl/ssl-certificate-chain-lookup.yaml +17 -0
  82. package/dist/specs/ssl/ssl-certificate-lookup.yaml +17 -0
  83. package/dist/specs/timezone/timezone-converter.yaml +14 -0
  84. package/dist/specs/timezone/timezone-lookup.yaml +14 -0
  85. package/dist/specs/user-agent/bulk-user-agent-parser.yaml +11 -0
  86. package/dist/specs/user-agent/user-agent-parser.yaml +11 -0
  87. package/dist/specs/weather/air-quality.yaml +14 -0
  88. package/dist/specs/weather/bulk-live-weather.yaml +11 -0
  89. package/dist/specs/weather/flood-forecast.yaml +14 -0
  90. package/dist/specs/weather/historical-weather.yaml +14 -0
  91. package/dist/specs/weather/live-weather.yaml +14 -0
  92. package/dist/specs/weather/marine-weather.yaml +14 -0
  93. package/dist/specs/weather/time-series-weather.yaml +11 -0
  94. package/dist/specs/weather/weather-forecast.yaml +11 -0
  95. package/dist/specs/whois/asn-lookup.yaml +14 -0
  96. package/dist/specs/whois/bulk-whois-lookup.yaml +17 -0
  97. package/dist/specs/whois/domain-whois-history-lookup.yaml +14 -0
  98. package/dist/specs/whois/reverse-whois.yaml +34 -0
  99. package/dist/specs/whois/whois-domain-lookup.yaml +17 -0
  100. package/dist/specs/whois/whois-ip-lookup.yaml +14 -0
  101. package/dist/specs/zip-code/bulk-zip-code-lookup.yaml +14 -0
  102. package/dist/specs/zip-code/zip-code-api.yaml +14 -0
  103. package/dist/specs/zip-code/zip-code-distance-match.yaml +14 -0
  104. package/dist/specs/zip-code/zip-code-distance.yaml +14 -0
  105. package/dist/specs/zip-code/zip-codes-by-city.yaml +14 -0
  106. package/dist/specs/zip-code/zip-codes-by-region.yaml +14 -0
  107. package/dist/specs/zip-code/zip-codes-radius-search.yaml +34 -0
  108. package/package.json +1 -1
  109. package/specs/commodity/commodity-fluctuation.json +23 -0
  110. package/specs/commodity/commodity-prices.json +23 -0
  111. package/specs/commodity/commodity-symbols.json +13 -0
  112. package/specs/commodity/commodity-time-series.json +27 -13
  113. package/specs/commodity/historical-commodity-prices.json +23 -0
  114. package/specs/currency/currency-converter.json +23 -0
  115. package/specs/currency/currency-fluctuation.json +23 -0
  116. package/specs/currency/currency-historical-data-limit.json +18 -0
  117. package/specs/currency/currency-rate.json +23 -0
  118. package/specs/currency/currency-supported.json +18 -0
  119. package/specs/currency/currency-symbols.json +18 -0
  120. package/specs/currency/currency-time-series.json +23 -0
  121. package/specs/currency/geolocalized-currency-conversion.json +23 -0
  122. package/specs/currency/historical-currency-converter.json +23 -0
  123. package/specs/currency/historical-currency-rate.json +23 -0
  124. package/specs/dns/bulk-dns-lookup.json +23 -0
  125. package/specs/dns/dns-history-lookup.json +23 -0
  126. package/specs/dns/dns-lookup.json +18 -0
  127. package/specs/dns/reverse-dns-lookup.json +61 -1
  128. package/specs/domain/bulk-domain-checker.json +28 -0
  129. package/specs/domain/domain-search-with-suggestions.json +23 -0
  130. package/specs/domain/domain-search.json +23 -0
  131. package/specs/domain/subdomain-lookup.json +23 -0
  132. package/specs/email-validation/bulk-email-validation.json +28 -0
  133. package/specs/email-validation/email-checker.json +64 -0
  134. package/specs/financial/bulk-vat-rates-country.json +23 -0
  135. package/specs/financial/financial-apis-supported-countries.json +34 -5
  136. package/specs/financial/iban-validation.json +18 -0
  137. package/specs/financial/swift-code-finder.json +31 -2
  138. package/specs/financial/swift-code-lookup.json +23 -0
  139. package/specs/financial/vat-number-validation.json +23 -0
  140. package/specs/financial/vat-rates-by-ip.json +23 -0
  141. package/specs/financial/vat-rates-country.json +23 -0
  142. package/specs/general/usage-credits.json +18 -0
  143. package/specs/geocoding/forward-geocoding.json +23 -0
  144. package/specs/geocoding/reverse-geocoding.json +18 -0
  145. package/specs/geodb/administrative-units-details.json +23 -0
  146. package/specs/geodb/administrative-units-levels.json +23 -0
  147. package/specs/geodb/administrative-units.json +23 -0
  148. package/specs/geodb/cities.json +23 -0
  149. package/specs/geodb/countries-details.json +18 -0
  150. package/specs/geodb/countries.json +18 -0
  151. package/specs/geodb/flags-supported.json +13 -0
  152. package/specs/geodb/flags.json +23 -0
  153. package/specs/geodb/regions.json +13 -0
  154. package/specs/geodb/subregions.json +23 -0
  155. package/specs/ip-intelligence/bulk-ip-lookup.json +23 -0
  156. package/specs/ip-intelligence/bulk-ip-threat-intelligence.json +18 -0
  157. package/specs/ip-intelligence/ip-locator.json +33 -5
  158. package/specs/ip-intelligence/ip-threat-intelligence.json +23 -0
  159. package/specs/other/astronomy-data.json +24 -2
  160. package/specs/pdf/bulk-pdf-generator.json +61 -8
  161. package/specs/pdf/delete-pdf-page.json +33 -21
  162. package/specs/pdf/linearize-pdf.json +31 -19
  163. package/specs/pdf/merge-pdf.json +30 -18
  164. package/specs/pdf/pdf-compress.json +32 -25
  165. package/specs/pdf/pdf-decrypt.json +32 -21
  166. package/specs/pdf/pdf-encrypt.json +31 -19
  167. package/specs/pdf/pdf-extract-pages.json +33 -21
  168. package/specs/pdf/pdf-file-status.json +23 -0
  169. package/specs/pdf/pdf-file.json +23 -0
  170. package/specs/pdf/pdf-files.json +13 -0
  171. package/specs/pdf/pdf-generator.json +61 -8
  172. package/specs/pdf/pdf-resource-download.json +23 -0
  173. package/specs/pdf/pdf-resource-upload-binary.json +29 -16
  174. package/specs/pdf/pdf-resource-upload.json +30 -19
  175. package/specs/pdf/pdf-restrict.json +32 -20
  176. package/specs/pdf/pdf-split-pages.json +33 -21
  177. package/specs/pdf/pdf-task-status.json +23 -0
  178. package/specs/pdf/pdf-to-image.json +90 -101
  179. package/specs/pdf/pdf-unrestrict.json +32 -20
  180. package/specs/pdf/rotate-pdf-pages.json +32 -20
  181. package/specs/phone-validation/bulk-phone-number-validation.json +54 -16
  182. package/specs/phone-validation/phone-number-validation.json +33 -0
  183. package/specs/scraper/web-scraper.json +53 -0
  184. package/specs/screenshot/bulk-screenshot.json +53 -0
  185. package/specs/screenshot/website-screenshot.json +53 -0
  186. package/specs/ssl/ssl-certificate-chain-lookup.json +28 -0
  187. package/specs/ssl/ssl-certificate-lookup.json +28 -0
  188. package/specs/timezone/timezone-converter.json +23 -0
  189. package/specs/timezone/timezone-lookup.json +25 -2
  190. package/specs/user-agent/bulk-user-agent-parser.json +20 -2
  191. package/specs/user-agent/user-agent-parser.json +18 -0
  192. package/specs/weather/air-quality.json +23 -0
  193. package/specs/weather/bulk-live-weather.json +18 -0
  194. package/specs/weather/flood-forecast.json +23 -0
  195. package/specs/weather/historical-weather.json +23 -0
  196. package/specs/weather/live-weather.json +23 -0
  197. package/specs/weather/marine-weather.json +23 -0
  198. package/specs/weather/time-series-weather.json +18 -0
  199. package/specs/weather/weather-forecast.json +18 -0
  200. package/specs/whois/asn-lookup.json +23 -0
  201. package/specs/whois/bulk-whois-lookup.json +28 -0
  202. package/specs/whois/domain-whois-history-lookup.json +23 -0
  203. package/specs/whois/reverse-whois.json +53 -0
  204. package/specs/whois/whois-domain-lookup.json +28 -0
  205. package/specs/whois/whois-ip-lookup.json +23 -0
  206. package/specs/zip-code/bulk-zip-code-lookup.json +23 -0
  207. package/specs/zip-code/zip-code-api.json +23 -0
  208. package/specs/zip-code/zip-code-distance-match.json +23 -0
  209. package/specs/zip-code/zip-code-distance.json +23 -0
  210. package/specs/zip-code/zip-codes-by-city.json +23 -0
  211. package/specs/zip-code/zip-codes-by-region.json +24 -7
  212. package/specs/zip-code/zip-codes-radius-search.json +53 -0
@@ -124,6 +124,11 @@
124
124
  }
125
125
  }
126
126
  }
127
+ },
128
+ "headers": {
129
+ "X-AF-Credits-Cost": {
130
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
131
+ }
127
132
  }
128
133
  },
129
134
  "400": {
@@ -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
  "403": {
@@ -166,6 +176,11 @@
166
176
  }
167
177
  }
168
178
  }
179
+ },
180
+ "headers": {
181
+ "X-AF-Credits-Cost": {
182
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
183
+ }
169
184
  }
170
185
  },
171
186
  "404": {
@@ -187,6 +202,11 @@
187
202
  }
188
203
  }
189
204
  }
205
+ },
206
+ "headers": {
207
+ "X-AF-Credits-Cost": {
208
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
209
+ }
190
210
  }
191
211
  }
192
212
  }
@@ -621,6 +641,14 @@
621
641
  }
622
642
  }
623
643
  }
644
+ },
645
+ "headers": {
646
+ "X-AF-Credits-Cost": {
647
+ "description": "Specifies the number of credits consumed by the current request.",
648
+ "schema": {
649
+ "type": "integer"
650
+ }
651
+ }
624
652
  }
625
653
  },
626
654
  "security": [
@@ -204,6 +204,11 @@
204
204
  }
205
205
  }
206
206
  }
207
+ },
208
+ "headers": {
209
+ "X-AF-Credits-Cost": {
210
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
211
+ }
207
212
  }
208
213
  },
209
214
  "400": {
@@ -246,6 +251,11 @@
246
251
  }
247
252
  }
248
253
  }
254
+ },
255
+ "headers": {
256
+ "X-AF-Credits-Cost": {
257
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
258
+ }
249
259
  }
250
260
  },
251
261
  "404": {
@@ -270,6 +280,11 @@
270
280
  }
271
281
  }
272
282
  }
283
+ },
284
+ "headers": {
285
+ "X-AF-Credits-Cost": {
286
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
287
+ }
273
288
  }
274
289
  }
275
290
  }
@@ -349,6 +364,14 @@
349
364
  }
350
365
  }
351
366
  }
367
+ },
368
+ "headers": {
369
+ "X-AF-Credits-Cost": {
370
+ "description": "Specifies the number of credits consumed by the current request.",
371
+ "schema": {
372
+ "type": "integer"
373
+ }
374
+ }
352
375
  }
353
376
  },
354
377
  "security": [
@@ -421,6 +421,11 @@
421
421
  }
422
422
  }
423
423
  }
424
+ },
425
+ "headers": {
426
+ "X-AF-Credits-Cost": {
427
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
428
+ }
424
429
  }
425
430
  },
426
431
  "400": {
@@ -463,6 +468,11 @@
463
468
  }
464
469
  }
465
470
  }
471
+ },
472
+ "headers": {
473
+ "X-AF-Credits-Cost": {
474
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
475
+ }
466
476
  }
467
477
  },
468
478
  "404": {
@@ -487,6 +497,11 @@
487
497
  }
488
498
  }
489
499
  }
500
+ },
501
+ "headers": {
502
+ "X-AF-Credits-Cost": {
503
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
504
+ }
490
505
  }
491
506
  }
492
507
  }
@@ -577,7 +592,7 @@
577
592
  },
578
593
  "current_time": {
579
594
  "type": "string",
580
- "description": "The current date and time with timezone offset in YYYY-MM-DD HH:mm:ss.SSS\u00b1ZZZZ format."
595
+ "description": "The current date and time with timezone offset in YYYY-MM-DD HH:mm:ss.SSS±ZZZZ format."
581
596
  },
582
597
  "current_time_unix": {
583
598
  "type": "number",
@@ -602,7 +617,7 @@
602
617
  },
603
618
  "date_time_ymd": {
604
619
  "type": "string",
605
- "description": "The date and time with timezone offset in ISO 8601 format YYYY-MM-DDTHH:mm:ss\u00b1HHMM."
620
+ "description": "The date and time with timezone offset in ISO 8601 format YYYY-MM-DDTHH:mm:ss±HHMM."
606
621
  },
607
622
  "time_24": {
608
623
  "type": "string",
@@ -897,6 +912,14 @@
897
912
  }
898
913
  }
899
914
  }
915
+ },
916
+ "headers": {
917
+ "X-AF-Credits-Cost": {
918
+ "description": "Specifies the number of credits consumed by the current request.",
919
+ "schema": {
920
+ "type": "integer"
921
+ }
922
+ }
900
923
  }
901
924
  },
902
925
  "security": [
@@ -151,7 +151,7 @@
151
151
  ]
152
152
  },
153
153
  "mixedWithUnparsable": {
154
- "summary": "Batch with a malformed (non-empty) string \u2014 still 200, that entry comes back as Hacker",
154
+ "summary": "Batch with a malformed (non-empty) string still 200, that entry comes back as Hacker",
155
155
  "value": [
156
156
  {
157
157
  "user_agent_string": "asdkjaslkdjaslkdj12312",
@@ -209,10 +209,15 @@
209
209
  }
210
210
  }
211
211
  }
212
+ },
213
+ "headers": {
214
+ "X-AF-Credits-Cost": {
215
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
216
+ }
212
217
  }
213
218
  },
214
219
  "400": {
215
- "description": "Bad Request \u2014 Invalid/missing request body, or an empty/null string anywhere in uaStrings (fails the whole batch, not a per-item error)",
220
+ "description": "Bad Request Invalid/missing request body, or an empty/null string anywhere in uaStrings (fails the whole batch, not a per-item error)",
216
221
  "content": {
217
222
  "application/json": {
218
223
  "schema": {
@@ -237,6 +242,11 @@
237
242
  }
238
243
  }
239
244
  }
245
+ },
246
+ "headers": {
247
+ "X-AF-Credits-Cost": {
248
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
249
+ }
240
250
  }
241
251
  }
242
252
  }
@@ -428,6 +438,14 @@
428
438
  }
429
439
  }
430
440
  }
441
+ },
442
+ "headers": {
443
+ "X-AF-Credits-Cost": {
444
+ "description": "Specifies the number of credits consumed by the current request.",
445
+ "schema": {
446
+ "type": "integer"
447
+ }
448
+ }
431
449
  }
432
450
  },
433
451
  "security": [
@@ -143,6 +143,11 @@
143
143
  }
144
144
  }
145
145
  }
146
+ },
147
+ "headers": {
148
+ "X-AF-Credits-Cost": {
149
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
150
+ }
146
151
  }
147
152
  },
148
153
  "400": {
@@ -165,6 +170,11 @@
165
170
  }
166
171
  }
167
172
  }
173
+ },
174
+ "headers": {
175
+ "X-AF-Credits-Cost": {
176
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
177
+ }
168
178
  }
169
179
  }
170
180
  }
@@ -333,6 +343,14 @@
333
343
  }
334
344
  }
335
345
  }
346
+ },
347
+ "headers": {
348
+ "X-AF-Credits-Cost": {
349
+ "description": "Specifies the number of credits consumed by the current request.",
350
+ "schema": {
351
+ "type": "integer"
352
+ }
353
+ }
336
354
  }
337
355
  },
338
356
  "security": [
@@ -203,6 +203,11 @@
203
203
  }
204
204
  }
205
205
  }
206
+ },
207
+ "headers": {
208
+ "X-AF-Credits-Cost": {
209
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
210
+ }
206
211
  }
207
212
  },
208
213
  "400": {
@@ -285,6 +290,11 @@
285
290
  }
286
291
  }
287
292
  }
293
+ },
294
+ "headers": {
295
+ "X-AF-Credits-Cost": {
296
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
297
+ }
288
298
  }
289
299
  },
290
300
  "404": {
@@ -307,6 +317,11 @@
307
317
  }
308
318
  }
309
319
  }
320
+ },
321
+ "headers": {
322
+ "X-AF-Credits-Cost": {
323
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
324
+ }
310
325
  }
311
326
  }
312
327
  }
@@ -766,6 +781,14 @@
766
781
  }
767
782
  }
768
783
  }
784
+ },
785
+ "headers": {
786
+ "X-AF-Credits-Cost": {
787
+ "description": "Specifies the number of credits consumed by the current request.",
788
+ "schema": {
789
+ "type": "integer"
790
+ }
791
+ }
769
792
  }
770
793
  },
771
794
  "security": [
@@ -168,6 +168,11 @@
168
168
  }
169
169
  }
170
170
  }
171
+ },
172
+ "headers": {
173
+ "X-AF-Credits-Cost": {
174
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
175
+ }
171
176
  }
172
177
  },
173
178
  "400": {
@@ -200,6 +205,11 @@
200
205
  }
201
206
  }
202
207
  }
208
+ },
209
+ "headers": {
210
+ "X-AF-Credits-Cost": {
211
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
212
+ }
203
213
  }
204
214
  }
205
215
  },
@@ -821,6 +831,14 @@
821
831
  },
822
832
  "description": "Standard error envelope returned by the API on failed requests."
823
833
  }
834
+ },
835
+ "headers": {
836
+ "X-AF-Credits-Cost": {
837
+ "description": "Specifies the number of credits consumed by the current request.",
838
+ "schema": {
839
+ "type": "integer"
840
+ }
841
+ }
824
842
  }
825
843
  },
826
844
  "security": [
@@ -220,6 +220,11 @@
220
220
  }
221
221
  }
222
222
  }
223
+ },
224
+ "headers": {
225
+ "X-AF-Credits-Cost": {
226
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
227
+ }
223
228
  }
224
229
  },
225
230
  "400": {
@@ -312,6 +317,11 @@
312
317
  }
313
318
  }
314
319
  }
320
+ },
321
+ "headers": {
322
+ "X-AF-Credits-Cost": {
323
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
324
+ }
315
325
  }
316
326
  },
317
327
  "404": {
@@ -334,6 +344,11 @@
334
344
  }
335
345
  }
336
346
  }
347
+ },
348
+ "headers": {
349
+ "X-AF-Credits-Cost": {
350
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
351
+ }
337
352
  }
338
353
  }
339
354
  }
@@ -680,6 +695,14 @@
680
695
  }
681
696
  }
682
697
  }
698
+ },
699
+ "headers": {
700
+ "X-AF-Credits-Cost": {
701
+ "description": "Specifies the number of credits consumed by the current request.",
702
+ "schema": {
703
+ "type": "integer"
704
+ }
705
+ }
683
706
  }
684
707
  },
685
708
  "security": [
@@ -238,6 +238,11 @@
238
238
  }
239
239
  }
240
240
  }
241
+ },
242
+ "headers": {
243
+ "X-AF-Credits-Cost": {
244
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
245
+ }
241
246
  }
242
247
  },
243
248
  "400": {
@@ -330,6 +335,11 @@
330
335
  }
331
336
  }
332
337
  }
338
+ },
339
+ "headers": {
340
+ "X-AF-Credits-Cost": {
341
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
342
+ }
333
343
  }
334
344
  },
335
345
  "404": {
@@ -352,6 +362,11 @@
352
362
  }
353
363
  }
354
364
  }
365
+ },
366
+ "headers": {
367
+ "X-AF-Credits-Cost": {
368
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
369
+ }
355
370
  }
356
371
  }
357
372
  }
@@ -1006,6 +1021,14 @@
1006
1021
  }
1007
1022
  }
1008
1023
  }
1024
+ },
1025
+ "headers": {
1026
+ "X-AF-Credits-Cost": {
1027
+ "description": "Specifies the number of credits consumed by the current request.",
1028
+ "schema": {
1029
+ "type": "integer"
1030
+ }
1031
+ }
1009
1032
  }
1010
1033
  },
1011
1034
  "security": [
@@ -153,6 +153,11 @@
153
153
  }
154
154
  }
155
155
  }
156
+ },
157
+ "headers": {
158
+ "X-AF-Credits-Cost": {
159
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
160
+ }
156
161
  }
157
162
  },
158
163
  "400": {
@@ -205,6 +210,11 @@
205
210
  }
206
211
  }
207
212
  }
213
+ },
214
+ "headers": {
215
+ "X-AF-Credits-Cost": {
216
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
217
+ }
208
218
  }
209
219
  },
210
220
  "404": {
@@ -227,6 +237,11 @@
227
237
  }
228
238
  }
229
239
  }
240
+ },
241
+ "headers": {
242
+ "X-AF-Credits-Cost": {
243
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
244
+ }
230
245
  }
231
246
  }
232
247
  }
@@ -776,6 +791,14 @@
776
791
  },
777
792
  "description": "Standard error envelope returned by the API on failed requests."
778
793
  }
794
+ },
795
+ "headers": {
796
+ "X-AF-Credits-Cost": {
797
+ "description": "Specifies the number of credits consumed by the current request.",
798
+ "schema": {
799
+ "type": "integer"
800
+ }
801
+ }
779
802
  }
780
803
  },
781
804
  "security": [
@@ -241,6 +241,11 @@
241
241
  }
242
242
  }
243
243
  }
244
+ },
245
+ "headers": {
246
+ "X-AF-Credits-Cost": {
247
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
248
+ }
244
249
  }
245
250
  },
246
251
  "400": {
@@ -313,6 +318,11 @@
313
318
  }
314
319
  }
315
320
  }
321
+ },
322
+ "headers": {
323
+ "X-AF-Credits-Cost": {
324
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
325
+ }
316
326
  }
317
327
  },
318
328
  "404": {
@@ -335,6 +345,11 @@
335
345
  }
336
346
  }
337
347
  }
348
+ },
349
+ "headers": {
350
+ "X-AF-Credits-Cost": {
351
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
352
+ }
338
353
  }
339
354
  }
340
355
  }
@@ -927,6 +942,14 @@
927
942
  }
928
943
  }
929
944
  }
945
+ },
946
+ "headers": {
947
+ "X-AF-Credits-Cost": {
948
+ "description": "Specifies the number of credits consumed by the current request.",
949
+ "schema": {
950
+ "type": "integer"
951
+ }
952
+ }
930
953
  }
931
954
  },
932
955
  "security": [
@@ -252,6 +252,11 @@
252
252
  }
253
253
  }
254
254
  }
255
+ },
256
+ "headers": {
257
+ "X-AF-Credits-Cost": {
258
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
259
+ }
255
260
  }
256
261
  },
257
262
  "400": {
@@ -384,6 +389,11 @@
384
389
  }
385
390
  }
386
391
  }
392
+ },
393
+ "headers": {
394
+ "X-AF-Credits-Cost": {
395
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
396
+ }
387
397
  }
388
398
  }
389
399
  }
@@ -1043,6 +1053,14 @@
1043
1053
  },
1044
1054
  "required": ["date"]
1045
1055
  }
1056
+ },
1057
+ "headers": {
1058
+ "X-AF-Credits-Cost": {
1059
+ "description": "Specifies the number of credits consumed by the current request.",
1060
+ "schema": {
1061
+ "type": "integer"
1062
+ }
1063
+ }
1046
1064
  }
1047
1065
  },
1048
1066
  "security": [
@@ -272,6 +272,11 @@
272
272
  }
273
273
  }
274
274
  }
275
+ },
276
+ "headers": {
277
+ "X-AF-Credits-Cost": {
278
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
279
+ }
275
280
  }
276
281
  },
277
282
  "400": {
@@ -384,6 +389,11 @@
384
389
  }
385
390
  }
386
391
  }
392
+ },
393
+ "headers": {
394
+ "X-AF-Credits-Cost": {
395
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
396
+ }
387
397
  }
388
398
  }
389
399
  }
@@ -1189,6 +1199,14 @@
1189
1199
  }
1190
1200
  }
1191
1201
  }
1202
+ },
1203
+ "headers": {
1204
+ "X-AF-Credits-Cost": {
1205
+ "description": "Specifies the number of credits consumed by the current request.",
1206
+ "schema": {
1207
+ "type": "integer"
1208
+ }
1209
+ }
1192
1210
  }
1193
1211
  },
1194
1212
  "security": [
@@ -127,6 +127,11 @@
127
127
  }
128
128
  }
129
129
  }
130
+ },
131
+ "headers": {
132
+ "X-AF-Credits-Cost": {
133
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
134
+ }
130
135
  }
131
136
  },
132
137
  "400": {
@@ -149,6 +154,11 @@
149
154
  }
150
155
  }
151
156
  }
157
+ },
158
+ "headers": {
159
+ "X-AF-Credits-Cost": {
160
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
161
+ }
152
162
  }
153
163
  },
154
164
  "404": {
@@ -171,6 +181,11 @@
171
181
  }
172
182
  }
173
183
  }
184
+ },
185
+ "headers": {
186
+ "X-AF-Credits-Cost": {
187
+ "$ref": "#/components/headers/X-AF-Credits-Cost"
188
+ }
174
189
  }
175
190
  }
176
191
  }
@@ -716,6 +731,14 @@
716
731
  }
717
732
  }
718
733
  }
734
+ },
735
+ "headers": {
736
+ "X-AF-Credits-Cost": {
737
+ "description": "Specifies the number of credits consumed by the current request.",
738
+ "schema": {
739
+ "type": "integer"
740
+ }
741
+ }
719
742
  }
720
743
  },
721
744
  "security": [