github-schema 1.21.3 → 1.21.7
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-C0EE5Ofk.d.mts} +73 -8
- package/dist/{github-schema-ygNht_GF.d.mts → github-schema-DZ90KXVf.d.cts} +73 -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 +132 -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
|
"""
|
|
@@ -20450,6 +20454,21 @@ enum IssueTimelineItemsItemType {
|
|
|
20450
20454
|
"""
|
|
20451
20455
|
ISSUE_COMMENT
|
|
20452
20456
|
|
|
20457
|
+
"""
|
|
20458
|
+
Represents a 'issue_field_added' event on a given issue.
|
|
20459
|
+
"""
|
|
20460
|
+
ISSUE_FIELD_ADDED_EVENT
|
|
20461
|
+
|
|
20462
|
+
"""
|
|
20463
|
+
Represents a 'issue_field_changed' event on a given issue.
|
|
20464
|
+
"""
|
|
20465
|
+
ISSUE_FIELD_CHANGED_EVENT
|
|
20466
|
+
|
|
20467
|
+
"""
|
|
20468
|
+
Represents a 'issue_field_removed' event on a given issue.
|
|
20469
|
+
"""
|
|
20470
|
+
ISSUE_FIELD_REMOVED_EVENT
|
|
20471
|
+
|
|
20453
20472
|
"""
|
|
20454
20473
|
Represents a 'issue_type_added' event on a given issue.
|
|
20455
20474
|
"""
|
|
@@ -38824,6 +38843,31 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
|
|
|
38824
38843
|
query: String
|
|
38825
38844
|
): AssigneeConnection!
|
|
38826
38845
|
|
|
38846
|
+
"""
|
|
38847
|
+
Reviewer actor suggestions based on commit history, past review comments, and integrations.
|
|
38848
|
+
"""
|
|
38849
|
+
suggestedReviewerActors(
|
|
38850
|
+
"""
|
|
38851
|
+
Returns the elements in the list that come after the specified cursor.
|
|
38852
|
+
"""
|
|
38853
|
+
after: String
|
|
38854
|
+
|
|
38855
|
+
"""
|
|
38856
|
+
Returns the elements in the list that come before the specified cursor.
|
|
38857
|
+
"""
|
|
38858
|
+
before: String
|
|
38859
|
+
|
|
38860
|
+
"""
|
|
38861
|
+
Returns the first _n_ elements from the list.
|
|
38862
|
+
"""
|
|
38863
|
+
first: Int
|
|
38864
|
+
|
|
38865
|
+
"""
|
|
38866
|
+
Returns the last _n_ elements from the list.
|
|
38867
|
+
"""
|
|
38868
|
+
last: Int
|
|
38869
|
+
): SuggestedReviewerActorConnection!
|
|
38870
|
+
|
|
38827
38871
|
"""
|
|
38828
38872
|
A list of reviewer suggestions based on commit history and past review comments.
|
|
38829
38873
|
"""
|
|
@@ -39437,7 +39481,9 @@ type PullRequestParameters {
|
|
|
39437
39481
|
allowedMergeMethods: [PullRequestAllowedMergeMethods!]
|
|
39438
39482
|
|
|
39439
39483
|
"""
|
|
39440
|
-
Request Copilot code review for new pull requests automatically if the author
|
|
39484
|
+
Request Copilot code review for new pull requests automatically if the author
|
|
39485
|
+
has access to Copilot code review and their premium requests quota has not
|
|
39486
|
+
reached the limit.
|
|
39441
39487
|
"""
|
|
39442
39488
|
automaticCopilotCodeReviewEnabled: Boolean!
|
|
39443
39489
|
|
|
@@ -39485,7 +39531,9 @@ input PullRequestParametersInput {
|
|
|
39485
39531
|
allowedMergeMethods: [PullRequestAllowedMergeMethods!]
|
|
39486
39532
|
|
|
39487
39533
|
"""
|
|
39488
|
-
Request Copilot code review for new pull requests automatically if the author
|
|
39534
|
+
Request Copilot code review for new pull requests automatically if the author
|
|
39535
|
+
has access to Copilot code review and their premium requests quota has not
|
|
39536
|
+
reached the limit.
|
|
39489
39537
|
"""
|
|
39490
39538
|
automaticCopilotCodeReviewEnabled: Boolean
|
|
39491
39539
|
|
|
@@ -40935,6 +40983,21 @@ enum PullRequestTimelineItemsItemType {
|
|
|
40935
40983
|
"""
|
|
40936
40984
|
ISSUE_COMMENT
|
|
40937
40985
|
|
|
40986
|
+
"""
|
|
40987
|
+
Represents a 'issue_field_added' event on a given issue.
|
|
40988
|
+
"""
|
|
40989
|
+
ISSUE_FIELD_ADDED_EVENT
|
|
40990
|
+
|
|
40991
|
+
"""
|
|
40992
|
+
Represents a 'issue_field_changed' event on a given issue.
|
|
40993
|
+
"""
|
|
40994
|
+
ISSUE_FIELD_CHANGED_EVENT
|
|
40995
|
+
|
|
40996
|
+
"""
|
|
40997
|
+
Represents a 'issue_field_removed' event on a given issue.
|
|
40998
|
+
"""
|
|
40999
|
+
ISSUE_FIELD_REMOVED_EVENT
|
|
41000
|
+
|
|
40938
41001
|
"""
|
|
40939
41002
|
Represents a 'issue_type_added' event on a given issue.
|
|
40940
41003
|
"""
|
|
@@ -49634,7 +49697,9 @@ enum RepositoryRuleType {
|
|
|
49634
49697
|
COMMIT_MESSAGE_PATTERN
|
|
49635
49698
|
|
|
49636
49699
|
"""
|
|
49637
|
-
Request Copilot code review for new pull requests automatically if the author
|
|
49700
|
+
Request Copilot code review for new pull requests automatically if the author
|
|
49701
|
+
has access to Copilot code review and their premium requests quota has not
|
|
49702
|
+
reached the limit.
|
|
49638
49703
|
"""
|
|
49639
49704
|
COPILOT_CODE_REVIEW
|
|
49640
49705
|
|
|
@@ -56635,6 +56700,66 @@ type SuggestedReviewer {
|
|
|
56635
56700
|
reviewer: User!
|
|
56636
56701
|
}
|
|
56637
56702
|
|
|
56703
|
+
"""
|
|
56704
|
+
A suggestion to review a pull request based on an actor's commit history, review comments, and integrations.
|
|
56705
|
+
"""
|
|
56706
|
+
type SuggestedReviewerActor {
|
|
56707
|
+
"""
|
|
56708
|
+
Is this suggestion based on past commits?
|
|
56709
|
+
"""
|
|
56710
|
+
isAuthor: Boolean!
|
|
56711
|
+
|
|
56712
|
+
"""
|
|
56713
|
+
Is this suggestion based on past review comments?
|
|
56714
|
+
"""
|
|
56715
|
+
isCommenter: Boolean!
|
|
56716
|
+
|
|
56717
|
+
"""
|
|
56718
|
+
Identifies the actor suggested to review the pull request.
|
|
56719
|
+
"""
|
|
56720
|
+
reviewer: Actor!
|
|
56721
|
+
}
|
|
56722
|
+
|
|
56723
|
+
"""
|
|
56724
|
+
A suggestion to review a pull request based on an actor's commit history, review comments, and integrations.
|
|
56725
|
+
"""
|
|
56726
|
+
type SuggestedReviewerActorConnection {
|
|
56727
|
+
"""
|
|
56728
|
+
A list of edges.
|
|
56729
|
+
"""
|
|
56730
|
+
edges: [SuggestedReviewerActorEdge]
|
|
56731
|
+
|
|
56732
|
+
"""
|
|
56733
|
+
A list of nodes.
|
|
56734
|
+
"""
|
|
56735
|
+
nodes: [SuggestedReviewerActor]
|
|
56736
|
+
|
|
56737
|
+
"""
|
|
56738
|
+
Information to aid in pagination.
|
|
56739
|
+
"""
|
|
56740
|
+
pageInfo: PageInfo!
|
|
56741
|
+
|
|
56742
|
+
"""
|
|
56743
|
+
Identifies the total count of items in the connection.
|
|
56744
|
+
"""
|
|
56745
|
+
totalCount: Int!
|
|
56746
|
+
}
|
|
56747
|
+
|
|
56748
|
+
"""
|
|
56749
|
+
An edge in a connection.
|
|
56750
|
+
"""
|
|
56751
|
+
type SuggestedReviewerActorEdge {
|
|
56752
|
+
"""
|
|
56753
|
+
A cursor for use in pagination.
|
|
56754
|
+
"""
|
|
56755
|
+
cursor: String!
|
|
56756
|
+
|
|
56757
|
+
"""
|
|
56758
|
+
The item at the end of the edge.
|
|
56759
|
+
"""
|
|
56760
|
+
node: SuggestedReviewerActor
|
|
56761
|
+
}
|
|
56762
|
+
|
|
56638
56763
|
"""
|
|
56639
56764
|
Represents a Git tag.
|
|
56640
56765
|
"""
|
|
@@ -61508,7 +61633,7 @@ Autogenerated input type of UpdateIssue
|
|
|
61508
61633
|
"""
|
|
61509
61634
|
input UpdateIssueInput {
|
|
61510
61635
|
"""
|
|
61511
|
-
An array of Node IDs of users for this issue.
|
|
61636
|
+
An array of Node IDs of users or bots for this issue.
|
|
61512
61637
|
"""
|
|
61513
61638
|
assigneeIds: [ID!]
|
|
61514
61639
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "github-schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.7",
|
|
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
|