@smartico/public-api 0.0.199 → 0.0.200

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.
Files changed (54) hide show
  1. package/dist/MiniGames/index.d.ts +1 -0
  2. package/dist/index.js +6 -0
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.modern.mjs +7 -1
  5. package/dist/index.modern.mjs.map +1 -1
  6. package/package.json +1 -1
  7. package/src/MiniGames/index.ts +1 -0
  8. package/dist/Quiz/MarketsAnswersType.d.ts +0 -22
  9. package/dist/SmarticoPublicAPI.d.ts +0 -23
  10. package/dist/Store/BuyShopItemErrorCode.d.ts +0 -10
  11. package/dist/Store/BuyShopItemRequest.d.ts +0 -4
  12. package/dist/Store/BuyShopItemResponse.d.ts +0 -4
  13. package/dist/Store/GetCategoriesShopResponse.d.ts +0 -5
  14. package/dist/Store/GetShopItemsResponse.d.ts +0 -5
  15. package/dist/Store/ShopCategory.d.ts +0 -5
  16. package/dist/Store/ShopCategoryPublicMeta.d.ts +0 -4
  17. package/dist/Store/ShopItem.d.ts +0 -9
  18. package/dist/Store/ShopItemPublicMeta.d.ts +0 -10
  19. package/dist/Store/ShopItemType.d.ts +0 -4
  20. package/dist/Store/StorItemPruchased.d.ts +0 -6
  21. package/dist/service/index.d.ts +0 -5
  22. package/dist/service/types/ErrorCodes.d.ts +0 -13
  23. package/dist/service/types/GRequest.d.ts +0 -16
  24. package/dist/service/types/GResponse.d.ts +0 -10
  25. package/dist/service/types/Game/GameAttemptType.d.ts +0 -6
  26. package/dist/service/types/Game/GameCanPlayType.d.ts +0 -10
  27. package/dist/service/types/Game/GameExternalStatus.d.ts +0 -6
  28. package/dist/service/types/Game/GameInfo.d.ts +0 -9
  29. package/dist/service/types/Game/GamePick.d.ts +0 -90
  30. package/dist/service/types/Game/GameUtil.d.ts +0 -7
  31. package/dist/service/types/SmarticoProto/GetTranslationsRequest.d.ts +0 -7
  32. package/dist/service/types/SmarticoProto/GetTranslationsResponse.d.ts +0 -7
  33. package/dist/service/types/SmarticoProto/ProtocolMessage.d.ts +0 -5
  34. package/dist/service/types/SmarticoProto/ProtocolRequest.d.ts +0 -6
  35. package/dist/service/types/SmarticoProto/ProtocolResponse.d.ts +0 -5
  36. package/dist/service/types/SmarticoProto/PublicLabelInfo.d.ts +0 -34
  37. package/dist/service/types/SmarticoProto/PublicProperties.d.ts +0 -11
  38. package/dist/service/types/SmarticoProto/ResponseIdentify.d.ts +0 -12
  39. package/dist/service/types/SmarticoProto/SAW/SAWAcknowledgeType.d.ts +0 -5
  40. package/dist/service/types/SmarticoProto/SAW/SAWBuyInType.d.ts +0 -5
  41. package/dist/service/types/SmarticoProto/SAW/SAWDoSpinRequest.d.ts +0 -5
  42. package/dist/service/types/SmarticoProto/SAW/SAWDoSpinResponse.d.ts +0 -15
  43. package/dist/service/types/SmarticoProto/SAW/SAWGameType.d.ts +0 -10
  44. package/dist/service/types/SmarticoProto/SAW/SAWGetTemplatesRequest.d.ts +0 -3
  45. package/dist/service/types/SmarticoProto/SAW/SAWGetTemplatesResponse.d.ts +0 -5
  46. package/dist/service/types/SmarticoProto/SAW/SAWPrize.d.ts +0 -11
  47. package/dist/service/types/SmarticoProto/SAW/SAWPrizeType.d.ts +0 -8
  48. package/dist/service/types/SmarticoProto/SAW/SAWPrizeUI.d.ts +0 -13
  49. package/dist/service/types/SmarticoProto/SAW/SAWTemplate.d.ts +0 -21
  50. package/dist/service/types/SmarticoProto/SAW/SAWTemplateUI.d.ts +0 -31
  51. package/dist/service/types/SmarticoProto/SAW/SAWWinSoundType.d.ts +0 -12
  52. package/dist/service/types/SmarticoProto/TranslationArea.d.ts +0 -9
  53. package/dist/service/types/User/UserInfo.d.ts +0 -10
  54. package/dist/util/Util.d.ts +0 -51
@@ -24,3 +24,4 @@ export * from './SAWEventSawPush';
24
24
  export * from './SAWAcknowledgeSpinPushRequest';
25
25
  export * from './SAWWinningHistoryRequest';
26
26
  export * from './SAWWinningHistoryResponse';
27
+ export * from './SAWGameLayout';
package/dist/index.js CHANGED
@@ -488,6 +488,12 @@ var SAWHistoryTransform = function SAWHistoryTransform(items) {
488
488
  });
489
489
  };
490
490
 
491
+ exports.SAWGameLayout = void 0;
492
+ (function (SAWGameLayout) {
493
+ SAWGameLayout[SAWGameLayout["Horizontal"] = 1] = "Horizontal";
494
+ SAWGameLayout[SAWGameLayout["VerticalMap"] = 2] = "VerticalMap";
495
+ })(exports.SAWGameLayout || (exports.SAWGameLayout = {}));
496
+
491
497
  var NodeCache = /*#__PURE__*/function () {
492
498
  function NodeCache() {
493
499
  if (NodeCache.ttlChecker === undefined) {