ggez-banking-sdk
Advanced tools
@@ -1,2 +0,2 @@ | ||
import { PromotionType, PromotionVisibility, PromotionStatus, PromotionGames, GGEZGiftType, OrderStatus } from "../constants"; | ||
import { PromotionType, PromotionVisibility, PromotionStatus, PromotionGames, GGEZGiftType } from "../constants"; | ||
export type Amount = { | ||
@@ -42,3 +42,3 @@ amount: number; | ||
type: GGEZGiftType; | ||
order_status: OrderStatus; | ||
formatted_claimed_date: string; | ||
claimed_date: string; | ||
@@ -45,0 +45,0 @@ claimed_prize_amount: number; |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.1.25", | ||
"version": "0.1.26", | ||
"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", |
799654
0