diff --git a/docs/README.md b/docs/README.md index 8868863..edd88b9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -49,7 +49,7 @@ The ID of a category on the Play Store. #### Defined in -[common/consts.ts:74](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L74) +[common/consts.ts:74](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L74) ___ @@ -61,7 +61,7 @@ The country code of a country supported on the Play Store. #### Defined in -[common/consts.ts:140](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L140) +[common/consts.ts:140](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L140) ___ @@ -91,7 +91,7 @@ An app's data safety label. #### Defined in -[data-safety.ts:59](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/data-safety.ts#L59) +[data-safety.ts:59](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/data-safety.ts#L59) ___ @@ -103,7 +103,7 @@ A category that groups multiple related data types in a data safety label. #### Defined in -[common/consts.ts:270](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L270) +[common/consts.ts:270](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L270) ___ @@ -115,7 +115,7 @@ A type of data that can be declared in a data safety label. #### Defined in -[common/consts.ts:319](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L319) +[common/consts.ts:319](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L319) ___ @@ -127,7 +127,7 @@ A purpose for which data collection or sharing can be declared in a data safety #### Defined in -[common/consts.ts:337](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L337) +[common/consts.ts:337](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L337) ___ @@ -145,7 +145,7 @@ Parameters for a single data safety label request. #### Defined in -[data-safety.ts:14](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/data-safety.ts#L14) +[data-safety.ts:14](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/data-safety.ts#L14) ___ @@ -166,7 +166,7 @@ An app's declared security practices in a data safety label. #### Defined in -[data-safety.ts:42](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/data-safety.ts#L42) +[data-safety.ts:42](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/data-safety.ts#L42) ___ @@ -184,7 +184,7 @@ Parameters for all data safety label requests in a [fetchDataSafetyLabels](READM #### Defined in -[data-safety.ts:23](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/data-safety.ts#L23) +[data-safety.ts:23](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/data-safety.ts#L23) ___ @@ -204,7 +204,7 @@ An app's declaration for a single data type in a data safety label. #### Defined in -[data-safety.ts:31](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/data-safety.ts#L31) +[data-safety.ts:31](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/data-safety.ts#L31) ___ @@ -216,7 +216,7 @@ The language code of a language supported on the Play Store. #### Defined in -[common/consts.ts:240](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L240) +[common/consts.ts:240](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L240) ___ @@ -241,14 +241,14 @@ A single app and its associated metadata on a top chart. | `name` | `string` | The app's name. | | `position` | `number` | The app's position on the respective top chart. | | `price` | `string` \| `undefined` | The app's price. | -| `rating` | `number` | The app's review rating. | +| `rating` | `number` \| `undefined` | The app's review rating. | | `screenshot_urls` | `string`[] | URLs to screenshots of the app. | | `store_path` | `string` | The relative path of the app on the Play Store website. | | `trailer_url` | `string` \| `undefined` | A URL to a video trailer for the app. | #### Defined in -[top-charts.ts:32](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/top-charts.ts#L32) +[top-charts.ts:32](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/top-charts.ts#L32) ___ @@ -267,7 +267,7 @@ Parameters for all top charts requests in a [fetchTopCharts](README.md#fetchtopc #### Defined in -[top-charts.ts:22](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/top-charts.ts#L22) +[top-charts.ts:22](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/top-charts.ts#L22) ___ @@ -287,7 +287,7 @@ Parameters for a single top charts request. #### Defined in -[top-charts.ts:8](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/top-charts.ts#L8) +[top-charts.ts:8](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/top-charts.ts#L8) ___ @@ -299,7 +299,7 @@ A list of the entries on the respective top chart. #### Defined in -[top-charts.ts:67](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/top-charts.ts#L67) +[top-charts.ts:67](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/top-charts.ts#L67) ## Variables @@ -313,7 +313,7 @@ Taken from the official documentation: @@ -392,7 +392,7 @@ An array of the data safety labels, in the same order as the requests. #### Defined in -[data-safety.ts:197](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/data-safety.ts#L197) +[data-safety.ts:197](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/data-safety.ts#L197) ___ @@ -419,7 +419,7 @@ The top chart. #### Defined in -[top-charts.ts:140](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/top-charts.ts#L140) +[top-charts.ts:140](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/top-charts.ts#L140) ▸ **fetchTopCharts**(`requests`, `options`): `Promise`<([`TopChartsResult`](README.md#topchartsresult) \| `undefined`)[]\> @@ -443,4 +443,4 @@ An array of the top charts, in the same order as the requests. #### Defined in -[top-charts.ts:154](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/top-charts.ts#L154) +[top-charts.ts:154](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/top-charts.ts#L154) diff --git a/docs/enums/categories.md b/docs/enums/categories.md index f223e56..1c0d940 100644 --- a/docs/enums/categories.md +++ b/docs/enums/categories.md @@ -71,7 +71,7 @@ A category on the Play Store. #### Defined in -[common/consts.ts:49](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L49) +[common/consts.ts:49](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L49) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[common/consts.ts:16](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L16) +[common/consts.ts:16](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L16) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[common/consts.ts:18](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L18) +[common/consts.ts:18](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L18) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[common/consts.ts:19](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L19) +[common/consts.ts:19](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L19) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[common/consts.ts:20](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L20) +[common/consts.ts:20](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L20) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[common/consts.ts:21](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L21) +[common/consts.ts:21](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L21) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[common/consts.ts:22](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L22) +[common/consts.ts:22](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L22) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[common/consts.ts:23](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L23) +[common/consts.ts:23](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L23) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[common/consts.ts:24](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L24) +[common/consts.ts:24](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L24) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[common/consts.ts:25](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L25) +[common/consts.ts:25](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L25) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[common/consts.ts:26](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L26) +[common/consts.ts:26](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L26) ___ @@ -181,7 +181,7 @@ ___ #### Defined in -[common/consts.ts:27](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L27) +[common/consts.ts:27](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L27) ___ @@ -191,7 +191,7 @@ ___ #### Defined in -[common/consts.ts:28](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L28) +[common/consts.ts:28](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L28) ___ @@ -201,7 +201,7 @@ ___ #### Defined in -[common/consts.ts:69](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L69) +[common/consts.ts:69](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L69) ___ @@ -211,7 +211,7 @@ ___ #### Defined in -[common/consts.ts:29](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L29) +[common/consts.ts:29](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L29) ___ @@ -221,7 +221,7 @@ ___ #### Defined in -[common/consts.ts:30](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L30) +[common/consts.ts:30](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L30) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[common/consts.ts:17](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L17) +[common/consts.ts:17](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L17) ___ @@ -241,7 +241,7 @@ ___ #### Defined in -[common/consts.ts:52](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L52) +[common/consts.ts:52](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L52) ___ @@ -251,7 +251,7 @@ ___ #### Defined in -[common/consts.ts:53](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L53) +[common/consts.ts:53](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L53) ___ @@ -261,7 +261,7 @@ ___ #### Defined in -[common/consts.ts:54](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L54) +[common/consts.ts:54](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L54) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[common/consts.ts:55](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L55) +[common/consts.ts:55](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L55) ___ @@ -281,7 +281,7 @@ ___ #### Defined in -[common/consts.ts:56](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L56) +[common/consts.ts:56](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L56) ___ @@ -291,7 +291,7 @@ ___ #### Defined in -[common/consts.ts:57](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L57) +[common/consts.ts:57](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L57) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[common/consts.ts:58](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L58) +[common/consts.ts:58](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L58) ___ @@ -311,7 +311,7 @@ ___ #### Defined in -[common/consts.ts:59](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L59) +[common/consts.ts:59](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L59) ___ @@ -321,7 +321,7 @@ ___ #### Defined in -[common/consts.ts:60](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L60) +[common/consts.ts:60](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L60) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[common/consts.ts:61](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L61) +[common/consts.ts:61](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L61) ___ @@ -341,7 +341,7 @@ ___ #### Defined in -[common/consts.ts:62](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L62) +[common/consts.ts:62](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L62) ___ @@ -351,7 +351,7 @@ ___ #### Defined in -[common/consts.ts:63](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L63) +[common/consts.ts:63](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L63) ___ @@ -361,7 +361,7 @@ ___ #### Defined in -[common/consts.ts:64](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L64) +[common/consts.ts:64](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L64) ___ @@ -371,7 +371,7 @@ ___ #### Defined in -[common/consts.ts:65](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L65) +[common/consts.ts:65](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L65) ___ @@ -381,7 +381,7 @@ ___ #### Defined in -[common/consts.ts:66](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L66) +[common/consts.ts:66](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L66) ___ @@ -391,7 +391,7 @@ ___ #### Defined in -[common/consts.ts:67](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L67) +[common/consts.ts:67](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L67) ___ @@ -401,7 +401,7 @@ ___ #### Defined in -[common/consts.ts:68](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L68) +[common/consts.ts:68](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L68) ___ @@ -411,7 +411,7 @@ ___ #### Defined in -[common/consts.ts:31](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L31) +[common/consts.ts:31](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L31) ___ @@ -421,7 +421,7 @@ ___ #### Defined in -[common/consts.ts:32](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L32) +[common/consts.ts:32](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L32) ___ @@ -431,7 +431,7 @@ ___ #### Defined in -[common/consts.ts:33](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L33) +[common/consts.ts:33](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L33) ___ @@ -441,7 +441,7 @@ ___ #### Defined in -[common/consts.ts:34](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L34) +[common/consts.ts:34](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L34) ___ @@ -451,7 +451,7 @@ ___ #### Defined in -[common/consts.ts:35](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L35) +[common/consts.ts:35](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L35) ___ @@ -461,7 +461,7 @@ ___ #### Defined in -[common/consts.ts:36](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L36) +[common/consts.ts:36](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L36) ___ @@ -471,7 +471,7 @@ ___ #### Defined in -[common/consts.ts:37](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L37) +[common/consts.ts:37](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L37) ___ @@ -481,7 +481,7 @@ ___ #### Defined in -[common/consts.ts:38](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L38) +[common/consts.ts:38](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L38) ___ @@ -491,7 +491,7 @@ ___ #### Defined in -[common/consts.ts:39](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L39) +[common/consts.ts:39](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L39) ___ @@ -501,7 +501,7 @@ ___ #### Defined in -[common/consts.ts:40](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L40) +[common/consts.ts:40](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L40) ___ @@ -511,7 +511,7 @@ ___ #### Defined in -[common/consts.ts:41](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L41) +[common/consts.ts:41](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L41) ___ @@ -521,7 +521,7 @@ ___ #### Defined in -[common/consts.ts:42](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L42) +[common/consts.ts:42](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L42) ___ @@ -531,7 +531,7 @@ ___ #### Defined in -[common/consts.ts:43](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L43) +[common/consts.ts:43](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L43) ___ @@ -541,7 +541,7 @@ ___ #### Defined in -[common/consts.ts:44](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L44) +[common/consts.ts:44](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L44) ___ @@ -551,7 +551,7 @@ ___ #### Defined in -[common/consts.ts:45](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L45) +[common/consts.ts:45](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L45) ___ @@ -561,7 +561,7 @@ ___ #### Defined in -[common/consts.ts:46](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L46) +[common/consts.ts:46](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L46) ___ @@ -571,7 +571,7 @@ ___ #### Defined in -[common/consts.ts:47](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L47) +[common/consts.ts:47](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L47) ___ @@ -581,7 +581,7 @@ ___ #### Defined in -[common/consts.ts:48](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L48) +[common/consts.ts:48](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L48) ___ @@ -591,7 +591,7 @@ ___ #### Defined in -[common/consts.ts:50](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L50) +[common/consts.ts:50](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L50) ___ @@ -601,4 +601,4 @@ ___ #### Defined in -[common/consts.ts:51](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L51) +[common/consts.ts:51](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L51) diff --git a/docs/enums/countries.md b/docs/enums/countries.md index cb8fbf9..eb877b7 100644 --- a/docs/enums/countries.md +++ b/docs/enums/countries.md @@ -67,7 +67,7 @@ A country supported by the Play Store. #### Defined in -[common/consts.ts:87](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L87) +[common/consts.ts:87](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L87) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[common/consts.ts:86](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L86) +[common/consts.ts:86](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L86) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[common/consts.ts:88](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L88) +[common/consts.ts:88](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L88) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[common/consts.ts:89](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L89) +[common/consts.ts:89](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L89) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[common/consts.ts:128](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L128) +[common/consts.ts:128](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L128) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[common/consts.ts:91](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L91) +[common/consts.ts:91](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L91) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[common/consts.ts:92](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L92) +[common/consts.ts:92](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L92) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[common/consts.ts:100](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L100) +[common/consts.ts:100](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L100) ___ @@ -147,7 +147,7 @@ ___ #### Defined in -[common/consts.ts:93](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L93) +[common/consts.ts:93](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L93) ___ @@ -157,7 +157,7 @@ ___ #### Defined in -[common/consts.ts:94](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L94) +[common/consts.ts:94](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L94) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[common/consts.ts:127](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L127) +[common/consts.ts:127](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L127) ___ @@ -177,7 +177,7 @@ ___ #### Defined in -[common/consts.ts:96](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L96) +[common/consts.ts:96](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L96) ___ @@ -187,7 +187,7 @@ ___ #### Defined in -[common/consts.ts:95](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L95) +[common/consts.ts:95](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L95) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[common/consts.ts:97](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L97) +[common/consts.ts:97](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L97) ___ @@ -207,7 +207,7 @@ ___ #### Defined in -[common/consts.ts:133](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L133) +[common/consts.ts:133](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L133) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[common/consts.ts:98](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L98) +[common/consts.ts:98](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L98) ___ @@ -227,7 +227,7 @@ ___ #### Defined in -[common/consts.ts:101](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L101) +[common/consts.ts:101](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L101) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[common/consts.ts:103](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L103) +[common/consts.ts:103](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L103) ___ @@ -247,7 +247,7 @@ ___ #### Defined in -[common/consts.ts:104](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L104) +[common/consts.ts:104](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L104) ___ @@ -257,7 +257,7 @@ ___ #### Defined in -[common/consts.ts:102](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L102) +[common/consts.ts:102](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L102) ___ @@ -267,7 +267,7 @@ ___ #### Defined in -[common/consts.ts:90](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L90) +[common/consts.ts:90](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L90) ___ @@ -277,7 +277,7 @@ ___ #### Defined in -[common/consts.ts:105](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L105) +[common/consts.ts:105](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L105) ___ @@ -287,7 +287,7 @@ ___ #### Defined in -[common/consts.ts:107](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L107) +[common/consts.ts:107](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L107) ___ @@ -297,7 +297,7 @@ ___ #### Defined in -[common/consts.ts:106](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L106) +[common/consts.ts:106](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L106) ___ @@ -307,7 +307,7 @@ ___ #### Defined in -[common/consts.ts:108](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L108) +[common/consts.ts:108](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L108) ___ @@ -317,7 +317,7 @@ ___ #### Defined in -[common/consts.ts:110](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L110) +[common/consts.ts:110](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L110) ___ @@ -327,7 +327,7 @@ ___ #### Defined in -[common/consts.ts:111](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L111) +[common/consts.ts:111](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L111) ___ @@ -337,7 +337,7 @@ ___ #### Defined in -[common/consts.ts:112](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L112) +[common/consts.ts:112](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L112) ___ @@ -347,7 +347,7 @@ ___ #### Defined in -[common/consts.ts:109](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L109) +[common/consts.ts:109](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L109) ___ @@ -357,7 +357,7 @@ ___ #### Defined in -[common/consts.ts:116](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L116) +[common/consts.ts:116](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L116) ___ @@ -367,7 +367,7 @@ ___ #### Defined in -[common/consts.ts:129](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L129) +[common/consts.ts:129](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L129) ___ @@ -377,7 +377,7 @@ ___ #### Defined in -[common/consts.ts:114](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L114) +[common/consts.ts:114](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L114) ___ @@ -387,7 +387,7 @@ ___ #### Defined in -[common/consts.ts:113](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L113) +[common/consts.ts:113](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L113) ___ @@ -397,7 +397,7 @@ ___ #### Defined in -[common/consts.ts:118](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L118) +[common/consts.ts:118](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L118) ___ @@ -407,7 +407,7 @@ ___ #### Defined in -[common/consts.ts:117](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L117) +[common/consts.ts:117](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L117) ___ @@ -417,7 +417,7 @@ ___ #### Defined in -[common/consts.ts:119](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L119) +[common/consts.ts:119](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L119) ___ @@ -427,7 +427,7 @@ ___ #### Defined in -[common/consts.ts:99](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L99) +[common/consts.ts:99](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L99) ___ @@ -437,7 +437,7 @@ ___ #### Defined in -[common/consts.ts:120](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L120) +[common/consts.ts:120](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L120) ___ @@ -447,7 +447,7 @@ ___ #### Defined in -[common/consts.ts:130](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L130) +[common/consts.ts:130](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L130) ___ @@ -457,7 +457,7 @@ ___ #### Defined in -[common/consts.ts:121](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L121) +[common/consts.ts:121](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L121) ___ @@ -467,7 +467,7 @@ ___ #### Defined in -[common/consts.ts:122](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L122) +[common/consts.ts:122](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L122) ___ @@ -477,7 +477,7 @@ ___ #### Defined in -[common/consts.ts:123](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L123) +[common/consts.ts:123](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L123) ___ @@ -487,7 +487,7 @@ ___ #### Defined in -[common/consts.ts:132](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L132) +[common/consts.ts:132](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L132) ___ @@ -497,7 +497,7 @@ ___ #### Defined in -[common/consts.ts:126](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L126) +[common/consts.ts:126](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L126) ___ @@ -507,7 +507,7 @@ ___ #### Defined in -[common/consts.ts:131](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L131) +[common/consts.ts:131](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L131) ___ @@ -517,7 +517,7 @@ ___ #### Defined in -[common/consts.ts:125](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L125) +[common/consts.ts:125](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L125) ___ @@ -527,7 +527,7 @@ ___ #### Defined in -[common/consts.ts:124](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L124) +[common/consts.ts:124](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L124) ___ @@ -537,7 +537,7 @@ ___ #### Defined in -[common/consts.ts:134](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L134) +[common/consts.ts:134](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L134) ___ @@ -547,7 +547,7 @@ ___ #### Defined in -[common/consts.ts:135](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L135) +[common/consts.ts:135](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L135) ___ @@ -557,4 +557,4 @@ ___ #### Defined in -[common/consts.ts:115](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L115) +[common/consts.ts:115](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L115) diff --git a/docs/enums/languages.md b/docs/enums/languages.md index 8053a2a..68b07d2 100644 --- a/docs/enums/languages.md +++ b/docs/enums/languages.md @@ -100,7 +100,7 @@ A language supported by the Play Store. #### Defined in -[common/consts.ts:153](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L153) +[common/consts.ts:153](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L153) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[common/consts.ts:156](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L156) +[common/consts.ts:156](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L156) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[common/consts.ts:157](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L157) +[common/consts.ts:157](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L157) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[common/consts.ts:159](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L159) +[common/consts.ts:159](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L159) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[common/consts.ts:163](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L163) +[common/consts.ts:163](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L163) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[common/consts.ts:161](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L161) +[common/consts.ts:161](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L161) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[common/consts.ts:160](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L160) +[common/consts.ts:160](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L160) ___ @@ -170,7 +170,7 @@ ___ #### Defined in -[common/consts.ts:162](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L162) +[common/consts.ts:162](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L162) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[common/consts.ts:164](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L164) +[common/consts.ts:164](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L164) ___ @@ -190,7 +190,7 @@ ___ #### Defined in -[common/consts.ts:168](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L168) +[common/consts.ts:168](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L168) ___ @@ -200,7 +200,7 @@ ___ #### Defined in -[common/consts.ts:233](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L233) +[common/consts.ts:233](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L233) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[common/consts.ts:169](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L169) +[common/consts.ts:169](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L169) ___ @@ -220,7 +220,7 @@ ___ #### Defined in -[common/consts.ts:180](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L180) +[common/consts.ts:180](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L180) ___ @@ -230,7 +230,7 @@ ___ #### Defined in -[common/consts.ts:181](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L181) +[common/consts.ts:181](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L181) ___ @@ -240,7 +240,7 @@ ___ #### Defined in -[common/consts.ts:171](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L171) +[common/consts.ts:171](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L171) ___ @@ -250,7 +250,7 @@ ___ #### Defined in -[common/consts.ts:172](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L172) +[common/consts.ts:172](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L172) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[common/consts.ts:219](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L219) +[common/consts.ts:219](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L219) ___ @@ -270,7 +270,7 @@ ___ #### Defined in -[common/consts.ts:173](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L173) +[common/consts.ts:173](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L173) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[common/consts.ts:158](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L158) +[common/consts.ts:158](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L158) ___ @@ -290,7 +290,7 @@ ___ #### Defined in -[common/consts.ts:207](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L207) +[common/consts.ts:207](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L207) ___ @@ -300,7 +300,7 @@ ___ #### Defined in -[common/consts.ts:175](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L175) +[common/consts.ts:175](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L175) ___ @@ -310,7 +310,7 @@ ___ #### Defined in -[common/consts.ts:174](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L174) +[common/consts.ts:174](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L174) ___ @@ -320,7 +320,7 @@ ___ #### Defined in -[common/consts.ts:176](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L176) +[common/consts.ts:176](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L176) ___ @@ -330,7 +330,7 @@ ___ #### Defined in -[common/consts.ts:177](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L177) +[common/consts.ts:177](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L177) ___ @@ -340,7 +340,7 @@ ___ #### Defined in -[common/consts.ts:189](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L189) +[common/consts.ts:189](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L189) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[common/consts.ts:214](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L214) +[common/consts.ts:214](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L214) ___ @@ -360,7 +360,7 @@ ___ #### Defined in -[common/consts.ts:178](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L178) +[common/consts.ts:178](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L178) ___ @@ -370,7 +370,7 @@ ___ #### Defined in -[common/consts.ts:182](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L182) +[common/consts.ts:182](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L182) ___ @@ -380,7 +380,7 @@ ___ #### Defined in -[common/consts.ts:184](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L184) +[common/consts.ts:184](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L184) ___ @@ -390,7 +390,7 @@ ___ #### Defined in -[common/consts.ts:167](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L167) +[common/consts.ts:167](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L167) ___ @@ -400,7 +400,7 @@ ___ #### Defined in -[common/consts.ts:185](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L185) +[common/consts.ts:185](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L185) ___ @@ -410,7 +410,7 @@ ___ #### Defined in -[common/consts.ts:188](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L188) +[common/consts.ts:188](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L188) ___ @@ -420,7 +420,7 @@ ___ #### Defined in -[common/consts.ts:187](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L187) +[common/consts.ts:187](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L187) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[common/consts.ts:186](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L186) +[common/consts.ts:186](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L186) ___ @@ -440,7 +440,7 @@ ___ #### Defined in -[common/consts.ts:190](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L190) +[common/consts.ts:190](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L190) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[common/consts.ts:183](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L183) +[common/consts.ts:183](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L183) ___ @@ -460,7 +460,7 @@ ___ #### Defined in -[common/consts.ts:191](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L191) +[common/consts.ts:191](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L191) ___ @@ -470,7 +470,7 @@ ___ #### Defined in -[common/consts.ts:192](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L192) +[common/consts.ts:192](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L192) ___ @@ -480,7 +480,7 @@ ___ #### Defined in -[common/consts.ts:179](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L179) +[common/consts.ts:179](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L179) ___ @@ -490,7 +490,7 @@ ___ #### Defined in -[common/consts.ts:193](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L193) +[common/consts.ts:193](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L193) ___ @@ -500,7 +500,7 @@ ___ #### Defined in -[common/consts.ts:194](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L194) +[common/consts.ts:194](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L194) ___ @@ -510,7 +510,7 @@ ___ #### Defined in -[common/consts.ts:195](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L195) +[common/consts.ts:195](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L195) ___ @@ -520,7 +520,7 @@ ___ #### Defined in -[common/consts.ts:197](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L197) +[common/consts.ts:197](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L197) ___ @@ -530,7 +530,7 @@ ___ #### Defined in -[common/consts.ts:196](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L196) +[common/consts.ts:196](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L196) ___ @@ -540,7 +540,7 @@ ___ #### Defined in -[common/consts.ts:198](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L198) +[common/consts.ts:198](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L198) ___ @@ -550,7 +550,7 @@ ___ #### Defined in -[common/consts.ts:200](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L200) +[common/consts.ts:200](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L200) ___ @@ -560,7 +560,7 @@ ___ #### Defined in -[common/consts.ts:202](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L202) +[common/consts.ts:202](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L202) ___ @@ -570,7 +570,7 @@ ___ #### Defined in -[common/consts.ts:199](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L199) +[common/consts.ts:199](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L199) ___ @@ -580,7 +580,7 @@ ___ #### Defined in -[common/consts.ts:201](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L201) +[common/consts.ts:201](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L201) ___ @@ -590,7 +590,7 @@ ___ #### Defined in -[common/consts.ts:203](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L203) +[common/consts.ts:203](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L203) ___ @@ -600,7 +600,7 @@ ___ #### Defined in -[common/consts.ts:170](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L170) +[common/consts.ts:170](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L170) ___ @@ -610,7 +610,7 @@ ___ #### Defined in -[common/consts.ts:205](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L205) +[common/consts.ts:205](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L205) ___ @@ -620,7 +620,7 @@ ___ #### Defined in -[common/consts.ts:204](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L204) +[common/consts.ts:204](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L204) ___ @@ -630,7 +630,7 @@ ___ #### Defined in -[common/consts.ts:206](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L206) +[common/consts.ts:206](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L206) ___ @@ -640,7 +640,7 @@ ___ #### Defined in -[common/consts.ts:211](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L211) +[common/consts.ts:211](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L211) ___ @@ -650,7 +650,7 @@ ___ #### Defined in -[common/consts.ts:208](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L208) +[common/consts.ts:208](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L208) ___ @@ -660,7 +660,7 @@ ___ #### Defined in -[common/consts.ts:209](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L209) +[common/consts.ts:209](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L209) ___ @@ -670,7 +670,7 @@ ___ #### Defined in -[common/consts.ts:210](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L210) +[common/consts.ts:210](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L210) ___ @@ -680,7 +680,7 @@ ___ #### Defined in -[common/consts.ts:212](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L212) +[common/consts.ts:212](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L212) ___ @@ -690,7 +690,7 @@ ___ #### Defined in -[common/consts.ts:213](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L213) +[common/consts.ts:213](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L213) ___ @@ -700,7 +700,7 @@ ___ #### Defined in -[common/consts.ts:216](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L216) +[common/consts.ts:216](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L216) ___ @@ -710,7 +710,7 @@ ___ #### Defined in -[common/consts.ts:217](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L217) +[common/consts.ts:217](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L217) ___ @@ -720,7 +720,7 @@ ___ #### Defined in -[common/consts.ts:218](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L218) +[common/consts.ts:218](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L218) ___ @@ -730,7 +730,7 @@ ___ #### Defined in -[common/consts.ts:155](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L155) +[common/consts.ts:155](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L155) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[common/consts.ts:154](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L154) +[common/consts.ts:154](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L154) ___ @@ -750,7 +750,7 @@ ___ #### Defined in -[common/consts.ts:215](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L215) +[common/consts.ts:215](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L215) ___ @@ -760,7 +760,7 @@ ___ #### Defined in -[common/consts.ts:220](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L220) +[common/consts.ts:220](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L220) ___ @@ -770,7 +770,7 @@ ___ #### Defined in -[common/consts.ts:222](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L222) +[common/consts.ts:222](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L222) ___ @@ -780,7 +780,7 @@ ___ #### Defined in -[common/consts.ts:221](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L221) +[common/consts.ts:221](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L221) ___ @@ -790,7 +790,7 @@ ___ #### Defined in -[common/consts.ts:224](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L224) +[common/consts.ts:224](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L224) ___ @@ -800,7 +800,7 @@ ___ #### Defined in -[common/consts.ts:225](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L225) +[common/consts.ts:225](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L225) ___ @@ -810,7 +810,7 @@ ___ #### Defined in -[common/consts.ts:226](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L226) +[common/consts.ts:226](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L226) ___ @@ -820,7 +820,7 @@ ___ #### Defined in -[common/consts.ts:227](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L227) +[common/consts.ts:227](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L227) ___ @@ -830,7 +830,7 @@ ___ #### Defined in -[common/consts.ts:223](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L223) +[common/consts.ts:223](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L223) ___ @@ -840,7 +840,7 @@ ___ #### Defined in -[common/consts.ts:228](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L228) +[common/consts.ts:228](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L228) ___ @@ -850,7 +850,7 @@ ___ #### Defined in -[common/consts.ts:229](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L229) +[common/consts.ts:229](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L229) ___ @@ -860,7 +860,7 @@ ___ #### Defined in -[common/consts.ts:230](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L230) +[common/consts.ts:230](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L230) ___ @@ -870,7 +870,7 @@ ___ #### Defined in -[common/consts.ts:231](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L231) +[common/consts.ts:231](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L231) ___ @@ -880,7 +880,7 @@ ___ #### Defined in -[common/consts.ts:232](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L232) +[common/consts.ts:232](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L232) ___ @@ -890,7 +890,7 @@ ___ #### Defined in -[common/consts.ts:234](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L234) +[common/consts.ts:234](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L234) ___ @@ -900,7 +900,7 @@ ___ #### Defined in -[common/consts.ts:165](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L165) +[common/consts.ts:165](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L165) ___ @@ -910,7 +910,7 @@ ___ #### Defined in -[common/consts.ts:166](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L166) +[common/consts.ts:166](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L166) ___ @@ -920,4 +920,4 @@ ___ #### Defined in -[common/consts.ts:235](https://github.com/baltpeter/parse-play/blob/f5c56d2/src/common/consts.ts#L235) +[common/consts.ts:235](https://github.com/baltpeter/parse-play/blob/6cb45c0/src/common/consts.ts#L235) diff --git a/src/top-charts.ts b/src/top-charts.ts index df84e5b..7a106f7 100644 --- a/src/top-charts.ts +++ b/src/top-charts.ts @@ -41,7 +41,7 @@ export type TopChartsEntry = { /** The app's name. */ name: string; /** The app's review rating. */ - rating: number; + rating: number | undefined; /** The app's category. */ category: string; /** The app's price. */