@pushwoosh/rpc-gateway-statistics-api 1.3.802 → 1.3.804
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
package/package.json
CHANGED
|
@@ -926,6 +926,8 @@ export type GetEmailLinkStatisticsResponseItem = {
|
|
|
926
926
|
title: string;
|
|
927
927
|
clicks: number;
|
|
928
928
|
fullLinks: FullLinkStatistics[];
|
|
929
|
+
/** stable anchor id (data-pw-lid); empty for clicks from unstamped templates */
|
|
930
|
+
linkId: string;
|
|
929
931
|
};
|
|
930
932
|
export type GetEmailLinkStatisticsResponse = {
|
|
931
933
|
items: GetEmailLinkStatisticsResponseItem[];
|