@pushwoosh/rpc-gateway-journey-data 0.27.14 → 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 +9 -0
- package/package.json +1 -1
- package/pushwoosh_cj_journey.d.ts +3 -0
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
|
@@ -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;
|