@pushwoosh/rpc-v2-http-api-data 0.1.703 → 0.1.704

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
@@ -7390,7 +7390,7 @@ export const data = {
7390
7390
  "type": "number"
7391
7391
  },
7392
7392
  "processingErrorType": {
7393
- "type": "number"
7393
+ "type": "string"
7394
7394
  },
7395
7395
  "application": {
7396
7396
  "type": "string"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.703",
3
+ "version": "0.1.704",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -589,7 +589,7 @@ export type ExportMessageErrorsDevicesArgs = {
589
589
  messageId: number;
590
590
  campaign: string;
591
591
  statusCode: number;
592
- processingErrorType: number;
592
+ processingErrorType: string;
593
593
  application: string;
594
594
  platform: number;
595
595
  dateFrom: Date;