@pushwoosh/rpc-gateway-statistics-api 1.3.778 → 1.3.779

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.778",
3
+ "version": "1.3.779",
4
4
  "description": "Statistics API gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -69,6 +69,7 @@ export type GetActiveTrendRequest = {
69
69
  export type GetActiveTrendResponse_Point = {
70
70
  day: Date;
71
71
  dau: number;
72
+ /** users with a valid push token who opened it within the rolling 30 days */
72
73
  mau30: number;
73
74
  };
74
75
  export type GetActiveTrendResponse = {