@ta-interaktiv/newsnet-api-flow-types
Advanced tools
Comparing version 0.8.0-beta.d6e61851 to 0.8.1
@@ -6,10 +6,62 @@ # Change Log | ||
<a name="0.8.0-beta.d6e61851"></a> | ||
# [0.8.0-beta.d6e61851](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/newsnet-api-flow-types@0.7.0...@ta-interaktiv/newsnet-api-flow-types@0.8.0-beta.d6e61851) (2018-03-08) | ||
<a name="0.8.1"></a> | ||
## [0.8.1](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/newsnet-api-flow-types@0.8.0...@ta-interaktiv/newsnet-api-flow-types@0.8.1) (2018-10-10) | ||
**Note:** Version bump only for package @ta-interaktiv/newsnet-api-flow-types | ||
<a name="0.8.0"></a> | ||
# [0.8.0](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/newsnet-api-flow-types@0.7.4...@ta-interaktiv/newsnet-api-flow-types@0.8.0) (2018-10-10) | ||
### Bug Fixes | ||
* jest testing has been removed from individual packages ([486cc62](https://gitlab.com/ta-interaktiv/packages/commit/486cc62)) | ||
### Features | ||
* add client list to flow types ([8eba02b](https://gitlab.com/ta-interaktiv/packages/commit/8eba02b)) | ||
<a name="0.7.4"></a> | ||
## [0.7.4](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/newsnet-api-flow-types@0.7.3...@ta-interaktiv/newsnet-api-flow-types@0.7.4) (2018-08-02) | ||
**Note:** Version bump only for package @ta-interaktiv/newsnet-api-flow-types | ||
<a name="0.7.3"></a> | ||
## [0.7.3](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/newsnet-api-flow-types@0.7.1...@ta-interaktiv/newsnet-api-flow-types@0.7.3) (2018-07-27) | ||
**Note:** Version bump only for package @ta-interaktiv/newsnet-api-flow-types | ||
<a name="0.7.2"></a> | ||
## [0.7.2](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/newsnet-api-flow-types@0.7.1...@ta-interaktiv/newsnet-api-flow-types@0.7.2) (2018-05-08) | ||
**Note:** Version bump only for package @ta-interaktiv/newsnet-api-flow-types | ||
<a name="0.7.1"></a> | ||
## [0.7.1](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/newsnet-api-flow-types@0.7.0...@ta-interaktiv/newsnet-api-flow-types@0.7.1) (2018-03-13) | ||
**Note:** Version bump only for package @ta-interaktiv/newsnet-api-flow-types | ||
<a name="0.7.0"></a> | ||
@@ -16,0 +68,0 @@ # [0.7.0](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/newsnet-api-flow-types@0.6.0...@ta-interaktiv/newsnet-api-flow-types@0.7.0) (2018-03-05) |
28
index.js
// @flow | ||
export type {Article, ArticleContent} from './api/articles/article/index' | ||
export type {Author} from './api/articles/article/author' | ||
export type { Statistic, Gtm, Webseismo, Wemf } from './api/articles/article/external_services/statistic' | ||
export type { Paywall, PaywallStatus } from './api/articles/article/external_services/paywall' | ||
export type {Community} from './api/articles/article/communities/community' | ||
export type {Communities} from './api/articles/article/communities/index' | ||
export type {Site, SiteContent, SiteConfig} from './api/sites/default' | ||
export { CacheInformation } from './api/articles/article/external_services/cache' | ||
export type { Article, ArticleContent } from './api/articles/article/index' | ||
export type { Author } from './api/articles/article/author' | ||
export type { | ||
Statistic, | ||
Gtm, | ||
Webseismo, | ||
Wemf | ||
} from './api/articles/article/external_services/statistic' | ||
export type { | ||
Paywall, | ||
PaywallStatus | ||
} from './api/articles/article/external_services/paywall' | ||
export type { Community } from './api/articles/article/communities/community' | ||
export type { Communities } from './api/articles/article/communities/index' | ||
export type { Site, SiteContent, SiteConfig } from './api/sites/default' | ||
export { | ||
CacheInformation | ||
} from './api/articles/article/external_services/cache' | ||
export type { Clients } from './clients' |
{ | ||
"name": "@ta-interaktiv/newsnet-api-flow-types", | ||
"version": "0.8.0-beta.d6e61851", | ||
"version": "0.8.1", | ||
"description": "Flow type definitions for stuff the Newsnet API returns.", | ||
@@ -21,4 +21,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"documentation": "^5.1.1", | ||
"flow-bin": "^0.66.0" | ||
"documentation": "^8.0.2", | ||
"flow-bin": "^0.77.0" | ||
}, | ||
@@ -32,3 +32,4 @@ "repository": { | ||
}, | ||
"homepage": "https://gitlab.com/ta-interaktiv/packages/tree/master/packages/newsnet-api-flow-types" | ||
"homepage": "https://gitlab.com/ta-interaktiv/packages/tree/master/packages/newsnet-api-flow-types", | ||
"gitHead": "77a408c2d3c4577f6978fea6503663f3d02fae9f" | ||
} |
@@ -14,19 +14,34 @@ # Newsnet API Flow Types | ||
- [Author](#author) | ||
- [Properties](#properties) | ||
- [CacheInformation](#cacheinformation) | ||
- [CacheInformation](#cacheinformation-1) | ||
- [Properties](#properties-1) | ||
- [DateString](#datestring) | ||
- [BasicCommunity](#basiccommunity) | ||
- [Properties](#properties-2) | ||
- [Communities](#communities) | ||
- [Properties](#properties-3) | ||
- [cache](#cache) | ||
- [refresh](#refresh) | ||
- [External_Services](#external_services) | ||
- [Properties](#properties-4) | ||
- [Paywall](#paywall) | ||
- [PaywallStatus](#paywallstatus) | ||
- [Statistic](#statistic) | ||
- [Properties](#properties-5) | ||
- [Wemf](#wemf) | ||
- [Properties](#properties-6) | ||
- [Examples](#examples) | ||
- [Webseismo](#webseismo) | ||
- [Properties](#properties-7) | ||
- [Examples](#examples-1) | ||
- [Gtm](#gtm) | ||
- [Properties](#properties-8) | ||
- [Examples](#examples-2) | ||
- [Article](#article) | ||
- [Properties](#properties-9) | ||
- [ArticleContent](#articlecontent) | ||
- [Properties](#properties-10) | ||
- [SiteConfig](#siteconfig) | ||
- [Properties](#properties-11) | ||
- [name_short](#name_short) | ||
@@ -37,2 +52,3 @@ - [name](#name) | ||
- [Site](#site) | ||
- [Properties](#properties-12) | ||
@@ -47,3 +63,3 @@ ### Author | ||
**Properties** | ||
#### Properties | ||
@@ -70,3 +86,3 @@ - `type` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
**Properties** | ||
#### Properties | ||
@@ -88,3 +104,3 @@ - `cache` **(`"true"` \| `"false"`)** | ||
**Properties** | ||
#### Properties | ||
@@ -112,3 +128,3 @@ - `type` **CommunityType** | ||
**Properties** | ||
#### Properties | ||
@@ -133,3 +149,3 @@ - `communities` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<Community>** | ||
**Properties** | ||
#### Properties | ||
@@ -174,3 +190,3 @@ - `configs` **any** | ||
**Properties** | ||
#### Properties | ||
@@ -189,3 +205,3 @@ - `provider` **(`"wemf"` \| `"webseismo"` \| `"gtm"`)** | ||
**Properties** | ||
#### Properties | ||
@@ -199,3 +215,3 @@ - `url` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
**Examples** | ||
#### Examples | ||
@@ -215,3 +231,3 @@ ```javascript | ||
**Properties** | ||
#### Properties | ||
@@ -224,3 +240,3 @@ - `url_desktop` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
**Examples** | ||
#### Examples | ||
@@ -240,3 +256,3 @@ ```javascript | ||
**Properties** | ||
#### Properties | ||
@@ -252,3 +268,3 @@ - `article_id` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** | ||
**Examples** | ||
#### Examples | ||
@@ -267,3 +283,3 @@ ```javascript | ||
**Properties** | ||
#### Properties | ||
@@ -281,3 +297,3 @@ - `article` **[ArticleContent](#articlecontent)** | ||
**Properties** | ||
#### Properties | ||
@@ -308,3 +324,3 @@ - `id` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
**Properties** | ||
#### Properties | ||
@@ -349,3 +365,3 @@ - `name_short` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
**Properties** | ||
#### Properties | ||
@@ -352,0 +368,0 @@ - `site` **any** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
284
373
36411
17
1