@goperigon/perigon-ts 1.0.1 → 1.0.3
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/dist/apis/V1Api.d.ts +1380 -0
- package/dist/apis/V1Api.d.ts.map +1 -0
- package/dist/apis/V1Api.js +1270 -0
- package/dist/apis/index.d.ts +2 -0
- package/dist/apis/index.d.ts.map +1 -0
- package/dist/apis/index.js +19 -0
- package/dist/esm/apis/V1Api.d.ts +1380 -0
- package/dist/esm/apis/V1Api.d.ts.map +1 -0
- package/dist/esm/apis/V1Api.js +1233 -0
- package/dist/esm/apis/index.d.ts +2 -0
- package/dist/esm/apis/index.d.ts.map +1 -0
- package/dist/esm/apis/index.js +3 -0
- package/dist/esm/index.d.ts +4 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +5 -0
- package/dist/esm/models/AllEndpointSortBy.d.ts +31 -0
- package/dist/esm/models/AllEndpointSortBy.d.ts.map +1 -0
- package/dist/esm/models/AllEndpointSortBy.js +48 -0
- package/dist/esm/models/Article.d.ts +303 -0
- package/dist/esm/models/Article.d.ts.map +1 -0
- package/dist/esm/models/Article.js +199 -0
- package/dist/esm/models/ArticleSearchFilter.d.ts +286 -0
- package/dist/esm/models/ArticleSearchFilter.d.ts.map +1 -0
- package/dist/esm/models/ArticleSearchFilter.js +150 -0
- package/dist/esm/models/ArticleSearchParams.d.ts +88 -0
- package/dist/esm/models/ArticleSearchParams.d.ts.map +1 -0
- package/dist/esm/models/ArticleSearchParams.js +72 -0
- package/dist/esm/models/AuthException.d.ts +140 -0
- package/dist/esm/models/AuthException.d.ts.map +1 -0
- package/dist/esm/models/AuthException.js +137 -0
- package/dist/esm/models/AuthExceptionCause.d.ts +46 -0
- package/dist/esm/models/AuthExceptionCause.d.ts.map +1 -0
- package/dist/esm/models/AuthExceptionCause.js +50 -0
- package/dist/esm/models/AuthExceptionCauseStackTraceInner.d.ts +75 -0
- package/dist/esm/models/AuthExceptionCauseStackTraceInner.d.ts.map +1 -0
- package/dist/esm/models/AuthExceptionCauseStackTraceInner.js +55 -0
- package/dist/esm/models/AuthExceptionSuppressedInner.d.ts +46 -0
- package/dist/esm/models/AuthExceptionSuppressedInner.d.ts.map +1 -0
- package/dist/esm/models/AuthExceptionSuppressedInner.js +50 -0
- package/dist/esm/models/CategoryHolder.d.ts +33 -0
- package/dist/esm/models/CategoryHolder.d.ts.map +1 -0
- package/dist/esm/models/CategoryHolder.js +41 -0
- package/dist/esm/models/CategoryWithScoreHolder.d.ts +39 -0
- package/dist/esm/models/CategoryWithScoreHolder.d.ts.map +1 -0
- package/dist/esm/models/CategoryWithScoreHolder.js +43 -0
- package/dist/esm/models/Company.d.ts +209 -0
- package/dist/esm/models/Company.d.ts.map +1 -0
- package/dist/esm/models/Company.js +107 -0
- package/dist/esm/models/CompanyCount.d.ts +57 -0
- package/dist/esm/models/CompanyCount.d.ts.map +1 -0
- package/dist/esm/models/CompanyCount.js +49 -0
- package/dist/esm/models/CompanyHolder.d.ts +51 -0
- package/dist/esm/models/CompanyHolder.d.ts.map +1 -0
- package/dist/esm/models/CompanyHolder.js +47 -0
- package/dist/esm/models/CompanySearchResult.d.ts +46 -0
- package/dist/esm/models/CompanySearchResult.d.ts.map +1 -0
- package/dist/esm/models/CompanySearchResult.js +52 -0
- package/dist/esm/models/Coordinate.d.ts +39 -0
- package/dist/esm/models/Coordinate.d.ts.map +1 -0
- package/dist/esm/models/Coordinate.js +43 -0
- package/dist/esm/models/CoordinateFilter.d.ts +45 -0
- package/dist/esm/models/CoordinateFilter.d.ts.map +1 -0
- package/dist/esm/models/CoordinateFilter.js +45 -0
- package/dist/esm/models/EntityHolder.d.ts +45 -0
- package/dist/esm/models/EntityHolder.d.ts.map +1 -0
- package/dist/esm/models/EntityHolder.js +45 -0
- package/dist/esm/models/EventTypeHolder.d.ts +39 -0
- package/dist/esm/models/EventTypeHolder.d.ts.map +1 -0
- package/dist/esm/models/EventTypeHolder.js +43 -0
- package/dist/esm/models/IdNameHolder.d.ts +39 -0
- package/dist/esm/models/IdNameHolder.d.ts.map +1 -0
- package/dist/esm/models/IdNameHolder.js +43 -0
- package/dist/esm/models/IllegalParameterException.d.ts +60 -0
- package/dist/esm/models/IllegalParameterException.d.ts.map +1 -0
- package/dist/esm/models/IllegalParameterException.js +62 -0
- package/dist/esm/models/ImageHolder.d.ts +33 -0
- package/dist/esm/models/ImageHolder.d.ts.map +1 -0
- package/dist/esm/models/ImageHolder.js +41 -0
- package/dist/esm/models/InternalErrorException.d.ts +60 -0
- package/dist/esm/models/InternalErrorException.d.ts.map +1 -0
- package/dist/esm/models/InternalErrorException.js +62 -0
- package/dist/esm/models/InternalErrorExceptionCause.d.ts +46 -0
- package/dist/esm/models/InternalErrorExceptionCause.d.ts.map +1 -0
- package/dist/esm/models/InternalErrorExceptionCause.js +50 -0
- package/dist/esm/models/InternalErrorExceptionCauseStackTraceInner.d.ts +75 -0
- package/dist/esm/models/InternalErrorExceptionCauseStackTraceInner.d.ts.map +1 -0
- package/dist/esm/models/InternalErrorExceptionCauseStackTraceInner.js +55 -0
- package/dist/esm/models/InternalErrorExceptionSuppressedInner.d.ts +46 -0
- package/dist/esm/models/InternalErrorExceptionSuppressedInner.d.ts.map +1 -0
- package/dist/esm/models/InternalErrorExceptionSuppressedInner.js +50 -0
- package/dist/esm/models/Journalist.d.ts +185 -0
- package/dist/esm/models/Journalist.d.ts.map +1 -0
- package/dist/esm/models/Journalist.js +119 -0
- package/dist/esm/models/JournalistSearchResult.d.ts +46 -0
- package/dist/esm/models/JournalistSearchResult.d.ts.map +1 -0
- package/dist/esm/models/JournalistSearchResult.js +52 -0
- package/dist/esm/models/KeyPoint.d.ts +39 -0
- package/dist/esm/models/KeyPoint.d.ts.map +1 -0
- package/dist/esm/models/KeyPoint.js +43 -0
- package/dist/esm/models/KeywordHolder.d.ts +39 -0
- package/dist/esm/models/KeywordHolder.d.ts.map +1 -0
- package/dist/esm/models/KeywordHolder.js +43 -0
- package/dist/esm/models/LabelHolder.d.ts +33 -0
- package/dist/esm/models/LabelHolder.d.ts.map +1 -0
- package/dist/esm/models/LabelHolder.js +41 -0
- package/dist/esm/models/LocationCount.d.ts +57 -0
- package/dist/esm/models/LocationCount.d.ts.map +1 -0
- package/dist/esm/models/LocationCount.js +49 -0
- package/dist/esm/models/LocationHolder.d.ts +57 -0
- package/dist/esm/models/LocationHolder.d.ts.map +1 -0
- package/dist/esm/models/LocationHolder.js +49 -0
- package/dist/esm/models/NameCount.d.ts +39 -0
- package/dist/esm/models/NameCount.d.ts.map +1 -0
- package/dist/esm/models/NameCount.js +43 -0
- package/dist/esm/models/NewsCluster.d.ts +253 -0
- package/dist/esm/models/NewsCluster.d.ts.map +1 -0
- package/dist/esm/models/NewsCluster.js +191 -0
- package/dist/esm/models/NotFoundException.d.ts +60 -0
- package/dist/esm/models/NotFoundException.d.ts.map +1 -0
- package/dist/esm/models/NotFoundException.js +62 -0
- package/dist/esm/models/PeopleSearchResult.d.ts +46 -0
- package/dist/esm/models/PeopleSearchResult.d.ts.map +1 -0
- package/dist/esm/models/PeopleSearchResult.js +52 -0
- package/dist/esm/models/Person.d.ts +116 -0
- package/dist/esm/models/Person.d.ts.map +1 -0
- package/dist/esm/models/Person.js +90 -0
- package/dist/esm/models/PersonCount.d.ts +45 -0
- package/dist/esm/models/PersonCount.d.ts.map +1 -0
- package/dist/esm/models/PersonCount.js +45 -0
- package/dist/esm/models/PersonHolder.d.ts +39 -0
- package/dist/esm/models/PersonHolder.d.ts.map +1 -0
- package/dist/esm/models/PersonHolder.js +43 -0
- package/dist/esm/models/Place.d.ts +118 -0
- package/dist/esm/models/Place.d.ts.map +1 -0
- package/dist/esm/models/Place.js +72 -0
- package/dist/esm/models/QuerySearchResult.d.ts +46 -0
- package/dist/esm/models/QuerySearchResult.d.ts.map +1 -0
- package/dist/esm/models/QuerySearchResult.js +52 -0
- package/dist/esm/models/Question.d.ts +45 -0
- package/dist/esm/models/Question.d.ts.map +1 -0
- package/dist/esm/models/Question.js +45 -0
- package/dist/esm/models/RecordStatHolder.d.ts +39 -0
- package/dist/esm/models/RecordStatHolder.d.ts.map +1 -0
- package/dist/esm/models/RecordStatHolder.js +43 -0
- package/dist/esm/models/ScoredArticle.d.ts +40 -0
- package/dist/esm/models/ScoredArticle.d.ts.map +1 -0
- package/dist/esm/models/ScoredArticle.js +44 -0
- package/dist/esm/models/SentimentHolder.d.ts +45 -0
- package/dist/esm/models/SentimentHolder.d.ts.map +1 -0
- package/dist/esm/models/SentimentHolder.js +45 -0
- package/dist/esm/models/SortBy.d.ts +29 -0
- package/dist/esm/models/SortBy.d.ts.map +1 -0
- package/dist/esm/models/SortBy.js +46 -0
- package/dist/esm/models/Source.d.ts +168 -0
- package/dist/esm/models/Source.d.ts.map +1 -0
- package/dist/esm/models/Source.js +116 -0
- package/dist/esm/models/SourceHolder.d.ts +46 -0
- package/dist/esm/models/SourceHolder.d.ts.map +1 -0
- package/dist/esm/models/SourceHolder.js +48 -0
- package/dist/esm/models/SourceLocation.d.ts +58 -0
- package/dist/esm/models/SourceLocation.d.ts.map +1 -0
- package/dist/esm/models/SourceLocation.js +52 -0
- package/dist/esm/models/SourceSearchResult.d.ts +46 -0
- package/dist/esm/models/SourceSearchResult.d.ts.map +1 -0
- package/dist/esm/models/SourceSearchResult.js +52 -0
- package/dist/esm/models/SourceTopStatHolder.d.ts +39 -0
- package/dist/esm/models/SourceTopStatHolder.d.ts.map +1 -0
- package/dist/esm/models/SourceTopStatHolder.js +43 -0
- package/dist/esm/models/StorySearchResult.d.ts +46 -0
- package/dist/esm/models/StorySearchResult.d.ts.map +1 -0
- package/dist/esm/models/StorySearchResult.js +52 -0
- package/dist/esm/models/SummaryBody.d.ts +111 -0
- package/dist/esm/models/SummaryBody.d.ts.map +1 -0
- package/dist/esm/models/SummaryBody.js +86 -0
- package/dist/esm/models/SummarySearchResult.d.ts +52 -0
- package/dist/esm/models/SummarySearchResult.d.ts.map +1 -0
- package/dist/esm/models/SummarySearchResult.js +56 -0
- package/dist/esm/models/SymbolHolder.d.ts +51 -0
- package/dist/esm/models/SymbolHolder.d.ts.map +1 -0
- package/dist/esm/models/SymbolHolder.js +47 -0
- package/dist/esm/models/TooManyRequestsException.d.ts +140 -0
- package/dist/esm/models/TooManyRequestsException.d.ts.map +1 -0
- package/dist/esm/models/TooManyRequestsException.js +137 -0
- package/dist/esm/models/TooManyRequestsExceptionCause.d.ts +46 -0
- package/dist/esm/models/TooManyRequestsExceptionCause.d.ts.map +1 -0
- package/dist/esm/models/TooManyRequestsExceptionCause.js +50 -0
- package/dist/esm/models/TooManyRequestsExceptionCauseStackTraceInner.d.ts +75 -0
- package/dist/esm/models/TooManyRequestsExceptionCauseStackTraceInner.d.ts.map +1 -0
- package/dist/esm/models/TooManyRequestsExceptionCauseStackTraceInner.js +55 -0
- package/dist/esm/models/TooManyRequestsExceptionSuppressedInner.d.ts +46 -0
- package/dist/esm/models/TooManyRequestsExceptionSuppressedInner.d.ts.map +1 -0
- package/dist/esm/models/TooManyRequestsExceptionSuppressedInner.js +50 -0
- package/dist/esm/models/TopicDto.d.ts +58 -0
- package/dist/esm/models/TopicDto.d.ts.map +1 -0
- package/dist/esm/models/TopicDto.js +54 -0
- package/dist/esm/models/TopicHolder.d.ts +33 -0
- package/dist/esm/models/TopicHolder.d.ts.map +1 -0
- package/dist/esm/models/TopicHolder.js +41 -0
- package/dist/esm/models/TopicLabels.d.ts +39 -0
- package/dist/esm/models/TopicLabels.d.ts.map +1 -0
- package/dist/esm/models/TopicLabels.js +43 -0
- package/dist/esm/models/TopicSearchResult.d.ts +40 -0
- package/dist/esm/models/TopicSearchResult.d.ts.map +1 -0
- package/dist/esm/models/TopicSearchResult.js +48 -0
- package/dist/esm/models/VectorSearchResult.d.ts +40 -0
- package/dist/esm/models/VectorSearchResult.d.ts.map +1 -0
- package/dist/esm/models/VectorSearchResult.js +48 -0
- package/dist/esm/models/WebResources.d.ts +129 -0
- package/dist/esm/models/WebResources.d.ts.map +1 -0
- package/dist/esm/models/WebResources.js +73 -0
- package/dist/esm/models/WikidataDateHolder.d.ts +39 -0
- package/dist/esm/models/WikidataDateHolder.d.ts.map +1 -0
- package/dist/esm/models/WikidataDateHolder.js +43 -0
- package/dist/esm/models/WikidataLabelHolder.d.ts +39 -0
- package/dist/esm/models/WikidataLabelHolder.d.ts.map +1 -0
- package/dist/esm/models/WikidataLabelHolder.js +43 -0
- package/dist/esm/models/WikidataPoliticalPartyHolder.d.ts +52 -0
- package/dist/esm/models/WikidataPoliticalPartyHolder.d.ts.map +1 -0
- package/dist/esm/models/WikidataPoliticalPartyHolder.js +52 -0
- package/dist/esm/models/WikidataPositionHolder.d.ts +59 -0
- package/dist/esm/models/WikidataPositionHolder.d.ts.map +1 -0
- package/dist/esm/models/WikidataPositionHolder.js +57 -0
- package/dist/esm/models/index.d.ts +64 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +65 -0
- package/dist/esm/runtime.d.ts +180 -0
- package/dist/esm/runtime.d.ts.map +1 -0
- package/dist/esm/runtime.js +322 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +21 -0
- package/dist/models/AllEndpointSortBy.d.ts +31 -0
- package/dist/models/AllEndpointSortBy.d.ts.map +1 -0
- package/dist/models/AllEndpointSortBy.js +56 -0
- package/dist/models/Article.d.ts +303 -0
- package/dist/models/Article.d.ts.map +1 -0
- package/dist/models/Article.js +206 -0
- package/dist/models/ArticleSearchFilter.d.ts +286 -0
- package/dist/models/ArticleSearchFilter.d.ts.map +1 -0
- package/dist/models/ArticleSearchFilter.js +157 -0
- package/dist/models/ArticleSearchParams.d.ts +88 -0
- package/dist/models/ArticleSearchParams.d.ts.map +1 -0
- package/dist/models/ArticleSearchParams.js +79 -0
- package/dist/models/AuthException.d.ts +140 -0
- package/dist/models/AuthException.d.ts.map +1 -0
- package/dist/models/AuthException.js +145 -0
- package/dist/models/AuthExceptionCause.d.ts +46 -0
- package/dist/models/AuthExceptionCause.d.ts.map +1 -0
- package/dist/models/AuthExceptionCause.js +57 -0
- package/dist/models/AuthExceptionCauseStackTraceInner.d.ts +75 -0
- package/dist/models/AuthExceptionCauseStackTraceInner.d.ts.map +1 -0
- package/dist/models/AuthExceptionCauseStackTraceInner.js +62 -0
- package/dist/models/AuthExceptionSuppressedInner.d.ts +46 -0
- package/dist/models/AuthExceptionSuppressedInner.d.ts.map +1 -0
- package/dist/models/AuthExceptionSuppressedInner.js +57 -0
- package/dist/models/CategoryHolder.d.ts +33 -0
- package/dist/models/CategoryHolder.d.ts.map +1 -0
- package/dist/models/CategoryHolder.js +48 -0
- package/dist/models/CategoryWithScoreHolder.d.ts +39 -0
- package/dist/models/CategoryWithScoreHolder.d.ts.map +1 -0
- package/dist/models/CategoryWithScoreHolder.js +50 -0
- package/dist/models/Company.d.ts +209 -0
- package/dist/models/Company.d.ts.map +1 -0
- package/dist/models/Company.js +114 -0
- package/dist/models/CompanyCount.d.ts +57 -0
- package/dist/models/CompanyCount.d.ts.map +1 -0
- package/dist/models/CompanyCount.js +56 -0
- package/dist/models/CompanyHolder.d.ts +51 -0
- package/dist/models/CompanyHolder.d.ts.map +1 -0
- package/dist/models/CompanyHolder.js +54 -0
- package/dist/models/CompanySearchResult.d.ts +46 -0
- package/dist/models/CompanySearchResult.d.ts.map +1 -0
- package/dist/models/CompanySearchResult.js +59 -0
- package/dist/models/Coordinate.d.ts +39 -0
- package/dist/models/Coordinate.d.ts.map +1 -0
- package/dist/models/Coordinate.js +50 -0
- package/dist/models/CoordinateFilter.d.ts +45 -0
- package/dist/models/CoordinateFilter.d.ts.map +1 -0
- package/dist/models/CoordinateFilter.js +52 -0
- package/dist/models/EntityHolder.d.ts +45 -0
- package/dist/models/EntityHolder.d.ts.map +1 -0
- package/dist/models/EntityHolder.js +52 -0
- package/dist/models/EventTypeHolder.d.ts +39 -0
- package/dist/models/EventTypeHolder.d.ts.map +1 -0
- package/dist/models/EventTypeHolder.js +50 -0
- package/dist/models/IdNameHolder.d.ts +39 -0
- package/dist/models/IdNameHolder.d.ts.map +1 -0
- package/dist/models/IdNameHolder.js +50 -0
- package/dist/models/IllegalParameterException.d.ts +60 -0
- package/dist/models/IllegalParameterException.d.ts.map +1 -0
- package/dist/models/IllegalParameterException.js +69 -0
- package/dist/models/ImageHolder.d.ts +33 -0
- package/dist/models/ImageHolder.d.ts.map +1 -0
- package/dist/models/ImageHolder.js +48 -0
- package/dist/models/InternalErrorException.d.ts +60 -0
- package/dist/models/InternalErrorException.d.ts.map +1 -0
- package/dist/models/InternalErrorException.js +69 -0
- package/dist/models/InternalErrorExceptionCause.d.ts +46 -0
- package/dist/models/InternalErrorExceptionCause.d.ts.map +1 -0
- package/dist/models/InternalErrorExceptionCause.js +57 -0
- package/dist/models/InternalErrorExceptionCauseStackTraceInner.d.ts +75 -0
- package/dist/models/InternalErrorExceptionCauseStackTraceInner.d.ts.map +1 -0
- package/dist/models/InternalErrorExceptionCauseStackTraceInner.js +62 -0
- package/dist/models/InternalErrorExceptionSuppressedInner.d.ts +46 -0
- package/dist/models/InternalErrorExceptionSuppressedInner.d.ts.map +1 -0
- package/dist/models/InternalErrorExceptionSuppressedInner.js +57 -0
- package/dist/models/Journalist.d.ts +185 -0
- package/dist/models/Journalist.d.ts.map +1 -0
- package/dist/models/Journalist.js +126 -0
- package/dist/models/JournalistSearchResult.d.ts +46 -0
- package/dist/models/JournalistSearchResult.d.ts.map +1 -0
- package/dist/models/JournalistSearchResult.js +59 -0
- package/dist/models/KeyPoint.d.ts +39 -0
- package/dist/models/KeyPoint.d.ts.map +1 -0
- package/dist/models/KeyPoint.js +50 -0
- package/dist/models/KeywordHolder.d.ts +39 -0
- package/dist/models/KeywordHolder.d.ts.map +1 -0
- package/dist/models/KeywordHolder.js +50 -0
- package/dist/models/LabelHolder.d.ts +33 -0
- package/dist/models/LabelHolder.d.ts.map +1 -0
- package/dist/models/LabelHolder.js +48 -0
- package/dist/models/LocationCount.d.ts +57 -0
- package/dist/models/LocationCount.d.ts.map +1 -0
- package/dist/models/LocationCount.js +56 -0
- package/dist/models/LocationHolder.d.ts +57 -0
- package/dist/models/LocationHolder.d.ts.map +1 -0
- package/dist/models/LocationHolder.js +56 -0
- package/dist/models/NameCount.d.ts +39 -0
- package/dist/models/NameCount.d.ts.map +1 -0
- package/dist/models/NameCount.js +50 -0
- package/dist/models/NewsCluster.d.ts +253 -0
- package/dist/models/NewsCluster.d.ts.map +1 -0
- package/dist/models/NewsCluster.js +198 -0
- package/dist/models/NotFoundException.d.ts +60 -0
- package/dist/models/NotFoundException.d.ts.map +1 -0
- package/dist/models/NotFoundException.js +69 -0
- package/dist/models/PeopleSearchResult.d.ts +46 -0
- package/dist/models/PeopleSearchResult.d.ts.map +1 -0
- package/dist/models/PeopleSearchResult.js +59 -0
- package/dist/models/Person.d.ts +116 -0
- package/dist/models/Person.d.ts.map +1 -0
- package/dist/models/Person.js +97 -0
- package/dist/models/PersonCount.d.ts +45 -0
- package/dist/models/PersonCount.d.ts.map +1 -0
- package/dist/models/PersonCount.js +52 -0
- package/dist/models/PersonHolder.d.ts +39 -0
- package/dist/models/PersonHolder.d.ts.map +1 -0
- package/dist/models/PersonHolder.js +50 -0
- package/dist/models/Place.d.ts +118 -0
- package/dist/models/Place.d.ts.map +1 -0
- package/dist/models/Place.js +79 -0
- package/dist/models/QuerySearchResult.d.ts +46 -0
- package/dist/models/QuerySearchResult.d.ts.map +1 -0
- package/dist/models/QuerySearchResult.js +59 -0
- package/dist/models/Question.d.ts +45 -0
- package/dist/models/Question.d.ts.map +1 -0
- package/dist/models/Question.js +52 -0
- package/dist/models/RecordStatHolder.d.ts +39 -0
- package/dist/models/RecordStatHolder.d.ts.map +1 -0
- package/dist/models/RecordStatHolder.js +50 -0
- package/dist/models/ScoredArticle.d.ts +40 -0
- package/dist/models/ScoredArticle.d.ts.map +1 -0
- package/dist/models/ScoredArticle.js +51 -0
- package/dist/models/SentimentHolder.d.ts +45 -0
- package/dist/models/SentimentHolder.d.ts.map +1 -0
- package/dist/models/SentimentHolder.js +52 -0
- package/dist/models/SortBy.d.ts +29 -0
- package/dist/models/SortBy.d.ts.map +1 -0
- package/dist/models/SortBy.js +54 -0
- package/dist/models/Source.d.ts +168 -0
- package/dist/models/Source.d.ts.map +1 -0
- package/dist/models/Source.js +123 -0
- package/dist/models/SourceHolder.d.ts +46 -0
- package/dist/models/SourceHolder.d.ts.map +1 -0
- package/dist/models/SourceHolder.js +55 -0
- package/dist/models/SourceLocation.d.ts +58 -0
- package/dist/models/SourceLocation.d.ts.map +1 -0
- package/dist/models/SourceLocation.js +59 -0
- package/dist/models/SourceSearchResult.d.ts +46 -0
- package/dist/models/SourceSearchResult.d.ts.map +1 -0
- package/dist/models/SourceSearchResult.js +59 -0
- package/dist/models/SourceTopStatHolder.d.ts +39 -0
- package/dist/models/SourceTopStatHolder.d.ts.map +1 -0
- package/dist/models/SourceTopStatHolder.js +50 -0
- package/dist/models/StorySearchResult.d.ts +46 -0
- package/dist/models/StorySearchResult.d.ts.map +1 -0
- package/dist/models/StorySearchResult.js +59 -0
- package/dist/models/SummaryBody.d.ts +111 -0
- package/dist/models/SummaryBody.d.ts.map +1 -0
- package/dist/models/SummaryBody.js +94 -0
- package/dist/models/SummarySearchResult.d.ts +52 -0
- package/dist/models/SummarySearchResult.d.ts.map +1 -0
- package/dist/models/SummarySearchResult.js +63 -0
- package/dist/models/SymbolHolder.d.ts +51 -0
- package/dist/models/SymbolHolder.d.ts.map +1 -0
- package/dist/models/SymbolHolder.js +54 -0
- package/dist/models/TooManyRequestsException.d.ts +140 -0
- package/dist/models/TooManyRequestsException.d.ts.map +1 -0
- package/dist/models/TooManyRequestsException.js +145 -0
- package/dist/models/TooManyRequestsExceptionCause.d.ts +46 -0
- package/dist/models/TooManyRequestsExceptionCause.d.ts.map +1 -0
- package/dist/models/TooManyRequestsExceptionCause.js +57 -0
- package/dist/models/TooManyRequestsExceptionCauseStackTraceInner.d.ts +75 -0
- package/dist/models/TooManyRequestsExceptionCauseStackTraceInner.d.ts.map +1 -0
- package/dist/models/TooManyRequestsExceptionCauseStackTraceInner.js +62 -0
- package/dist/models/TooManyRequestsExceptionSuppressedInner.d.ts +46 -0
- package/dist/models/TooManyRequestsExceptionSuppressedInner.d.ts.map +1 -0
- package/dist/models/TooManyRequestsExceptionSuppressedInner.js +57 -0
- package/dist/models/TopicDto.d.ts +58 -0
- package/dist/models/TopicDto.d.ts.map +1 -0
- package/dist/models/TopicDto.js +61 -0
- package/dist/models/TopicHolder.d.ts +33 -0
- package/dist/models/TopicHolder.d.ts.map +1 -0
- package/dist/models/TopicHolder.js +48 -0
- package/dist/models/TopicLabels.d.ts +39 -0
- package/dist/models/TopicLabels.d.ts.map +1 -0
- package/dist/models/TopicLabels.js +50 -0
- package/dist/models/TopicSearchResult.d.ts +40 -0
- package/dist/models/TopicSearchResult.d.ts.map +1 -0
- package/dist/models/TopicSearchResult.js +55 -0
- package/dist/models/VectorSearchResult.d.ts +40 -0
- package/dist/models/VectorSearchResult.d.ts.map +1 -0
- package/dist/models/VectorSearchResult.js +55 -0
- package/dist/models/WebResources.d.ts +129 -0
- package/dist/models/WebResources.d.ts.map +1 -0
- package/dist/models/WebResources.js +80 -0
- package/dist/models/WikidataDateHolder.d.ts +39 -0
- package/dist/models/WikidataDateHolder.d.ts.map +1 -0
- package/dist/models/WikidataDateHolder.js +50 -0
- package/dist/models/WikidataLabelHolder.d.ts +39 -0
- package/dist/models/WikidataLabelHolder.d.ts.map +1 -0
- package/dist/models/WikidataLabelHolder.js +50 -0
- package/dist/models/WikidataPoliticalPartyHolder.d.ts +52 -0
- package/dist/models/WikidataPoliticalPartyHolder.d.ts.map +1 -0
- package/dist/models/WikidataPoliticalPartyHolder.js +59 -0
- package/dist/models/WikidataPositionHolder.d.ts +59 -0
- package/dist/models/WikidataPositionHolder.d.ts.map +1 -0
- package/dist/models/WikidataPositionHolder.js +64 -0
- package/dist/models/index.d.ts +64 -0
- package/dist/models/index.d.ts.map +1 -0
- package/dist/models/index.js +81 -0
- package/dist/runtime.d.ts +180 -0
- package/dist/runtime.d.ts.map +1 -0
- package/dist/runtime.js +338 -0
- package/package.json +6 -1
|
@@ -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 { Company } from "./Company";
|
|
13
|
+
/**
|
|
14
|
+
* Company search result
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CompanySearchResult
|
|
17
|
+
*/
|
|
18
|
+
export interface CompanySearchResult {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof CompanySearchResult
|
|
23
|
+
*/
|
|
24
|
+
status: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof CompanySearchResult
|
|
29
|
+
*/
|
|
30
|
+
numResults: number;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Array<Company>}
|
|
34
|
+
* @memberof CompanySearchResult
|
|
35
|
+
*/
|
|
36
|
+
results: Array<Company>;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the CompanySearchResult interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfCompanySearchResult(value: object): value is CompanySearchResult;
|
|
42
|
+
export declare function CompanySearchResultFromJSON(json: any): CompanySearchResult;
|
|
43
|
+
export declare function CompanySearchResultFromJSONTyped(json: any, ignoreDiscriminator: boolean): CompanySearchResult;
|
|
44
|
+
export declare function CompanySearchResultToJSON(json: any): CompanySearchResult;
|
|
45
|
+
export declare function CompanySearchResultToJSONTyped(value?: CompanySearchResult | null, ignoreDiscriminator?: boolean): any;
|
|
46
|
+
//# sourceMappingURL=CompanySearchResult.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompanySearchResult.d.ts","sourceRoot":"","sources":["../../../src/models/CompanySearchResult.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAQzC;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAClC;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;CACzB;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAC3C,KAAK,EAAE,MAAM,GACZ,KAAK,IAAI,mBAAmB,CAM9B;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAC9C,IAAI,EAAE,GAAG,EACT,mBAAmB,EAAE,OAAO,GAC3B,mBAAmB,CASrB;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAExE;AAED,wBAAgB,8BAA8B,CAC5C,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,EAClC,mBAAmB,GAAE,OAAe,GACnC,GAAG,CAUL"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Perigon API
|
|
5
|
+
* 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.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: data@perigon.io
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { CompanyFromJSON, CompanyToJSON, } from "./Company";
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the CompanySearchResult interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfCompanySearchResult(value) {
|
|
19
|
+
if (!("status" in value) || value["status"] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
if (!("numResults" in value) || value["numResults"] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!("results" in value) || value["results"] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
export function CompanySearchResultFromJSON(json) {
|
|
28
|
+
return CompanySearchResultFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
export function CompanySearchResultFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
status: json["status"],
|
|
36
|
+
numResults: json["numResults"],
|
|
37
|
+
results: json["results"].map(CompanyFromJSON),
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
export function CompanySearchResultToJSON(json) {
|
|
41
|
+
return CompanySearchResultToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
export function CompanySearchResultToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
status: value["status"],
|
|
49
|
+
numResults: value["numResults"],
|
|
50
|
+
results: value["results"].map(CompanyToJSON),
|
|
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 Coordinate
|
|
16
|
+
*/
|
|
17
|
+
export interface Coordinate {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof Coordinate
|
|
22
|
+
*/
|
|
23
|
+
lat?: number | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof Coordinate
|
|
28
|
+
*/
|
|
29
|
+
lon?: number | null;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the Coordinate interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfCoordinate(value: object): value is Coordinate;
|
|
35
|
+
export declare function CoordinateFromJSON(json: any): Coordinate;
|
|
36
|
+
export declare function CoordinateFromJSONTyped(json: any, ignoreDiscriminator: boolean): Coordinate;
|
|
37
|
+
export declare function CoordinateToJSON(json: any): Coordinate;
|
|
38
|
+
export declare function CoordinateToJSONTyped(value?: Coordinate | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=Coordinate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Coordinate.d.ts","sourceRoot":"","sources":["../../../src/models/Coordinate.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,UAAU;IACzB;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,UAAU,CAEvE;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,UAAU,CAExD;AAED,wBAAgB,uBAAuB,CACrC,IAAI,EAAE,GAAG,EACT,mBAAmB,EAAE,OAAO,GAC3B,UAAU,CAQZ;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,GAAG,GAAG,UAAU,CAEtD;AAED,wBAAgB,qBAAqB,CACnC,KAAK,CAAC,EAAE,UAAU,GAAG,IAAI,EACzB,mBAAmB,GAAE,OAAe,GACnC,GAAG,CASL"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Perigon API
|
|
5
|
+
* 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.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: data@perigon.io
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the Coordinate interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfCoordinate(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function CoordinateFromJSON(json) {
|
|
21
|
+
return CoordinateFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function CoordinateFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
lat: json["lat"] == null ? undefined : json["lat"],
|
|
29
|
+
lon: json["lon"] == null ? undefined : json["lon"],
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
export function CoordinateToJSON(json) {
|
|
33
|
+
return CoordinateToJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function CoordinateToJSONTyped(value, ignoreDiscriminator = false) {
|
|
36
|
+
if (value == null) {
|
|
37
|
+
return value;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
lat: value["lat"],
|
|
41
|
+
lon: value["lon"],
|
|
42
|
+
};
|
|
43
|
+
}
|
|
@@ -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
|
+
* Filter using sources that are located on specific coordinates using Lat, lon and radius.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CoordinateFilter
|
|
16
|
+
*/
|
|
17
|
+
export interface CoordinateFilter {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof CoordinateFilter
|
|
22
|
+
*/
|
|
23
|
+
lat?: number | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof CoordinateFilter
|
|
28
|
+
*/
|
|
29
|
+
lon?: number | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof CoordinateFilter
|
|
34
|
+
*/
|
|
35
|
+
radius?: number | null;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the CoordinateFilter interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfCoordinateFilter(value: object): value is CoordinateFilter;
|
|
41
|
+
export declare function CoordinateFilterFromJSON(json: any): CoordinateFilter;
|
|
42
|
+
export declare function CoordinateFilterFromJSONTyped(json: any, ignoreDiscriminator: boolean): CoordinateFilter;
|
|
43
|
+
export declare function CoordinateFilterToJSON(json: any): CoordinateFilter;
|
|
44
|
+
export declare function CoordinateFilterToJSONTyped(value?: CoordinateFilter | null, ignoreDiscriminator?: boolean): any;
|
|
45
|
+
//# sourceMappingURL=CoordinateFilter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CoordinateFilter.d.ts","sourceRoot":"","sources":["../../../src/models/CoordinateFilter.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB;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,CASlB;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,CAUL"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Perigon API
|
|
5
|
+
* 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.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: data@perigon.io
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the CoordinateFilter interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfCoordinateFilter(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function CoordinateFilterFromJSON(json) {
|
|
21
|
+
return CoordinateFilterFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function CoordinateFilterFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
lat: json["lat"] == null ? undefined : json["lat"],
|
|
29
|
+
lon: json["lon"] == null ? undefined : json["lon"],
|
|
30
|
+
radius: json["radius"] == null ? undefined : json["radius"],
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
export function CoordinateFilterToJSON(json) {
|
|
34
|
+
return CoordinateFilterToJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function CoordinateFilterToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
+
if (value == null) {
|
|
38
|
+
return value;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
lat: value["lat"],
|
|
42
|
+
lon: value["lon"],
|
|
43
|
+
radius: value["radius"],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -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 EntityHolder
|
|
16
|
+
*/
|
|
17
|
+
export interface EntityHolder {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof EntityHolder
|
|
22
|
+
*/
|
|
23
|
+
data?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof EntityHolder
|
|
28
|
+
*/
|
|
29
|
+
type?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof EntityHolder
|
|
34
|
+
*/
|
|
35
|
+
mentions?: number | null;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the EntityHolder interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfEntityHolder(value: object): value is EntityHolder;
|
|
41
|
+
export declare function EntityHolderFromJSON(json: any): EntityHolder;
|
|
42
|
+
export declare function EntityHolderFromJSONTyped(json: any, ignoreDiscriminator: boolean): EntityHolder;
|
|
43
|
+
export declare function EntityHolderToJSON(json: any): EntityHolder;
|
|
44
|
+
export declare function EntityHolderToJSONTyped(value?: EntityHolder | null, ignoreDiscriminator?: boolean): any;
|
|
45
|
+
//# sourceMappingURL=EntityHolder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityHolder.d.ts","sourceRoot":"","sources":["../../../src/models/EntityHolder.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,YAAY;IAC3B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B;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,CASd;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,CAUL"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Perigon API
|
|
5
|
+
* 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.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: data@perigon.io
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the EntityHolder interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfEntityHolder(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function EntityHolderFromJSON(json) {
|
|
21
|
+
return EntityHolderFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function EntityHolderFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
data: json["data"] == null ? undefined : json["data"],
|
|
29
|
+
type: json["type"] == null ? undefined : json["type"],
|
|
30
|
+
mentions: json["mentions"] == null ? undefined : json["mentions"],
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
export function EntityHolderToJSON(json) {
|
|
34
|
+
return EntityHolderToJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function EntityHolderToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
+
if (value == null) {
|
|
38
|
+
return value;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
data: value["data"],
|
|
42
|
+
type: value["type"],
|
|
43
|
+
mentions: value["mentions"],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -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 EventTypeHolder
|
|
16
|
+
*/
|
|
17
|
+
export interface EventTypeHolder {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof EventTypeHolder
|
|
22
|
+
*/
|
|
23
|
+
name?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof EventTypeHolder
|
|
28
|
+
*/
|
|
29
|
+
type?: string | null;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the EventTypeHolder interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfEventTypeHolder(value: object): value is EventTypeHolder;
|
|
35
|
+
export declare function EventTypeHolderFromJSON(json: any): EventTypeHolder;
|
|
36
|
+
export declare function EventTypeHolderFromJSONTyped(json: any, ignoreDiscriminator: boolean): EventTypeHolder;
|
|
37
|
+
export declare function EventTypeHolderToJSON(json: any): EventTypeHolder;
|
|
38
|
+
export declare function EventTypeHolderToJSONTyped(value?: EventTypeHolder | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=EventTypeHolder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EventTypeHolder.d.ts","sourceRoot":"","sources":["../../../src/models/EventTypeHolder.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC9B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CACvC,KAAK,EAAE,MAAM,GACZ,KAAK,IAAI,eAAe,CAE1B;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAElE;AAED,wBAAgB,4BAA4B,CAC1C,IAAI,EAAE,GAAG,EACT,mBAAmB,EAAE,OAAO,GAC3B,eAAe,CAQjB;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAEhE;AAED,wBAAgB,0BAA0B,CACxC,KAAK,CAAC,EAAE,eAAe,GAAG,IAAI,EAC9B,mBAAmB,GAAE,OAAe,GACnC,GAAG,CASL"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Perigon API
|
|
5
|
+
* 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.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: data@perigon.io
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the EventTypeHolder interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfEventTypeHolder(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function EventTypeHolderFromJSON(json) {
|
|
21
|
+
return EventTypeHolderFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function EventTypeHolderFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
name: json["name"] == null ? undefined : json["name"],
|
|
29
|
+
type: json["type"] == null ? undefined : json["type"],
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
export function EventTypeHolderToJSON(json) {
|
|
33
|
+
return EventTypeHolderToJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function EventTypeHolderToJSONTyped(value, ignoreDiscriminator = false) {
|
|
36
|
+
if (value == null) {
|
|
37
|
+
return value;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
name: value["name"],
|
|
41
|
+
type: value["type"],
|
|
42
|
+
};
|
|
43
|
+
}
|
|
@@ -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 IdNameHolder
|
|
16
|
+
*/
|
|
17
|
+
export interface IdNameHolder {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof IdNameHolder
|
|
22
|
+
*/
|
|
23
|
+
id?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof IdNameHolder
|
|
28
|
+
*/
|
|
29
|
+
name?: string | null;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the IdNameHolder interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfIdNameHolder(value: object): value is IdNameHolder;
|
|
35
|
+
export declare function IdNameHolderFromJSON(json: any): IdNameHolder;
|
|
36
|
+
export declare function IdNameHolderFromJSONTyped(json: any, ignoreDiscriminator: boolean): IdNameHolder;
|
|
37
|
+
export declare function IdNameHolderToJSON(json: any): IdNameHolder;
|
|
38
|
+
export declare function IdNameHolderToJSONTyped(value?: IdNameHolder | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=IdNameHolder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IdNameHolder.d.ts","sourceRoot":"","sources":["../../../src/models/IdNameHolder.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,YAAY;IAC3B;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB;;;;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,43 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Perigon API
|
|
5
|
+
* 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.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
* Contact: data@perigon.io
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the IdNameHolder interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfIdNameHolder(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function IdNameHolderFromJSON(json) {
|
|
21
|
+
return IdNameHolderFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function IdNameHolderFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
id: json["id"] == null ? undefined : json["id"],
|
|
29
|
+
name: json["name"] == null ? undefined : json["name"],
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
export function IdNameHolderToJSON(json) {
|
|
33
|
+
return IdNameHolderToJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function IdNameHolderToJSONTyped(value, ignoreDiscriminator = false) {
|
|
36
|
+
if (value == null) {
|
|
37
|
+
return value;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
id: value["id"],
|
|
41
|
+
name: value["name"],
|
|
42
|
+
};
|
|
43
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
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 { TooManyRequestsExceptionCause } from "./TooManyRequestsExceptionCause";
|
|
13
|
+
import type { TooManyRequestsExceptionCauseStackTraceInner } from "./TooManyRequestsExceptionCauseStackTraceInner";
|
|
14
|
+
import type { TooManyRequestsExceptionSuppressedInner } from "./TooManyRequestsExceptionSuppressedInner";
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface IllegalParameterException
|
|
19
|
+
*/
|
|
20
|
+
export interface IllegalParameterException {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {TooManyRequestsExceptionCause}
|
|
24
|
+
* @memberof IllegalParameterException
|
|
25
|
+
*/
|
|
26
|
+
cause?: TooManyRequestsExceptionCause | null;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {Array<TooManyRequestsExceptionCauseStackTraceInner>}
|
|
30
|
+
* @memberof IllegalParameterException
|
|
31
|
+
*/
|
|
32
|
+
stackTrace?: Array<TooManyRequestsExceptionCauseStackTraceInner> | null;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof IllegalParameterException
|
|
37
|
+
*/
|
|
38
|
+
message?: string | null;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {Array<TooManyRequestsExceptionSuppressedInner>}
|
|
42
|
+
* @memberof IllegalParameterException
|
|
43
|
+
*/
|
|
44
|
+
suppressed?: Array<TooManyRequestsExceptionSuppressedInner> | null;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof IllegalParameterException
|
|
49
|
+
*/
|
|
50
|
+
localizedMessage?: string | null;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Check if a given object implements the IllegalParameterException interface.
|
|
54
|
+
*/
|
|
55
|
+
export declare function instanceOfIllegalParameterException(value: object): value is IllegalParameterException;
|
|
56
|
+
export declare function IllegalParameterExceptionFromJSON(json: any): IllegalParameterException;
|
|
57
|
+
export declare function IllegalParameterExceptionFromJSONTyped(json: any, ignoreDiscriminator: boolean): IllegalParameterException;
|
|
58
|
+
export declare function IllegalParameterExceptionToJSON(json: any): IllegalParameterException;
|
|
59
|
+
export declare function IllegalParameterExceptionToJSONTyped(value?: IllegalParameterException | null, ignoreDiscriminator?: boolean): any;
|
|
60
|
+
//# sourceMappingURL=IllegalParameterException.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IllegalParameterException.d.ts","sourceRoot":"","sources":["../../../src/models/IllegalParameterException.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAOrF,OAAO,KAAK,EAAE,4CAA4C,EAAE,MAAM,gDAAgD,CAAC;AAOnH,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAQzG;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACxC;;;;OAIG;IACH,KAAK,CAAC,EAAE,6BAA6B,GAAG,IAAI,CAAC;IAC7C;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,4CAA4C,CAAC,GAAG,IAAI,CAAC;IACxE;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,uCAAuC,CAAC,GAAG,IAAI,CAAC;IACnE;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC;AAED;;GAEG;AACH,wBAAgB,mCAAmC,CACjD,KAAK,EAAE,MAAM,GACZ,KAAK,IAAI,yBAAyB,CAEpC;AAED,wBAAgB,iCAAiC,CAC/C,IAAI,EAAE,GAAG,GACR,yBAAyB,CAE3B;AAED,wBAAgB,sCAAsC,CACpD,IAAI,EAAE,GAAG,EACT,mBAAmB,EAAE,OAAO,GAC3B,yBAAyB,CAyB3B;AAED,wBAAgB,+BAA+B,CAC7C,IAAI,EAAE,GAAG,GACR,yBAAyB,CAE3B;AAED,wBAAgB,oCAAoC,CAClD,KAAK,CAAC,EAAE,yBAAyB,GAAG,IAAI,EACxC,mBAAmB,GAAE,OAAe,GACnC,GAAG,CAsBL"}
|