@pushwoosh/rpc-gateway-statistics-api 1.3.807 → 1.3.808
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
|
@@ -571,7 +571,8 @@ export type GetEmailProviderStatisticsCPRequest = {
|
|
|
571
571
|
};
|
|
572
572
|
/**
|
|
573
573
|
* One mailbox provider of the recipients: gmail, outlook, yahoo, apple, yandex, mailru, or
|
|
574
|
-
* other for every domain the taxonomy does not name. Counts are events,
|
|
574
|
+
* other for every domain the taxonomy does not name. Counts are events, except opens, which
|
|
575
|
+
* count each (recipient, message) once so a re-read letter cannot push opens past deliveries.
|
|
575
576
|
*/
|
|
576
577
|
export type EmailProviderStatistics = {
|
|
577
578
|
provider: string;
|