@smartico/public-api 0.0.165 → 0.0.166

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.
@@ -1,6 +1,6 @@
1
1
  export declare enum QuizSportType {
2
2
  Soccer = 1,
3
- Tennis = 5,
4
- Basketball = 6
3
+ Basketball = 2,
4
+ Tennis = 5
5
5
  }
6
6
  export declare const quizSupportedSports: QuizSportType[];
package/dist/index.js CHANGED
@@ -3339,8 +3339,8 @@ CookieStore.cookieStore = new typescriptMap.TSMap();
3339
3339
  exports.QuizSportType = void 0;
3340
3340
  (function (QuizSportType) {
3341
3341
  QuizSportType[QuizSportType["Soccer"] = 1] = "Soccer";
3342
+ QuizSportType[QuizSportType["Basketball"] = 2] = "Basketball";
3342
3343
  QuizSportType[QuizSportType["Tennis"] = 5] = "Tennis";
3343
- QuizSportType[QuizSportType["Basketball"] = 6] = "Basketball";
3344
3344
  })(exports.QuizSportType || (exports.QuizSportType = {}));
3345
3345
  var quizSupportedSports = [exports.QuizSportType.Basketball, exports.QuizSportType.Soccer, exports.QuizSportType.Tennis];
3346
3346