@smartico/public-api 0.0.156 → 0.0.158
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/dist/MiniGames/SAWAcknowledgeSpinPushRequest.d.ts +2 -2
- package/dist/index.js +11 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +11 -1
- package/dist/index.modern.mjs.map +1 -1
- package/package.json +1 -1
- package/src/MiniGames/SAWAcknowledgeSpinPushRequest.ts +2 -2
- package/src/Quiz/MarketsInfo.ts +13 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface SAWAcknowledgeSpinPushRequest extends
|
|
1
|
+
import { ProtocolRequest } from '../Base/ProtocolRequest';
|
|
2
|
+
export interface SAWAcknowledgeSpinPushRequest extends ProtocolRequest {
|
|
3
3
|
pending_message_id: number;
|
|
4
4
|
saw_template_id: number;
|
|
5
5
|
}
|
package/dist/index.js
CHANGED
|
@@ -3455,7 +3455,7 @@ var marketsInfo = [{
|
|
|
3455
3455
|
text: 'Which team will have more corners in the match?',
|
|
3456
3456
|
trKey: 'quizQuestion_corners1x2'
|
|
3457
3457
|
},
|
|
3458
|
-
answers:
|
|
3458
|
+
answers: homeAwayDrawAnswers
|
|
3459
3459
|
}, {
|
|
3460
3460
|
type: exports.SAWGPMarketType.One_Two,
|
|
3461
3461
|
name: '1-2',
|
|
@@ -3562,6 +3562,16 @@ var marketsInfo = [{
|
|
|
3562
3562
|
trKey: 'quizQuestion_playerTwoWinsOneSet'
|
|
3563
3563
|
},
|
|
3564
3564
|
answers: yesNoAnswers
|
|
3565
|
+
}, {
|
|
3566
|
+
type: exports.SAWGPMarketType.CustomNonSport,
|
|
3567
|
+
name: 'Custom question (non sport)',
|
|
3568
|
+
question: null,
|
|
3569
|
+
answers: null
|
|
3570
|
+
}, {
|
|
3571
|
+
type: exports.SAWGPMarketType.CustomSport,
|
|
3572
|
+
name: 'Custom question (sport)',
|
|
3573
|
+
question: null,
|
|
3574
|
+
answers: null
|
|
3565
3575
|
}];
|
|
3566
3576
|
|
|
3567
3577
|
var _QuizMarketPerSport;
|