ggez-banking-sdk
Advanced tools
Comparing version 0.0.54 to 0.0.55
@@ -1106,1 +1106,18 @@ export declare enum RequestStatus { | ||
} | ||
export declare enum PromotionType { | ||
Public = 1, | ||
Referral = 2 | ||
} | ||
export declare enum PromotionVisibility { | ||
Invite = 1, | ||
Public = 2 | ||
} | ||
export declare enum PromotionStatus { | ||
Active = 1, | ||
Suspended = 2, | ||
Ended = 3 | ||
} | ||
export declare enum PromotionGames { | ||
wheel_of_fortune = 1, | ||
rock_paper_scissors = 2 | ||
} |
@@ -5,1 +5,2 @@ export * from "./bankingSystemInterface"; | ||
export * from "./interface"; | ||
export * from "./promotion"; |
@@ -21,1 +21,2 @@ "use strict"; | ||
__exportStar(require("./interface"), exports); | ||
__exportStar(require("./promotion"), exports); |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.0.54", | ||
"version": "0.0.55", | ||
"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
Sorry, the diff of this file is not supported yet
773752
119
25473