@pushwoosh/rpc-v2-http-api-data 0.1.450 → 0.1.451

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
@@ -7960,6 +7960,9 @@ export const data = {
7960
7960
  },
7961
7961
  "isEmail": {
7962
7962
  "type": "boolean"
7963
+ },
7964
+ "errorMessage": {
7965
+ "type": "string"
7963
7966
  }
7964
7967
  }
7965
7968
  },
package/messages.d.ts CHANGED
@@ -183,6 +183,7 @@ export type GetDeviceReceivedMessagesResponse_Message = {
183
183
  sendTime: Date;
184
184
  openedTime: Date;
185
185
  isEmail: boolean;
186
+ errorMessage: string;
186
187
  };
187
188
  export type GetDeviceReceivedMessagesResponse = {
188
189
  messages: GetDeviceReceivedMessagesResponse_Message[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.450",
3
+ "version": "0.1.451",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",