@pushwoosh/rpc-v2-http-api-data 0.1.836 → 0.1.837

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
@@ -10252,6 +10252,15 @@ export const data = {
10252
10252
  },
10253
10253
  "totalTriggered": {
10254
10254
  "type": "number"
10255
+ },
10256
+ "impressions": {
10257
+ "type": "number"
10258
+ },
10259
+ "interactions": {
10260
+ "type": "number"
10261
+ },
10262
+ "audience": {
10263
+ "type": "number"
10255
10264
  }
10256
10265
  }
10257
10266
  },
@@ -35,6 +35,9 @@ export type Inapp = {
35
35
  priority: number;
36
36
  richMediaCode: string;
37
37
  totalTriggered: number;
38
+ impressions: number;
39
+ interactions: number;
40
+ audience: number;
38
41
  };
39
42
  export type ListInappMessagesResponse = {
40
43
  inapps: Inapp[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.836",
3
+ "version": "0.1.837",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",