@pushwoosh/rpc-gateway-statistics-api 1.3.767 → 1.3.769

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/data.js CHANGED
@@ -3541,9 +3541,6 @@ export const data = {
3541
3541
  },
3542
3542
  "activeReachableWindowDays": {
3543
3543
  "type": "number"
3544
- },
3545
- "activeReachableIsApproximate": {
3546
- "type": "boolean"
3547
3544
  }
3548
3545
  }
3549
3546
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-statistics-api",
3
- "version": "1.3.767",
3
+ "version": "1.3.769",
4
4
  "description": "Statistics API gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -41,11 +41,6 @@ export type GetAudienceFunnelResponse = {
41
41
  activeReachable: number;
42
42
  /** window of the active_reachable step, in days */
43
43
  activeReachableWindowDays: number;
44
- /**
45
- * true while active_reachable falls back to "active with a token": that step
46
- * is an event window, not a snapshot, so it may exceed the reachable step
47
- */
48
- activeReachableIsApproximate: boolean;
49
44
  };
50
45
  export type GetReachByPlatformRequest = {
51
46
  applicationCode: string;