ggez-banking-sdk
Advanced tools
Comparing version 0.0.56 to 0.0.57
@@ -30,2 +30,3 @@ import { PromotionType, PromotionVisibility, PromotionStatus, PromotionGames } from "../constants"; | ||
max_prize: number; | ||
promotion_prizes: Amount[]; | ||
claimed_amounts: number; | ||
@@ -32,0 +33,0 @@ enabled_games: PromotionGames[]; |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.0.56", | ||
"version": "0.0.57", | ||
"description": "A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
773784
25474