@pushwoosh/rpc-gateway-journey-data 0.26.465 → 0.26.467

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
@@ -4976,6 +4976,9 @@ export const data = {
4976
4976
  },
4977
4977
  "userDrop": {
4978
4978
  "type": "boolean"
4979
+ },
4980
+ "statusCode": {
4981
+ "type": "number"
4979
4982
  }
4980
4983
  }
4981
4984
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.465",
3
+ "version": "0.26.467",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -1792,6 +1792,7 @@ export type GetJourneyDeliveryReportResponse_DeliveryError = {
1792
1792
  description: string;
1793
1793
  count: number;
1794
1794
  userDrop: boolean;
1795
+ statusCode: number;
1795
1796
  };
1796
1797
  export type GetJourneyDeliveryReportResponse = {
1797
1798
  push: GetJourneyDeliveryReportResponse_DeliveryError[];