ggez-banking-sdk
Advanced tools
Comparing version 0.0.55 to 0.0.56
@@ -11,7 +11,7 @@ import { PromotionType, PromotionVisibility, PromotionStatus, PromotionGames } from "../constants"; | ||
prize_desc_locale: string; | ||
number_of_prizes: bigint; | ||
number_of_prizes: number; | ||
prize_amount: Amount; | ||
}; | ||
export type PromotionDetails = { | ||
id: bigint; | ||
id: number; | ||
code: string; | ||
@@ -26,4 +26,4 @@ name: string; | ||
end_date: Date; | ||
allowed_participants: bigint; | ||
claimed_participants: bigint; | ||
allowed_participants: number; | ||
claimed_participants: number; | ||
total_promotion_amount: Amount; | ||
@@ -30,0 +30,0 @@ min_prize: number; |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.0.55", | ||
"version": "0.0.56", | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package