@pushwoosh/rpc-gateway-statistics-api 1.3.749 → 1.3.751

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.749",
3
+ "version": "1.3.751",
4
4
  "description": "Statistics API gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -659,7 +659,7 @@ export type GetDeliveryFunnelResponse_BasicFormReason = 'BASIC_FORM_REASON_UNSPE
659
659
  | 'BASIC_FORM_REASON_NOT_APPLICABLE';
660
660
  /**
661
661
  * Channel groups platforms by how their funnel reads. Web push is apart from mobile
662
- * push because its alert state is always on: an ALERTS_DISABLED row could not fill.
662
+ * push because its alert state is always on: a not-displayable row could not fill.
663
663
  */
664
664
  export type GetDeliveryFunnelResponse_Channel = 'CHANNEL_UNSPECIFIED'
665
665
  /** iOS, OSX, Android, Amazon, Huawei */