@mozilla/nimbus-schemas 3003.1.0 → 3004.0.0
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/index.d.ts
CHANGED
|
@@ -68,10 +68,6 @@ export interface DesktopAllVersionsNimbusExperiment {
|
|
|
68
68
|
* Examples are "org.mozilla.firefox_beta" and "firefox-desktop".
|
|
69
69
|
*/
|
|
70
70
|
appId: string;
|
|
71
|
-
/**
|
|
72
|
-
* A mirror of the appId field
|
|
73
|
-
*/
|
|
74
|
-
application: string;
|
|
75
71
|
/**
|
|
76
72
|
* A specific channel of an application such as "nightly", "beta", or "release".
|
|
77
73
|
*
|
|
@@ -320,10 +316,6 @@ export interface DesktopNimbusExperiment {
|
|
|
320
316
|
* Examples are "org.mozilla.firefox_beta" and "firefox-desktop".
|
|
321
317
|
*/
|
|
322
318
|
appId: string;
|
|
323
|
-
/**
|
|
324
|
-
* A mirror of the appId field
|
|
325
|
-
*/
|
|
326
|
-
application: string;
|
|
327
319
|
/**
|
|
328
320
|
* A specific channel of an application such as "nightly", "beta", or "release".
|
|
329
321
|
*
|
|
@@ -502,10 +494,6 @@ export interface SdkNimbusExperiment {
|
|
|
502
494
|
* Examples are "org.mozilla.firefox_beta" and "firefox-desktop".
|
|
503
495
|
*/
|
|
504
496
|
appId: string;
|
|
505
|
-
/**
|
|
506
|
-
* A mirror of the appId field
|
|
507
|
-
*/
|
|
508
|
-
application: string;
|
|
509
497
|
/**
|
|
510
498
|
* A specific channel of an application such as "nightly", "beta", or "release".
|
|
511
499
|
*
|
|
@@ -955,10 +943,6 @@ export interface NimbusExperimentV7 {
|
|
|
955
943
|
* Examples are "org.mozilla.firefox_beta" and "firefox-desktop".
|
|
956
944
|
*/
|
|
957
945
|
appId: string;
|
|
958
|
-
/**
|
|
959
|
-
* A mirror of the appId field
|
|
960
|
-
*/
|
|
961
|
-
application: string;
|
|
962
946
|
/**
|
|
963
947
|
* A specific channel of an application such as "nightly", "beta", or "release".
|
|
964
948
|
*
|
package/package.json
CHANGED
|
@@ -12,10 +12,6 @@
|
|
|
12
12
|
"description": "A slug identifying the targeted product of this experiment. It should be a lowercased_with_underscores name that is short and unambiguous and it should match the app_name found in https://probeinfo.telemetry.mozilla.org/glean/repositories. Examples are \"fenix\" and \"firefox_desktop\".",
|
|
13
13
|
"type": "string"
|
|
14
14
|
},
|
|
15
|
-
"application": {
|
|
16
|
-
"description": "A mirror of the appId field",
|
|
17
|
-
"type": "string"
|
|
18
|
-
},
|
|
19
15
|
"branches": {
|
|
20
16
|
"description": "Branch configuration for the experiment.",
|
|
21
17
|
"items": {
|
|
@@ -244,7 +240,6 @@
|
|
|
244
240
|
"id",
|
|
245
241
|
"appName",
|
|
246
242
|
"appId",
|
|
247
|
-
"application",
|
|
248
243
|
"channel",
|
|
249
244
|
"userFacingName",
|
|
250
245
|
"userFacingDescription",
|
|
@@ -12,10 +12,6 @@
|
|
|
12
12
|
"description": "A slug identifying the targeted product of this experiment. It should be a lowercased_with_underscores name that is short and unambiguous and it should match the app_name found in https://probeinfo.telemetry.mozilla.org/glean/repositories. Examples are \"fenix\" and \"firefox_desktop\".",
|
|
13
13
|
"type": "string"
|
|
14
14
|
},
|
|
15
|
-
"application": {
|
|
16
|
-
"description": "A mirror of the appId field",
|
|
17
|
-
"type": "string"
|
|
18
|
-
},
|
|
19
15
|
"branches": {
|
|
20
16
|
"description": "Branch configuration for the experiment.",
|
|
21
17
|
"items": {
|
|
@@ -244,7 +240,6 @@
|
|
|
244
240
|
"id",
|
|
245
241
|
"appName",
|
|
246
242
|
"appId",
|
|
247
|
-
"application",
|
|
248
243
|
"channel",
|
|
249
244
|
"userFacingName",
|
|
250
245
|
"userFacingDescription",
|
|
@@ -12,10 +12,6 @@
|
|
|
12
12
|
"description": "A slug identifying the targeted product of this experiment. It should be a lowercased_with_underscores name that is short and unambiguous and it should match the app_name found in https://probeinfo.telemetry.mozilla.org/glean/repositories. Examples are \"fenix\" and \"firefox_desktop\".",
|
|
13
13
|
"type": "string"
|
|
14
14
|
},
|
|
15
|
-
"application": {
|
|
16
|
-
"description": "A mirror of the appId field",
|
|
17
|
-
"type": "string"
|
|
18
|
-
},
|
|
19
15
|
"branches": {
|
|
20
16
|
"description": "Branch configuration for the experiment.",
|
|
21
17
|
"items": {
|
|
@@ -255,7 +251,6 @@
|
|
|
255
251
|
"id",
|
|
256
252
|
"appName",
|
|
257
253
|
"appId",
|
|
258
|
-
"application",
|
|
259
254
|
"channel",
|
|
260
255
|
"userFacingName",
|
|
261
256
|
"userFacingDescription",
|
|
@@ -12,10 +12,6 @@
|
|
|
12
12
|
"description": "A slug identifying the targeted product of this experiment. It should be a lowercased_with_underscores name that is short and unambiguous and it should match the app_name found in https://probeinfo.telemetry.mozilla.org/glean/repositories. Examples are \"fenix\" and \"firefox_desktop\".",
|
|
13
13
|
"type": "string"
|
|
14
14
|
},
|
|
15
|
-
"application": {
|
|
16
|
-
"description": "A mirror of the appId field",
|
|
17
|
-
"type": "string"
|
|
18
|
-
},
|
|
19
15
|
"branches": {
|
|
20
16
|
"description": "Branch configuration for the SDK experiment.",
|
|
21
17
|
"items": {
|
|
@@ -241,7 +237,6 @@
|
|
|
241
237
|
"id",
|
|
242
238
|
"appName",
|
|
243
239
|
"appId",
|
|
244
|
-
"application",
|
|
245
240
|
"channel",
|
|
246
241
|
"userFacingName",
|
|
247
242
|
"userFacingDescription",
|