@pushwoosh/rpc-gateway-statistics-api 1.3.700 → 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
@@ -1640,6 +1640,9 @@ export const data = {
1640
1640
  },
1641
1641
  "viberTemplateId": {
1642
1642
  "type": "string"
1643
+ },
1644
+ "whatsappContentId": {
1645
+ "type": "string"
1643
1646
  }
1644
1647
  }
1645
1648
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-statistics-api",
3
- "version": "1.3.700",
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",
@@ -651,6 +651,7 @@ export type MessageHistoryItem = {
651
651
  timezone: string;
652
652
  isChild: boolean;
653
653
  viberTemplateId: string;
654
+ whatsappContentId: string;
654
655
  };
655
656
  export type GetMessageHistoryResponse = {
656
657
  total: number;