@pushwoosh/rpc-gateway-statistics-api 1.3.698 → 1.3.700

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