@pushwoosh/rpc-gateway-journey-data 0.27.45 → 0.27.46

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
@@ -4381,6 +4381,12 @@ export const data = {
4381
4381
  },
4382
4382
  "doNotIncrease": {
4383
4383
  "type": "boolean"
4384
+ },
4385
+ "mode": {
4386
+ "type": "string"
4387
+ },
4388
+ "timezone": {
4389
+ "type": "string"
4384
4390
  }
4385
4391
  }
4386
4392
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.27.45",
3
+ "version": "0.27.46",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -1616,6 +1616,8 @@ export type Capping = {
1616
1616
  count: number;
1617
1617
  days: number;
1618
1618
  doNotIncrease: boolean;
1619
+ mode: string;
1620
+ timezone: string;
1619
1621
  };
1620
1622
  export type InboxOptions = {
1621
1623
  enabled: boolean;