github-schema 1.21.2 → 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/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { t as gql } from "./raw-DtQ_O7FE.mjs";
1
+ import { t as gql } from "./raw-BzDaq_4U.mjs";
2
2
  import gqlTyped from "graphql-tag";
3
3
 
4
4
  export { gql, gqlTyped };
package/dist/raw.d.cts CHANGED
@@ -1,2 +1,2 @@
1
- import { t as gql } from "./raw-CkTzhktH.cjs";
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-DBJuSI4q.mjs";
1
+ import { t as gql } from "./raw-52kerwqc.mjs";
2
2
  export { gql };
package/dist/raw.mjs CHANGED
@@ -1,3 +1,3 @@
1
- import { t as gql } from "./raw-DtQ_O7FE.mjs";
1
+ import { t as gql } from "./raw-BzDaq_4U.mjs";
2
2
 
3
3
  export { gql };
@@ -338,7 +338,7 @@ input AddAssigneesToAssignableInput {
338
338
  assignableId: ID!
339
339
 
340
340
  """
341
- The id of users to add as assignees.
341
+ The ids of actors (users or bots) to add as assignees.
342
342
  """
343
343
  assigneeIds: [ID!]!
344
344
 
@@ -1364,6 +1364,26 @@ type AddedToProjectV2Event implements Node & ProjectV2Event {
1364
1364
  wasAutomated: Boolean!
1365
1365
  }
1366
1366
 
1367
+ """
1368
+ Copilot Agentic fields in context of the current viewer.
1369
+ """
1370
+ interface Agentic {
1371
+ """
1372
+ Channel value for subscribing to live updates for session creations.
1373
+ """
1374
+ viewerCopilotAgentCreatesChannel: String
1375
+
1376
+ """
1377
+ Channel value for subscribing to live updates for session log updates.
1378
+ """
1379
+ viewerCopilotAgentLogUpdatesChannel: String
1380
+
1381
+ """
1382
+ Channel value for subscribing to live updates for session updates.
1383
+ """
1384
+ viewerCopilotAgentUpdatesChannel: String
1385
+ }
1386
+
1367
1387
  """
1368
1388
  An announcement banner for an enterprise or organization.
1369
1389
  """
@@ -7206,7 +7226,9 @@ type ConvertedToDiscussionEvent implements Node {
7206
7226
  }
7207
7227
 
7208
7228
  """
7209
- Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.
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.
7210
7232
  """
7211
7233
  type CopilotCodeReviewParameters {
7212
7234
  """
@@ -7221,7 +7243,9 @@ type CopilotCodeReviewParameters {
7221
7243
  }
7222
7244
 
7223
7245
  """
7224
- Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.
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.
7225
7249
  """
7226
7250
  input CopilotCodeReviewParametersInput {
7227
7251
  """
@@ -38804,6 +38828,31 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
38804
38828
  query: String
38805
38829
  ): AssigneeConnection!
38806
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
+
38807
38856
  """
38808
38857
  A list of reviewer suggestions based on commit history and past review comments.
38809
38858
  """
@@ -39417,7 +39466,9 @@ type PullRequestParameters {
39417
39466
  allowedMergeMethods: [PullRequestAllowedMergeMethods!]
39418
39467
 
39419
39468
  """
39420
- Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.
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.
39421
39472
  """
39422
39473
  automaticCopilotCodeReviewEnabled: Boolean!
39423
39474
 
@@ -39465,7 +39516,9 @@ input PullRequestParametersInput {
39465
39516
  allowedMergeMethods: [PullRequestAllowedMergeMethods!]
39466
39517
 
39467
39518
  """
39468
- Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.
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.
39469
39522
  """
39470
39523
  automaticCopilotCodeReviewEnabled: Boolean
39471
39524
 
@@ -49614,7 +49667,9 @@ enum RepositoryRuleType {
49614
49667
  COMMIT_MESSAGE_PATTERN
49615
49668
 
49616
49669
  """
49617
- Request Copilot code review for new pull requests automatically if the author has access to Copilot code review.
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.
49618
49673
  """
49619
49674
  COPILOT_CODE_REVIEW
49620
49675
 
@@ -56615,6 +56670,66 @@ type SuggestedReviewer {
56615
56670
  reviewer: User!
56616
56671
  }
56617
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
+
56618
56733
  """
56619
56734
  Represents a Git tag.
56620
56735
  """
@@ -61488,7 +61603,7 @@ Autogenerated input type of UpdateIssue
61488
61603
  """
61489
61604
  input UpdateIssueInput {
61490
61605
  """
61491
- An array of Node IDs of users for this issue.
61606
+ An array of Node IDs of users or bots for this issue.
61492
61607
  """
61493
61608
  assigneeIds: [ID!]
61494
61609
 
@@ -63218,7 +63333,7 @@ type UpdateUserListsForItemPayload {
63218
63333
  """
63219
63334
  A user is an individual's account on GitHub that owns repositories and can make new content.
63220
63335
  """
63221
- type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner & ProjectV2Owner & ProjectV2Recent & RepositoryDiscussionAuthor & RepositoryDiscussionCommentAuthor & RepositoryOwner & Sponsorable & UniformResourceLocatable {
63336
+ type User implements Actor & Agentic & Node & PackageOwner & ProfileOwner & ProjectOwner & ProjectV2Owner & ProjectV2Recent & RepositoryDiscussionAuthor & RepositoryDiscussionCommentAuthor & RepositoryOwner & Sponsorable & UniformResourceLocatable {
63222
63337
  """
63223
63338
  Determine if this repository owner has any items that can be pinned to their profile.
63224
63339
  """
@@ -64816,6 +64931,21 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
64816
64931
  """
64817
64932
  viewerCanSponsor: Boolean!
64818
64933
 
64934
+ """
64935
+ Channel value for subscribing to live updates for session creations.
64936
+ """
64937
+ viewerCopilotAgentCreatesChannel: String
64938
+
64939
+ """
64940
+ Channel value for subscribing to live updates for session log updates.
64941
+ """
64942
+ viewerCopilotAgentLogUpdatesChannel: String
64943
+
64944
+ """
64945
+ Channel value for subscribing to live updates for session updates.
64946
+ """
64947
+ viewerCopilotAgentUpdatesChannel: String
64948
+
64819
64949
  """
64820
64950
  Whether or not this user is followed by the viewer. Inverse of isFollowingViewer.
64821
64951
  """
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-schema",
3
- "version": "1.21.2",
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.1",
59
- "@graphql-codegen/typescript": "5.0.2",
60
- "@luxass/eslint-config": "6.0.1",
61
- "@types/node": "24.9.2",
58
+ "@graphql-codegen/cli": "6.0.2",
59
+ "@graphql-codegen/typescript": "5.0.4",
60
+ "@luxass/eslint-config": "6.0.3",
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.0",
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