@pushwoosh/rpc-gateway-journey-data 0.27.85 → 0.27.86

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
@@ -3410,6 +3410,9 @@ export const data = {
3410
3410
  },
3411
3411
  "messageType": {
3412
3412
  "type": "pushwoosh.cj.journey.MessageType"
3413
+ },
3414
+ "attachment": {
3415
+ "type": "string"
3413
3416
  }
3414
3417
  },
3415
3418
  "oneofs": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.27.85",
3
+ "version": "0.27.86",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -1227,6 +1227,7 @@ export type PointParamsSendWhatsApp = {
1227
1227
  capping: Capping;
1228
1228
  vouchersParams: VoucherParams;
1229
1229
  messageType: MessageType;
1230
+ attachment: string;
1230
1231
  };
1231
1232
  export type PointParamsSendEmail = {
1232
1233
  applicationCode: string;