@smartico/public-api 0.0.295 → 0.0.296

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.
@@ -5,6 +5,7 @@ declare enum TranslationArea {
5
5
  Archived = 4,
6
6
  Affiliation = 5,
7
7
  RetentionGames = 6,
8
- AffIliateAdminNew = 7
8
+ AffIliateAdminNew = 7,
9
+ Academy = 8
9
10
  }
10
11
  export { TranslationArea };
package/dist/index.js CHANGED
@@ -822,6 +822,7 @@ exports.TranslationArea = void 0;
822
822
  TranslationArea[TranslationArea["Affiliation"] = 5] = "Affiliation";
823
823
  TranslationArea[TranslationArea["RetentionGames"] = 6] = "RetentionGames";
824
824
  TranslationArea[TranslationArea["AffIliateAdminNew"] = 7] = "AffIliateAdminNew";
825
+ TranslationArea[TranslationArea["Academy"] = 8] = "Academy";
825
826
  })(exports.TranslationArea || (exports.TranslationArea = {}));
826
827
 
827
828
  var InboxMessagesTransform = function InboxMessagesTransform(items) {