@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.
- package/applications_controlgroup.d.ts +0 -2
- package/data.js +0 -3
- package/package.json +1 -1
|
@@ -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