@pushwoosh/rpc-gateway-statistics-api 1.3.772 → 1.3.774
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
|
@@ -4632,8 +4632,7 @@ export const data = {
|
|
|
4632
4632
|
"values": [
|
|
4633
4633
|
"DELIVERIES_FORM_UNSPECIFIED",
|
|
4634
4634
|
"DELIVERIES_FORM_PER_DEVICE",
|
|
4635
|
-
"DELIVERIES_FORM_BASIC"
|
|
4636
|
-
"DELIVERIES_FORM_DISABLED"
|
|
4635
|
+
"DELIVERIES_FORM_BASIC"
|
|
4637
4636
|
]
|
|
4638
4637
|
},
|
|
4639
4638
|
"pushwoosh.statistics.statistics.v2.statistics.GetDeliveryFunnelResponse.BasicFormReason": {
|
package/package.json
CHANGED
|
@@ -641,12 +641,7 @@ export type GetDeliveryFunnelResponse_DeliveriesForm = 'DELIVERIES_FORM_UNSPECIF
|
|
|
641
641
|
/** three disjoint rows, alert state known */
|
|
642
642
|
| 'DELIVERIES_FORM_PER_DEVICE'
|
|
643
643
|
/** two rows, alert state unknown */
|
|
644
|
-
| 'DELIVERIES_FORM_BASIC'
|
|
645
|
-
/**
|
|
646
|
-
* DISABLED: no rows, the account may not see push deliveries. The stage still
|
|
647
|
-
* counts accepted sends, so the funnel keeps its shape.
|
|
648
|
-
*/
|
|
649
|
-
| 'DELIVERIES_FORM_DISABLED';
|
|
644
|
+
| 'DELIVERIES_FORM_BASIC';
|
|
650
645
|
/**
|
|
651
646
|
* BasicFormReason explains why the per-device breakdown is missing; set only in the
|
|
652
647
|
* basic form. NO_DELIVERIES is not NO_EVENTS — sends did happen.
|
|
@@ -725,8 +720,8 @@ export type GetDeliveryFunnelResponse_StageItem = {
|
|
|
725
720
|
platforms: GetDeliveryFunnelResponse_PlatformCount[];
|
|
726
721
|
};
|
|
727
722
|
/**
|
|
728
|
-
* ConfirmedDeliveries equals the tracking log CSV export: past the accepted set
|
|
729
|
-
* clamped
|
|
723
|
+
* ConfirmedDeliveries equals the tracking log CSV export: past the accepted set and
|
|
724
|
+
* never clamped, so no stage row derives from it.
|
|
730
725
|
*/
|
|
731
726
|
export type GetDeliveryFunnelResponse_ConfirmedDeliveries = {
|
|
732
727
|
count: number;
|