Skip to content

Commit d15b688

Browse files
octokitbotOctokit Bot
andauthored
fix: build update (octokit#803)
build: schema.json and schema.d.ts updated Co-authored-by: Octokit Bot <[email protected]>
1 parent ad974e8 commit d15b688

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

schema.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8002,6 +8002,8 @@ export type GitHubMetadata = {
80028002
gitHubServicesSha: Scalars['GitObjectID']['output'];
80038003
/** IP addresses that users connect to for git operations */
80048004
gitIpAddresses?: Maybe<Array<Scalars['String']['output']>>;
8005+
/** IP addresses that GitHub Enterprise Importer uses for outbound connections */
8006+
githubEnterpriseImporterIpAddresses?: Maybe<Array<Scalars['String']['output']>>;
80058007
/** IP addresses that service hooks are sent from */
80068008
hookIpAddresses?: Maybe<Array<Scalars['String']['output']>>;
80078009
/** IP addresses that the importer connects from */

schema.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39999,6 +39999,26 @@
3999939999
"isDeprecated": false,
4000040000
"deprecationReason": null
4000140001
},
40002+
{
40003+
"name": "githubEnterpriseImporterIpAddresses",
40004+
"description": "IP addresses that GitHub Enterprise Importer uses for outbound connections",
40005+
"args": [],
40006+
"type": {
40007+
"kind": "LIST",
40008+
"name": null,
40009+
"ofType": {
40010+
"kind": "NON_NULL",
40011+
"name": null,
40012+
"ofType": {
40013+
"kind": "SCALAR",
40014+
"name": "String",
40015+
"ofType": null
40016+
}
40017+
}
40018+
},
40019+
"isDeprecated": false,
40020+
"deprecationReason": null
40021+
},
4000240022
{
4000340023
"name": "hookIpAddresses",
4000440024
"description": "IP addresses that service hooks are sent from",

0 commit comments

Comments
 (0)