@pushwoosh/rpc-gateway-journey-data 0.26.260 → 0.26.261
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
|
@@ -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