@ta-interaktiv/newsnet-api-flow-types
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.9.2](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/newsnet-api-flow-types@0.9.1...@ta-interaktiv/newsnet-api-flow-types@0.9.2) (2019-06-07) | ||
**Note:** Version bump only for package @ta-interaktiv/newsnet-api-flow-types | ||
## [0.9.1](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/newsnet-api-flow-types@0.9.0...@ta-interaktiv/newsnet-api-flow-types@0.9.1) (2019-05-02) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@ta-interaktiv/newsnet-api-flow-types", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "Flow type definitions for stuff the Newsnet API returns.", | ||
@@ -28,3 +28,3 @@ "main": "index.js", | ||
"homepage": "https://gitlab.com/ta-interaktiv/packages/tree/master/packages/newsnet-api-flow-types", | ||
"gitHead": "6ec82614871d40bc4e05d31a6f35c18fc4724d8c" | ||
"gitHead": "76b62eba8ee3ed1059eb853b2a1f90da09e5d1e7" | ||
} |
@@ -16,4 +16,8 @@ # Newsnet API Flow Types | ||
- [CacheInformation](#cacheinformation) | ||
- [cache](#cache) | ||
- [refresh](#refresh) | ||
- [CacheInformation](#cacheinformation-1) | ||
- [Properties](#properties-1) | ||
- [cache](#cache-1) | ||
- [refresh](#refresh-1) | ||
- [DateString](#datestring) | ||
@@ -24,4 +28,2 @@ - [BasicCommunity](#basiccommunity) | ||
- [Properties](#properties-3) | ||
- [cache](#cache) | ||
- [refresh](#refresh) | ||
- [External_Services](#external_services) | ||
@@ -48,5 +50,5 @@ - [Properties](#properties-4) | ||
- [Properties](#properties-11) | ||
- [name_short](#name_short) | ||
- [name](#name) | ||
- [title](#title) | ||
- [name_short](#name_short) | ||
- [name](#name) | ||
- [title](#title) | ||
- [SiteContent](#sitecontent) | ||
@@ -79,2 +81,14 @@ - [Site](#site) | ||
#### cache | ||
I guess this should be a boolean, but it is returned as a string | ||
Type: (`"true"` \| `"false"`) | ||
#### refresh | ||
Date Object, in the form 'DD.MM.YYYY hh:mm:ss' | ||
Type: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String) | ||
### CacheInformation | ||
@@ -92,2 +106,14 @@ | ||
#### cache | ||
I guess this should be a boolean, but it is returned as a string | ||
Type: (`"true"` \| `"false"`) | ||
#### refresh | ||
Date Object, in the form 'DD.MM.YYYY hh:mm:ss' | ||
Type: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String) | ||
### DateString | ||
@@ -132,10 +158,2 @@ | ||
### cache | ||
I guess this should be a boolean, but it is returned as a string | ||
### refresh | ||
Date Object, in the form 'DD.MM.YYYY hh:mm:ss' | ||
### External_Services | ||
@@ -303,5 +321,2 @@ | ||
- `external_services` **{statistics: [Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[Statistic](#statistic)>, ads: any, paywall: [Paywall](#paywall)}** | ||
- `external_services.statistics` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[Statistic](#statistic)>** | ||
- `external_services.ads` **any** | ||
- `external_services.paywall` **[Paywall](#paywall)** | ||
- `authors` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[Author](#author)>** | ||
@@ -329,14 +344,20 @@ | ||
### name_short | ||
#### name_short | ||
'TA' or 'B' | ||
### name | ||
Type: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String) | ||
#### name | ||
Full name of publication | ||
### title | ||
Type: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String) | ||
#### title | ||
Name with tag line | ||
Type: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String) | ||
### SiteContent | ||
@@ -343,0 +364,0 @@ |
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
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
37590
394