@smartico/public-api 0.0.159 → 0.0.161
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/SAWEventSawPush.d.ts +1 -1
- package/dist/MiniGames/SAWPrize.d.ts +1 -0
- package/dist/WSAPI/WSAPITypes.d.ts +3 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +2 -0
- package/dist/index.modern.mjs.map +1 -1
- package/docs/interfaces/TMiniGamePrize.md +6 -0
- package/docs/interfaces/TMissionOrBadge.md +8 -0
- package/package.json +1 -1
- package/src/MiniGames/SAWEventSawPush.ts +1 -1
- package/src/MiniGames/SAWGetTemplatesResponse.ts +1 -0
- package/src/MiniGames/SAWPrize.ts +1 -0
- package/src/Missions/UserAchievement.ts +1 -0
- package/src/WSAPI/WSAPITypes.ts +6 -0
package/dist/index.modern.mjs
CHANGED
|
@@ -372,6 +372,7 @@ const SAWTemplatesTransform = items => {
|
|
|
372
372
|
acknowledge_dp: p.saw_prize_ui_definition.acknowledge_dp,
|
|
373
373
|
acknowledge_action_title: p.saw_prize_ui_definition.acknowledge_action_title,
|
|
374
374
|
pool: p.pool,
|
|
375
|
+
pool_initial: p.pool_initial,
|
|
375
376
|
wins_count: p.wins_count
|
|
376
377
|
};
|
|
377
378
|
return y;
|
|
@@ -803,6 +804,7 @@ const UserAchievementTransform = items => {
|
|
|
803
804
|
is_requires_optin: r.requiresOptin,
|
|
804
805
|
is_opted_in: r.isOptedIn,
|
|
805
806
|
time_limit_ms: r.time_limit_ms,
|
|
807
|
+
active_from_ts: r.active_from_ts,
|
|
806
808
|
dt_start: r.start_date_ts,
|
|
807
809
|
reward: r.ach_public_meta.reward,
|
|
808
810
|
progress: r.progress,
|