@pushwoosh/rpc-v2-http-api-data 0.2.176 → 0.2.177

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.
@@ -155,8 +155,6 @@ export type ControlGroup = {
155
155
  /** Hold-out size as a percentage, 1-20. Zero means the group is off. */
156
156
  percentage: number;
157
157
  enabled: boolean;
158
- /** Whether a send that does not name a group falls back to this one. */
159
- isDefault: boolean;
160
158
  /** Incremented by every reshuffle; 0 means never reshuffled. */
161
159
  generation: number;
162
160
  lastModifiedAt: Date;
package/data.js CHANGED
@@ -6617,9 +6617,6 @@ export const data = {
6617
6617
  "enabled": {
6618
6618
  "type": "boolean"
6619
6619
  },
6620
- "isDefault": {
6621
- "type": "boolean"
6622
- },
6623
6620
  "generation": {
6624
6621
  "type": "number"
6625
6622
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-v2-http-api-data",
3
- "version": "0.2.176",
3
+ "version": "0.2.177",
4
4
  "description": "RPC V2 HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",