@pushwoosh/rpc-gateway-journey-data 0.26.420 → 0.26.421
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 +6 -0
- package/package.json +1 -1
- package/pushwoosh_cj_journey.d.ts +2 -0
package/data.js
CHANGED
|
@@ -2471,6 +2471,9 @@ export const data = {
|
|
|
2471
2471
|
},
|
|
2472
2472
|
"sendRate": {
|
|
2473
2473
|
"type": "pushwoosh.cj.journey.SendRate"
|
|
2474
|
+
},
|
|
2475
|
+
"messageType": {
|
|
2476
|
+
"type": "pushwoosh.cj.journey.MessageType"
|
|
2474
2477
|
}
|
|
2475
2478
|
},
|
|
2476
2479
|
"oneofs": {}
|
|
@@ -2733,6 +2736,9 @@ export const data = {
|
|
|
2733
2736
|
},
|
|
2734
2737
|
"vouchersParams": {
|
|
2735
2738
|
"type": "pushwoosh.cj.journey.VoucherParams"
|
|
2739
|
+
},
|
|
2740
|
+
"messageType": {
|
|
2741
|
+
"type": "pushwoosh.cj.journey.MessageType"
|
|
2736
2742
|
}
|
|
2737
2743
|
},
|
|
2738
2744
|
"oneofs": {}
|
package/package.json
CHANGED
|
@@ -909,6 +909,7 @@ export type PointParamsSendSms = {
|
|
|
909
909
|
capping: Capping;
|
|
910
910
|
vouchersParams: VoucherParams;
|
|
911
911
|
sendRate: SendRate;
|
|
912
|
+
messageType: MessageType;
|
|
912
913
|
};
|
|
913
914
|
export type PointParamsSendLine = {
|
|
914
915
|
presetCode: string;
|
|
@@ -994,6 +995,7 @@ export type PointParamsSendWhatsApp = {
|
|
|
994
995
|
personalise: WhatsAppPersonalisedParams;
|
|
995
996
|
capping: Capping;
|
|
996
997
|
vouchersParams: VoucherParams;
|
|
998
|
+
messageType: MessageType;
|
|
997
999
|
};
|
|
998
1000
|
export type PointParamsSendEmail = {
|
|
999
1001
|
applicationCode: string;
|