@pushwoosh/rpc-v2-http-api-data 0.2.62 → 0.2.64
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 +6 -0
- package/package.json +1 -1
- package/rich_medias.d.ts +2 -0
package/data.js
CHANGED
|
@@ -23342,6 +23342,12 @@ export const data = {
|
|
|
23342
23342
|
"totals": {
|
|
23343
23343
|
"type": "pushwoosh.rpc_v2.rich_medias.GetDetailedStatisticsResponse.MetricsWithTimestamp",
|
|
23344
23344
|
"array": true
|
|
23345
|
+
},
|
|
23346
|
+
"frequencyCappingSuppressions": {
|
|
23347
|
+
"type": "number"
|
|
23348
|
+
},
|
|
23349
|
+
"frequencyCappingUniqueUsers": {
|
|
23350
|
+
"type": "number"
|
|
23345
23351
|
}
|
|
23346
23352
|
}
|
|
23347
23353
|
},
|
package/package.json
CHANGED
package/rich_medias.d.ts
CHANGED
|
@@ -137,6 +137,8 @@ export type GetDetailedStatisticsResponse_MetricsWithTimestamp = {
|
|
|
137
137
|
export type GetDetailedStatisticsResponse = {
|
|
138
138
|
items: GetDetailedStatisticsResponse_MetricsWithTimestamp[];
|
|
139
139
|
totals: GetDetailedStatisticsResponse_MetricsWithTimestamp[];
|
|
140
|
+
frequencyCappingSuppressions: number;
|
|
141
|
+
frequencyCappingUniqueUsers: number;
|
|
140
142
|
};
|
|
141
143
|
export type GetDetailedActionStatisticsRequest = {
|
|
142
144
|
/** rich media code */
|