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 11[
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+ },
216 {
317 "schemaChanges": [
418 {
Original file line number Diff line number Diff line change @@ -13467,6 +13467,11 @@ type Enterprise implements Node {
1346713467 last: Int
1346813468 ): RepositoryRulesetConnection
1346913469
13470+ """
13471+ The enterprise's security contact email address.
13472+ """
13473+ securityContactEmail: String
13474+
1347013475 """
1347113476 The URL-friendly identifier for the enterprise.
1347213477 """
@@ -64664,6 +64669,11 @@ input UpdateEnterpriseProfileInput {
6466464669 """
6466564670 name: String
6466664671
64672+ """
64673+ The security contact email address of the enterprise.
64674+ """
64675+ securityContactEmail: String
64676+
6466764677 """
6466864678 The URL of the enterprise's website.
6466964679 """
Original file line number Diff line number Diff line change 2219222192 }
2219322193 ]
2219422194 },
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+ },
2219522203 {
2219622204 "name": "slug",
2219722205 "description": "<p>The URL-friendly identifier for the enterprise.</p>",
@@ -109373,6 +109381,14 @@
109373109381 "kind": "scalars",
109374109382 "href": "/graphql/reference/scalars#string"
109375109383 },
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+ },
109376109392 {
109377109393 "name": "websiteUrl",
109378109394 "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 {
1346713467 last: Int
1346813468 ): RepositoryRulesetConnection
1346913469
13470+ """
13471+ The enterprise's security contact email address.
13472+ """
13473+ securityContactEmail: String
13474+
1347013475 """
1347113476 The URL-friendly identifier for the enterprise.
1347213477 """
@@ -64664,6 +64669,11 @@ input UpdateEnterpriseProfileInput {
6466464669 """
6466564670 name: String
6466664671
64672+ """
64673+ The security contact email address of the enterprise.
64674+ """
64675+ securityContactEmail: String
64676+
6466764677 """
6466864678 The URL of the enterprise's website.
6466964679 """
Original file line number Diff line number Diff line change 2219222192 }
2219322193 ]
2219422194 },
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+ },
2219522203 {
2219622204 "name": "slug",
2219722205 "description": "<p>The URL-friendly identifier for the enterprise.</p>",
@@ -109373,6 +109381,14 @@
109373109381 "kind": "scalars",
109374109382 "href": "/graphql/reference/scalars#string"
109375109383 },
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+ },
109376109392 {
109377109393 "name": "websiteUrl",
109378109394 "description": "<p>The URL of the enterprise's website.</p>",
You can’t perform that action at this time.
0 commit comments