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.
@@ -1117,6 +1117,6 @@ export declare enum PromotionStatus {
1117
1117
  Ended = 3
1118
1118
  }
1119
1119
  export declare enum PromotionGames {
1120
- wheel_of_fortune = 1,
1121
- rock_paper_scissors = 2
1120
+ Wheel_Of_Fortune = 1,
1121
+ Rock_Paper_Scissors = 2
1122
1122
  }
@@ -1181,6 +1181,6 @@ var PromotionStatus;
1181
1181
  })(PromotionStatus || (exports.PromotionStatus = PromotionStatus = {}));
1182
1182
  var PromotionGames;
1183
1183
  (function (PromotionGames) {
1184
- PromotionGames[PromotionGames["wheel_of_fortune"] = 1] = "wheel_of_fortune";
1185
- PromotionGames[PromotionGames["rock_paper_scissors"] = 2] = "rock_paper_scissors";
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.57",
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",