@pushwoosh/rpc-v2-http-api-data 0.1.762 → 0.1.763

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
@@ -7313,6 +7313,9 @@ export const data = {
7313
7313
  },
7314
7314
  "channel": {
7315
7315
  "type": "pushwoosh.export_messages.v2.Channel"
7316
+ },
7317
+ "timestampFrom": {
7318
+ "type": "Date"
7316
7319
  }
7317
7320
  }
7318
7321
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.762",
3
+ "version": "0.1.763",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -210,6 +210,7 @@ export type GetLastTasksRequest = {
210
210
  journey?: string;
211
211
  event?: string;
212
212
  channel?: Channel;
213
+ timestampFrom?: Date;
213
214
  };
214
215
  export type TaskInfo_args_trackingLogCsv = {
215
216
  type: 'trackingLogCsv';