@pushwoosh/rpc-gateway-journey-data 0.27.15 → 0.27.16

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
@@ -2375,6 +2375,15 @@ export const data = {
2375
2375
  },
2376
2376
  "messageType": {
2377
2377
  "type": "pushwoosh.cj.journey.MessageType"
2378
+ },
2379
+ "liquidTemplateParams": {
2380
+ "type": "pushwoosh.cj.journey.LiquidTemplateParams"
2381
+ },
2382
+ "personalise": {
2383
+ "type": "pushwoosh.cj.journey.PersonalisedParams"
2384
+ },
2385
+ "vouchersParams": {
2386
+ "type": "pushwoosh.cj.journey.VoucherParams"
2378
2387
  }
2379
2388
  },
2380
2389
  "oneofs": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.27.15",
3
+ "version": "0.27.16",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -894,6 +894,9 @@ export type PointParamsSmartContent = {
894
894
  capping: Capping;
895
895
  sendRate: SendRate;
896
896
  messageType: MessageType;
897
+ liquidTemplateParams: LiquidTemplateParams;
898
+ personalise: PersonalisedParams;
899
+ vouchersParams: VoucherParams;
897
900
  };
898
901
  export type SmartContentArm = {
899
902
  presetCode: string;