github-schema 1.22.12 → 1.22.13
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
|
@@ -23796,7 +23796,7 @@ type Repository = Node & PackageOwner & ProjectOwner & ProjectV2Recent & Reposit
|
|
|
23796
23796
|
interactionAbility?: Maybe<RepositoryInteractionAbility>;
|
|
23797
23797
|
/** Indicates if the repository is unmaintained. */
|
|
23798
23798
|
isArchived: Scalars['Boolean']['output'];
|
|
23799
|
-
/** Returns true if blank issue
|
|
23799
|
+
/** Returns true if the viewer can create a blank issue in this repository */
|
|
23800
23800
|
isBlankIssuesEnabled: Scalars['Boolean']['output'];
|
|
23801
23801
|
/** Returns whether or not this repository disabled. */
|
|
23802
23802
|
isDisabled: Scalars['Boolean']['output'];
|
package/dist/github-schema.d.mts
CHANGED
|
@@ -23796,7 +23796,7 @@ type Repository = Node & PackageOwner & ProjectOwner & ProjectV2Recent & Reposit
|
|
|
23796
23796
|
interactionAbility?: Maybe<RepositoryInteractionAbility>;
|
|
23797
23797
|
/** Indicates if the repository is unmaintained. */
|
|
23798
23798
|
isArchived: Scalars['Boolean']['output'];
|
|
23799
|
-
/** Returns true if blank issue
|
|
23799
|
+
/** Returns true if the viewer can create a blank issue in this repository */
|
|
23800
23800
|
isBlankIssuesEnabled: Scalars['Boolean']['output'];
|
|
23801
23801
|
/** Returns whether or not this repository disabled. */
|
|
23802
23802
|
isDisabled: Scalars['Boolean']['output'];
|
package/github-schema.graphql
CHANGED
|
@@ -47194,7 +47194,7 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
|
|
|
47194
47194
|
isArchived: Boolean!
|
|
47195
47195
|
|
|
47196
47196
|
"""
|
|
47197
|
-
Returns true if blank issue
|
|
47197
|
+
Returns true if the viewer can create a blank issue in this repository
|
|
47198
47198
|
"""
|
|
47199
47199
|
isBlankIssuesEnabled: Boolean!
|
|
47200
47200
|
|