ggez-banking-sdk
Advanced tools
Comparing version 0.0.62 to 0.0.63
@@ -23,4 +23,4 @@ import { PromotionType, PromotionVisibility, PromotionStatus, PromotionGames } from "../constants"; | ||
status: PromotionStatus; | ||
start_date: Date; | ||
end_date: Date; | ||
start_date: string; | ||
end_date: string; | ||
allowed_participants: number; | ||
@@ -27,0 +27,0 @@ claimed_participants: number; |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.0.62", | ||
"version": "0.0.63", | ||
"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
775472