github-schema 1.5.0 → 1.6.1
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 +6 -0
- package/dist/github-schema.d.ts +6 -0
- package/github-schema.graphql +55 -7
- package/package.json +5 -5
package/dist/github-schema.d.cts
CHANGED
|
@@ -13133,6 +13133,7 @@ type OrganizationRepositoriesArgs = {
|
|
|
13133
13133
|
orderBy?: InputMaybe<RepositoryOrder>;
|
|
13134
13134
|
ownerAffiliations?: InputMaybe<Array<InputMaybe<RepositoryAffiliation>>>;
|
|
13135
13135
|
privacy?: InputMaybe<RepositoryPrivacy>;
|
|
13136
|
+
visibility?: InputMaybe<RepositoryVisibility>;
|
|
13136
13137
|
};
|
|
13137
13138
|
/** An account on GitHub, with one or more owners, that has repositories, members and teams. */
|
|
13138
13139
|
type OrganizationRepositoryArgs = {
|
|
@@ -19388,6 +19389,7 @@ type RepositoryForksArgs = {
|
|
|
19388
19389
|
orderBy?: InputMaybe<RepositoryOrder>;
|
|
19389
19390
|
ownerAffiliations?: InputMaybe<Array<InputMaybe<RepositoryAffiliation>>>;
|
|
19390
19391
|
privacy?: InputMaybe<RepositoryPrivacy>;
|
|
19392
|
+
visibility?: InputMaybe<RepositoryVisibility>;
|
|
19391
19393
|
};
|
|
19392
19394
|
/** A repository contains the content for a project. */
|
|
19393
19395
|
type RepositoryIssueArgs = {
|
|
@@ -20100,6 +20102,7 @@ type RepositoryOwnerRepositoriesArgs = {
|
|
|
20100
20102
|
orderBy?: InputMaybe<RepositoryOrder>;
|
|
20101
20103
|
ownerAffiliations?: InputMaybe<Array<InputMaybe<RepositoryAffiliation>>>;
|
|
20102
20104
|
privacy?: InputMaybe<RepositoryPrivacy>;
|
|
20105
|
+
visibility?: InputMaybe<RepositoryVisibility>;
|
|
20103
20106
|
};
|
|
20104
20107
|
/** Represents an owner of a Repository. */
|
|
20105
20108
|
type RepositoryOwnerRepositoryArgs = {
|
|
@@ -24185,6 +24188,7 @@ type TopicRepositoriesArgs = {
|
|
|
24185
24188
|
ownerAffiliations?: InputMaybe<Array<InputMaybe<RepositoryAffiliation>>>;
|
|
24186
24189
|
privacy?: InputMaybe<RepositoryPrivacy>;
|
|
24187
24190
|
sponsorableOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
24191
|
+
visibility?: InputMaybe<RepositoryVisibility>;
|
|
24188
24192
|
};
|
|
24189
24193
|
/** A topic aggregates entities that are related to a subject. */
|
|
24190
24194
|
type TopicStargazersArgs = {
|
|
@@ -26366,6 +26370,7 @@ type UserRepositoriesArgs = {
|
|
|
26366
26370
|
orderBy?: InputMaybe<RepositoryOrder>;
|
|
26367
26371
|
ownerAffiliations?: InputMaybe<Array<InputMaybe<RepositoryAffiliation>>>;
|
|
26368
26372
|
privacy?: InputMaybe<RepositoryPrivacy>;
|
|
26373
|
+
visibility?: InputMaybe<RepositoryVisibility>;
|
|
26369
26374
|
};
|
|
26370
26375
|
/** A user is an individual's account on GitHub that owns repositories and can make new content. */
|
|
26371
26376
|
type UserRepositoriesContributedToArgs = {
|
|
@@ -26523,6 +26528,7 @@ type UserWatchingArgs = {
|
|
|
26523
26528
|
orderBy?: InputMaybe<RepositoryOrder>;
|
|
26524
26529
|
ownerAffiliations?: InputMaybe<Array<InputMaybe<RepositoryAffiliation>>>;
|
|
26525
26530
|
privacy?: InputMaybe<RepositoryPrivacy>;
|
|
26531
|
+
visibility?: InputMaybe<RepositoryVisibility>;
|
|
26526
26532
|
};
|
|
26527
26533
|
/** The possible durations that a user can be blocked for. */
|
|
26528
26534
|
type UserBlockDuration =
|
package/dist/github-schema.d.ts
CHANGED
|
@@ -13133,6 +13133,7 @@ type OrganizationRepositoriesArgs = {
|
|
|
13133
13133
|
orderBy?: InputMaybe<RepositoryOrder>;
|
|
13134
13134
|
ownerAffiliations?: InputMaybe<Array<InputMaybe<RepositoryAffiliation>>>;
|
|
13135
13135
|
privacy?: InputMaybe<RepositoryPrivacy>;
|
|
13136
|
+
visibility?: InputMaybe<RepositoryVisibility>;
|
|
13136
13137
|
};
|
|
13137
13138
|
/** An account on GitHub, with one or more owners, that has repositories, members and teams. */
|
|
13138
13139
|
type OrganizationRepositoryArgs = {
|
|
@@ -19388,6 +19389,7 @@ type RepositoryForksArgs = {
|
|
|
19388
19389
|
orderBy?: InputMaybe<RepositoryOrder>;
|
|
19389
19390
|
ownerAffiliations?: InputMaybe<Array<InputMaybe<RepositoryAffiliation>>>;
|
|
19390
19391
|
privacy?: InputMaybe<RepositoryPrivacy>;
|
|
19392
|
+
visibility?: InputMaybe<RepositoryVisibility>;
|
|
19391
19393
|
};
|
|
19392
19394
|
/** A repository contains the content for a project. */
|
|
19393
19395
|
type RepositoryIssueArgs = {
|
|
@@ -20100,6 +20102,7 @@ type RepositoryOwnerRepositoriesArgs = {
|
|
|
20100
20102
|
orderBy?: InputMaybe<RepositoryOrder>;
|
|
20101
20103
|
ownerAffiliations?: InputMaybe<Array<InputMaybe<RepositoryAffiliation>>>;
|
|
20102
20104
|
privacy?: InputMaybe<RepositoryPrivacy>;
|
|
20105
|
+
visibility?: InputMaybe<RepositoryVisibility>;
|
|
20103
20106
|
};
|
|
20104
20107
|
/** Represents an owner of a Repository. */
|
|
20105
20108
|
type RepositoryOwnerRepositoryArgs = {
|
|
@@ -24185,6 +24188,7 @@ type TopicRepositoriesArgs = {
|
|
|
24185
24188
|
ownerAffiliations?: InputMaybe<Array<InputMaybe<RepositoryAffiliation>>>;
|
|
24186
24189
|
privacy?: InputMaybe<RepositoryPrivacy>;
|
|
24187
24190
|
sponsorableOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
24191
|
+
visibility?: InputMaybe<RepositoryVisibility>;
|
|
24188
24192
|
};
|
|
24189
24193
|
/** A topic aggregates entities that are related to a subject. */
|
|
24190
24194
|
type TopicStargazersArgs = {
|
|
@@ -26366,6 +26370,7 @@ type UserRepositoriesArgs = {
|
|
|
26366
26370
|
orderBy?: InputMaybe<RepositoryOrder>;
|
|
26367
26371
|
ownerAffiliations?: InputMaybe<Array<InputMaybe<RepositoryAffiliation>>>;
|
|
26368
26372
|
privacy?: InputMaybe<RepositoryPrivacy>;
|
|
26373
|
+
visibility?: InputMaybe<RepositoryVisibility>;
|
|
26369
26374
|
};
|
|
26370
26375
|
/** A user is an individual's account on GitHub that owns repositories and can make new content. */
|
|
26371
26376
|
type UserRepositoriesContributedToArgs = {
|
|
@@ -26523,6 +26528,7 @@ type UserWatchingArgs = {
|
|
|
26523
26528
|
orderBy?: InputMaybe<RepositoryOrder>;
|
|
26524
26529
|
ownerAffiliations?: InputMaybe<Array<InputMaybe<RepositoryAffiliation>>>;
|
|
26525
26530
|
privacy?: InputMaybe<RepositoryPrivacy>;
|
|
26531
|
+
visibility?: InputMaybe<RepositoryVisibility>;
|
|
26526
26532
|
};
|
|
26527
26533
|
/** The possible durations that a user can be blocked for. */
|
|
26528
26534
|
type UserBlockDuration =
|
package/github-schema.graphql
CHANGED
|
@@ -27918,9 +27918,17 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
|
|
|
27918
27918
|
ownerAffiliations: [RepositoryAffiliation] = [OWNER, COLLABORATOR]
|
|
27919
27919
|
|
|
27920
27920
|
"""
|
|
27921
|
-
If non-null, filters repositories according to privacy
|
|
27921
|
+
If non-null, filters repositories according to privacy. Internal
|
|
27922
|
+
repositories are considered private; consider using the visibility argument
|
|
27923
|
+
if only internal repositories are needed. Cannot be combined with the
|
|
27924
|
+
visibility argument.
|
|
27922
27925
|
"""
|
|
27923
27926
|
privacy: RepositoryPrivacy
|
|
27927
|
+
|
|
27928
|
+
"""
|
|
27929
|
+
If non-null, filters repositories according to visibility. Cannot be combined with the privacy argument.
|
|
27930
|
+
"""
|
|
27931
|
+
visibility: RepositoryVisibility
|
|
27924
27932
|
): RepositoryConnection!
|
|
27925
27933
|
|
|
27926
27934
|
"""
|
|
@@ -38639,7 +38647,7 @@ type Release implements Node & Reactable & UniformResourceLocatable {
|
|
|
38639
38647
|
last: Int
|
|
38640
38648
|
|
|
38641
38649
|
"""
|
|
38642
|
-
A
|
|
38650
|
+
A name to filter the assets by.
|
|
38643
38651
|
"""
|
|
38644
38652
|
name: String
|
|
38645
38653
|
): ReleaseAssetConnection!
|
|
@@ -42399,9 +42407,17 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
|
|
|
42399
42407
|
ownerAffiliations: [RepositoryAffiliation] = [OWNER, COLLABORATOR]
|
|
42400
42408
|
|
|
42401
42409
|
"""
|
|
42402
|
-
If non-null, filters repositories according to privacy
|
|
42410
|
+
If non-null, filters repositories according to privacy. Internal
|
|
42411
|
+
repositories are considered private; consider using the visibility argument
|
|
42412
|
+
if only internal repositories are needed. Cannot be combined with the
|
|
42413
|
+
visibility argument.
|
|
42403
42414
|
"""
|
|
42404
42415
|
privacy: RepositoryPrivacy
|
|
42416
|
+
|
|
42417
|
+
"""
|
|
42418
|
+
If non-null, filters repositories according to visibility. Cannot be combined with the privacy argument.
|
|
42419
|
+
"""
|
|
42420
|
+
visibility: RepositoryVisibility
|
|
42405
42421
|
): RepositoryConnection!
|
|
42406
42422
|
|
|
42407
42423
|
"""
|
|
@@ -44627,9 +44643,17 @@ interface RepositoryOwner {
|
|
|
44627
44643
|
ownerAffiliations: [RepositoryAffiliation] = [OWNER, COLLABORATOR]
|
|
44628
44644
|
|
|
44629
44645
|
"""
|
|
44630
|
-
If non-null, filters repositories according to privacy
|
|
44646
|
+
If non-null, filters repositories according to privacy. Internal
|
|
44647
|
+
repositories are considered private; consider using the visibility argument
|
|
44648
|
+
if only internal repositories are needed. Cannot be combined with the
|
|
44649
|
+
visibility argument.
|
|
44631
44650
|
"""
|
|
44632
44651
|
privacy: RepositoryPrivacy
|
|
44652
|
+
|
|
44653
|
+
"""
|
|
44654
|
+
If non-null, filters repositories according to visibility. Cannot be combined with the privacy argument.
|
|
44655
|
+
"""
|
|
44656
|
+
visibility: RepositoryVisibility
|
|
44633
44657
|
): RepositoryConnection!
|
|
44634
44658
|
|
|
44635
44659
|
"""
|
|
@@ -53763,7 +53787,10 @@ type Topic implements Node & Starrable {
|
|
|
53763
53787
|
ownerAffiliations: [RepositoryAffiliation] = [OWNER, COLLABORATOR]
|
|
53764
53788
|
|
|
53765
53789
|
"""
|
|
53766
|
-
If non-null, filters repositories according to privacy
|
|
53790
|
+
If non-null, filters repositories according to privacy. Internal
|
|
53791
|
+
repositories are considered private; consider using the visibility argument
|
|
53792
|
+
if only internal repositories are needed. Cannot be combined with the
|
|
53793
|
+
visibility argument.
|
|
53767
53794
|
"""
|
|
53768
53795
|
privacy: RepositoryPrivacy
|
|
53769
53796
|
|
|
@@ -53771,6 +53798,11 @@ type Topic implements Node & Starrable {
|
|
|
53771
53798
|
If true, only repositories whose owner can be sponsored via GitHub Sponsors will be returned.
|
|
53772
53799
|
"""
|
|
53773
53800
|
sponsorableOnly: Boolean = false
|
|
53801
|
+
|
|
53802
|
+
"""
|
|
53803
|
+
If non-null, filters repositories according to visibility. Cannot be combined with the privacy argument.
|
|
53804
|
+
"""
|
|
53805
|
+
visibility: RepositoryVisibility
|
|
53774
53806
|
): RepositoryConnection!
|
|
53775
53807
|
|
|
53776
53808
|
"""
|
|
@@ -58456,9 +58488,17 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
|
|
|
58456
58488
|
ownerAffiliations: [RepositoryAffiliation] = [OWNER, COLLABORATOR]
|
|
58457
58489
|
|
|
58458
58490
|
"""
|
|
58459
|
-
If non-null, filters repositories according to privacy
|
|
58491
|
+
If non-null, filters repositories according to privacy. Internal
|
|
58492
|
+
repositories are considered private; consider using the visibility argument
|
|
58493
|
+
if only internal repositories are needed. Cannot be combined with the
|
|
58494
|
+
visibility argument.
|
|
58460
58495
|
"""
|
|
58461
58496
|
privacy: RepositoryPrivacy
|
|
58497
|
+
|
|
58498
|
+
"""
|
|
58499
|
+
If non-null, filters repositories according to visibility. Cannot be combined with the privacy argument.
|
|
58500
|
+
"""
|
|
58501
|
+
visibility: RepositoryVisibility
|
|
58462
58502
|
): RepositoryConnection!
|
|
58463
58503
|
|
|
58464
58504
|
"""
|
|
@@ -59146,9 +59186,17 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
|
|
|
59146
59186
|
ownerAffiliations: [RepositoryAffiliation] = [OWNER, COLLABORATOR]
|
|
59147
59187
|
|
|
59148
59188
|
"""
|
|
59149
|
-
If non-null, filters repositories according to privacy
|
|
59189
|
+
If non-null, filters repositories according to privacy. Internal
|
|
59190
|
+
repositories are considered private; consider using the visibility argument
|
|
59191
|
+
if only internal repositories are needed. Cannot be combined with the
|
|
59192
|
+
visibility argument.
|
|
59150
59193
|
"""
|
|
59151
59194
|
privacy: RepositoryPrivacy
|
|
59195
|
+
|
|
59196
|
+
"""
|
|
59197
|
+
If non-null, filters repositories according to visibility. Cannot be combined with the privacy argument.
|
|
59198
|
+
"""
|
|
59199
|
+
visibility: RepositoryVisibility
|
|
59152
59200
|
): RepositoryConnection!
|
|
59153
59201
|
|
|
59154
59202
|
"""
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "github-schema",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"description": "GitHub's GraphQL schema",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"email": "lucasnrgaard@gmail.com",
|
|
9
9
|
"url": "https://luxass.dev"
|
|
10
10
|
},
|
|
11
|
-
"packageManager": "pnpm@8.
|
|
11
|
+
"packageManager": "pnpm@8.14.1",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"homepage": "https://github.com/luxass/github-schema",
|
|
14
14
|
"repository": {
|
|
@@ -95,11 +95,11 @@
|
|
|
95
95
|
"@graphql-codegen/add": "^5.0.0",
|
|
96
96
|
"@graphql-codegen/cli": "^5.0.0",
|
|
97
97
|
"@graphql-codegen/typescript": "^4.0.1",
|
|
98
|
-
"@luxass/eslint-config": "^4.
|
|
98
|
+
"@luxass/eslint-config": "^4.2.1",
|
|
99
99
|
"@types/node": "^18.19.0",
|
|
100
|
-
"eslint": "^8.
|
|
100
|
+
"eslint": "^8.56.0",
|
|
101
101
|
"eslint-plugin-format": "^0.1.0",
|
|
102
102
|
"tsup": "^8.0.1",
|
|
103
|
-
"typescript": "^5.3.
|
|
103
|
+
"typescript": "^5.3.3"
|
|
104
104
|
}
|
|
105
105
|
}
|