@pushwoosh/rpc-v2-http-api-data 0.1.691 → 0.1.693

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
@@ -7578,7 +7578,7 @@ export const data = {
7578
7578
  "journey": {
7579
7579
  "type": "string"
7580
7580
  },
7581
- "event": {
7581
+ "goalUuid": {
7582
7582
  "type": "string"
7583
7583
  },
7584
7584
  "dateFrom": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.691",
3
+ "version": "0.1.693",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -647,7 +647,7 @@ export type ExportJourneyPointsStatisticsResult = {
647
647
  export type ExportJourneyGoalUsersArgs = {
648
648
  application: string;
649
649
  journey: string;
650
- event: string;
650
+ goalUuid: string;
651
651
  dateFrom: Date;
652
652
  dateTo: Date;
653
653
  };