@smartico/public-api 0.0.353 → 0.0.354

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.
@@ -15,5 +15,6 @@ export declare enum PointChangeSourceType {
15
15
  WinMiniGame = 17,
16
16
  API = 18,
17
17
  DynamicFormula = 19,
18
- Raffle = 21
18
+ Raffle = 21,
19
+ Avatars = 22
19
20
  }
package/dist/index.js CHANGED
@@ -4469,6 +4469,7 @@ exports.PointChangeSourceType = void 0;
4469
4469
  PointChangeSourceType[PointChangeSourceType["API"] = 18] = "API";
4470
4470
  PointChangeSourceType[PointChangeSourceType["DynamicFormula"] = 19] = "DynamicFormula";
4471
4471
  PointChangeSourceType[PointChangeSourceType["Raffle"] = 21] = "Raffle";
4472
+ PointChangeSourceType[PointChangeSourceType["Avatars"] = 22] = "Avatars";
4472
4473
  })(exports.PointChangeSourceType || (exports.PointChangeSourceType = {}));
4473
4474
 
4474
4475
  /**