@pushwoosh/rpc-v2-http-api-data 0.1.513 → 0.1.515

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
@@ -18852,6 +18852,10 @@ export const data = {
18852
18852
  "jPoints": {
18853
18853
  "type": "string",
18854
18854
  "array": true
18855
+ },
18856
+ "disabled": {
18857
+ "type": "boolean",
18858
+ "optional": true
18855
18859
  }
18856
18860
  },
18857
18861
  "oneofs": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.1.513",
3
+ "version": "0.1.515",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -119,6 +119,7 @@ export type ChartParams_Filter = {
119
119
  campaign?: string;
120
120
  journey?: string;
121
121
  jPoints: string[];
122
+ disabled?: boolean;
122
123
  };
123
124
  export type ChartParams_BreakdownParams = {
124
125
  type: Breakdown;