github-schema 1.21.3 → 1.21.6
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-MYKucXTm.d.cts → github-schema-CPF10aPM.d.cts} +67 -8
- package/dist/{github-schema-ygNht_GF.d.mts → github-schema-RxGoV3H_.d.mts} +67 -8
- package/dist/github-schema.d.cts +2 -2
- package/dist/github-schema.d.mts +2 -2
- package/dist/index.d.cts +3 -3
- package/dist/index.d.mts +3 -3
- package/dist/index.mjs +1 -1
- package/dist/raw.d.cts +1 -1
- package/dist/raw.d.mts +1 -1
- package/dist/raw.mjs +1 -1
- package/github-schema.graphql +102 -7
- package/package.json +5 -5
- /package/dist/{raw-CkTzhktH.d.cts → raw-52kerwqc.d.mts} +0 -0
- /package/dist/{raw-DtQ_O7FE.mjs → raw-BzDaq_4U.mjs} +0 -0
- /package/dist/{raw-DBJuSI4q.d.mts → raw-CmEdncua.d.cts} +0 -0
package/dist/index.mjs
CHANGED
package/dist/raw.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as gql } from "./raw-
|
|
1
|
+
import { t as gql } from "./raw-CmEdncua.cjs";
|
|
2
2
|
export { gql };
|
package/dist/raw.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as gql } from "./raw-
|
|
1
|
+
import { t as gql } from "./raw-52kerwqc.mjs";
|
|
2
2
|
export { gql };
|
package/dist/raw.mjs
CHANGED
package/github-schema.graphql
CHANGED
|
@@ -338,7 +338,7 @@ input AddAssigneesToAssignableInput {
|
|
|
338
338
|
assignableId: ID!
|
|
339
339
|
|
|
340
340
|
"""
|
|
341
|
-
The
|
|
341
|
+
The ids of actors (users or bots) to add as assignees.
|
|
342
342
|
"""
|
|
343
343
|
assigneeIds: [ID!]!
|
|
344
344
|
|
|
@@ -7226,7 +7226,9 @@ type ConvertedToDiscussionEvent implements Node {
|
|
|
7226
7226
|
}
|
|
7227
7227
|
|
|
7228
7228
|
"""
|
|
7229
|
-
Request Copilot code review for new pull requests automatically if the author
|
|
7229
|
+
Request Copilot code review for new pull requests automatically if the author
|
|
7230
|
+
has access to Copilot code review and their premium requests quota has not
|
|
7231
|
+
reached the limit.
|
|
7230
7232
|
"""
|
|
7231
7233
|
type CopilotCodeReviewParameters {
|
|
7232
7234
|
"""
|
|
@@ -7241,7 +7243,9 @@ type CopilotCodeReviewParameters {
|
|
|
7241
7243
|
}
|
|
7242
7244
|
|
|
7243
7245
|
"""
|
|
7244
|
-
Request Copilot code review for new pull requests automatically if the author
|
|
7246
|
+
Request Copilot code review for new pull requests automatically if the author
|
|
7247
|
+
has access to Copilot code review and their premium requests quota has not
|
|
7248
|
+
reached the limit.
|
|
7245
7249
|
"""
|
|
7246
7250
|
input CopilotCodeReviewParametersInput {
|
|
7247
7251
|
"""
|
|
@@ -38824,6 +38828,31 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
|
|
|
38824
38828
|
query: String
|
|
38825
38829
|
): AssigneeConnection!
|
|
38826
38830
|
|
|
38831
|
+
"""
|
|
38832
|
+
Reviewer actor suggestions based on commit history, past review comments, and integrations.
|
|
38833
|
+
"""
|
|
38834
|
+
suggestedReviewerActors(
|
|
38835
|
+
"""
|
|
38836
|
+
Returns the elements in the list that come after the specified cursor.
|
|
38837
|
+
"""
|
|
38838
|
+
after: String
|
|
38839
|
+
|
|
38840
|
+
"""
|
|
38841
|
+
Returns the elements in the list that come before the specified cursor.
|
|
38842
|
+
"""
|
|
38843
|
+
before: String
|
|
38844
|
+
|
|
38845
|
+
"""
|
|
38846
|
+
Returns the first _n_ elements from the list.
|
|
38847
|
+
"""
|
|
38848
|
+
first: Int
|
|
38849
|
+
|
|
38850
|
+
"""
|
|
38851
|
+
Returns the last _n_ elements from the list.
|
|
38852
|
+
"""
|
|
38853
|
+
last: Int
|
|
38854
|
+
): SuggestedReviewerActorConnection!
|
|
38855
|
+
|
|
38827
38856
|
"""
|
|
38828
38857
|
A list of reviewer suggestions based on commit history and past review comments.
|
|
38829
38858
|
"""
|
|
@@ -39437,7 +39466,9 @@ type PullRequestParameters {
|
|
|
39437
39466
|
allowedMergeMethods: [PullRequestAllowedMergeMethods!]
|
|
39438
39467
|
|
|
39439
39468
|
"""
|
|
39440
|
-
Request Copilot code review for new pull requests automatically if the author
|
|
39469
|
+
Request Copilot code review for new pull requests automatically if the author
|
|
39470
|
+
has access to Copilot code review and their premium requests quota has not
|
|
39471
|
+
reached the limit.
|
|
39441
39472
|
"""
|
|
39442
39473
|
automaticCopilotCodeReviewEnabled: Boolean!
|
|
39443
39474
|
|
|
@@ -39485,7 +39516,9 @@ input PullRequestParametersInput {
|
|
|
39485
39516
|
allowedMergeMethods: [PullRequestAllowedMergeMethods!]
|
|
39486
39517
|
|
|
39487
39518
|
"""
|
|
39488
|
-
Request Copilot code review for new pull requests automatically if the author
|
|
39519
|
+
Request Copilot code review for new pull requests automatically if the author
|
|
39520
|
+
has access to Copilot code review and their premium requests quota has not
|
|
39521
|
+
reached the limit.
|
|
39489
39522
|
"""
|
|
39490
39523
|
automaticCopilotCodeReviewEnabled: Boolean
|
|
39491
39524
|
|
|
@@ -49634,7 +49667,9 @@ enum RepositoryRuleType {
|
|
|
49634
49667
|
COMMIT_MESSAGE_PATTERN
|
|
49635
49668
|
|
|
49636
49669
|
"""
|
|
49637
|
-
Request Copilot code review for new pull requests automatically if the author
|
|
49670
|
+
Request Copilot code review for new pull requests automatically if the author
|
|
49671
|
+
has access to Copilot code review and their premium requests quota has not
|
|
49672
|
+
reached the limit.
|
|
49638
49673
|
"""
|
|
49639
49674
|
COPILOT_CODE_REVIEW
|
|
49640
49675
|
|
|
@@ -56635,6 +56670,66 @@ type SuggestedReviewer {
|
|
|
56635
56670
|
reviewer: User!
|
|
56636
56671
|
}
|
|
56637
56672
|
|
|
56673
|
+
"""
|
|
56674
|
+
A suggestion to review a pull request based on an actor's commit history, review comments, and integrations.
|
|
56675
|
+
"""
|
|
56676
|
+
type SuggestedReviewerActor {
|
|
56677
|
+
"""
|
|
56678
|
+
Is this suggestion based on past commits?
|
|
56679
|
+
"""
|
|
56680
|
+
isAuthor: Boolean!
|
|
56681
|
+
|
|
56682
|
+
"""
|
|
56683
|
+
Is this suggestion based on past review comments?
|
|
56684
|
+
"""
|
|
56685
|
+
isCommenter: Boolean!
|
|
56686
|
+
|
|
56687
|
+
"""
|
|
56688
|
+
Identifies the actor suggested to review the pull request.
|
|
56689
|
+
"""
|
|
56690
|
+
reviewer: Actor!
|
|
56691
|
+
}
|
|
56692
|
+
|
|
56693
|
+
"""
|
|
56694
|
+
A suggestion to review a pull request based on an actor's commit history, review comments, and integrations.
|
|
56695
|
+
"""
|
|
56696
|
+
type SuggestedReviewerActorConnection {
|
|
56697
|
+
"""
|
|
56698
|
+
A list of edges.
|
|
56699
|
+
"""
|
|
56700
|
+
edges: [SuggestedReviewerActorEdge]
|
|
56701
|
+
|
|
56702
|
+
"""
|
|
56703
|
+
A list of nodes.
|
|
56704
|
+
"""
|
|
56705
|
+
nodes: [SuggestedReviewerActor]
|
|
56706
|
+
|
|
56707
|
+
"""
|
|
56708
|
+
Information to aid in pagination.
|
|
56709
|
+
"""
|
|
56710
|
+
pageInfo: PageInfo!
|
|
56711
|
+
|
|
56712
|
+
"""
|
|
56713
|
+
Identifies the total count of items in the connection.
|
|
56714
|
+
"""
|
|
56715
|
+
totalCount: Int!
|
|
56716
|
+
}
|
|
56717
|
+
|
|
56718
|
+
"""
|
|
56719
|
+
An edge in a connection.
|
|
56720
|
+
"""
|
|
56721
|
+
type SuggestedReviewerActorEdge {
|
|
56722
|
+
"""
|
|
56723
|
+
A cursor for use in pagination.
|
|
56724
|
+
"""
|
|
56725
|
+
cursor: String!
|
|
56726
|
+
|
|
56727
|
+
"""
|
|
56728
|
+
The item at the end of the edge.
|
|
56729
|
+
"""
|
|
56730
|
+
node: SuggestedReviewerActor
|
|
56731
|
+
}
|
|
56732
|
+
|
|
56638
56733
|
"""
|
|
56639
56734
|
Represents a Git tag.
|
|
56640
56735
|
"""
|
|
@@ -61508,7 +61603,7 @@ Autogenerated input type of UpdateIssue
|
|
|
61508
61603
|
"""
|
|
61509
61604
|
input UpdateIssueInput {
|
|
61510
61605
|
"""
|
|
61511
|
-
An array of Node IDs of users for this issue.
|
|
61606
|
+
An array of Node IDs of users or bots for this issue.
|
|
61512
61607
|
"""
|
|
61513
61608
|
assigneeIds: [ID!]
|
|
61514
61609
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "github-schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.6",
|
|
4
4
|
"description": "GitHub's GraphQL schema",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -55,14 +55,14 @@
|
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@graphql-codegen/add": "6.0.0",
|
|
58
|
-
"@graphql-codegen/cli": "6.0.
|
|
59
|
-
"@graphql-codegen/typescript": "5.0.
|
|
60
|
-
"@luxass/eslint-config": "6.0.
|
|
58
|
+
"@graphql-codegen/cli": "6.0.2",
|
|
59
|
+
"@graphql-codegen/typescript": "5.0.4",
|
|
60
|
+
"@luxass/eslint-config": "6.0.3",
|
|
61
61
|
"@types/node": "24.10.0",
|
|
62
62
|
"eslint": "9.39.1",
|
|
63
63
|
"eslint-plugin-format": "1.0.2",
|
|
64
64
|
"publint": "0.3.15",
|
|
65
|
-
"tsdown": "0.16.
|
|
65
|
+
"tsdown": "0.16.5",
|
|
66
66
|
"typescript": "5.9.3"
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|