@goperigon/perigon-ts 1.0.1 → 1.0.2

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 (457) hide show
  1. package/dist/esm/jest.config.d.ts +1 -0
  2. package/dist/esm/jest.config.d.ts.map +1 -0
  3. package/dist/esm/jest.config.js +10 -0
  4. package/dist/esm/src/apis/V1Api.d.ts +1380 -0
  5. package/dist/esm/src/apis/V1Api.d.ts.map +1 -0
  6. package/dist/esm/src/apis/V1Api.js +1233 -0
  7. package/dist/esm/src/apis/index.d.ts +2 -0
  8. package/dist/esm/src/apis/index.d.ts.map +1 -0
  9. package/dist/esm/src/apis/index.js +3 -0
  10. package/dist/esm/src/index.d.ts +4 -0
  11. package/dist/esm/src/index.d.ts.map +1 -0
  12. package/dist/esm/src/index.js +5 -0
  13. package/dist/esm/src/models/AllEndpointSortBy.d.ts +31 -0
  14. package/dist/esm/src/models/AllEndpointSortBy.d.ts.map +1 -0
  15. package/dist/esm/src/models/AllEndpointSortBy.js +48 -0
  16. package/dist/esm/src/models/Article.d.ts +303 -0
  17. package/dist/esm/src/models/Article.d.ts.map +1 -0
  18. package/dist/esm/src/models/Article.js +199 -0
  19. package/dist/esm/src/models/ArticleSearchFilter.d.ts +286 -0
  20. package/dist/esm/src/models/ArticleSearchFilter.d.ts.map +1 -0
  21. package/dist/esm/src/models/ArticleSearchFilter.js +150 -0
  22. package/dist/esm/src/models/ArticleSearchParams.d.ts +88 -0
  23. package/dist/esm/src/models/ArticleSearchParams.d.ts.map +1 -0
  24. package/dist/esm/src/models/ArticleSearchParams.js +72 -0
  25. package/dist/esm/src/models/AuthException.d.ts +140 -0
  26. package/dist/esm/src/models/AuthException.d.ts.map +1 -0
  27. package/dist/esm/src/models/AuthException.js +137 -0
  28. package/dist/esm/src/models/AuthExceptionCause.d.ts +46 -0
  29. package/dist/esm/src/models/AuthExceptionCause.d.ts.map +1 -0
  30. package/dist/esm/src/models/AuthExceptionCause.js +50 -0
  31. package/dist/esm/src/models/AuthExceptionCauseStackTraceInner.d.ts +75 -0
  32. package/dist/esm/src/models/AuthExceptionCauseStackTraceInner.d.ts.map +1 -0
  33. package/dist/esm/src/models/AuthExceptionCauseStackTraceInner.js +55 -0
  34. package/dist/esm/src/models/AuthExceptionSuppressedInner.d.ts +46 -0
  35. package/dist/esm/src/models/AuthExceptionSuppressedInner.d.ts.map +1 -0
  36. package/dist/esm/src/models/AuthExceptionSuppressedInner.js +50 -0
  37. package/dist/esm/src/models/CategoryHolder.d.ts +33 -0
  38. package/dist/esm/src/models/CategoryHolder.d.ts.map +1 -0
  39. package/dist/esm/src/models/CategoryHolder.js +41 -0
  40. package/dist/esm/src/models/CategoryWithScoreHolder.d.ts +39 -0
  41. package/dist/esm/src/models/CategoryWithScoreHolder.d.ts.map +1 -0
  42. package/dist/esm/src/models/CategoryWithScoreHolder.js +43 -0
  43. package/dist/esm/src/models/Company.d.ts +209 -0
  44. package/dist/esm/src/models/Company.d.ts.map +1 -0
  45. package/dist/esm/src/models/Company.js +107 -0
  46. package/dist/esm/src/models/CompanyCount.d.ts +57 -0
  47. package/dist/esm/src/models/CompanyCount.d.ts.map +1 -0
  48. package/dist/esm/src/models/CompanyCount.js +49 -0
  49. package/dist/esm/src/models/CompanyHolder.d.ts +51 -0
  50. package/dist/esm/src/models/CompanyHolder.d.ts.map +1 -0
  51. package/dist/esm/src/models/CompanyHolder.js +47 -0
  52. package/dist/esm/src/models/CompanySearchResult.d.ts +46 -0
  53. package/dist/esm/src/models/CompanySearchResult.d.ts.map +1 -0
  54. package/dist/esm/src/models/CompanySearchResult.js +52 -0
  55. package/dist/esm/src/models/Coordinate.d.ts +39 -0
  56. package/dist/esm/src/models/Coordinate.d.ts.map +1 -0
  57. package/dist/esm/src/models/Coordinate.js +43 -0
  58. package/dist/esm/src/models/CoordinateFilter.d.ts +45 -0
  59. package/dist/esm/src/models/CoordinateFilter.d.ts.map +1 -0
  60. package/dist/esm/src/models/CoordinateFilter.js +45 -0
  61. package/dist/esm/src/models/EntityHolder.d.ts +45 -0
  62. package/dist/esm/src/models/EntityHolder.d.ts.map +1 -0
  63. package/dist/esm/src/models/EntityHolder.js +45 -0
  64. package/dist/esm/src/models/EventTypeHolder.d.ts +39 -0
  65. package/dist/esm/src/models/EventTypeHolder.d.ts.map +1 -0
  66. package/dist/esm/src/models/EventTypeHolder.js +43 -0
  67. package/dist/esm/src/models/IdNameHolder.d.ts +39 -0
  68. package/dist/esm/src/models/IdNameHolder.d.ts.map +1 -0
  69. package/dist/esm/src/models/IdNameHolder.js +43 -0
  70. package/dist/esm/src/models/IllegalParameterException.d.ts +60 -0
  71. package/dist/esm/src/models/IllegalParameterException.d.ts.map +1 -0
  72. package/dist/esm/src/models/IllegalParameterException.js +62 -0
  73. package/dist/esm/src/models/ImageHolder.d.ts +33 -0
  74. package/dist/esm/src/models/ImageHolder.d.ts.map +1 -0
  75. package/dist/esm/src/models/ImageHolder.js +41 -0
  76. package/dist/esm/src/models/InternalErrorException.d.ts +60 -0
  77. package/dist/esm/src/models/InternalErrorException.d.ts.map +1 -0
  78. package/dist/esm/src/models/InternalErrorException.js +62 -0
  79. package/dist/esm/src/models/InternalErrorExceptionCause.d.ts +46 -0
  80. package/dist/esm/src/models/InternalErrorExceptionCause.d.ts.map +1 -0
  81. package/dist/esm/src/models/InternalErrorExceptionCause.js +50 -0
  82. package/dist/esm/src/models/InternalErrorExceptionCauseStackTraceInner.d.ts +75 -0
  83. package/dist/esm/src/models/InternalErrorExceptionCauseStackTraceInner.d.ts.map +1 -0
  84. package/dist/esm/src/models/InternalErrorExceptionCauseStackTraceInner.js +55 -0
  85. package/dist/esm/src/models/InternalErrorExceptionSuppressedInner.d.ts +46 -0
  86. package/dist/esm/src/models/InternalErrorExceptionSuppressedInner.d.ts.map +1 -0
  87. package/dist/esm/src/models/InternalErrorExceptionSuppressedInner.js +50 -0
  88. package/dist/esm/src/models/Journalist.d.ts +185 -0
  89. package/dist/esm/src/models/Journalist.d.ts.map +1 -0
  90. package/dist/esm/src/models/Journalist.js +119 -0
  91. package/dist/esm/src/models/JournalistSearchResult.d.ts +46 -0
  92. package/dist/esm/src/models/JournalistSearchResult.d.ts.map +1 -0
  93. package/dist/esm/src/models/JournalistSearchResult.js +52 -0
  94. package/dist/esm/src/models/KeyPoint.d.ts +39 -0
  95. package/dist/esm/src/models/KeyPoint.d.ts.map +1 -0
  96. package/dist/esm/src/models/KeyPoint.js +43 -0
  97. package/dist/esm/src/models/KeywordHolder.d.ts +39 -0
  98. package/dist/esm/src/models/KeywordHolder.d.ts.map +1 -0
  99. package/dist/esm/src/models/KeywordHolder.js +43 -0
  100. package/dist/esm/src/models/LabelHolder.d.ts +33 -0
  101. package/dist/esm/src/models/LabelHolder.d.ts.map +1 -0
  102. package/dist/esm/src/models/LabelHolder.js +41 -0
  103. package/dist/esm/src/models/LocationCount.d.ts +57 -0
  104. package/dist/esm/src/models/LocationCount.d.ts.map +1 -0
  105. package/dist/esm/src/models/LocationCount.js +49 -0
  106. package/dist/esm/src/models/LocationHolder.d.ts +57 -0
  107. package/dist/esm/src/models/LocationHolder.d.ts.map +1 -0
  108. package/dist/esm/src/models/LocationHolder.js +49 -0
  109. package/dist/esm/src/models/NameCount.d.ts +39 -0
  110. package/dist/esm/src/models/NameCount.d.ts.map +1 -0
  111. package/dist/esm/src/models/NameCount.js +43 -0
  112. package/dist/esm/src/models/NewsCluster.d.ts +253 -0
  113. package/dist/esm/src/models/NewsCluster.d.ts.map +1 -0
  114. package/dist/esm/src/models/NewsCluster.js +191 -0
  115. package/dist/esm/src/models/NotFoundException.d.ts +60 -0
  116. package/dist/esm/src/models/NotFoundException.d.ts.map +1 -0
  117. package/dist/esm/src/models/NotFoundException.js +62 -0
  118. package/dist/esm/src/models/PeopleSearchResult.d.ts +46 -0
  119. package/dist/esm/src/models/PeopleSearchResult.d.ts.map +1 -0
  120. package/dist/esm/src/models/PeopleSearchResult.js +52 -0
  121. package/dist/esm/src/models/Person.d.ts +116 -0
  122. package/dist/esm/src/models/Person.d.ts.map +1 -0
  123. package/dist/esm/src/models/Person.js +90 -0
  124. package/dist/esm/src/models/PersonCount.d.ts +45 -0
  125. package/dist/esm/src/models/PersonCount.d.ts.map +1 -0
  126. package/dist/esm/src/models/PersonCount.js +45 -0
  127. package/dist/esm/src/models/PersonHolder.d.ts +39 -0
  128. package/dist/esm/src/models/PersonHolder.d.ts.map +1 -0
  129. package/dist/esm/src/models/PersonHolder.js +43 -0
  130. package/dist/esm/src/models/Place.d.ts +118 -0
  131. package/dist/esm/src/models/Place.d.ts.map +1 -0
  132. package/dist/esm/src/models/Place.js +72 -0
  133. package/dist/esm/src/models/QuerySearchResult.d.ts +46 -0
  134. package/dist/esm/src/models/QuerySearchResult.d.ts.map +1 -0
  135. package/dist/esm/src/models/QuerySearchResult.js +52 -0
  136. package/dist/esm/src/models/Question.d.ts +45 -0
  137. package/dist/esm/src/models/Question.d.ts.map +1 -0
  138. package/dist/esm/src/models/Question.js +45 -0
  139. package/dist/esm/src/models/RecordStatHolder.d.ts +39 -0
  140. package/dist/esm/src/models/RecordStatHolder.d.ts.map +1 -0
  141. package/dist/esm/src/models/RecordStatHolder.js +43 -0
  142. package/dist/esm/src/models/ScoredArticle.d.ts +40 -0
  143. package/dist/esm/src/models/ScoredArticle.d.ts.map +1 -0
  144. package/dist/esm/src/models/ScoredArticle.js +44 -0
  145. package/dist/esm/src/models/SentimentHolder.d.ts +45 -0
  146. package/dist/esm/src/models/SentimentHolder.d.ts.map +1 -0
  147. package/dist/esm/src/models/SentimentHolder.js +45 -0
  148. package/dist/esm/src/models/SortBy.d.ts +29 -0
  149. package/dist/esm/src/models/SortBy.d.ts.map +1 -0
  150. package/dist/esm/src/models/SortBy.js +46 -0
  151. package/dist/esm/src/models/Source.d.ts +168 -0
  152. package/dist/esm/src/models/Source.d.ts.map +1 -0
  153. package/dist/esm/src/models/Source.js +116 -0
  154. package/dist/esm/src/models/SourceHolder.d.ts +46 -0
  155. package/dist/esm/src/models/SourceHolder.d.ts.map +1 -0
  156. package/dist/esm/src/models/SourceHolder.js +48 -0
  157. package/dist/esm/src/models/SourceLocation.d.ts +58 -0
  158. package/dist/esm/src/models/SourceLocation.d.ts.map +1 -0
  159. package/dist/esm/src/models/SourceLocation.js +52 -0
  160. package/dist/esm/src/models/SourceSearchResult.d.ts +46 -0
  161. package/dist/esm/src/models/SourceSearchResult.d.ts.map +1 -0
  162. package/dist/esm/src/models/SourceSearchResult.js +52 -0
  163. package/dist/esm/src/models/SourceTopStatHolder.d.ts +39 -0
  164. package/dist/esm/src/models/SourceTopStatHolder.d.ts.map +1 -0
  165. package/dist/esm/src/models/SourceTopStatHolder.js +43 -0
  166. package/dist/esm/src/models/StorySearchResult.d.ts +46 -0
  167. package/dist/esm/src/models/StorySearchResult.d.ts.map +1 -0
  168. package/dist/esm/src/models/StorySearchResult.js +52 -0
  169. package/dist/esm/src/models/SummaryBody.d.ts +111 -0
  170. package/dist/esm/src/models/SummaryBody.d.ts.map +1 -0
  171. package/dist/esm/src/models/SummaryBody.js +86 -0
  172. package/dist/esm/src/models/SummarySearchResult.d.ts +52 -0
  173. package/dist/esm/src/models/SummarySearchResult.d.ts.map +1 -0
  174. package/dist/esm/src/models/SummarySearchResult.js +56 -0
  175. package/dist/esm/src/models/SymbolHolder.d.ts +51 -0
  176. package/dist/esm/src/models/SymbolHolder.d.ts.map +1 -0
  177. package/dist/esm/src/models/SymbolHolder.js +47 -0
  178. package/dist/esm/src/models/TooManyRequestsException.d.ts +140 -0
  179. package/dist/esm/src/models/TooManyRequestsException.d.ts.map +1 -0
  180. package/dist/esm/src/models/TooManyRequestsException.js +137 -0
  181. package/dist/esm/src/models/TooManyRequestsExceptionCause.d.ts +46 -0
  182. package/dist/esm/src/models/TooManyRequestsExceptionCause.d.ts.map +1 -0
  183. package/dist/esm/src/models/TooManyRequestsExceptionCause.js +50 -0
  184. package/dist/esm/src/models/TooManyRequestsExceptionCauseStackTraceInner.d.ts +75 -0
  185. package/dist/esm/src/models/TooManyRequestsExceptionCauseStackTraceInner.d.ts.map +1 -0
  186. package/dist/esm/src/models/TooManyRequestsExceptionCauseStackTraceInner.js +55 -0
  187. package/dist/esm/src/models/TooManyRequestsExceptionSuppressedInner.d.ts +46 -0
  188. package/dist/esm/src/models/TooManyRequestsExceptionSuppressedInner.d.ts.map +1 -0
  189. package/dist/esm/src/models/TooManyRequestsExceptionSuppressedInner.js +50 -0
  190. package/dist/esm/src/models/TopicDto.d.ts +58 -0
  191. package/dist/esm/src/models/TopicDto.d.ts.map +1 -0
  192. package/dist/esm/src/models/TopicDto.js +54 -0
  193. package/dist/esm/src/models/TopicHolder.d.ts +33 -0
  194. package/dist/esm/src/models/TopicHolder.d.ts.map +1 -0
  195. package/dist/esm/src/models/TopicHolder.js +41 -0
  196. package/dist/esm/src/models/TopicLabels.d.ts +39 -0
  197. package/dist/esm/src/models/TopicLabels.d.ts.map +1 -0
  198. package/dist/esm/src/models/TopicLabels.js +43 -0
  199. package/dist/esm/src/models/TopicSearchResult.d.ts +40 -0
  200. package/dist/esm/src/models/TopicSearchResult.d.ts.map +1 -0
  201. package/dist/esm/src/models/TopicSearchResult.js +48 -0
  202. package/dist/esm/src/models/VectorSearchResult.d.ts +40 -0
  203. package/dist/esm/src/models/VectorSearchResult.d.ts.map +1 -0
  204. package/dist/esm/src/models/VectorSearchResult.js +48 -0
  205. package/dist/esm/src/models/WebResources.d.ts +129 -0
  206. package/dist/esm/src/models/WebResources.d.ts.map +1 -0
  207. package/dist/esm/src/models/WebResources.js +73 -0
  208. package/dist/esm/src/models/WikidataDateHolder.d.ts +39 -0
  209. package/dist/esm/src/models/WikidataDateHolder.d.ts.map +1 -0
  210. package/dist/esm/src/models/WikidataDateHolder.js +43 -0
  211. package/dist/esm/src/models/WikidataLabelHolder.d.ts +39 -0
  212. package/dist/esm/src/models/WikidataLabelHolder.d.ts.map +1 -0
  213. package/dist/esm/src/models/WikidataLabelHolder.js +43 -0
  214. package/dist/esm/src/models/WikidataPoliticalPartyHolder.d.ts +52 -0
  215. package/dist/esm/src/models/WikidataPoliticalPartyHolder.d.ts.map +1 -0
  216. package/dist/esm/src/models/WikidataPoliticalPartyHolder.js +52 -0
  217. package/dist/esm/src/models/WikidataPositionHolder.d.ts +59 -0
  218. package/dist/esm/src/models/WikidataPositionHolder.d.ts.map +1 -0
  219. package/dist/esm/src/models/WikidataPositionHolder.js +57 -0
  220. package/dist/esm/src/models/index.d.ts +64 -0
  221. package/dist/esm/src/models/index.d.ts.map +1 -0
  222. package/dist/esm/src/models/index.js +65 -0
  223. package/dist/esm/src/runtime.d.ts +180 -0
  224. package/dist/esm/src/runtime.d.ts.map +1 -0
  225. package/dist/esm/src/runtime.js +322 -0
  226. package/dist/esm/tests/integration/v1api.test.d.ts +2 -0
  227. package/dist/esm/tests/integration/v1api.test.d.ts.map +1 -0
  228. package/dist/esm/tests/integration/v1api.test.js +167 -0
  229. package/dist/jest.config.d.ts +1 -0
  230. package/dist/jest.config.d.ts.map +1 -0
  231. package/dist/jest.config.js +10 -0
  232. package/dist/src/apis/V1Api.d.ts +1380 -0
  233. package/dist/src/apis/V1Api.d.ts.map +1 -0
  234. package/dist/src/apis/V1Api.js +1270 -0
  235. package/dist/src/apis/index.d.ts +2 -0
  236. package/dist/src/apis/index.d.ts.map +1 -0
  237. package/dist/src/apis/index.js +19 -0
  238. package/dist/src/index.d.ts +4 -0
  239. package/dist/src/index.d.ts.map +1 -0
  240. package/dist/src/index.js +21 -0
  241. package/dist/src/models/AllEndpointSortBy.d.ts +31 -0
  242. package/dist/src/models/AllEndpointSortBy.d.ts.map +1 -0
  243. package/dist/src/models/AllEndpointSortBy.js +56 -0
  244. package/dist/src/models/Article.d.ts +303 -0
  245. package/dist/src/models/Article.d.ts.map +1 -0
  246. package/dist/src/models/Article.js +206 -0
  247. package/dist/src/models/ArticleSearchFilter.d.ts +286 -0
  248. package/dist/src/models/ArticleSearchFilter.d.ts.map +1 -0
  249. package/dist/src/models/ArticleSearchFilter.js +157 -0
  250. package/dist/src/models/ArticleSearchParams.d.ts +88 -0
  251. package/dist/src/models/ArticleSearchParams.d.ts.map +1 -0
  252. package/dist/src/models/ArticleSearchParams.js +79 -0
  253. package/dist/src/models/AuthException.d.ts +140 -0
  254. package/dist/src/models/AuthException.d.ts.map +1 -0
  255. package/dist/src/models/AuthException.js +145 -0
  256. package/dist/src/models/AuthExceptionCause.d.ts +46 -0
  257. package/dist/src/models/AuthExceptionCause.d.ts.map +1 -0
  258. package/dist/src/models/AuthExceptionCause.js +57 -0
  259. package/dist/src/models/AuthExceptionCauseStackTraceInner.d.ts +75 -0
  260. package/dist/src/models/AuthExceptionCauseStackTraceInner.d.ts.map +1 -0
  261. package/dist/src/models/AuthExceptionCauseStackTraceInner.js +62 -0
  262. package/dist/src/models/AuthExceptionSuppressedInner.d.ts +46 -0
  263. package/dist/src/models/AuthExceptionSuppressedInner.d.ts.map +1 -0
  264. package/dist/src/models/AuthExceptionSuppressedInner.js +57 -0
  265. package/dist/src/models/CategoryHolder.d.ts +33 -0
  266. package/dist/src/models/CategoryHolder.d.ts.map +1 -0
  267. package/dist/src/models/CategoryHolder.js +48 -0
  268. package/dist/src/models/CategoryWithScoreHolder.d.ts +39 -0
  269. package/dist/src/models/CategoryWithScoreHolder.d.ts.map +1 -0
  270. package/dist/src/models/CategoryWithScoreHolder.js +50 -0
  271. package/dist/src/models/Company.d.ts +209 -0
  272. package/dist/src/models/Company.d.ts.map +1 -0
  273. package/dist/src/models/Company.js +114 -0
  274. package/dist/src/models/CompanyCount.d.ts +57 -0
  275. package/dist/src/models/CompanyCount.d.ts.map +1 -0
  276. package/dist/src/models/CompanyCount.js +56 -0
  277. package/dist/src/models/CompanyHolder.d.ts +51 -0
  278. package/dist/src/models/CompanyHolder.d.ts.map +1 -0
  279. package/dist/src/models/CompanyHolder.js +54 -0
  280. package/dist/src/models/CompanySearchResult.d.ts +46 -0
  281. package/dist/src/models/CompanySearchResult.d.ts.map +1 -0
  282. package/dist/src/models/CompanySearchResult.js +59 -0
  283. package/dist/src/models/Coordinate.d.ts +39 -0
  284. package/dist/src/models/Coordinate.d.ts.map +1 -0
  285. package/dist/src/models/Coordinate.js +50 -0
  286. package/dist/src/models/CoordinateFilter.d.ts +45 -0
  287. package/dist/src/models/CoordinateFilter.d.ts.map +1 -0
  288. package/dist/src/models/CoordinateFilter.js +52 -0
  289. package/dist/src/models/EntityHolder.d.ts +45 -0
  290. package/dist/src/models/EntityHolder.d.ts.map +1 -0
  291. package/dist/src/models/EntityHolder.js +52 -0
  292. package/dist/src/models/EventTypeHolder.d.ts +39 -0
  293. package/dist/src/models/EventTypeHolder.d.ts.map +1 -0
  294. package/dist/src/models/EventTypeHolder.js +50 -0
  295. package/dist/src/models/IdNameHolder.d.ts +39 -0
  296. package/dist/src/models/IdNameHolder.d.ts.map +1 -0
  297. package/dist/src/models/IdNameHolder.js +50 -0
  298. package/dist/src/models/IllegalParameterException.d.ts +60 -0
  299. package/dist/src/models/IllegalParameterException.d.ts.map +1 -0
  300. package/dist/src/models/IllegalParameterException.js +69 -0
  301. package/dist/src/models/ImageHolder.d.ts +33 -0
  302. package/dist/src/models/ImageHolder.d.ts.map +1 -0
  303. package/dist/src/models/ImageHolder.js +48 -0
  304. package/dist/src/models/InternalErrorException.d.ts +60 -0
  305. package/dist/src/models/InternalErrorException.d.ts.map +1 -0
  306. package/dist/src/models/InternalErrorException.js +69 -0
  307. package/dist/src/models/InternalErrorExceptionCause.d.ts +46 -0
  308. package/dist/src/models/InternalErrorExceptionCause.d.ts.map +1 -0
  309. package/dist/src/models/InternalErrorExceptionCause.js +57 -0
  310. package/dist/src/models/InternalErrorExceptionCauseStackTraceInner.d.ts +75 -0
  311. package/dist/src/models/InternalErrorExceptionCauseStackTraceInner.d.ts.map +1 -0
  312. package/dist/src/models/InternalErrorExceptionCauseStackTraceInner.js +62 -0
  313. package/dist/src/models/InternalErrorExceptionSuppressedInner.d.ts +46 -0
  314. package/dist/src/models/InternalErrorExceptionSuppressedInner.d.ts.map +1 -0
  315. package/dist/src/models/InternalErrorExceptionSuppressedInner.js +57 -0
  316. package/dist/src/models/Journalist.d.ts +185 -0
  317. package/dist/src/models/Journalist.d.ts.map +1 -0
  318. package/dist/src/models/Journalist.js +126 -0
  319. package/dist/src/models/JournalistSearchResult.d.ts +46 -0
  320. package/dist/src/models/JournalistSearchResult.d.ts.map +1 -0
  321. package/dist/src/models/JournalistSearchResult.js +59 -0
  322. package/dist/src/models/KeyPoint.d.ts +39 -0
  323. package/dist/src/models/KeyPoint.d.ts.map +1 -0
  324. package/dist/src/models/KeyPoint.js +50 -0
  325. package/dist/src/models/KeywordHolder.d.ts +39 -0
  326. package/dist/src/models/KeywordHolder.d.ts.map +1 -0
  327. package/dist/src/models/KeywordHolder.js +50 -0
  328. package/dist/src/models/LabelHolder.d.ts +33 -0
  329. package/dist/src/models/LabelHolder.d.ts.map +1 -0
  330. package/dist/src/models/LabelHolder.js +48 -0
  331. package/dist/src/models/LocationCount.d.ts +57 -0
  332. package/dist/src/models/LocationCount.d.ts.map +1 -0
  333. package/dist/src/models/LocationCount.js +56 -0
  334. package/dist/src/models/LocationHolder.d.ts +57 -0
  335. package/dist/src/models/LocationHolder.d.ts.map +1 -0
  336. package/dist/src/models/LocationHolder.js +56 -0
  337. package/dist/src/models/NameCount.d.ts +39 -0
  338. package/dist/src/models/NameCount.d.ts.map +1 -0
  339. package/dist/src/models/NameCount.js +50 -0
  340. package/dist/src/models/NewsCluster.d.ts +253 -0
  341. package/dist/src/models/NewsCluster.d.ts.map +1 -0
  342. package/dist/src/models/NewsCluster.js +198 -0
  343. package/dist/src/models/NotFoundException.d.ts +60 -0
  344. package/dist/src/models/NotFoundException.d.ts.map +1 -0
  345. package/dist/src/models/NotFoundException.js +69 -0
  346. package/dist/src/models/PeopleSearchResult.d.ts +46 -0
  347. package/dist/src/models/PeopleSearchResult.d.ts.map +1 -0
  348. package/dist/src/models/PeopleSearchResult.js +59 -0
  349. package/dist/src/models/Person.d.ts +116 -0
  350. package/dist/src/models/Person.d.ts.map +1 -0
  351. package/dist/src/models/Person.js +97 -0
  352. package/dist/src/models/PersonCount.d.ts +45 -0
  353. package/dist/src/models/PersonCount.d.ts.map +1 -0
  354. package/dist/src/models/PersonCount.js +52 -0
  355. package/dist/src/models/PersonHolder.d.ts +39 -0
  356. package/dist/src/models/PersonHolder.d.ts.map +1 -0
  357. package/dist/src/models/PersonHolder.js +50 -0
  358. package/dist/src/models/Place.d.ts +118 -0
  359. package/dist/src/models/Place.d.ts.map +1 -0
  360. package/dist/src/models/Place.js +79 -0
  361. package/dist/src/models/QuerySearchResult.d.ts +46 -0
  362. package/dist/src/models/QuerySearchResult.d.ts.map +1 -0
  363. package/dist/src/models/QuerySearchResult.js +59 -0
  364. package/dist/src/models/Question.d.ts +45 -0
  365. package/dist/src/models/Question.d.ts.map +1 -0
  366. package/dist/src/models/Question.js +52 -0
  367. package/dist/src/models/RecordStatHolder.d.ts +39 -0
  368. package/dist/src/models/RecordStatHolder.d.ts.map +1 -0
  369. package/dist/src/models/RecordStatHolder.js +50 -0
  370. package/dist/src/models/ScoredArticle.d.ts +40 -0
  371. package/dist/src/models/ScoredArticle.d.ts.map +1 -0
  372. package/dist/src/models/ScoredArticle.js +51 -0
  373. package/dist/src/models/SentimentHolder.d.ts +45 -0
  374. package/dist/src/models/SentimentHolder.d.ts.map +1 -0
  375. package/dist/src/models/SentimentHolder.js +52 -0
  376. package/dist/src/models/SortBy.d.ts +29 -0
  377. package/dist/src/models/SortBy.d.ts.map +1 -0
  378. package/dist/src/models/SortBy.js +54 -0
  379. package/dist/src/models/Source.d.ts +168 -0
  380. package/dist/src/models/Source.d.ts.map +1 -0
  381. package/dist/src/models/Source.js +123 -0
  382. package/dist/src/models/SourceHolder.d.ts +46 -0
  383. package/dist/src/models/SourceHolder.d.ts.map +1 -0
  384. package/dist/src/models/SourceHolder.js +55 -0
  385. package/dist/src/models/SourceLocation.d.ts +58 -0
  386. package/dist/src/models/SourceLocation.d.ts.map +1 -0
  387. package/dist/src/models/SourceLocation.js +59 -0
  388. package/dist/src/models/SourceSearchResult.d.ts +46 -0
  389. package/dist/src/models/SourceSearchResult.d.ts.map +1 -0
  390. package/dist/src/models/SourceSearchResult.js +59 -0
  391. package/dist/src/models/SourceTopStatHolder.d.ts +39 -0
  392. package/dist/src/models/SourceTopStatHolder.d.ts.map +1 -0
  393. package/dist/src/models/SourceTopStatHolder.js +50 -0
  394. package/dist/src/models/StorySearchResult.d.ts +46 -0
  395. package/dist/src/models/StorySearchResult.d.ts.map +1 -0
  396. package/dist/src/models/StorySearchResult.js +59 -0
  397. package/dist/src/models/SummaryBody.d.ts +111 -0
  398. package/dist/src/models/SummaryBody.d.ts.map +1 -0
  399. package/dist/src/models/SummaryBody.js +94 -0
  400. package/dist/src/models/SummarySearchResult.d.ts +52 -0
  401. package/dist/src/models/SummarySearchResult.d.ts.map +1 -0
  402. package/dist/src/models/SummarySearchResult.js +63 -0
  403. package/dist/src/models/SymbolHolder.d.ts +51 -0
  404. package/dist/src/models/SymbolHolder.d.ts.map +1 -0
  405. package/dist/src/models/SymbolHolder.js +54 -0
  406. package/dist/src/models/TooManyRequestsException.d.ts +140 -0
  407. package/dist/src/models/TooManyRequestsException.d.ts.map +1 -0
  408. package/dist/src/models/TooManyRequestsException.js +145 -0
  409. package/dist/src/models/TooManyRequestsExceptionCause.d.ts +46 -0
  410. package/dist/src/models/TooManyRequestsExceptionCause.d.ts.map +1 -0
  411. package/dist/src/models/TooManyRequestsExceptionCause.js +57 -0
  412. package/dist/src/models/TooManyRequestsExceptionCauseStackTraceInner.d.ts +75 -0
  413. package/dist/src/models/TooManyRequestsExceptionCauseStackTraceInner.d.ts.map +1 -0
  414. package/dist/src/models/TooManyRequestsExceptionCauseStackTraceInner.js +62 -0
  415. package/dist/src/models/TooManyRequestsExceptionSuppressedInner.d.ts +46 -0
  416. package/dist/src/models/TooManyRequestsExceptionSuppressedInner.d.ts.map +1 -0
  417. package/dist/src/models/TooManyRequestsExceptionSuppressedInner.js +57 -0
  418. package/dist/src/models/TopicDto.d.ts +58 -0
  419. package/dist/src/models/TopicDto.d.ts.map +1 -0
  420. package/dist/src/models/TopicDto.js +61 -0
  421. package/dist/src/models/TopicHolder.d.ts +33 -0
  422. package/dist/src/models/TopicHolder.d.ts.map +1 -0
  423. package/dist/src/models/TopicHolder.js +48 -0
  424. package/dist/src/models/TopicLabels.d.ts +39 -0
  425. package/dist/src/models/TopicLabels.d.ts.map +1 -0
  426. package/dist/src/models/TopicLabels.js +50 -0
  427. package/dist/src/models/TopicSearchResult.d.ts +40 -0
  428. package/dist/src/models/TopicSearchResult.d.ts.map +1 -0
  429. package/dist/src/models/TopicSearchResult.js +55 -0
  430. package/dist/src/models/VectorSearchResult.d.ts +40 -0
  431. package/dist/src/models/VectorSearchResult.d.ts.map +1 -0
  432. package/dist/src/models/VectorSearchResult.js +55 -0
  433. package/dist/src/models/WebResources.d.ts +129 -0
  434. package/dist/src/models/WebResources.d.ts.map +1 -0
  435. package/dist/src/models/WebResources.js +80 -0
  436. package/dist/src/models/WikidataDateHolder.d.ts +39 -0
  437. package/dist/src/models/WikidataDateHolder.d.ts.map +1 -0
  438. package/dist/src/models/WikidataDateHolder.js +50 -0
  439. package/dist/src/models/WikidataLabelHolder.d.ts +39 -0
  440. package/dist/src/models/WikidataLabelHolder.d.ts.map +1 -0
  441. package/dist/src/models/WikidataLabelHolder.js +50 -0
  442. package/dist/src/models/WikidataPoliticalPartyHolder.d.ts +52 -0
  443. package/dist/src/models/WikidataPoliticalPartyHolder.d.ts.map +1 -0
  444. package/dist/src/models/WikidataPoliticalPartyHolder.js +59 -0
  445. package/dist/src/models/WikidataPositionHolder.d.ts +59 -0
  446. package/dist/src/models/WikidataPositionHolder.d.ts.map +1 -0
  447. package/dist/src/models/WikidataPositionHolder.js +64 -0
  448. package/dist/src/models/index.d.ts +64 -0
  449. package/dist/src/models/index.d.ts.map +1 -0
  450. package/dist/src/models/index.js +81 -0
  451. package/dist/src/runtime.d.ts +180 -0
  452. package/dist/src/runtime.d.ts.map +1 -0
  453. package/dist/src/runtime.js +338 -0
  454. package/dist/tests/integration/v1api.test.d.ts +2 -0
  455. package/dist/tests/integration/v1api.test.d.ts.map +1 -0
  456. package/dist/tests/integration/v1api.test.js +202 -0
  457. package/package.json +6 -1
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Perigon API
3
+ * The Perigon API provides access to comprehensive news and web content data. To use the API, simply sign up for a Perigon Business Solutions account to obtain your API key. Your available features may vary based on your plan. See the Authentication section for details on how to use your API key.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: data@perigon.io
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface PersonCount
16
+ */
17
+ export interface PersonCount {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PersonCount
22
+ */
23
+ wikidataId?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PersonCount
28
+ */
29
+ name?: string | null;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof PersonCount
34
+ */
35
+ count?: number | null;
36
+ }
37
+ /**
38
+ * Check if a given object implements the PersonCount interface.
39
+ */
40
+ export declare function instanceOfPersonCount(value: object): value is PersonCount;
41
+ export declare function PersonCountFromJSON(json: any): PersonCount;
42
+ export declare function PersonCountFromJSONTyped(json: any, ignoreDiscriminator: boolean): PersonCount;
43
+ export declare function PersonCountToJSON(json: any): PersonCount;
44
+ export declare function PersonCountToJSONTyped(value?: PersonCount | null, ignoreDiscriminator?: boolean): any;
45
+ //# sourceMappingURL=PersonCount.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PersonCount.d.ts","sourceRoot":"","sources":["../../../src/models/PersonCount.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,WAAW;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,WAAW,CAEzE;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAE1D;AAED,wBAAgB,wBAAwB,CACtC,IAAI,EAAE,GAAG,EACT,mBAAmB,EAAE,OAAO,GAC3B,WAAW,CASb;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAExD;AAED,wBAAgB,sBAAsB,CACpC,KAAK,CAAC,EAAE,WAAW,GAAG,IAAI,EAC1B,mBAAmB,GAAE,OAAe,GACnC,GAAG,CAUL"}
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Perigon API
6
+ * The Perigon API provides access to comprehensive news and web content data. To use the API, simply sign up for a Perigon Business Solutions account to obtain your API key. Your available features may vary based on your plan. See the Authentication section for details on how to use your API key.
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ * Contact: data@perigon.io
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfPersonCount = instanceOfPersonCount;
17
+ exports.PersonCountFromJSON = PersonCountFromJSON;
18
+ exports.PersonCountFromJSONTyped = PersonCountFromJSONTyped;
19
+ exports.PersonCountToJSON = PersonCountToJSON;
20
+ exports.PersonCountToJSONTyped = PersonCountToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the PersonCount interface.
23
+ */
24
+ function instanceOfPersonCount(value) {
25
+ return true;
26
+ }
27
+ function PersonCountFromJSON(json) {
28
+ return PersonCountFromJSONTyped(json, false);
29
+ }
30
+ function PersonCountFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ wikidataId: json["wikidataId"] == null ? undefined : json["wikidataId"],
36
+ name: json["name"] == null ? undefined : json["name"],
37
+ count: json["count"] == null ? undefined : json["count"],
38
+ };
39
+ }
40
+ function PersonCountToJSON(json) {
41
+ return PersonCountToJSONTyped(json, false);
42
+ }
43
+ function PersonCountToJSONTyped(value, ignoreDiscriminator = false) {
44
+ if (value == null) {
45
+ return value;
46
+ }
47
+ return {
48
+ wikidataId: value["wikidataId"],
49
+ name: value["name"],
50
+ count: value["count"],
51
+ };
52
+ }
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Perigon API
3
+ * The Perigon API provides access to comprehensive news and web content data. To use the API, simply sign up for a Perigon Business Solutions account to obtain your API key. Your available features may vary based on your plan. See the Authentication section for details on how to use your API key.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: data@perigon.io
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface PersonHolder
16
+ */
17
+ export interface PersonHolder {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PersonHolder
22
+ */
23
+ wikidataId?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PersonHolder
28
+ */
29
+ name?: string | null;
30
+ }
31
+ /**
32
+ * Check if a given object implements the PersonHolder interface.
33
+ */
34
+ export declare function instanceOfPersonHolder(value: object): value is PersonHolder;
35
+ export declare function PersonHolderFromJSON(json: any): PersonHolder;
36
+ export declare function PersonHolderFromJSONTyped(json: any, ignoreDiscriminator: boolean): PersonHolder;
37
+ export declare function PersonHolderToJSON(json: any): PersonHolder;
38
+ export declare function PersonHolderToJSONTyped(value?: PersonHolder | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=PersonHolder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PersonHolder.d.ts","sourceRoot":"","sources":["../../../src/models/PersonHolder.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,YAAY;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB;AAED;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,YAAY,CAE3E;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,YAAY,CAE5D;AAED,wBAAgB,yBAAyB,CACvC,IAAI,EAAE,GAAG,EACT,mBAAmB,EAAE,OAAO,GAC3B,YAAY,CAQd;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,YAAY,CAE1D;AAED,wBAAgB,uBAAuB,CACrC,KAAK,CAAC,EAAE,YAAY,GAAG,IAAI,EAC3B,mBAAmB,GAAE,OAAe,GACnC,GAAG,CASL"}
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Perigon API
6
+ * The Perigon API provides access to comprehensive news and web content data. To use the API, simply sign up for a Perigon Business Solutions account to obtain your API key. Your available features may vary based on your plan. See the Authentication section for details on how to use your API key.
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ * Contact: data@perigon.io
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfPersonHolder = instanceOfPersonHolder;
17
+ exports.PersonHolderFromJSON = PersonHolderFromJSON;
18
+ exports.PersonHolderFromJSONTyped = PersonHolderFromJSONTyped;
19
+ exports.PersonHolderToJSON = PersonHolderToJSON;
20
+ exports.PersonHolderToJSONTyped = PersonHolderToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the PersonHolder interface.
23
+ */
24
+ function instanceOfPersonHolder(value) {
25
+ return true;
26
+ }
27
+ function PersonHolderFromJSON(json) {
28
+ return PersonHolderFromJSONTyped(json, false);
29
+ }
30
+ function PersonHolderFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ wikidataId: json["wikidataId"] == null ? undefined : json["wikidataId"],
36
+ name: json["name"] == null ? undefined : json["name"],
37
+ };
38
+ }
39
+ function PersonHolderToJSON(json) {
40
+ return PersonHolderToJSONTyped(json, false);
41
+ }
42
+ function PersonHolderToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ wikidataId: value["wikidataId"],
48
+ name: value["name"],
49
+ };
50
+ }
@@ -0,0 +1,118 @@
1
+ /**
2
+ * Perigon API
3
+ * The Perigon API provides access to comprehensive news and web content data. To use the API, simply sign up for a Perigon Business Solutions account to obtain your API key. Your available features may vary based on your plan. See the Authentication section for details on how to use your API key.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: data@perigon.io
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { Coordinate } from "./Coordinate";
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface Place
17
+ */
18
+ export interface Place {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof Place
23
+ */
24
+ osmId?: string | null;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof Place
29
+ */
30
+ road?: string | null;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof Place
35
+ */
36
+ quarter?: string | null;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof Place
41
+ */
42
+ suburb?: string | null;
43
+ /**
44
+ *
45
+ * @type {string}
46
+ * @memberof Place
47
+ */
48
+ city?: string | null;
49
+ /**
50
+ *
51
+ * @type {string}
52
+ * @memberof Place
53
+ */
54
+ town?: string | null;
55
+ /**
56
+ *
57
+ * @type {string}
58
+ * @memberof Place
59
+ */
60
+ county?: string | null;
61
+ /**
62
+ *
63
+ * @type {string}
64
+ * @memberof Place
65
+ */
66
+ stateDistrict?: string | null;
67
+ /**
68
+ *
69
+ * @type {string}
70
+ * @memberof Place
71
+ */
72
+ state?: string | null;
73
+ /**
74
+ *
75
+ * @type {string}
76
+ * @memberof Place
77
+ */
78
+ postcode?: string | null;
79
+ /**
80
+ *
81
+ * @type {string}
82
+ * @memberof Place
83
+ */
84
+ country?: string | null;
85
+ /**
86
+ *
87
+ * @type {string}
88
+ * @memberof Place
89
+ */
90
+ countryCode?: string | null;
91
+ /**
92
+ *
93
+ * @type {string}
94
+ * @memberof Place
95
+ */
96
+ amenity?: string | null;
97
+ /**
98
+ *
99
+ * @type {string}
100
+ * @memberof Place
101
+ */
102
+ neighbourhood?: string | null;
103
+ /**
104
+ *
105
+ * @type {Coordinate}
106
+ * @memberof Place
107
+ */
108
+ coordinates?: Coordinate;
109
+ }
110
+ /**
111
+ * Check if a given object implements the Place interface.
112
+ */
113
+ export declare function instanceOfPlace(value: object): value is Place;
114
+ export declare function PlaceFromJSON(json: any): Place;
115
+ export declare function PlaceFromJSONTyped(json: any, ignoreDiscriminator: boolean): Place;
116
+ export declare function PlaceToJSON(json: any): Place;
117
+ export declare function PlaceToJSONTyped(value?: Place | null, ignoreDiscriminator?: boolean): any;
118
+ //# sourceMappingURL=Place.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Place.d.ts","sourceRoot":"","sources":["../../../src/models/Place.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAQ/C;;;;GAIG;AACH,MAAM,WAAW,KAAK;IACpB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,WAAW,CAAC,EAAE,UAAU,CAAC;CAC1B;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,KAAK,CAE7D;AAED,wBAAgB,aAAa,CAAC,IAAI,EAAE,GAAG,GAAG,KAAK,CAE9C;AAED,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,GAAG,EACT,mBAAmB,EAAE,OAAO,GAC3B,KAAK,CA0BP;AAED,wBAAgB,WAAW,CAAC,IAAI,EAAE,GAAG,GAAG,KAAK,CAE5C;AAED,wBAAgB,gBAAgB,CAC9B,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,EACpB,mBAAmB,GAAE,OAAe,GACnC,GAAG,CAsBL"}
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Perigon API
6
+ * The Perigon API provides access to comprehensive news and web content data. To use the API, simply sign up for a Perigon Business Solutions account to obtain your API key. Your available features may vary based on your plan. See the Authentication section for details on how to use your API key.
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ * Contact: data@perigon.io
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfPlace = instanceOfPlace;
17
+ exports.PlaceFromJSON = PlaceFromJSON;
18
+ exports.PlaceFromJSONTyped = PlaceFromJSONTyped;
19
+ exports.PlaceToJSON = PlaceToJSON;
20
+ exports.PlaceToJSONTyped = PlaceToJSONTyped;
21
+ const Coordinate_1 = require("./Coordinate");
22
+ /**
23
+ * Check if a given object implements the Place interface.
24
+ */
25
+ function instanceOfPlace(value) {
26
+ return true;
27
+ }
28
+ function PlaceFromJSON(json) {
29
+ return PlaceFromJSONTyped(json, false);
30
+ }
31
+ function PlaceFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ osmId: json["osmId"] == null ? undefined : json["osmId"],
37
+ road: json["road"] == null ? undefined : json["road"],
38
+ quarter: json["quarter"] == null ? undefined : json["quarter"],
39
+ suburb: json["suburb"] == null ? undefined : json["suburb"],
40
+ city: json["city"] == null ? undefined : json["city"],
41
+ town: json["town"] == null ? undefined : json["town"],
42
+ county: json["county"] == null ? undefined : json["county"],
43
+ stateDistrict: json["stateDistrict"] == null ? undefined : json["stateDistrict"],
44
+ state: json["state"] == null ? undefined : json["state"],
45
+ postcode: json["postcode"] == null ? undefined : json["postcode"],
46
+ country: json["country"] == null ? undefined : json["country"],
47
+ countryCode: json["countryCode"] == null ? undefined : json["countryCode"],
48
+ amenity: json["amenity"] == null ? undefined : json["amenity"],
49
+ neighbourhood: json["neighbourhood"] == null ? undefined : json["neighbourhood"],
50
+ coordinates: json["coordinates"] == null
51
+ ? undefined
52
+ : (0, Coordinate_1.CoordinateFromJSON)(json["coordinates"]),
53
+ };
54
+ }
55
+ function PlaceToJSON(json) {
56
+ return PlaceToJSONTyped(json, false);
57
+ }
58
+ function PlaceToJSONTyped(value, ignoreDiscriminator = false) {
59
+ if (value == null) {
60
+ return value;
61
+ }
62
+ return {
63
+ osmId: value["osmId"],
64
+ road: value["road"],
65
+ quarter: value["quarter"],
66
+ suburb: value["suburb"],
67
+ city: value["city"],
68
+ town: value["town"],
69
+ county: value["county"],
70
+ stateDistrict: value["stateDistrict"],
71
+ state: value["state"],
72
+ postcode: value["postcode"],
73
+ country: value["country"],
74
+ countryCode: value["countryCode"],
75
+ amenity: value["amenity"],
76
+ neighbourhood: value["neighbourhood"],
77
+ coordinates: (0, Coordinate_1.CoordinateToJSON)(value["coordinates"]),
78
+ };
79
+ }
@@ -0,0 +1,46 @@
1
+ /**
2
+ * Perigon API
3
+ * The Perigon API provides access to comprehensive news and web content data. To use the API, simply sign up for a Perigon Business Solutions account to obtain your API key. Your available features may vary based on your plan. See the Authentication section for details on how to use your API key.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: data@perigon.io
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { Article } from "./Article";
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface QuerySearchResult
17
+ */
18
+ export interface QuerySearchResult {
19
+ /**
20
+ *
21
+ * @type {number}
22
+ * @memberof QuerySearchResult
23
+ */
24
+ status: number;
25
+ /**
26
+ *
27
+ * @type {number}
28
+ * @memberof QuerySearchResult
29
+ */
30
+ numResults: number;
31
+ /**
32
+ *
33
+ * @type {Array<Article>}
34
+ * @memberof QuerySearchResult
35
+ */
36
+ articles: Array<Article>;
37
+ }
38
+ /**
39
+ * Check if a given object implements the QuerySearchResult interface.
40
+ */
41
+ export declare function instanceOfQuerySearchResult(value: object): value is QuerySearchResult;
42
+ export declare function QuerySearchResultFromJSON(json: any): QuerySearchResult;
43
+ export declare function QuerySearchResultFromJSONTyped(json: any, ignoreDiscriminator: boolean): QuerySearchResult;
44
+ export declare function QuerySearchResultToJSON(json: any): QuerySearchResult;
45
+ export declare function QuerySearchResultToJSONTyped(value?: QuerySearchResult | null, ignoreDiscriminator?: boolean): any;
46
+ //# sourceMappingURL=QuerySearchResult.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuerySearchResult.d.ts","sourceRoot":"","sources":["../../../src/models/QuerySearchResult.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAQzC;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAChC;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,QAAQ,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;CAC1B;AAED;;GAEG;AACH,wBAAgB,2BAA2B,CACzC,KAAK,EAAE,MAAM,GACZ,KAAK,IAAI,iBAAiB,CAM5B;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEtE;AAED,wBAAgB,8BAA8B,CAC5C,IAAI,EAAE,GAAG,EACT,mBAAmB,EAAE,OAAO,GAC3B,iBAAiB,CASnB;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEpE;AAED,wBAAgB,4BAA4B,CAC1C,KAAK,CAAC,EAAE,iBAAiB,GAAG,IAAI,EAChC,mBAAmB,GAAE,OAAe,GACnC,GAAG,CAUL"}
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Perigon API
6
+ * The Perigon API provides access to comprehensive news and web content data. To use the API, simply sign up for a Perigon Business Solutions account to obtain your API key. Your available features may vary based on your plan. See the Authentication section for details on how to use your API key.
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ * Contact: data@perigon.io
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfQuerySearchResult = instanceOfQuerySearchResult;
17
+ exports.QuerySearchResultFromJSON = QuerySearchResultFromJSON;
18
+ exports.QuerySearchResultFromJSONTyped = QuerySearchResultFromJSONTyped;
19
+ exports.QuerySearchResultToJSON = QuerySearchResultToJSON;
20
+ exports.QuerySearchResultToJSONTyped = QuerySearchResultToJSONTyped;
21
+ const Article_1 = require("./Article");
22
+ /**
23
+ * Check if a given object implements the QuerySearchResult interface.
24
+ */
25
+ function instanceOfQuerySearchResult(value) {
26
+ if (!("status" in value) || value["status"] === undefined)
27
+ return false;
28
+ if (!("numResults" in value) || value["numResults"] === undefined)
29
+ return false;
30
+ if (!("articles" in value) || value["articles"] === undefined)
31
+ return false;
32
+ return true;
33
+ }
34
+ function QuerySearchResultFromJSON(json) {
35
+ return QuerySearchResultFromJSONTyped(json, false);
36
+ }
37
+ function QuerySearchResultFromJSONTyped(json, ignoreDiscriminator) {
38
+ if (json == null) {
39
+ return json;
40
+ }
41
+ return {
42
+ status: json["status"],
43
+ numResults: json["numResults"],
44
+ articles: json["articles"].map(Article_1.ArticleFromJSON),
45
+ };
46
+ }
47
+ function QuerySearchResultToJSON(json) {
48
+ return QuerySearchResultToJSONTyped(json, false);
49
+ }
50
+ function QuerySearchResultToJSONTyped(value, ignoreDiscriminator = false) {
51
+ if (value == null) {
52
+ return value;
53
+ }
54
+ return {
55
+ status: value["status"],
56
+ numResults: value["numResults"],
57
+ articles: value["articles"].map(Article_1.ArticleToJSON),
58
+ };
59
+ }
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Perigon API
3
+ * The Perigon API provides access to comprehensive news and web content data. To use the API, simply sign up for a Perigon Business Solutions account to obtain your API key. Your available features may vary based on your plan. See the Authentication section for details on how to use your API key.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: data@perigon.io
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface Question
16
+ */
17
+ export interface Question {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof Question
22
+ */
23
+ question?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof Question
28
+ */
29
+ answer?: string | null;
30
+ /**
31
+ *
32
+ * @type {Array<string>}
33
+ * @memberof Question
34
+ */
35
+ references?: Array<string> | null;
36
+ }
37
+ /**
38
+ * Check if a given object implements the Question interface.
39
+ */
40
+ export declare function instanceOfQuestion(value: object): value is Question;
41
+ export declare function QuestionFromJSON(json: any): Question;
42
+ export declare function QuestionFromJSONTyped(json: any, ignoreDiscriminator: boolean): Question;
43
+ export declare function QuestionToJSON(json: any): Question;
44
+ export declare function QuestionToJSONTyped(value?: Question | null, ignoreDiscriminator?: boolean): any;
45
+ //# sourceMappingURL=Question.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Question.d.ts","sourceRoot":"","sources":["../../../src/models/Question.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,QAAQ;IACvB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CACnC;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,QAAQ,CAEnE;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAEpD;AAED,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,GAAG,EACT,mBAAmB,EAAE,OAAO,GAC3B,QAAQ,CASV;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAElD;AAED,wBAAgB,mBAAmB,CACjC,KAAK,CAAC,EAAE,QAAQ,GAAG,IAAI,EACvB,mBAAmB,GAAE,OAAe,GACnC,GAAG,CAUL"}
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Perigon API
6
+ * The Perigon API provides access to comprehensive news and web content data. To use the API, simply sign up for a Perigon Business Solutions account to obtain your API key. Your available features may vary based on your plan. See the Authentication section for details on how to use your API key.
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ * Contact: data@perigon.io
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfQuestion = instanceOfQuestion;
17
+ exports.QuestionFromJSON = QuestionFromJSON;
18
+ exports.QuestionFromJSONTyped = QuestionFromJSONTyped;
19
+ exports.QuestionToJSON = QuestionToJSON;
20
+ exports.QuestionToJSONTyped = QuestionToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the Question interface.
23
+ */
24
+ function instanceOfQuestion(value) {
25
+ return true;
26
+ }
27
+ function QuestionFromJSON(json) {
28
+ return QuestionFromJSONTyped(json, false);
29
+ }
30
+ function QuestionFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ question: json["question"] == null ? undefined : json["question"],
36
+ answer: json["answer"] == null ? undefined : json["answer"],
37
+ references: json["references"] == null ? undefined : json["references"],
38
+ };
39
+ }
40
+ function QuestionToJSON(json) {
41
+ return QuestionToJSONTyped(json, false);
42
+ }
43
+ function QuestionToJSONTyped(value, ignoreDiscriminator = false) {
44
+ if (value == null) {
45
+ return value;
46
+ }
47
+ return {
48
+ question: value["question"],
49
+ answer: value["answer"],
50
+ references: value["references"],
51
+ };
52
+ }
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Perigon API
3
+ * The Perigon API provides access to comprehensive news and web content data. To use the API, simply sign up for a Perigon Business Solutions account to obtain your API key. Your available features may vary based on your plan. See the Authentication section for details on how to use your API key.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: data@perigon.io
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface RecordStatHolder
16
+ */
17
+ export interface RecordStatHolder {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof RecordStatHolder
22
+ */
23
+ name?: string | null;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof RecordStatHolder
28
+ */
29
+ count?: number | null;
30
+ }
31
+ /**
32
+ * Check if a given object implements the RecordStatHolder interface.
33
+ */
34
+ export declare function instanceOfRecordStatHolder(value: object): value is RecordStatHolder;
35
+ export declare function RecordStatHolderFromJSON(json: any): RecordStatHolder;
36
+ export declare function RecordStatHolderFromJSONTyped(json: any, ignoreDiscriminator: boolean): RecordStatHolder;
37
+ export declare function RecordStatHolderToJSON(json: any): RecordStatHolder;
38
+ export declare function RecordStatHolderToJSONTyped(value?: RecordStatHolder | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=RecordStatHolder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RecordStatHolder.d.ts","sourceRoot":"","sources":["../../../src/models/RecordStatHolder.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CACxC,KAAK,EAAE,MAAM,GACZ,KAAK,IAAI,gBAAgB,CAE3B;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAEpE;AAED,wBAAgB,6BAA6B,CAC3C,IAAI,EAAE,GAAG,EACT,mBAAmB,EAAE,OAAO,GAC3B,gBAAgB,CAQlB;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAElE;AAED,wBAAgB,2BAA2B,CACzC,KAAK,CAAC,EAAE,gBAAgB,GAAG,IAAI,EAC/B,mBAAmB,GAAE,OAAe,GACnC,GAAG,CASL"}