@pushwoosh/rpc-gateway-journey-data 0.27.71 → 0.27.72
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 +3 -0
- package/package.json +1 -1
- package/pushwoosh_cj_journey.d.ts +1 -0
package/data.js
CHANGED
package/package.json
CHANGED
|
@@ -1808,6 +1808,7 @@ export type AccountRestrictionValues = {
|
|
|
1808
1808
|
allowCjAddBranchesInWaitForTrigger: boolean;
|
|
1809
1809
|
allowCjEmailBcc: boolean;
|
|
1810
1810
|
allowCjLine: boolean;
|
|
1811
|
+
allowJourneyVersioning: boolean;
|
|
1811
1812
|
};
|
|
1812
1813
|
export type GetJourneyGeneralTimeStatisticsRequest = {
|
|
1813
1814
|
uuid?: string;
|