ggez-banking-sdk 0.0.57 → 0.0.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1181,6 +1181,6 @@ var PromotionStatus;
|
|
|
1181
1181
|
})(PromotionStatus || (exports.PromotionStatus = PromotionStatus = {}));
|
|
1182
1182
|
var PromotionGames;
|
|
1183
1183
|
(function (PromotionGames) {
|
|
1184
|
-
PromotionGames[PromotionGames["
|
|
1185
|
-
PromotionGames[PromotionGames["
|
|
1184
|
+
PromotionGames[PromotionGames["Wheel_Of_Fortune"] = 1] = "Wheel_Of_Fortune";
|
|
1185
|
+
PromotionGames[PromotionGames["Rock_Paper_Scissors"] = 2] = "Rock_Paper_Scissors";
|
|
1186
1186
|
})(PromotionGames || (exports.PromotionGames = PromotionGames = {}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ggez-banking-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.58",
|
|
4
4
|
"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
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|