File tree Expand file tree Collapse file tree 5 files changed +66
-0
lines changed Expand file tree Collapse file tree 5 files changed +66
-0
lines changed Original file line number Diff line number Diff line change 1
1
[
2
+ {
3
+ "schemaChanges": [
4
+ {
5
+ "title": "The GraphQL schema includes these changes:",
6
+ "changes": [
7
+ "<p>Field <code>securityContactEmail</code> was added to object type <code>Enterprise</code></p>",
8
+ "<p>Input field <code>securityContactEmail</code> of type <code>String</code> was added to input object type <code>UpdateEnterpriseProfileInput</code></p>"
9
+ ]
10
+ }
11
+ ],
12
+ "previewChanges": [],
13
+ "upcomingChanges": [],
14
+ "date": "2025-08-05"
15
+ },
2
16
{
3
17
"schemaChanges": [
4
18
{
Original file line number Diff line number Diff line change @@ -13467,6 +13467,11 @@ type Enterprise implements Node {
13467
13467
last: Int
13468
13468
): RepositoryRulesetConnection
13469
13469
13470
+ """
13471
+ The enterprise's security contact email address.
13472
+ """
13473
+ securityContactEmail: String
13474
+
13470
13475
"""
13471
13476
The URL-friendly identifier for the enterprise.
13472
13477
"""
@@ -64664,6 +64669,11 @@ input UpdateEnterpriseProfileInput {
64664
64669
"""
64665
64670
name: String
64666
64671
64672
+ """
64673
+ The security contact email address of the enterprise.
64674
+ """
64675
+ securityContactEmail: String
64676
+
64667
64677
"""
64668
64678
The URL of the enterprise's website.
64669
64679
"""
Original file line number Diff line number Diff line change 22192
22192
}
22193
22193
]
22194
22194
},
22195
+ {
22196
+ "name": "securityContactEmail",
22197
+ "description": "<p>The enterprise's security contact email address.</p>",
22198
+ "type": "String",
22199
+ "id": "string",
22200
+ "kind": "scalars",
22201
+ "href": "/graphql/reference/scalars#string"
22202
+ },
22195
22203
{
22196
22204
"name": "slug",
22197
22205
"description": "<p>The URL-friendly identifier for the enterprise.</p>",
@@ -109373,6 +109381,14 @@
109373
109381
"kind": "scalars",
109374
109382
"href": "/graphql/reference/scalars#string"
109375
109383
},
109384
+ {
109385
+ "name": "securityContactEmail",
109386
+ "description": "<p>The security contact email address of the enterprise.</p>",
109387
+ "type": "String",
109388
+ "id": "string",
109389
+ "kind": "scalars",
109390
+ "href": "/graphql/reference/scalars#string"
109391
+ },
109376
109392
{
109377
109393
"name": "websiteUrl",
109378
109394
"description": "<p>The URL of the enterprise's website.</p>",
Original file line number Diff line number Diff line change @@ -13467,6 +13467,11 @@ type Enterprise implements Node {
13467
13467
last: Int
13468
13468
): RepositoryRulesetConnection
13469
13469
13470
+ """
13471
+ The enterprise's security contact email address.
13472
+ """
13473
+ securityContactEmail: String
13474
+
13470
13475
"""
13471
13476
The URL-friendly identifier for the enterprise.
13472
13477
"""
@@ -64664,6 +64669,11 @@ input UpdateEnterpriseProfileInput {
64664
64669
"""
64665
64670
name: String
64666
64671
64672
+ """
64673
+ The security contact email address of the enterprise.
64674
+ """
64675
+ securityContactEmail: String
64676
+
64667
64677
"""
64668
64678
The URL of the enterprise's website.
64669
64679
"""
Original file line number Diff line number Diff line change 22192
22192
}
22193
22193
]
22194
22194
},
22195
+ {
22196
+ "name": "securityContactEmail",
22197
+ "description": "<p>The enterprise's security contact email address.</p>",
22198
+ "type": "String",
22199
+ "id": "string",
22200
+ "kind": "scalars",
22201
+ "href": "/graphql/reference/scalars#string"
22202
+ },
22195
22203
{
22196
22204
"name": "slug",
22197
22205
"description": "<p>The URL-friendly identifier for the enterprise.</p>",
@@ -109373,6 +109381,14 @@
109373
109381
"kind": "scalars",
109374
109382
"href": "/graphql/reference/scalars#string"
109375
109383
},
109384
+ {
109385
+ "name": "securityContactEmail",
109386
+ "description": "<p>The security contact email address of the enterprise.</p>",
109387
+ "type": "String",
109388
+ "id": "string",
109389
+ "kind": "scalars",
109390
+ "href": "/graphql/reference/scalars#string"
109391
+ },
109376
109392
{
109377
109393
"name": "websiteUrl",
109378
109394
"description": "<p>The URL of the enterprise's website.</p>",
You can’t perform that action at this time.
0 commit comments