github-schema 1.21.2 → 1.21.3

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.
@@ -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
  """
@@ -63218,7 +63238,7 @@ type UpdateUserListsForItemPayload {
63218
63238
  """
63219
63239
  A user is an individual's account on GitHub that owns repositories and can make new content.
63220
63240
  """
63221
- type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner & ProjectV2Owner & ProjectV2Recent & RepositoryDiscussionAuthor & RepositoryDiscussionCommentAuthor & RepositoryOwner & Sponsorable & UniformResourceLocatable {
63241
+ type User implements Actor & Agentic & Node & PackageOwner & ProfileOwner & ProjectOwner & ProjectV2Owner & ProjectV2Recent & RepositoryDiscussionAuthor & RepositoryDiscussionCommentAuthor & RepositoryOwner & Sponsorable & UniformResourceLocatable {
63222
63242
  """
63223
63243
  Determine if this repository owner has any items that can be pinned to their profile.
63224
63244
  """
@@ -64816,6 +64836,21 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
64816
64836
  """
64817
64837
  viewerCanSponsor: Boolean!
64818
64838
 
64839
+ """
64840
+ Channel value for subscribing to live updates for session creations.
64841
+ """
64842
+ viewerCopilotAgentCreatesChannel: String
64843
+
64844
+ """
64845
+ Channel value for subscribing to live updates for session log updates.
64846
+ """
64847
+ viewerCopilotAgentLogUpdatesChannel: String
64848
+
64849
+ """
64850
+ Channel value for subscribing to live updates for session updates.
64851
+ """
64852
+ viewerCopilotAgentUpdatesChannel: String
64853
+
64819
64854
  """
64820
64855
  Whether or not this user is followed by the viewer. Inverse of isFollowingViewer.
64821
64856
  """
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-schema",
3
- "version": "1.21.2",
3
+ "version": "1.21.3",
4
4
  "description": "GitHub's GraphQL schema",
5
5
  "type": "module",
6
6
  "author": {
@@ -58,7 +58,7 @@
58
58
  "@graphql-codegen/cli": "6.0.1",
59
59
  "@graphql-codegen/typescript": "5.0.2",
60
60
  "@luxass/eslint-config": "6.0.1",
61
- "@types/node": "24.9.2",
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",