@mozilla/nimbus-schemas
Advanced tools
Comparing version 2024.12.1 to 2024.12.2
@@ -178,2 +178,8 @@ /* tslint:disable */ | ||
featureValidationOptOut?: boolean; | ||
/** | ||
* Does the experiment require a restart to take effect? | ||
* | ||
* Only used by Firefox Labs Opt-Ins. | ||
*/ | ||
requiresRestart?: boolean; | ||
localizations?: ExperimentLocalizations | null; | ||
@@ -514,2 +520,8 @@ } | ||
featureValidationOptOut?: boolean; | ||
/** | ||
* Does the experiment require a restart to take effect? | ||
* | ||
* Only used by Firefox Labs Opt-Ins. | ||
*/ | ||
requiresRestart?: boolean; | ||
localizations?: ExperimentLocalizations | null; | ||
@@ -516,0 +528,0 @@ } |
{ | ||
"name": "@mozilla/nimbus-schemas", | ||
"version": "2024.12.1", | ||
"version": "2024.12.2", | ||
"description": "Schemas used by Mozilla Nimbus and related projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.d.ts", |
@@ -205,2 +205,6 @@ { | ||
}, | ||
"requiresRestart": { | ||
"description": "Does the experiment require a restart to take effect? Only used by Firefox Labs Opt-Ins.", | ||
"type": "boolean" | ||
}, | ||
"localizations": { | ||
@@ -207,0 +211,0 @@ "anyOf": [ |
@@ -205,2 +205,6 @@ { | ||
}, | ||
"requiresRestart": { | ||
"description": "Does the experiment require a restart to take effect? Only used by Firefox Labs Opt-Ins.", | ||
"type": "boolean" | ||
}, | ||
"localizations": { | ||
@@ -207,0 +211,0 @@ "anyOf": [ |
82105
2259