@pushwoosh/rpc-v2-http-api-data 0.1.715 → 0.1.717

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
@@ -7316,8 +7316,17 @@ export const data = {
7316
7316
  },
7317
7317
  "dateTo": {
7318
7318
  "type": "Date"
7319
+ },
7320
+ "activatedAtFrom": {
7321
+ "type": "Date",
7322
+ "optional": true
7323
+ },
7324
+ "activatedAtTo": {
7325
+ "type": "Date",
7326
+ "optional": true
7319
7327
  }
7320
- }
7328
+ },
7329
+ "oneofs": {}
7321
7330
  },
7322
7331
  "pushwoosh.export_messages.v2.ExportJourneysHistoryResult": {
7323
7332
  "type": "I",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.715",
3
+ "version": "0.1.717",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -537,6 +537,8 @@ export type ExportJourneysHistoryArgs = {
537
537
  campaignTypes: number[];
538
538
  dateFrom: Date;
539
539
  dateTo: Date;
540
+ activatedAtFrom?: Date;
541
+ activatedAtTo?: Date;
540
542
  };
541
543
  export type ExportJourneysHistoryResult = {
542
544
  file: string;