github-schema 1.7.11 → 1.7.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9582,7 +9582,7 @@ type MaxFileSizeParametersInput = {
9582
9582
  /** Represents a member feature request notification */
9583
9583
  type MemberFeatureRequestNotification = Node & {
9584
9584
  __typename?: 'MemberFeatureRequestNotification';
9585
- /** Represents member feature request body containing organization name and the number of feature requests */
9585
+ /** Represents member feature request body containing entity name and the number of feature requests */
9586
9586
  body: Scalars['String']['output'];
9587
9587
  /** The Node ID of the MemberFeatureRequestNotification object */
9588
9588
  id: Scalars['ID']['output'];
@@ -9582,7 +9582,7 @@ type MaxFileSizeParametersInput = {
9582
9582
  /** Represents a member feature request notification */
9583
9583
  type MemberFeatureRequestNotification = Node & {
9584
9584
  __typename?: 'MemberFeatureRequestNotification';
9585
- /** Represents member feature request body containing organization name and the number of feature requests */
9585
+ /** Represents member feature request body containing entity name and the number of feature requests */
9586
9586
  body: Scalars['String']['output'];
9587
9587
  /** The Node ID of the MemberFeatureRequestNotification object */
9588
9588
  id: Scalars['ID']['output'];
@@ -20475,7 +20475,7 @@ Represents a member feature request notification
20475
20475
  """
20476
20476
  type MemberFeatureRequestNotification implements Node {
20477
20477
  """
20478
- Represents member feature request body containing organization name and the number of feature requests
20478
+ Represents member feature request body containing entity name and the number of feature requests
20479
20479
  """
20480
20480
  body: String!
20481
20481
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-schema",
3
- "version": "1.7.11",
3
+ "version": "1.7.12",
4
4
  "description": "GitHub's GraphQL schema",
5
5
  "type": "module",
6
6
  "author": {