@pushwoosh/rpc-gateway-journey-data 0.27.71 → 0.27.73

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
@@ -4982,6 +4982,9 @@ export const data = {
4982
4982
  },
4983
4983
  "allowCjLine": {
4984
4984
  "type": "boolean"
4985
+ },
4986
+ "allowJourneyVersioning": {
4987
+ "type": "boolean"
4985
4988
  }
4986
4989
  }
4987
4990
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.27.71",
3
+ "version": "0.27.73",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -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;