@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.
|
@@ -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*/
|
package/package.json
CHANGED
package/src/WSAPI/WSAPITypes.ts
CHANGED
|
@@ -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*/
|