diff --git a/data/graphql/ghae/schema.docs-ghae.graphql b/data/graphql/ghae/schema.docs-ghae.graphql index a9ceea7384..5c80b320bc 100644 --- a/data/graphql/ghae/schema.docs-ghae.graphql +++ b/data/graphql/ghae/schema.docs-ghae.graphql @@ -39706,6 +39706,11 @@ enum SocialAccountProvider { """ MASTODON + """ + JavaScript package registry. + """ + NPM + """ Social news aggregation and discussion website. """ diff --git a/data/graphql/ghec/schema.docs.graphql b/data/graphql/ghec/schema.docs.graphql index c13e3eb693..a676d338fd 100644 --- a/data/graphql/ghec/schema.docs.graphql +++ b/data/graphql/ghec/schema.docs.graphql @@ -47742,6 +47742,11 @@ enum SocialAccountProvider { """ MASTODON + """ + JavaScript package registry. + """ + NPM + """ Social news aggregation and discussion website. """ diff --git a/data/graphql/schema.docs.graphql b/data/graphql/schema.docs.graphql index c13e3eb693..a676d338fd 100644 --- a/data/graphql/schema.docs.graphql +++ b/data/graphql/schema.docs.graphql @@ -47742,6 +47742,11 @@ enum SocialAccountProvider { """ MASTODON + """ + JavaScript package registry. + """ + NPM + """ Social news aggregation and discussion website. """ diff --git a/src/graphql/data/fpt/changelog.json b/src/graphql/data/fpt/changelog.json index 486716d87c..9d4bddedb2 100644 --- a/src/graphql/data/fpt/changelog.json +++ b/src/graphql/data/fpt/changelog.json @@ -1,4 +1,17 @@ [ + { + "schemaChanges": [ + { + "title": "The GraphQL schema includes these changes:", + "changes": [ + "
Enum value NPM was added to enum SocialAccountProvider
Open-source federated microblogging service.
" }, + { + "name": "NPM", + "description": "JavaScript package registry.
" + }, { "name": "REDDIT", "description": "Social news aggregation and discussion website.
" diff --git a/src/graphql/data/ghae/schema.json b/src/graphql/data/ghae/schema.json index f4b30857e6..d146b990cc 100644 --- a/src/graphql/data/ghae/schema.json +++ b/src/graphql/data/ghae/schema.json @@ -69087,6 +69087,10 @@ "name": "MASTODON", "description": "Open-source federated microblogging service.
" }, + { + "name": "NPM", + "description": "JavaScript package registry.
" + }, { "name": "REDDIT", "description": "Social news aggregation and discussion website.
" diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json index 5e54264e49..46123d1cf1 100644 --- a/src/graphql/data/ghec/schema.json +++ b/src/graphql/data/ghec/schema.json @@ -83335,6 +83335,10 @@ "name": "MASTODON", "description": "Open-source federated microblogging service.
" }, + { + "name": "NPM", + "description": "JavaScript package registry.
" + }, { "name": "REDDIT", "description": "Social news aggregation and discussion website.
"