@smartico/public-api 0.0.135 → 0.0.136

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.
@@ -5,6 +5,8 @@ export interface TournamentPublicMeta {
5
5
  image_url?: string;
6
6
  /** 2nd image */
7
7
  image_url2?: string;
8
+ /** 2nd image for mobile */
9
+ image_url2_mobile?: string;
8
10
  /** Description, html capable */
9
11
  description?: string;
10
12
  /** Short explanation of prize pool */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartico/public-api",
3
- "version": "0.0.135",
3
+ "version": "0.0.136",
4
4
  "description": "Smartico public API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -5,6 +5,8 @@ export interface TournamentPublicMeta {
5
5
  image_url?: string;
6
6
  /** 2nd image */
7
7
  image_url2?: string;
8
+ /** 2nd image for mobile */
9
+ image_url2_mobile?: string;
8
10
  /** Description, html capable */
9
11
  description?: string;
10
12
  /** Short explanation of prize pool */