@pushwoosh/rpc-gateway-statistics-api 1.3.699 → 1.3.701

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
@@ -1637,6 +1637,12 @@ export const data = {
1637
1637
  },
1638
1638
  "isChild": {
1639
1639
  "type": "boolean"
1640
+ },
1641
+ "viberTemplateId": {
1642
+ "type": "string"
1643
+ },
1644
+ "whatsappContentId": {
1645
+ "type": "string"
1640
1646
  }
1641
1647
  }
1642
1648
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-statistics-api",
3
- "version": "1.3.699",
3
+ "version": "1.3.701",
4
4
  "description": "Statistics API gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -650,6 +650,8 @@ export type MessageHistoryItem = {
650
650
  abTestId: number;
651
651
  timezone: string;
652
652
  isChild: boolean;
653
+ viberTemplateId: string;
654
+ whatsappContentId: string;
653
655
  };
654
656
  export type GetMessageHistoryResponse = {
655
657
  total: number;