protobuf-platform 1.0.218 → 1.0.219
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.
- package/bet/bet.proto +17 -15
- package/bet/bet_pb.js +197 -101
- package/package.json +1 -1
package/bet/bet.proto
CHANGED
@@ -31,21 +31,23 @@ message DashboardGameInfo {
|
|
31
31
|
message DashboardResponse {
|
32
32
|
optional float min_bet_real = 1;
|
33
33
|
optional float min_bet_bonus = 2;
|
34
|
-
optional float
|
35
|
-
optional float
|
36
|
-
optional float
|
37
|
-
optional float
|
38
|
-
optional float
|
39
|
-
optional float
|
40
|
-
optional float
|
41
|
-
optional float
|
42
|
-
optional float
|
43
|
-
optional float
|
44
|
-
optional float
|
45
|
-
|
46
|
-
|
47
|
-
repeated DashboardGameInfo
|
48
|
-
repeated DashboardGameInfo
|
34
|
+
optional float max_bet_real = 3;
|
35
|
+
optional float max_bet_bonus = 4;
|
36
|
+
optional float average_bet_real = 5;
|
37
|
+
optional float average_bet_bonus = 6;
|
38
|
+
optional float max_win_real = 7;
|
39
|
+
optional float max_win_bonus = 8;
|
40
|
+
optional float average_win_real = 9;
|
41
|
+
optional float average_win_bonus = 10;
|
42
|
+
optional float turnover_real = 11;
|
43
|
+
optional float turnover_bonus = 12;
|
44
|
+
optional float ggr_total = 13;
|
45
|
+
optional float ggr_real = 14;
|
46
|
+
optional float ggr_bonus = 15;
|
47
|
+
repeated DashboardGameInfo top_games_count_bet_real = 16;
|
48
|
+
repeated DashboardGameInfo top_games_count_bet_bonus = 17;
|
49
|
+
repeated DashboardGameInfo top_games_sum_bet_real = 18;
|
50
|
+
repeated DashboardGameInfo top_games_sum_bet_bonus = 19;
|
49
51
|
}
|
50
52
|
//User info
|
51
53
|
message UserBetItem {
|
package/bet/bet_pb.js
CHANGED
@@ -1356,7 +1356,7 @@ proto.bet.DashboardGameInfo.prototype.hasImage = function() {
|
|
1356
1356
|
* @private {!Array<number>}
|
1357
1357
|
* @const
|
1358
1358
|
*/
|
1359
|
-
proto.bet.DashboardResponse.repeatedFields_ = [
|
1359
|
+
proto.bet.DashboardResponse.repeatedFields_ = [16,17,18,19];
|
1360
1360
|
|
1361
1361
|
|
1362
1362
|
|
@@ -1391,17 +1391,19 @@ proto.bet.DashboardResponse.toObject = function(includeInstance, msg) {
|
|
1391
1391
|
var f, obj = {
|
1392
1392
|
minBetReal: jspb.Message.getFloatingPointFieldWithDefault(msg, 1, 0.0),
|
1393
1393
|
minBetBonus: jspb.Message.getFloatingPointFieldWithDefault(msg, 2, 0.0),
|
1394
|
-
|
1395
|
-
|
1396
|
-
|
1397
|
-
|
1398
|
-
|
1399
|
-
|
1400
|
-
|
1401
|
-
|
1402
|
-
|
1403
|
-
|
1404
|
-
|
1394
|
+
maxBetReal: jspb.Message.getFloatingPointFieldWithDefault(msg, 3, 0.0),
|
1395
|
+
maxBetBonus: jspb.Message.getFloatingPointFieldWithDefault(msg, 4, 0.0),
|
1396
|
+
averageBetReal: jspb.Message.getFloatingPointFieldWithDefault(msg, 5, 0.0),
|
1397
|
+
averageBetBonus: jspb.Message.getFloatingPointFieldWithDefault(msg, 6, 0.0),
|
1398
|
+
maxWinReal: jspb.Message.getFloatingPointFieldWithDefault(msg, 7, 0.0),
|
1399
|
+
maxWinBonus: jspb.Message.getFloatingPointFieldWithDefault(msg, 8, 0.0),
|
1400
|
+
averageWinReal: jspb.Message.getFloatingPointFieldWithDefault(msg, 9, 0.0),
|
1401
|
+
averageWinBonus: jspb.Message.getFloatingPointFieldWithDefault(msg, 10, 0.0),
|
1402
|
+
turnoverReal: jspb.Message.getFloatingPointFieldWithDefault(msg, 11, 0.0),
|
1403
|
+
turnoverBonus: jspb.Message.getFloatingPointFieldWithDefault(msg, 12, 0.0),
|
1404
|
+
ggrTotal: jspb.Message.getFloatingPointFieldWithDefault(msg, 13, 0.0),
|
1405
|
+
ggrReal: jspb.Message.getFloatingPointFieldWithDefault(msg, 14, 0.0),
|
1406
|
+
ggrBonus: jspb.Message.getFloatingPointFieldWithDefault(msg, 15, 0.0),
|
1405
1407
|
topGamesCountBetRealList: jspb.Message.toObjectList(msg.getTopGamesCountBetRealList(),
|
1406
1408
|
proto.bet.DashboardGameInfo.toObject, includeInstance),
|
1407
1409
|
topGamesCountBetBonusList: jspb.Message.toObjectList(msg.getTopGamesCountBetBonusList(),
|
@@ -1456,64 +1458,72 @@ proto.bet.DashboardResponse.deserializeBinaryFromReader = function(msg, reader)
|
|
1456
1458
|
break;
|
1457
1459
|
case 3:
|
1458
1460
|
var value = /** @type {number} */ (reader.readFloat());
|
1459
|
-
msg.
|
1461
|
+
msg.setMaxBetReal(value);
|
1460
1462
|
break;
|
1461
1463
|
case 4:
|
1462
1464
|
var value = /** @type {number} */ (reader.readFloat());
|
1463
|
-
msg.
|
1465
|
+
msg.setMaxBetBonus(value);
|
1464
1466
|
break;
|
1465
1467
|
case 5:
|
1466
1468
|
var value = /** @type {number} */ (reader.readFloat());
|
1467
|
-
msg.
|
1469
|
+
msg.setAverageBetReal(value);
|
1468
1470
|
break;
|
1469
1471
|
case 6:
|
1470
1472
|
var value = /** @type {number} */ (reader.readFloat());
|
1471
|
-
msg.
|
1473
|
+
msg.setAverageBetBonus(value);
|
1472
1474
|
break;
|
1473
1475
|
case 7:
|
1474
1476
|
var value = /** @type {number} */ (reader.readFloat());
|
1475
|
-
msg.
|
1477
|
+
msg.setMaxWinReal(value);
|
1476
1478
|
break;
|
1477
1479
|
case 8:
|
1478
1480
|
var value = /** @type {number} */ (reader.readFloat());
|
1479
|
-
msg.
|
1481
|
+
msg.setMaxWinBonus(value);
|
1480
1482
|
break;
|
1481
1483
|
case 9:
|
1482
1484
|
var value = /** @type {number} */ (reader.readFloat());
|
1483
|
-
msg.
|
1485
|
+
msg.setAverageWinReal(value);
|
1484
1486
|
break;
|
1485
1487
|
case 10:
|
1486
1488
|
var value = /** @type {number} */ (reader.readFloat());
|
1487
|
-
msg.
|
1489
|
+
msg.setAverageWinBonus(value);
|
1488
1490
|
break;
|
1489
1491
|
case 11:
|
1490
1492
|
var value = /** @type {number} */ (reader.readFloat());
|
1491
|
-
msg.
|
1493
|
+
msg.setTurnoverReal(value);
|
1492
1494
|
break;
|
1493
1495
|
case 12:
|
1494
1496
|
var value = /** @type {number} */ (reader.readFloat());
|
1495
|
-
msg.
|
1497
|
+
msg.setTurnoverBonus(value);
|
1496
1498
|
break;
|
1497
1499
|
case 13:
|
1498
1500
|
var value = /** @type {number} */ (reader.readFloat());
|
1499
|
-
msg.
|
1501
|
+
msg.setGgrTotal(value);
|
1500
1502
|
break;
|
1501
1503
|
case 14:
|
1504
|
+
var value = /** @type {number} */ (reader.readFloat());
|
1505
|
+
msg.setGgrReal(value);
|
1506
|
+
break;
|
1507
|
+
case 15:
|
1508
|
+
var value = /** @type {number} */ (reader.readFloat());
|
1509
|
+
msg.setGgrBonus(value);
|
1510
|
+
break;
|
1511
|
+
case 16:
|
1502
1512
|
var value = new proto.bet.DashboardGameInfo;
|
1503
1513
|
reader.readMessage(value,proto.bet.DashboardGameInfo.deserializeBinaryFromReader);
|
1504
1514
|
msg.addTopGamesCountBetReal(value);
|
1505
1515
|
break;
|
1506
|
-
case
|
1516
|
+
case 17:
|
1507
1517
|
var value = new proto.bet.DashboardGameInfo;
|
1508
1518
|
reader.readMessage(value,proto.bet.DashboardGameInfo.deserializeBinaryFromReader);
|
1509
1519
|
msg.addTopGamesCountBetBonus(value);
|
1510
1520
|
break;
|
1511
|
-
case
|
1521
|
+
case 18:
|
1512
1522
|
var value = new proto.bet.DashboardGameInfo;
|
1513
1523
|
reader.readMessage(value,proto.bet.DashboardGameInfo.deserializeBinaryFromReader);
|
1514
1524
|
msg.addTopGamesSumBetReal(value);
|
1515
1525
|
break;
|
1516
|
-
case
|
1526
|
+
case 19:
|
1517
1527
|
var value = new proto.bet.DashboardGameInfo;
|
1518
1528
|
reader.readMessage(value,proto.bet.DashboardGameInfo.deserializeBinaryFromReader);
|
1519
1529
|
msg.addTopGamesSumBetBonus(value);
|
@@ -1638,10 +1648,24 @@ proto.bet.DashboardResponse.serializeBinaryToWriter = function(message, writer)
|
|
1638
1648
|
f
|
1639
1649
|
);
|
1640
1650
|
}
|
1651
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 14));
|
1652
|
+
if (f != null) {
|
1653
|
+
writer.writeFloat(
|
1654
|
+
14,
|
1655
|
+
f
|
1656
|
+
);
|
1657
|
+
}
|
1658
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 15));
|
1659
|
+
if (f != null) {
|
1660
|
+
writer.writeFloat(
|
1661
|
+
15,
|
1662
|
+
f
|
1663
|
+
);
|
1664
|
+
}
|
1641
1665
|
f = message.getTopGamesCountBetRealList();
|
1642
1666
|
if (f.length > 0) {
|
1643
1667
|
writer.writeRepeatedMessage(
|
1644
|
-
|
1668
|
+
16,
|
1645
1669
|
f,
|
1646
1670
|
proto.bet.DashboardGameInfo.serializeBinaryToWriter
|
1647
1671
|
);
|
@@ -1649,7 +1673,7 @@ proto.bet.DashboardResponse.serializeBinaryToWriter = function(message, writer)
|
|
1649
1673
|
f = message.getTopGamesCountBetBonusList();
|
1650
1674
|
if (f.length > 0) {
|
1651
1675
|
writer.writeRepeatedMessage(
|
1652
|
-
|
1676
|
+
17,
|
1653
1677
|
f,
|
1654
1678
|
proto.bet.DashboardGameInfo.serializeBinaryToWriter
|
1655
1679
|
);
|
@@ -1657,7 +1681,7 @@ proto.bet.DashboardResponse.serializeBinaryToWriter = function(message, writer)
|
|
1657
1681
|
f = message.getTopGamesSumBetRealList();
|
1658
1682
|
if (f.length > 0) {
|
1659
1683
|
writer.writeRepeatedMessage(
|
1660
|
-
|
1684
|
+
18,
|
1661
1685
|
f,
|
1662
1686
|
proto.bet.DashboardGameInfo.serializeBinaryToWriter
|
1663
1687
|
);
|
@@ -1665,7 +1689,7 @@ proto.bet.DashboardResponse.serializeBinaryToWriter = function(message, writer)
|
|
1665
1689
|
f = message.getTopGamesSumBetBonusList();
|
1666
1690
|
if (f.length > 0) {
|
1667
1691
|
writer.writeRepeatedMessage(
|
1668
|
-
|
1692
|
+
19,
|
1669
1693
|
f,
|
1670
1694
|
proto.bet.DashboardGameInfo.serializeBinaryToWriter
|
1671
1695
|
);
|
@@ -1746,10 +1770,10 @@ proto.bet.DashboardResponse.prototype.hasMinBetBonus = function() {
|
|
1746
1770
|
|
1747
1771
|
|
1748
1772
|
/**
|
1749
|
-
* optional float
|
1773
|
+
* optional float max_bet_real = 3;
|
1750
1774
|
* @return {number}
|
1751
1775
|
*/
|
1752
|
-
proto.bet.DashboardResponse.prototype.
|
1776
|
+
proto.bet.DashboardResponse.prototype.getMaxBetReal = function() {
|
1753
1777
|
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 3, 0.0));
|
1754
1778
|
};
|
1755
1779
|
|
@@ -1758,7 +1782,7 @@ proto.bet.DashboardResponse.prototype.getAverageBetReal = function() {
|
|
1758
1782
|
* @param {number} value
|
1759
1783
|
* @return {!proto.bet.DashboardResponse} returns this
|
1760
1784
|
*/
|
1761
|
-
proto.bet.DashboardResponse.prototype.
|
1785
|
+
proto.bet.DashboardResponse.prototype.setMaxBetReal = function(value) {
|
1762
1786
|
return jspb.Message.setField(this, 3, value);
|
1763
1787
|
};
|
1764
1788
|
|
@@ -1767,7 +1791,7 @@ proto.bet.DashboardResponse.prototype.setAverageBetReal = function(value) {
|
|
1767
1791
|
* Clears the field making it undefined.
|
1768
1792
|
* @return {!proto.bet.DashboardResponse} returns this
|
1769
1793
|
*/
|
1770
|
-
proto.bet.DashboardResponse.prototype.
|
1794
|
+
proto.bet.DashboardResponse.prototype.clearMaxBetReal = function() {
|
1771
1795
|
return jspb.Message.setField(this, 3, undefined);
|
1772
1796
|
};
|
1773
1797
|
|
@@ -1776,16 +1800,16 @@ proto.bet.DashboardResponse.prototype.clearAverageBetReal = function() {
|
|
1776
1800
|
* Returns whether this field is set.
|
1777
1801
|
* @return {boolean}
|
1778
1802
|
*/
|
1779
|
-
proto.bet.DashboardResponse.prototype.
|
1803
|
+
proto.bet.DashboardResponse.prototype.hasMaxBetReal = function() {
|
1780
1804
|
return jspb.Message.getField(this, 3) != null;
|
1781
1805
|
};
|
1782
1806
|
|
1783
1807
|
|
1784
1808
|
/**
|
1785
|
-
* optional float
|
1809
|
+
* optional float max_bet_bonus = 4;
|
1786
1810
|
* @return {number}
|
1787
1811
|
*/
|
1788
|
-
proto.bet.DashboardResponse.prototype.
|
1812
|
+
proto.bet.DashboardResponse.prototype.getMaxBetBonus = function() {
|
1789
1813
|
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 4, 0.0));
|
1790
1814
|
};
|
1791
1815
|
|
@@ -1794,7 +1818,7 @@ proto.bet.DashboardResponse.prototype.getAverageBetBonus = function() {
|
|
1794
1818
|
* @param {number} value
|
1795
1819
|
* @return {!proto.bet.DashboardResponse} returns this
|
1796
1820
|
*/
|
1797
|
-
proto.bet.DashboardResponse.prototype.
|
1821
|
+
proto.bet.DashboardResponse.prototype.setMaxBetBonus = function(value) {
|
1798
1822
|
return jspb.Message.setField(this, 4, value);
|
1799
1823
|
};
|
1800
1824
|
|
@@ -1803,7 +1827,7 @@ proto.bet.DashboardResponse.prototype.setAverageBetBonus = function(value) {
|
|
1803
1827
|
* Clears the field making it undefined.
|
1804
1828
|
* @return {!proto.bet.DashboardResponse} returns this
|
1805
1829
|
*/
|
1806
|
-
proto.bet.DashboardResponse.prototype.
|
1830
|
+
proto.bet.DashboardResponse.prototype.clearMaxBetBonus = function() {
|
1807
1831
|
return jspb.Message.setField(this, 4, undefined);
|
1808
1832
|
};
|
1809
1833
|
|
@@ -1812,16 +1836,16 @@ proto.bet.DashboardResponse.prototype.clearAverageBetBonus = function() {
|
|
1812
1836
|
* Returns whether this field is set.
|
1813
1837
|
* @return {boolean}
|
1814
1838
|
*/
|
1815
|
-
proto.bet.DashboardResponse.prototype.
|
1839
|
+
proto.bet.DashboardResponse.prototype.hasMaxBetBonus = function() {
|
1816
1840
|
return jspb.Message.getField(this, 4) != null;
|
1817
1841
|
};
|
1818
1842
|
|
1819
1843
|
|
1820
1844
|
/**
|
1821
|
-
* optional float
|
1845
|
+
* optional float average_bet_real = 5;
|
1822
1846
|
* @return {number}
|
1823
1847
|
*/
|
1824
|
-
proto.bet.DashboardResponse.prototype.
|
1848
|
+
proto.bet.DashboardResponse.prototype.getAverageBetReal = function() {
|
1825
1849
|
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 5, 0.0));
|
1826
1850
|
};
|
1827
1851
|
|
@@ -1830,7 +1854,7 @@ proto.bet.DashboardResponse.prototype.getMaxWinReal = function() {
|
|
1830
1854
|
* @param {number} value
|
1831
1855
|
* @return {!proto.bet.DashboardResponse} returns this
|
1832
1856
|
*/
|
1833
|
-
proto.bet.DashboardResponse.prototype.
|
1857
|
+
proto.bet.DashboardResponse.prototype.setAverageBetReal = function(value) {
|
1834
1858
|
return jspb.Message.setField(this, 5, value);
|
1835
1859
|
};
|
1836
1860
|
|
@@ -1839,7 +1863,7 @@ proto.bet.DashboardResponse.prototype.setMaxWinReal = function(value) {
|
|
1839
1863
|
* Clears the field making it undefined.
|
1840
1864
|
* @return {!proto.bet.DashboardResponse} returns this
|
1841
1865
|
*/
|
1842
|
-
proto.bet.DashboardResponse.prototype.
|
1866
|
+
proto.bet.DashboardResponse.prototype.clearAverageBetReal = function() {
|
1843
1867
|
return jspb.Message.setField(this, 5, undefined);
|
1844
1868
|
};
|
1845
1869
|
|
@@ -1848,16 +1872,16 @@ proto.bet.DashboardResponse.prototype.clearMaxWinReal = function() {
|
|
1848
1872
|
* Returns whether this field is set.
|
1849
1873
|
* @return {boolean}
|
1850
1874
|
*/
|
1851
|
-
proto.bet.DashboardResponse.prototype.
|
1875
|
+
proto.bet.DashboardResponse.prototype.hasAverageBetReal = function() {
|
1852
1876
|
return jspb.Message.getField(this, 5) != null;
|
1853
1877
|
};
|
1854
1878
|
|
1855
1879
|
|
1856
1880
|
/**
|
1857
|
-
* optional float
|
1881
|
+
* optional float average_bet_bonus = 6;
|
1858
1882
|
* @return {number}
|
1859
1883
|
*/
|
1860
|
-
proto.bet.DashboardResponse.prototype.
|
1884
|
+
proto.bet.DashboardResponse.prototype.getAverageBetBonus = function() {
|
1861
1885
|
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 6, 0.0));
|
1862
1886
|
};
|
1863
1887
|
|
@@ -1866,7 +1890,7 @@ proto.bet.DashboardResponse.prototype.getMaxWinBonus = function() {
|
|
1866
1890
|
* @param {number} value
|
1867
1891
|
* @return {!proto.bet.DashboardResponse} returns this
|
1868
1892
|
*/
|
1869
|
-
proto.bet.DashboardResponse.prototype.
|
1893
|
+
proto.bet.DashboardResponse.prototype.setAverageBetBonus = function(value) {
|
1870
1894
|
return jspb.Message.setField(this, 6, value);
|
1871
1895
|
};
|
1872
1896
|
|
@@ -1875,7 +1899,7 @@ proto.bet.DashboardResponse.prototype.setMaxWinBonus = function(value) {
|
|
1875
1899
|
* Clears the field making it undefined.
|
1876
1900
|
* @return {!proto.bet.DashboardResponse} returns this
|
1877
1901
|
*/
|
1878
|
-
proto.bet.DashboardResponse.prototype.
|
1902
|
+
proto.bet.DashboardResponse.prototype.clearAverageBetBonus = function() {
|
1879
1903
|
return jspb.Message.setField(this, 6, undefined);
|
1880
1904
|
};
|
1881
1905
|
|
@@ -1884,16 +1908,16 @@ proto.bet.DashboardResponse.prototype.clearMaxWinBonus = function() {
|
|
1884
1908
|
* Returns whether this field is set.
|
1885
1909
|
* @return {boolean}
|
1886
1910
|
*/
|
1887
|
-
proto.bet.DashboardResponse.prototype.
|
1911
|
+
proto.bet.DashboardResponse.prototype.hasAverageBetBonus = function() {
|
1888
1912
|
return jspb.Message.getField(this, 6) != null;
|
1889
1913
|
};
|
1890
1914
|
|
1891
1915
|
|
1892
1916
|
/**
|
1893
|
-
* optional float
|
1917
|
+
* optional float max_win_real = 7;
|
1894
1918
|
* @return {number}
|
1895
1919
|
*/
|
1896
|
-
proto.bet.DashboardResponse.prototype.
|
1920
|
+
proto.bet.DashboardResponse.prototype.getMaxWinReal = function() {
|
1897
1921
|
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 7, 0.0));
|
1898
1922
|
};
|
1899
1923
|
|
@@ -1902,7 +1926,7 @@ proto.bet.DashboardResponse.prototype.getAverageWinReal = function() {
|
|
1902
1926
|
* @param {number} value
|
1903
1927
|
* @return {!proto.bet.DashboardResponse} returns this
|
1904
1928
|
*/
|
1905
|
-
proto.bet.DashboardResponse.prototype.
|
1929
|
+
proto.bet.DashboardResponse.prototype.setMaxWinReal = function(value) {
|
1906
1930
|
return jspb.Message.setField(this, 7, value);
|
1907
1931
|
};
|
1908
1932
|
|
@@ -1911,7 +1935,7 @@ proto.bet.DashboardResponse.prototype.setAverageWinReal = function(value) {
|
|
1911
1935
|
* Clears the field making it undefined.
|
1912
1936
|
* @return {!proto.bet.DashboardResponse} returns this
|
1913
1937
|
*/
|
1914
|
-
proto.bet.DashboardResponse.prototype.
|
1938
|
+
proto.bet.DashboardResponse.prototype.clearMaxWinReal = function() {
|
1915
1939
|
return jspb.Message.setField(this, 7, undefined);
|
1916
1940
|
};
|
1917
1941
|
|
@@ -1920,16 +1944,16 @@ proto.bet.DashboardResponse.prototype.clearAverageWinReal = function() {
|
|
1920
1944
|
* Returns whether this field is set.
|
1921
1945
|
* @return {boolean}
|
1922
1946
|
*/
|
1923
|
-
proto.bet.DashboardResponse.prototype.
|
1947
|
+
proto.bet.DashboardResponse.prototype.hasMaxWinReal = function() {
|
1924
1948
|
return jspb.Message.getField(this, 7) != null;
|
1925
1949
|
};
|
1926
1950
|
|
1927
1951
|
|
1928
1952
|
/**
|
1929
|
-
* optional float
|
1953
|
+
* optional float max_win_bonus = 8;
|
1930
1954
|
* @return {number}
|
1931
1955
|
*/
|
1932
|
-
proto.bet.DashboardResponse.prototype.
|
1956
|
+
proto.bet.DashboardResponse.prototype.getMaxWinBonus = function() {
|
1933
1957
|
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 8, 0.0));
|
1934
1958
|
};
|
1935
1959
|
|
@@ -1938,7 +1962,7 @@ proto.bet.DashboardResponse.prototype.getAverageWinBonus = function() {
|
|
1938
1962
|
* @param {number} value
|
1939
1963
|
* @return {!proto.bet.DashboardResponse} returns this
|
1940
1964
|
*/
|
1941
|
-
proto.bet.DashboardResponse.prototype.
|
1965
|
+
proto.bet.DashboardResponse.prototype.setMaxWinBonus = function(value) {
|
1942
1966
|
return jspb.Message.setField(this, 8, value);
|
1943
1967
|
};
|
1944
1968
|
|
@@ -1947,7 +1971,7 @@ proto.bet.DashboardResponse.prototype.setAverageWinBonus = function(value) {
|
|
1947
1971
|
* Clears the field making it undefined.
|
1948
1972
|
* @return {!proto.bet.DashboardResponse} returns this
|
1949
1973
|
*/
|
1950
|
-
proto.bet.DashboardResponse.prototype.
|
1974
|
+
proto.bet.DashboardResponse.prototype.clearMaxWinBonus = function() {
|
1951
1975
|
return jspb.Message.setField(this, 8, undefined);
|
1952
1976
|
};
|
1953
1977
|
|
@@ -1956,16 +1980,16 @@ proto.bet.DashboardResponse.prototype.clearAverageWinBonus = function() {
|
|
1956
1980
|
* Returns whether this field is set.
|
1957
1981
|
* @return {boolean}
|
1958
1982
|
*/
|
1959
|
-
proto.bet.DashboardResponse.prototype.
|
1983
|
+
proto.bet.DashboardResponse.prototype.hasMaxWinBonus = function() {
|
1960
1984
|
return jspb.Message.getField(this, 8) != null;
|
1961
1985
|
};
|
1962
1986
|
|
1963
1987
|
|
1964
1988
|
/**
|
1965
|
-
* optional float
|
1989
|
+
* optional float average_win_real = 9;
|
1966
1990
|
* @return {number}
|
1967
1991
|
*/
|
1968
|
-
proto.bet.DashboardResponse.prototype.
|
1992
|
+
proto.bet.DashboardResponse.prototype.getAverageWinReal = function() {
|
1969
1993
|
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 9, 0.0));
|
1970
1994
|
};
|
1971
1995
|
|
@@ -1974,7 +1998,7 @@ proto.bet.DashboardResponse.prototype.getTurnoverReal = function() {
|
|
1974
1998
|
* @param {number} value
|
1975
1999
|
* @return {!proto.bet.DashboardResponse} returns this
|
1976
2000
|
*/
|
1977
|
-
proto.bet.DashboardResponse.prototype.
|
2001
|
+
proto.bet.DashboardResponse.prototype.setAverageWinReal = function(value) {
|
1978
2002
|
return jspb.Message.setField(this, 9, value);
|
1979
2003
|
};
|
1980
2004
|
|
@@ -1983,7 +2007,7 @@ proto.bet.DashboardResponse.prototype.setTurnoverReal = function(value) {
|
|
1983
2007
|
* Clears the field making it undefined.
|
1984
2008
|
* @return {!proto.bet.DashboardResponse} returns this
|
1985
2009
|
*/
|
1986
|
-
proto.bet.DashboardResponse.prototype.
|
2010
|
+
proto.bet.DashboardResponse.prototype.clearAverageWinReal = function() {
|
1987
2011
|
return jspb.Message.setField(this, 9, undefined);
|
1988
2012
|
};
|
1989
2013
|
|
@@ -1992,16 +2016,16 @@ proto.bet.DashboardResponse.prototype.clearTurnoverReal = function() {
|
|
1992
2016
|
* Returns whether this field is set.
|
1993
2017
|
* @return {boolean}
|
1994
2018
|
*/
|
1995
|
-
proto.bet.DashboardResponse.prototype.
|
2019
|
+
proto.bet.DashboardResponse.prototype.hasAverageWinReal = function() {
|
1996
2020
|
return jspb.Message.getField(this, 9) != null;
|
1997
2021
|
};
|
1998
2022
|
|
1999
2023
|
|
2000
2024
|
/**
|
2001
|
-
* optional float
|
2025
|
+
* optional float average_win_bonus = 10;
|
2002
2026
|
* @return {number}
|
2003
2027
|
*/
|
2004
|
-
proto.bet.DashboardResponse.prototype.
|
2028
|
+
proto.bet.DashboardResponse.prototype.getAverageWinBonus = function() {
|
2005
2029
|
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 10, 0.0));
|
2006
2030
|
};
|
2007
2031
|
|
@@ -2010,7 +2034,7 @@ proto.bet.DashboardResponse.prototype.getTurnoverBonus = function() {
|
|
2010
2034
|
* @param {number} value
|
2011
2035
|
* @return {!proto.bet.DashboardResponse} returns this
|
2012
2036
|
*/
|
2013
|
-
proto.bet.DashboardResponse.prototype.
|
2037
|
+
proto.bet.DashboardResponse.prototype.setAverageWinBonus = function(value) {
|
2014
2038
|
return jspb.Message.setField(this, 10, value);
|
2015
2039
|
};
|
2016
2040
|
|
@@ -2019,7 +2043,7 @@ proto.bet.DashboardResponse.prototype.setTurnoverBonus = function(value) {
|
|
2019
2043
|
* Clears the field making it undefined.
|
2020
2044
|
* @return {!proto.bet.DashboardResponse} returns this
|
2021
2045
|
*/
|
2022
|
-
proto.bet.DashboardResponse.prototype.
|
2046
|
+
proto.bet.DashboardResponse.prototype.clearAverageWinBonus = function() {
|
2023
2047
|
return jspb.Message.setField(this, 10, undefined);
|
2024
2048
|
};
|
2025
2049
|
|
@@ -2028,16 +2052,16 @@ proto.bet.DashboardResponse.prototype.clearTurnoverBonus = function() {
|
|
2028
2052
|
* Returns whether this field is set.
|
2029
2053
|
* @return {boolean}
|
2030
2054
|
*/
|
2031
|
-
proto.bet.DashboardResponse.prototype.
|
2055
|
+
proto.bet.DashboardResponse.prototype.hasAverageWinBonus = function() {
|
2032
2056
|
return jspb.Message.getField(this, 10) != null;
|
2033
2057
|
};
|
2034
2058
|
|
2035
2059
|
|
2036
2060
|
/**
|
2037
|
-
* optional float
|
2061
|
+
* optional float turnover_real = 11;
|
2038
2062
|
* @return {number}
|
2039
2063
|
*/
|
2040
|
-
proto.bet.DashboardResponse.prototype.
|
2064
|
+
proto.bet.DashboardResponse.prototype.getTurnoverReal = function() {
|
2041
2065
|
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 11, 0.0));
|
2042
2066
|
};
|
2043
2067
|
|
@@ -2046,7 +2070,7 @@ proto.bet.DashboardResponse.prototype.getGgrTotal = function() {
|
|
2046
2070
|
* @param {number} value
|
2047
2071
|
* @return {!proto.bet.DashboardResponse} returns this
|
2048
2072
|
*/
|
2049
|
-
proto.bet.DashboardResponse.prototype.
|
2073
|
+
proto.bet.DashboardResponse.prototype.setTurnoverReal = function(value) {
|
2050
2074
|
return jspb.Message.setField(this, 11, value);
|
2051
2075
|
};
|
2052
2076
|
|
@@ -2055,7 +2079,7 @@ proto.bet.DashboardResponse.prototype.setGgrTotal = function(value) {
|
|
2055
2079
|
* Clears the field making it undefined.
|
2056
2080
|
* @return {!proto.bet.DashboardResponse} returns this
|
2057
2081
|
*/
|
2058
|
-
proto.bet.DashboardResponse.prototype.
|
2082
|
+
proto.bet.DashboardResponse.prototype.clearTurnoverReal = function() {
|
2059
2083
|
return jspb.Message.setField(this, 11, undefined);
|
2060
2084
|
};
|
2061
2085
|
|
@@ -2064,16 +2088,16 @@ proto.bet.DashboardResponse.prototype.clearGgrTotal = function() {
|
|
2064
2088
|
* Returns whether this field is set.
|
2065
2089
|
* @return {boolean}
|
2066
2090
|
*/
|
2067
|
-
proto.bet.DashboardResponse.prototype.
|
2091
|
+
proto.bet.DashboardResponse.prototype.hasTurnoverReal = function() {
|
2068
2092
|
return jspb.Message.getField(this, 11) != null;
|
2069
2093
|
};
|
2070
2094
|
|
2071
2095
|
|
2072
2096
|
/**
|
2073
|
-
* optional float
|
2097
|
+
* optional float turnover_bonus = 12;
|
2074
2098
|
* @return {number}
|
2075
2099
|
*/
|
2076
|
-
proto.bet.DashboardResponse.prototype.
|
2100
|
+
proto.bet.DashboardResponse.prototype.getTurnoverBonus = function() {
|
2077
2101
|
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 12, 0.0));
|
2078
2102
|
};
|
2079
2103
|
|
@@ -2082,7 +2106,7 @@ proto.bet.DashboardResponse.prototype.getGgrReal = function() {
|
|
2082
2106
|
* @param {number} value
|
2083
2107
|
* @return {!proto.bet.DashboardResponse} returns this
|
2084
2108
|
*/
|
2085
|
-
proto.bet.DashboardResponse.prototype.
|
2109
|
+
proto.bet.DashboardResponse.prototype.setTurnoverBonus = function(value) {
|
2086
2110
|
return jspb.Message.setField(this, 12, value);
|
2087
2111
|
};
|
2088
2112
|
|
@@ -2091,7 +2115,7 @@ proto.bet.DashboardResponse.prototype.setGgrReal = function(value) {
|
|
2091
2115
|
* Clears the field making it undefined.
|
2092
2116
|
* @return {!proto.bet.DashboardResponse} returns this
|
2093
2117
|
*/
|
2094
|
-
proto.bet.DashboardResponse.prototype.
|
2118
|
+
proto.bet.DashboardResponse.prototype.clearTurnoverBonus = function() {
|
2095
2119
|
return jspb.Message.setField(this, 12, undefined);
|
2096
2120
|
};
|
2097
2121
|
|
@@ -2100,16 +2124,16 @@ proto.bet.DashboardResponse.prototype.clearGgrReal = function() {
|
|
2100
2124
|
* Returns whether this field is set.
|
2101
2125
|
* @return {boolean}
|
2102
2126
|
*/
|
2103
|
-
proto.bet.DashboardResponse.prototype.
|
2127
|
+
proto.bet.DashboardResponse.prototype.hasTurnoverBonus = function() {
|
2104
2128
|
return jspb.Message.getField(this, 12) != null;
|
2105
2129
|
};
|
2106
2130
|
|
2107
2131
|
|
2108
2132
|
/**
|
2109
|
-
* optional float
|
2133
|
+
* optional float ggr_total = 13;
|
2110
2134
|
* @return {number}
|
2111
2135
|
*/
|
2112
|
-
proto.bet.DashboardResponse.prototype.
|
2136
|
+
proto.bet.DashboardResponse.prototype.getGgrTotal = function() {
|
2113
2137
|
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 13, 0.0));
|
2114
2138
|
};
|
2115
2139
|
|
@@ -2118,7 +2142,7 @@ proto.bet.DashboardResponse.prototype.getGgrBonus = function() {
|
|
2118
2142
|
* @param {number} value
|
2119
2143
|
* @return {!proto.bet.DashboardResponse} returns this
|
2120
2144
|
*/
|
2121
|
-
proto.bet.DashboardResponse.prototype.
|
2145
|
+
proto.bet.DashboardResponse.prototype.setGgrTotal = function(value) {
|
2122
2146
|
return jspb.Message.setField(this, 13, value);
|
2123
2147
|
};
|
2124
2148
|
|
@@ -2127,7 +2151,7 @@ proto.bet.DashboardResponse.prototype.setGgrBonus = function(value) {
|
|
2127
2151
|
* Clears the field making it undefined.
|
2128
2152
|
* @return {!proto.bet.DashboardResponse} returns this
|
2129
2153
|
*/
|
2130
|
-
proto.bet.DashboardResponse.prototype.
|
2154
|
+
proto.bet.DashboardResponse.prototype.clearGgrTotal = function() {
|
2131
2155
|
return jspb.Message.setField(this, 13, undefined);
|
2132
2156
|
};
|
2133
2157
|
|
@@ -2136,18 +2160,90 @@ proto.bet.DashboardResponse.prototype.clearGgrBonus = function() {
|
|
2136
2160
|
* Returns whether this field is set.
|
2137
2161
|
* @return {boolean}
|
2138
2162
|
*/
|
2139
|
-
proto.bet.DashboardResponse.prototype.
|
2163
|
+
proto.bet.DashboardResponse.prototype.hasGgrTotal = function() {
|
2140
2164
|
return jspb.Message.getField(this, 13) != null;
|
2141
2165
|
};
|
2142
2166
|
|
2143
2167
|
|
2144
2168
|
/**
|
2145
|
-
*
|
2169
|
+
* optional float ggr_real = 14;
|
2170
|
+
* @return {number}
|
2171
|
+
*/
|
2172
|
+
proto.bet.DashboardResponse.prototype.getGgrReal = function() {
|
2173
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 14, 0.0));
|
2174
|
+
};
|
2175
|
+
|
2176
|
+
|
2177
|
+
/**
|
2178
|
+
* @param {number} value
|
2179
|
+
* @return {!proto.bet.DashboardResponse} returns this
|
2180
|
+
*/
|
2181
|
+
proto.bet.DashboardResponse.prototype.setGgrReal = function(value) {
|
2182
|
+
return jspb.Message.setField(this, 14, value);
|
2183
|
+
};
|
2184
|
+
|
2185
|
+
|
2186
|
+
/**
|
2187
|
+
* Clears the field making it undefined.
|
2188
|
+
* @return {!proto.bet.DashboardResponse} returns this
|
2189
|
+
*/
|
2190
|
+
proto.bet.DashboardResponse.prototype.clearGgrReal = function() {
|
2191
|
+
return jspb.Message.setField(this, 14, undefined);
|
2192
|
+
};
|
2193
|
+
|
2194
|
+
|
2195
|
+
/**
|
2196
|
+
* Returns whether this field is set.
|
2197
|
+
* @return {boolean}
|
2198
|
+
*/
|
2199
|
+
proto.bet.DashboardResponse.prototype.hasGgrReal = function() {
|
2200
|
+
return jspb.Message.getField(this, 14) != null;
|
2201
|
+
};
|
2202
|
+
|
2203
|
+
|
2204
|
+
/**
|
2205
|
+
* optional float ggr_bonus = 15;
|
2206
|
+
* @return {number}
|
2207
|
+
*/
|
2208
|
+
proto.bet.DashboardResponse.prototype.getGgrBonus = function() {
|
2209
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 15, 0.0));
|
2210
|
+
};
|
2211
|
+
|
2212
|
+
|
2213
|
+
/**
|
2214
|
+
* @param {number} value
|
2215
|
+
* @return {!proto.bet.DashboardResponse} returns this
|
2216
|
+
*/
|
2217
|
+
proto.bet.DashboardResponse.prototype.setGgrBonus = function(value) {
|
2218
|
+
return jspb.Message.setField(this, 15, value);
|
2219
|
+
};
|
2220
|
+
|
2221
|
+
|
2222
|
+
/**
|
2223
|
+
* Clears the field making it undefined.
|
2224
|
+
* @return {!proto.bet.DashboardResponse} returns this
|
2225
|
+
*/
|
2226
|
+
proto.bet.DashboardResponse.prototype.clearGgrBonus = function() {
|
2227
|
+
return jspb.Message.setField(this, 15, undefined);
|
2228
|
+
};
|
2229
|
+
|
2230
|
+
|
2231
|
+
/**
|
2232
|
+
* Returns whether this field is set.
|
2233
|
+
* @return {boolean}
|
2234
|
+
*/
|
2235
|
+
proto.bet.DashboardResponse.prototype.hasGgrBonus = function() {
|
2236
|
+
return jspb.Message.getField(this, 15) != null;
|
2237
|
+
};
|
2238
|
+
|
2239
|
+
|
2240
|
+
/**
|
2241
|
+
* repeated DashboardGameInfo top_games_count_bet_real = 16;
|
2146
2242
|
* @return {!Array<!proto.bet.DashboardGameInfo>}
|
2147
2243
|
*/
|
2148
2244
|
proto.bet.DashboardResponse.prototype.getTopGamesCountBetRealList = function() {
|
2149
2245
|
return /** @type{!Array<!proto.bet.DashboardGameInfo>} */ (
|
2150
|
-
jspb.Message.getRepeatedWrapperField(this, proto.bet.DashboardGameInfo,
|
2246
|
+
jspb.Message.getRepeatedWrapperField(this, proto.bet.DashboardGameInfo, 16));
|
2151
2247
|
};
|
2152
2248
|
|
2153
2249
|
|
@@ -2156,7 +2252,7 @@ proto.bet.DashboardResponse.prototype.getTopGamesCountBetRealList = function() {
|
|
2156
2252
|
* @return {!proto.bet.DashboardResponse} returns this
|
2157
2253
|
*/
|
2158
2254
|
proto.bet.DashboardResponse.prototype.setTopGamesCountBetRealList = function(value) {
|
2159
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
2255
|
+
return jspb.Message.setRepeatedWrapperField(this, 16, value);
|
2160
2256
|
};
|
2161
2257
|
|
2162
2258
|
|
@@ -2166,7 +2262,7 @@ proto.bet.DashboardResponse.prototype.setTopGamesCountBetRealList = function(val
|
|
2166
2262
|
* @return {!proto.bet.DashboardGameInfo}
|
2167
2263
|
*/
|
2168
2264
|
proto.bet.DashboardResponse.prototype.addTopGamesCountBetReal = function(opt_value, opt_index) {
|
2169
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
2265
|
+
return jspb.Message.addToRepeatedWrapperField(this, 16, opt_value, proto.bet.DashboardGameInfo, opt_index);
|
2170
2266
|
};
|
2171
2267
|
|
2172
2268
|
|
@@ -2180,12 +2276,12 @@ proto.bet.DashboardResponse.prototype.clearTopGamesCountBetRealList = function()
|
|
2180
2276
|
|
2181
2277
|
|
2182
2278
|
/**
|
2183
|
-
* repeated DashboardGameInfo top_games_count_bet_bonus =
|
2279
|
+
* repeated DashboardGameInfo top_games_count_bet_bonus = 17;
|
2184
2280
|
* @return {!Array<!proto.bet.DashboardGameInfo>}
|
2185
2281
|
*/
|
2186
2282
|
proto.bet.DashboardResponse.prototype.getTopGamesCountBetBonusList = function() {
|
2187
2283
|
return /** @type{!Array<!proto.bet.DashboardGameInfo>} */ (
|
2188
|
-
jspb.Message.getRepeatedWrapperField(this, proto.bet.DashboardGameInfo,
|
2284
|
+
jspb.Message.getRepeatedWrapperField(this, proto.bet.DashboardGameInfo, 17));
|
2189
2285
|
};
|
2190
2286
|
|
2191
2287
|
|
@@ -2194,7 +2290,7 @@ proto.bet.DashboardResponse.prototype.getTopGamesCountBetBonusList = function()
|
|
2194
2290
|
* @return {!proto.bet.DashboardResponse} returns this
|
2195
2291
|
*/
|
2196
2292
|
proto.bet.DashboardResponse.prototype.setTopGamesCountBetBonusList = function(value) {
|
2197
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
2293
|
+
return jspb.Message.setRepeatedWrapperField(this, 17, value);
|
2198
2294
|
};
|
2199
2295
|
|
2200
2296
|
|
@@ -2204,7 +2300,7 @@ proto.bet.DashboardResponse.prototype.setTopGamesCountBetBonusList = function(va
|
|
2204
2300
|
* @return {!proto.bet.DashboardGameInfo}
|
2205
2301
|
*/
|
2206
2302
|
proto.bet.DashboardResponse.prototype.addTopGamesCountBetBonus = function(opt_value, opt_index) {
|
2207
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
2303
|
+
return jspb.Message.addToRepeatedWrapperField(this, 17, opt_value, proto.bet.DashboardGameInfo, opt_index);
|
2208
2304
|
};
|
2209
2305
|
|
2210
2306
|
|
@@ -2218,12 +2314,12 @@ proto.bet.DashboardResponse.prototype.clearTopGamesCountBetBonusList = function(
|
|
2218
2314
|
|
2219
2315
|
|
2220
2316
|
/**
|
2221
|
-
* repeated DashboardGameInfo top_games_sum_bet_real =
|
2317
|
+
* repeated DashboardGameInfo top_games_sum_bet_real = 18;
|
2222
2318
|
* @return {!Array<!proto.bet.DashboardGameInfo>}
|
2223
2319
|
*/
|
2224
2320
|
proto.bet.DashboardResponse.prototype.getTopGamesSumBetRealList = function() {
|
2225
2321
|
return /** @type{!Array<!proto.bet.DashboardGameInfo>} */ (
|
2226
|
-
jspb.Message.getRepeatedWrapperField(this, proto.bet.DashboardGameInfo,
|
2322
|
+
jspb.Message.getRepeatedWrapperField(this, proto.bet.DashboardGameInfo, 18));
|
2227
2323
|
};
|
2228
2324
|
|
2229
2325
|
|
@@ -2232,7 +2328,7 @@ proto.bet.DashboardResponse.prototype.getTopGamesSumBetRealList = function() {
|
|
2232
2328
|
* @return {!proto.bet.DashboardResponse} returns this
|
2233
2329
|
*/
|
2234
2330
|
proto.bet.DashboardResponse.prototype.setTopGamesSumBetRealList = function(value) {
|
2235
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
2331
|
+
return jspb.Message.setRepeatedWrapperField(this, 18, value);
|
2236
2332
|
};
|
2237
2333
|
|
2238
2334
|
|
@@ -2242,7 +2338,7 @@ proto.bet.DashboardResponse.prototype.setTopGamesSumBetRealList = function(value
|
|
2242
2338
|
* @return {!proto.bet.DashboardGameInfo}
|
2243
2339
|
*/
|
2244
2340
|
proto.bet.DashboardResponse.prototype.addTopGamesSumBetReal = function(opt_value, opt_index) {
|
2245
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
2341
|
+
return jspb.Message.addToRepeatedWrapperField(this, 18, opt_value, proto.bet.DashboardGameInfo, opt_index);
|
2246
2342
|
};
|
2247
2343
|
|
2248
2344
|
|
@@ -2256,12 +2352,12 @@ proto.bet.DashboardResponse.prototype.clearTopGamesSumBetRealList = function() {
|
|
2256
2352
|
|
2257
2353
|
|
2258
2354
|
/**
|
2259
|
-
* repeated DashboardGameInfo top_games_sum_bet_bonus =
|
2355
|
+
* repeated DashboardGameInfo top_games_sum_bet_bonus = 19;
|
2260
2356
|
* @return {!Array<!proto.bet.DashboardGameInfo>}
|
2261
2357
|
*/
|
2262
2358
|
proto.bet.DashboardResponse.prototype.getTopGamesSumBetBonusList = function() {
|
2263
2359
|
return /** @type{!Array<!proto.bet.DashboardGameInfo>} */ (
|
2264
|
-
jspb.Message.getRepeatedWrapperField(this, proto.bet.DashboardGameInfo,
|
2360
|
+
jspb.Message.getRepeatedWrapperField(this, proto.bet.DashboardGameInfo, 19));
|
2265
2361
|
};
|
2266
2362
|
|
2267
2363
|
|
@@ -2270,7 +2366,7 @@ proto.bet.DashboardResponse.prototype.getTopGamesSumBetBonusList = function() {
|
|
2270
2366
|
* @return {!proto.bet.DashboardResponse} returns this
|
2271
2367
|
*/
|
2272
2368
|
proto.bet.DashboardResponse.prototype.setTopGamesSumBetBonusList = function(value) {
|
2273
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
2369
|
+
return jspb.Message.setRepeatedWrapperField(this, 19, value);
|
2274
2370
|
};
|
2275
2371
|
|
2276
2372
|
|
@@ -2280,7 +2376,7 @@ proto.bet.DashboardResponse.prototype.setTopGamesSumBetBonusList = function(valu
|
|
2280
2376
|
* @return {!proto.bet.DashboardGameInfo}
|
2281
2377
|
*/
|
2282
2378
|
proto.bet.DashboardResponse.prototype.addTopGamesSumBetBonus = function(opt_value, opt_index) {
|
2283
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
2379
|
+
return jspb.Message.addToRepeatedWrapperField(this, 19, opt_value, proto.bet.DashboardGameInfo, opt_index);
|
2284
2380
|
};
|
2285
2381
|
|
2286
2382
|
|