@pushwoosh/rpc-v2-http-api-data 0.1.685 → 0.1.687

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
@@ -7242,6 +7242,9 @@ export const data = {
7242
7242
  },
7243
7243
  "dateTo": {
7244
7244
  "type": "Date"
7245
+ },
7246
+ "channel": {
7247
+ "type": "pushwoosh.export_messages.v2.Channel"
7245
7248
  }
7246
7249
  }
7247
7250
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.685",
3
+ "version": "0.1.687",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -546,6 +546,7 @@ export type ExportJourneyPointUsersArgs = {
546
546
  pointUuid: string;
547
547
  dateFrom: Date;
548
548
  dateTo: Date;
549
+ channel: Channel;
549
550
  };
550
551
  export type ExportJourneyPointUsersResult = {
551
552
  file: string;