@pushwoosh/rpc-gateway-statistics-api 1.3.796 → 1.3.798
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
|
@@ -151,6 +151,13 @@ export type GetBaseChangeResponse = {
|
|
|
151
151
|
expiredTokens: number;
|
|
152
152
|
/** false when no snapshot exists for either end of the period */
|
|
153
153
|
baseAvailable: boolean;
|
|
154
|
+
/** devices the nightly inactivity cleanup took the push token off */
|
|
155
|
+
autoCleanup: number;
|
|
156
|
+
/**
|
|
157
|
+
* day the flows are counted from: the backup trail keeps 60 days, so an older
|
|
158
|
+
* day_from is clamped and the three flows describe this shorter window
|
|
159
|
+
*/
|
|
160
|
+
flowsFromDay: Date;
|
|
154
161
|
};
|
|
155
162
|
export type GetMAUOverviewRequest = {
|
|
156
163
|
/** applications to sum over; ids of other accounts are ignored */
|