@pushwoosh/rpc-gateway-journey-data 0.26.260 → 0.26.262

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
@@ -2003,6 +2003,12 @@ export const data = {
2003
2003
  },
2004
2004
  "vouchersParams": {
2005
2005
  "type": "pushwoosh.cj.journey.VoucherParams"
2006
+ },
2007
+ "waitOptimalTime": {
2008
+ "type": "boolean"
2009
+ },
2010
+ "defaultOptimalTime": {
2011
+ "type": "pushwoosh.cj.journey.ExactTime"
2006
2012
  }
2007
2013
  }
2008
2014
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.260",
3
+ "version": "0.26.262",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -783,6 +783,8 @@ export type PointParamsSendEmail = {
783
783
  from: From;
784
784
  replyTo: ReplyTo;
785
785
  vouchersParams: VoucherParams;
786
+ waitOptimalTime: boolean;
787
+ defaultOptimalTime: ExactTime;
786
788
  };
787
789
  export type From = {
788
790
  name: string;