Skip to content

Commit

Permalink
feat: SocialAccountProvider#NPM (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot authored Oct 11, 2023
1 parent 2b4b713 commit 251edb7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23357,6 +23357,8 @@ export type SocialAccountProvider =
| 'LINKEDIN'
/** Open-source federated microblogging service. */
| 'MASTODON'
/** JavaScript package registry. */
| 'NPM'
/** Social news aggregation and discussion website. */
| 'REDDIT'
/** Live-streaming service. */
Expand Down
5 changes: 5 additions & 0 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -46599,6 +46599,11 @@ enum SocialAccountProvider {
"""
MASTODON

"""
JavaScript package registry.
"""
NPM

"""
Social news aggregation and discussion website.
"""
Expand Down
6 changes: 6 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -123464,6 +123464,12 @@
"description": "Online video platform.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "NPM",
"description": "JavaScript package registry.",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
Expand Down

0 comments on commit 251edb7

Please sign in to comment.