@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
package/package.json
CHANGED
|
@@ -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;
|