@pushwoosh/rpc-gateway-statistics-api 1.3.736 → 1.3.737

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-statistics-api",
3
- "version": "1.3.736",
3
+ "version": "1.3.737",
4
4
  "description": "Statistics API gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -969,7 +969,7 @@ export type ControlGroupAnalyticsGroup = {
969
969
  users: number;
970
970
  /** Number of users who performed the event */
971
971
  conversions: number;
972
- /** conversions / users */
972
+ /** conversions / users * 100 */
973
973
  conversionRate: number;
974
974
  /** Total events / users */
975
975
  eventsPerUser: number;