@mozilla/nimbus-shared
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -41,2 +41,9 @@ /** | ||
isEnrollmentPaused: boolean; | ||
/** | ||
* When this property is set to true, treat this experiment as a rollout. | ||
* Rollouts are currently handled as single-branch experiments separated | ||
* from the bucketing namespace for normal experiments. | ||
* See also: https://mozilla-hub.atlassian.net/browse/SDK-405 | ||
*/ | ||
isRollout?: boolean; | ||
/** Bucketing configuration */ | ||
@@ -62,2 +69,8 @@ bucketConfig: BucketConfig; | ||
/** | ||
* Actual enrollment end date of the experiment. | ||
* Note that this value is expected to be null in Remote Settings. | ||
* @format date | ||
*/ | ||
enrollmentEndDate?: string | null; | ||
/** | ||
* Actual end date of the experiment. | ||
@@ -64,0 +77,0 @@ * Note that this value is expected to be null in Remote Settings. |
{ | ||
"name": "@mozilla/nimbus-shared", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"license": "MPL-2.0", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -44,2 +44,6 @@ { | ||
}, | ||
"isRollout": { | ||
"type": "boolean", | ||
"description": "When this property is set to true, treat this experiment as a rollout. Rollouts are currently handled as single-branch experiments separated from the bucketing namespace for normal experiments. See also: https://mozilla-hub.atlassian.net/browse/SDK-405" | ||
}, | ||
"bucketConfig": { | ||
@@ -292,2 +296,10 @@ "type": "object", | ||
}, | ||
"enrollmentEndDate": { | ||
"type": [ | ||
"string", | ||
"null" | ||
], | ||
"description": "Actual enrollment end date of the experiment. Note that this value is expected to be null in Remote Settings.", | ||
"format": "date" | ||
}, | ||
"endDate": { | ||
@@ -294,0 +306,0 @@ "type": [ |
@@ -50,2 +50,10 @@ /** | ||
/** | ||
* When this property is set to true, treat this experiment as a rollout. | ||
* Rollouts are currently handled as single-branch experiments separated | ||
* from the bucketing namespace for normal experiments. | ||
* See also: https://mozilla-hub.atlassian.net/browse/SDK-405 | ||
*/ | ||
isRollout?: boolean; | ||
/** Bucketing configuration */ | ||
@@ -81,2 +89,9 @@ bucketConfig: BucketConfig; | ||
/** | ||
* Actual enrollment end date of the experiment. | ||
* Note that this value is expected to be null in Remote Settings. | ||
* @format date | ||
*/ | ||
enrollmentEndDate?: string | null; | ||
/** | ||
* Actual end date of the experiment. | ||
@@ -83,0 +98,0 @@ * Note that this value is expected to be null in Remote Settings. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
582041
12439