@pushwoosh/rpc-gateway-journey-data 0.26.229 → 0.26.231

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
@@ -1696,6 +1696,9 @@ export const data = {
1696
1696
  },
1697
1697
  "end": {
1698
1698
  "type": "Date"
1699
+ },
1700
+ "timezone": {
1701
+ "type": "string"
1699
1702
  }
1700
1703
  }
1701
1704
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-journey-data",
3
- "version": "0.26.229",
3
+ "version": "0.26.231",
4
4
  "description": "CJ api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -681,6 +681,7 @@ export type Period = {
681
681
  enabled: boolean;
682
682
  start: Date;
683
683
  end: Date;
684
+ timezone: string;
684
685
  };
685
686
  export type PointParamsSendPush = {
686
687
  presetCode: string;