@pushwoosh/rpc-gateway-journey-data 0.27.117 → 0.27.119

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
@@ -4580,6 +4580,9 @@ export const data = {
4580
4580
  },
4581
4581
  "action": {
4582
4582
  "type": "pushwoosh.cj.journey.AudienceSyncAction"
4583
+ },
4584
+ "platform": {
4585
+ "type": "pushwoosh.cj.journey.AdPlatform"
4583
4586
  }
4584
4587
  }
4585
4588
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.27.117",
3
+ "version": "0.27.119",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -1646,6 +1646,7 @@ export type PointParamsAudienceSync = {
1646
1646
  audienceId: string;
1647
1647
  audienceName: string;
1648
1648
  action: AudienceSyncAction;
1649
+ platform: AdPlatform;
1649
1650
  };
1650
1651
  export type PointParamsStartBySegment = {
1651
1652
  filterCode: string;