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.
package/dist/github-schema.d.cts
CHANGED
|
@@ -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
|
|
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'];
|
package/dist/github-schema.d.ts
CHANGED
|
@@ -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
|
|
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'];
|
package/github-schema.graphql
CHANGED
|
@@ -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
|
|
20478
|
+
Represents member feature request body containing entity name and the number of feature requests
|
|
20479
20479
|
"""
|
|
20480
20480
|
body: String!
|
|
20481
20481
|
|