@smartico/public-api 0.0.305 → 0.0.306

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.
@@ -2,4 +2,5 @@ export interface BonusTemplateMetaMap {
2
2
  description: string;
3
3
  acknowledge: string;
4
4
  image_url: string;
5
+ redirect_url?: string;
5
6
  }
@@ -854,6 +854,8 @@ export interface BonusTemplateMetaMap {
854
854
  acknowledge: string;
855
855
  /** Image URL of the bonus template*/
856
856
  image_url: string;
857
+ /** Redirect URL of the bonus template*/
858
+ redirect_url?: string;
857
859
  }
858
860
  export interface BonusMetaMap {
859
861
  /** Label and description of the bonus sent to the player*/
@@ -23,3 +23,11 @@ ___
23
23
  • **image\_url**: `string`
24
24
 
25
25
  Image URL of the bonus template
26
+
27
+ ___
28
+
29
+ ### redirect\_url
30
+
31
+ • `Optional` **redirect\_url**: `string`
32
+
33
+ Redirect URL of the bonus template
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartico/public-api",
3
- "version": "0.0.305",
3
+ "version": "0.0.306",
4
4
  "description": "Smartico public API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -3,4 +3,5 @@ export interface BonusTemplateMetaMap {
3
3
  description: string;
4
4
  acknowledge: string;
5
5
  image_url: string;
6
+ redirect_url?: string;
6
7
  }
@@ -933,6 +933,8 @@ export interface BonusTemplateMetaMap {
933
933
  acknowledge: string;
934
934
  /** Image URL of the bonus template*/
935
935
  image_url: string;
936
+ /** Redirect URL of the bonus template*/
937
+ redirect_url?: string;
936
938
  }
937
939
  export interface BonusMetaMap {
938
940
  /** Label and description of the bonus sent to the player*/