@pushwoosh/rpc-gateway-statistics-api 1.3.770 → 1.3.772
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
|
@@ -770,8 +770,8 @@ export type GetMessageDeliveryTimelineRequest = {
|
|
|
770
770
|
/** Optional platform ID filter */
|
|
771
771
|
platforms: number[];
|
|
772
772
|
/**
|
|
773
|
-
* Bucket width. Unset
|
|
774
|
-
*
|
|
773
|
+
* Bucket width. Unset picks from the window: a year -> month, a month -> day, a day ->
|
|
774
|
+
* hour, else minute. Over 1440 buckets widens it; the response states the width used.
|
|
775
775
|
*/
|
|
776
776
|
interval: pushwoosh_statistics_types_TimeInterval;
|
|
777
777
|
/**
|
|
@@ -791,8 +791,8 @@ export type GetCampaignDeliveryTimelineRequest = {
|
|
|
791
791
|
/** Optional platform ID filter */
|
|
792
792
|
platforms: number[];
|
|
793
793
|
/**
|
|
794
|
-
* Bucket width. Unset
|
|
795
|
-
*
|
|
794
|
+
* Bucket width. Unset picks from the window: a year -> month, a month -> day, a day ->
|
|
795
|
+
* hour, else minute. Over 1440 buckets widens it; the response states the width used.
|
|
796
796
|
*/
|
|
797
797
|
interval: pushwoosh_statistics_types_TimeInterval;
|
|
798
798
|
/**
|
|
@@ -858,8 +858,8 @@ export type GetDeliveryTimelineResponse = {
|
|
|
858
858
|
*/
|
|
859
859
|
funnelState: GetDeliveryFunnelResponse_FunnelState;
|
|
860
860
|
/**
|
|
861
|
-
* The bucket width actually used, whether it came from the request
|
|
862
|
-
*
|
|
861
|
+
* The bucket width actually used, whether it came from the request, from the automatic
|
|
862
|
+
* pick, or from widening a stated width that asked for too many buckets.
|
|
863
863
|
*/
|
|
864
864
|
interval: pushwoosh_statistics_types_TimeInterval;
|
|
865
865
|
/**
|