@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-statistics-api",
3
- "version": "1.3.770",
3
+ "version": "1.3.772",
4
4
  "description": "Statistics API gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -770,8 +770,8 @@ export type GetMessageDeliveryTimelineRequest = {
770
770
  /** Optional platform ID filter */
771
771
  platforms: number[];
772
772
  /**
773
- * Bucket width. Unset lets the server pick from the window as every other series here
774
- * does: a year -> month, over a month -> day, over a day -> hour, else minute.
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 lets the server pick from the window as every other series here
795
- * does: a year -> month, over a month -> day, over a day -> hour, else minute.
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 or from the
862
- * automatic pick.
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
  /**