GraphQL schema update
This commit is contained in:
@@ -33809,11 +33809,6 @@ enum SecurityAdvisoryEcosystem {
|
||||
"""
|
||||
NUGET
|
||||
|
||||
"""
|
||||
Applications, runtimes, operating systems and other kinds of software
|
||||
"""
|
||||
OTHER
|
||||
|
||||
"""
|
||||
Python packages hosted at PyPI.org
|
||||
"""
|
||||
|
||||
@@ -36507,11 +36507,6 @@ enum SecurityAdvisoryEcosystem {
|
||||
"""
|
||||
NUGET
|
||||
|
||||
"""
|
||||
Applications, runtimes, operating systems and other kinds of software
|
||||
"""
|
||||
OTHER
|
||||
|
||||
"""
|
||||
Python packages hosted at PyPI.org
|
||||
"""
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
[
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
"title": "The GraphQL schema includes these changes:",
|
||||
"changes": [
|
||||
"Enum value `OTHER` was removed from enum `SecurityAdvisoryEcosystem`"
|
||||
]
|
||||
}
|
||||
],
|
||||
"previewChanges": [],
|
||||
"upcomingChanges": [],
|
||||
"date": "2021-08-13"
|
||||
},
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
|
||||
@@ -67561,10 +67561,6 @@
|
||||
"name": "NUGET",
|
||||
"description": "<p>.NET packages hosted at the NuGet Gallery.</p>"
|
||||
},
|
||||
{
|
||||
"name": "OTHER",
|
||||
"description": "<p>Applications, runtimes, operating systems and other kinds of software.</p>"
|
||||
},
|
||||
{
|
||||
"name": "PIP",
|
||||
"description": "<p>Python packages hosted at PyPI.org.</p>"
|
||||
|
||||
@@ -61600,10 +61600,6 @@
|
||||
"name": "NUGET",
|
||||
"description": "<p>.NET packages hosted at the NuGet Gallery.</p>"
|
||||
},
|
||||
{
|
||||
"name": "OTHER",
|
||||
"description": "<p>Applications, runtimes, operating systems and other kinds of software.</p>"
|
||||
},
|
||||
{
|
||||
"name": "PIP",
|
||||
"description": "<p>Python packages hosted at PyPI.org.</p>"
|
||||
|
||||
Reference in New Issue
Block a user