@mozilla/nimbus-shared
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -432,19 +432,2 @@ export declare const test: { | ||
}; | ||
PreferenceRollbackArguments: { | ||
$schema: string; | ||
$ref: string; | ||
definitions: { | ||
PreferenceRollbackArguments: { | ||
type: string; | ||
properties: { | ||
rolloutSlug: { | ||
type: string; | ||
description: string; | ||
}; | ||
}; | ||
required: string[]; | ||
description: string; | ||
}; | ||
}; | ||
}; | ||
PreferenceExperimentArguments: { | ||
@@ -524,2 +507,19 @@ $schema: string; | ||
}; | ||
PreferenceRollbackArguments: { | ||
$schema: string; | ||
$ref: string; | ||
definitions: { | ||
PreferenceRollbackArguments: { | ||
type: string; | ||
properties: { | ||
rolloutSlug: { | ||
type: string; | ||
description: string; | ||
}; | ||
}; | ||
required: string[]; | ||
description: string; | ||
}; | ||
}; | ||
}; | ||
ShowHeartbeatArguments: { | ||
@@ -579,24 +579,2 @@ $schema: string; | ||
}; | ||
AddonRolloutArguments: { | ||
$schema: string; | ||
$ref: string; | ||
definitions: { | ||
AddonRolloutArguments: { | ||
type: string; | ||
properties: { | ||
slug: { | ||
type: string; | ||
description: string; | ||
pattern: string; | ||
}; | ||
extensionApiId: { | ||
type: string; | ||
description: string; | ||
}; | ||
}; | ||
required: string[]; | ||
description: string; | ||
}; | ||
}; | ||
}; | ||
NormandyRecipe: { | ||
@@ -1051,2 +1029,24 @@ $schema: string; | ||
}; | ||
AddonRolloutArguments: { | ||
$schema: string; | ||
$ref: string; | ||
definitions: { | ||
AddonRolloutArguments: { | ||
type: string; | ||
properties: { | ||
slug: { | ||
type: string; | ||
description: string; | ||
pattern: string; | ||
}; | ||
extensionApiId: { | ||
type: string; | ||
description: string; | ||
}; | ||
}; | ||
required: string[]; | ||
description: string; | ||
}; | ||
}; | ||
}; | ||
PreferenceRolloutArguments: { | ||
@@ -1053,0 +1053,0 @@ $schema: string; |
@@ -291,14 +291,2 @@ "use strict"; | ||
} | ||
}, "PreferenceRollbackArguments": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/PreferenceRollbackArguments", "definitions": { | ||
"PreferenceRollbackArguments": { | ||
"type": "object", "properties": { | ||
"rolloutSlug": { | ||
"type": "string", "description": "Unique identifier for the rollout to undo" | ||
} | ||
}, "required": [ | ||
"rolloutSlug" | ||
], "description": "Undo a preference rollout" | ||
} | ||
} | ||
}, "PreferenceExperimentArguments": { | ||
@@ -350,2 +338,14 @@ "$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/PreferenceExperimentArguments", "definitions": { | ||
} | ||
}, "PreferenceRollbackArguments": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/PreferenceRollbackArguments", "definitions": { | ||
"PreferenceRollbackArguments": { | ||
"type": "object", "properties": { | ||
"rolloutSlug": { | ||
"type": "string", "description": "Unique identifier for the rollout to undo" | ||
} | ||
}, "required": [ | ||
"rolloutSlug" | ||
], "description": "Undo a preference rollout" | ||
} | ||
} | ||
}, "ShowHeartbeatArguments": { | ||
@@ -383,16 +383,2 @@ "$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/ShowHeartbeatArguments", "definitions": { | ||
} | ||
}, "AddonRolloutArguments": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/AddonRolloutArguments", "definitions": { | ||
"AddonRolloutArguments": { | ||
"type": "object", "properties": { | ||
"slug": { | ||
"type": "string", "description": "Unique identifier for the rollout, used in telemetry and rollbacks", "pattern": "^[a-z0-9\\-_]+$" | ||
}, "extensionApiId": { | ||
"type": "number", "description": "The record ID of the extension used for Normandy API calls" | ||
} | ||
}, "required": [ | ||
"slug", "extensionApiId" | ||
], "description": "Install an add-on permanently" | ||
} | ||
} | ||
}, "NormandyRecipe": { | ||
@@ -686,2 +672,16 @@ "$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/NormandyRecipe", "definitions": { | ||
} | ||
}, "AddonRolloutArguments": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/AddonRolloutArguments", "definitions": { | ||
"AddonRolloutArguments": { | ||
"type": "object", "properties": { | ||
"slug": { | ||
"type": "string", "description": "Unique identifier for the rollout, used in telemetry and rollbacks", "pattern": "^[a-z0-9\\-_]+$" | ||
}, "extensionApiId": { | ||
"type": "number", "description": "The record ID of the extension used for Normandy API calls" | ||
} | ||
}, "required": [ | ||
"slug", "extensionApiId" | ||
], "description": "Install an add-on permanently" | ||
} | ||
} | ||
}, "PreferenceRolloutArguments": { | ||
@@ -688,0 +688,0 @@ "$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/PreferenceRolloutArguments", "definitions": { |
{ | ||
"name": "@mozilla/nimbus-shared", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"license": "MPL-2.0", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -292,14 +292,2 @@ export const test = { | ||
} | ||
}, "PreferenceRollbackArguments": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/PreferenceRollbackArguments", "definitions": { | ||
"PreferenceRollbackArguments": { | ||
"type": "object", "properties": { | ||
"rolloutSlug": { | ||
"type": "string", "description": "Unique identifier for the rollout to undo" | ||
} | ||
}, "required": [ | ||
"rolloutSlug" | ||
], "description": "Undo a preference rollout" | ||
} | ||
} | ||
}, "PreferenceExperimentArguments": { | ||
@@ -351,2 +339,14 @@ "$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/PreferenceExperimentArguments", "definitions": { | ||
} | ||
}, "PreferenceRollbackArguments": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/PreferenceRollbackArguments", "definitions": { | ||
"PreferenceRollbackArguments": { | ||
"type": "object", "properties": { | ||
"rolloutSlug": { | ||
"type": "string", "description": "Unique identifier for the rollout to undo" | ||
} | ||
}, "required": [ | ||
"rolloutSlug" | ||
], "description": "Undo a preference rollout" | ||
} | ||
} | ||
}, "ShowHeartbeatArguments": { | ||
@@ -384,16 +384,2 @@ "$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/ShowHeartbeatArguments", "definitions": { | ||
} | ||
}, "AddonRolloutArguments": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/AddonRolloutArguments", "definitions": { | ||
"AddonRolloutArguments": { | ||
"type": "object", "properties": { | ||
"slug": { | ||
"type": "string", "description": "Unique identifier for the rollout, used in telemetry and rollbacks", "pattern": "^[a-z0-9\\-_]+$" | ||
}, "extensionApiId": { | ||
"type": "number", "description": "The record ID of the extension used for Normandy API calls" | ||
} | ||
}, "required": [ | ||
"slug", "extensionApiId" | ||
], "description": "Install an add-on permanently" | ||
} | ||
} | ||
}, "NormandyRecipe": { | ||
@@ -687,2 +673,16 @@ "$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/NormandyRecipe", "definitions": { | ||
} | ||
}, "AddonRolloutArguments": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/AddonRolloutArguments", "definitions": { | ||
"AddonRolloutArguments": { | ||
"type": "object", "properties": { | ||
"slug": { | ||
"type": "string", "description": "Unique identifier for the rollout, used in telemetry and rollbacks", "pattern": "^[a-z0-9\\-_]+$" | ||
}, "extensionApiId": { | ||
"type": "number", "description": "The record ID of the extension used for Normandy API calls" | ||
} | ||
}, "required": [ | ||
"slug", "extensionApiId" | ||
], "description": "Install an add-on permanently" | ||
} | ||
} | ||
}, "PreferenceRolloutArguments": { | ||
@@ -689,0 +689,0 @@ "$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/PreferenceRolloutArguments", "definitions": { |
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