|
5464 | 5464 | } |
5465 | 5465 | ] |
5466 | 5466 | }, |
| 5467 | + { |
| 5468 | + "name": "updateNotificationRestrictionSetting", |
| 5469 | + "kind": "mutations", |
| 5470 | + "id": "updatenotificationrestrictionsetting", |
| 5471 | + "href": "/graphql/reference/mutations#updatenotificationrestrictionsetting", |
| 5472 | + "description": "<p>Update the setting to restrict notifications to only verified domains available to an owner.</p>", |
| 5473 | + "inputFields": [ |
| 5474 | + { |
| 5475 | + "name": "input", |
| 5476 | + "type": "UpdateNotificationRestrictionSettingInput!", |
| 5477 | + "id": "updatenotificationrestrictionsettinginput", |
| 5478 | + "kind": "input-objects", |
| 5479 | + "href": "/graphql/reference/input-objects#updatenotificationrestrictionsettinginput" |
| 5480 | + } |
| 5481 | + ], |
| 5482 | + "returnFields": [ |
| 5483 | + { |
| 5484 | + "name": "clientMutationId", |
| 5485 | + "type": "String", |
| 5486 | + "id": "string", |
| 5487 | + "kind": "scalars", |
| 5488 | + "href": "/graphql/reference/scalars#string", |
| 5489 | + "description": "<p>A unique identifier for the client performing the mutation.</p>" |
| 5490 | + }, |
| 5491 | + { |
| 5492 | + "name": "owner", |
| 5493 | + "type": "VerifiableDomainOwner", |
| 5494 | + "id": "verifiabledomainowner", |
| 5495 | + "kind": "unions", |
| 5496 | + "href": "/graphql/reference/unions#verifiabledomainowner", |
| 5497 | + "description": "<p>The owner on which the setting was updated.</p>" |
| 5498 | + } |
| 5499 | + ] |
| 5500 | + }, |
5467 | 5501 | { |
5468 | 5502 | "name": "updateProject", |
5469 | 5503 | "kind": "mutations", |
|
15593 | 15627 | } |
15594 | 15628 | ] |
15595 | 15629 | }, |
| 15630 | + { |
| 15631 | + "name": "notificationDeliveryRestrictionEnabledSetting", |
| 15632 | + "description": "<p>Indicates if email notification delivery for this enterprise is restricted to verified domains.</p>", |
| 15633 | + "type": "NotificationRestrictionSettingValue!", |
| 15634 | + "id": "notificationrestrictionsettingvalue", |
| 15635 | + "kind": "enums", |
| 15636 | + "href": "/graphql/reference/enums#notificationrestrictionsettingvalue" |
| 15637 | + }, |
15596 | 15638 | { |
15597 | 15639 | "name": "organizationProjectsSetting", |
15598 | 15640 | "description": "<p>The setting value for whether organization projects are enabled for organizations in this enterprise.</p>", |
|
29525 | 29567 | "kind": "scalars", |
29526 | 29568 | "href": "/graphql/reference/scalars#uri" |
29527 | 29569 | }, |
| 29570 | + { |
| 29571 | + "name": "notificationDeliveryRestrictionEnabledSetting", |
| 29572 | + "description": "<p>Indicates if email notification delivery for this organization is restricted to verified domains.</p>", |
| 29573 | + "type": "NotificationRestrictionSettingValue!", |
| 29574 | + "id": "notificationrestrictionsettingvalue", |
| 29575 | + "kind": "enums", |
| 29576 | + "href": "/graphql/reference/enums#notificationrestrictionsettingvalue" |
| 29577 | + }, |
29528 | 29578 | { |
29529 | 29579 | "name": "organizationBillingEmail", |
29530 | 29580 | "description": "<p>The billing email for the organization.</p>", |
|
46925 | 46975 | "kind": "objects", |
46926 | 46976 | "href": "/graphql/reference/objects#securityadvisoryidentifier" |
46927 | 46977 | }, |
| 46978 | + { |
| 46979 | + "name": "notificationsPermalink", |
| 46980 | + "description": "<p>The permalink for the advisory's dependabot alerts page.</p>", |
| 46981 | + "type": "URI", |
| 46982 | + "id": "uri", |
| 46983 | + "kind": "scalars", |
| 46984 | + "href": "/graphql/reference/scalars#uri" |
| 46985 | + }, |
46928 | 46986 | { |
46929 | 46987 | "name": "origin", |
46930 | 46988 | "description": "<p>The organization that originated the advisory.</p>", |
|
59111 | 59169 | } |
59112 | 59170 | ] |
59113 | 59171 | }, |
| 59172 | + { |
| 59173 | + "name": "NotificationRestrictionSettingValue", |
| 59174 | + "kind": "enums", |
| 59175 | + "id": "notificationrestrictionsettingvalue", |
| 59176 | + "href": "/graphql/reference/enums#notificationrestrictionsettingvalue", |
| 59177 | + "description": "<p>The possible values for the notification restriction setting.</p>", |
| 59178 | + "values": [ |
| 59179 | + { |
| 59180 | + "name": "DISABLED", |
| 59181 | + "description": "<p>The setting is disabled for the owner.</p>" |
| 59182 | + }, |
| 59183 | + { |
| 59184 | + "name": "ENABLED", |
| 59185 | + "description": "<p>The setting is enabled for the owner.</p>" |
| 59186 | + } |
| 59187 | + ] |
| 59188 | + }, |
59114 | 59189 | { |
59115 | 59190 | "name": "OauthApplicationCreateAuditEntryState", |
59116 | 59191 | "kind": "enums", |
|
69789 | 69864 | } |
69790 | 69865 | ] |
69791 | 69866 | }, |
| 69867 | + { |
| 69868 | + "name": "UpdateNotificationRestrictionSettingInput", |
| 69869 | + "kind": "inputObjects", |
| 69870 | + "id": "updatenotificationrestrictionsettinginput", |
| 69871 | + "href": "/graphql/reference/input-objects#updatenotificationrestrictionsettinginput", |
| 69872 | + "description": "<p>Autogenerated input type of UpdateNotificationRestrictionSetting.</p>", |
| 69873 | + "inputFields": [ |
| 69874 | + { |
| 69875 | + "name": "clientMutationId", |
| 69876 | + "description": "<p>A unique identifier for the client performing the mutation.</p>", |
| 69877 | + "type": "String", |
| 69878 | + "id": "string", |
| 69879 | + "kind": "scalars", |
| 69880 | + "href": "/graphql/reference/scalars#string" |
| 69881 | + }, |
| 69882 | + { |
| 69883 | + "name": "ownerId", |
| 69884 | + "description": "<p>The ID of the owner on which to set the restrict notifications setting.</p>", |
| 69885 | + "type": "ID!", |
| 69886 | + "id": "id", |
| 69887 | + "kind": "scalars", |
| 69888 | + "href": "/graphql/reference/scalars#id", |
| 69889 | + "isDeprecated": false |
| 69890 | + }, |
| 69891 | + { |
| 69892 | + "name": "settingValue", |
| 69893 | + "description": "<p>The value for the restrict notifications setting.</p>", |
| 69894 | + "type": "NotificationRestrictionSettingValue!", |
| 69895 | + "id": "notificationrestrictionsettingvalue", |
| 69896 | + "kind": "enums", |
| 69897 | + "href": "/graphql/reference/enums#notificationrestrictionsettingvalue" |
| 69898 | + } |
| 69899 | + ] |
| 69900 | + }, |
69792 | 69901 | { |
69793 | 69902 | "name": "UpdateProjectCardInput", |
69794 | 69903 | "kind": "inputObjects", |
|
0 commit comments