ggez-banking-sdk
Advanced tools
Comparing version
@@ -1111,4 +1111,4 @@ export declare enum RequestStatus { | ||
export declare enum PromotionVisibility { | ||
Invite = 1, | ||
Public = 2 | ||
Public = 1, | ||
Invite = 2 | ||
} | ||
@@ -1115,0 +1115,0 @@ export declare enum PromotionStatus { |
@@ -20,3 +20,3 @@ import { PromotionType, PromotionVisibility, PromotionStatus, PromotionGames, GGEZGiftType, OrderStatus } from "../constants"; | ||
type: PromotionType; | ||
referral_user_id?: string; | ||
referral_code?: string; | ||
visibility: PromotionVisibility; | ||
@@ -23,0 +23,0 @@ status: PromotionStatus; |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.0.78", | ||
"version": "0.0.79", | ||
"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", |
Sorry, the diff of this file is too big to display
778921
0