This repository was archived by the owner on Apr 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9145,7 +9145,7 @@ type EnterpriseOwnerInfo {
91459145 ): OrganizationConnection!
91469146
91479147 """
9148- Indicates if email notification delivery for this enterprise is restricted to verified domains.
9148+ Indicates if email notification delivery for this enterprise is restricted to verified or approved domains.
91499149 """
91509150 notificationDeliveryRestrictionEnabledSetting: NotificationRestrictionSettingValue!
91519151
@@ -16672,7 +16672,7 @@ type Mutation {
1667216672 ): UpdateLabelPayload @preview(toggledBy: "bane-preview")
1667316673
1667416674 """
16675- Update the setting to restrict notifications to only verified domains available to an owner.
16675+ Update the setting to restrict notifications to only verified or approved domains available to an owner.
1667616676 """
1667716677 updateNotificationRestrictionSetting(
1667816678 """
@@ -20327,7 +20327,7 @@ type Organization implements Actor & MemberStatusable & Node & PackageOwner & Pr
2032720327 newTeamUrl: URI!
2032820328
2032920329 """
20330- Indicates if email notification delivery for this organization is restricted to verified domains.
20330+ Indicates if email notification delivery for this organization is restricted to verified or approved domains.
2033120331 """
2033220332 notificationDeliveryRestrictionEnabledSetting: NotificationRestrictionSettingValue!
2033320333
@@ -41285,7 +41285,7 @@ enum UserStatusOrderField {
4128541285}
4128641286
4128741287"""
41288- A domain that can be verified for an organization or an enterprise.
41288+ A domain that can be verified or approved for an organization or an enterprise.
4128941289"""
4129041290type VerifiableDomain implements Node {
4129141291 """
You can’t perform that action at this time.
0 commit comments