github-schema 1.6.3 → 1.7.0

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.
@@ -11966,6 +11966,11 @@ type Enterprise implements AnnouncementBanner & Node {
11966
11966
  size: Int
11967
11967
  ): URI!
11968
11968
 
11969
+ """
11970
+ The enterprise's billing email.
11971
+ """
11972
+ billingEmail: String
11973
+
11969
11974
  """
11970
11975
  Enterprise billing information visible to enterprise billing managers.
11971
11976
  """
@@ -27454,6 +27459,37 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
27454
27459
  """
27455
27460
  itemShowcase: ProfileItemShowcase!
27456
27461
 
27462
+ """
27463
+ Calculate how much each sponsor has ever paid total to this maintainer via
27464
+ GitHub Sponsors. Does not include sponsorships paid via Patreon.
27465
+ """
27466
+ lifetimeReceivedSponsorshipValues(
27467
+ """
27468
+ Returns the elements in the list that come after the specified cursor.
27469
+ """
27470
+ after: String
27471
+
27472
+ """
27473
+ Returns the elements in the list that come before the specified cursor.
27474
+ """
27475
+ before: String
27476
+
27477
+ """
27478
+ Returns the first _n_ elements from the list.
27479
+ """
27480
+ first: Int
27481
+
27482
+ """
27483
+ Returns the last _n_ elements from the list.
27484
+ """
27485
+ last: Int
27486
+
27487
+ """
27488
+ Ordering options for results returned from the connection.
27489
+ """
27490
+ orderBy: SponsorAndLifetimeValueOrder = {field: SPONSOR_LOGIN, direction: ASC}
27491
+ ): SponsorAndLifetimeValueConnection!
27492
+
27457
27493
  """
27458
27494
  The organization's public profile location.
27459
27495
  """
@@ -33936,6 +33972,36 @@ enum ProjectV2WorkflowsOrderField {
33936
33972
  UPDATED_AT
33937
33973
  }
33938
33974
 
33975
+ """
33976
+ A property that must match
33977
+ """
33978
+ type PropertyTargetDefinition {
33979
+ """
33980
+ The name of the property
33981
+ """
33982
+ name: String!
33983
+
33984
+ """
33985
+ The values to match for
33986
+ """
33987
+ propertyValues: [String!]!
33988
+ }
33989
+
33990
+ """
33991
+ A property that must match
33992
+ """
33993
+ input PropertyTargetDefinitionInput {
33994
+ """
33995
+ The name of the property
33996
+ """
33997
+ name: String!
33998
+
33999
+ """
34000
+ The values to match for
34001
+ """
34002
+ propertyValues: [String!]!
34003
+ }
34004
+
33939
34005
  """
33940
34006
  A user's public key.
33941
34007
  """
@@ -34358,6 +34424,16 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
34358
34424
  """
34359
34425
  isDraft: Boolean!
34360
34426
 
34427
+ """
34428
+ Indicates whether the pull request is in a merge queue
34429
+ """
34430
+ isInMergeQueue: Boolean!
34431
+
34432
+ """
34433
+ Indicates whether the pull request's base ref has a merge queue enabled.
34434
+ """
34435
+ isMergeQueueEnabled: Boolean!
34436
+
34361
34437
  """
34362
34438
  Is this pull request read by the viewer
34363
34439
  """
@@ -34468,6 +34544,11 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
34468
34544
  """
34469
34545
  mergeCommit: Commit
34470
34546
 
34547
+ """
34548
+ The merge queue for the pull request's base branch
34549
+ """
34550
+ mergeQueue: MergeQueue
34551
+
34471
34552
  """
34472
34553
  The merge queue entry of the pull request in the base branch's merge queue
34473
34554
  """
@@ -44728,6 +44809,36 @@ enum RepositoryPrivacy {
44728
44809
  PUBLIC
44729
44810
  }
44730
44811
 
44812
+ """
44813
+ Parameters to be used for the repository_property condition
44814
+ """
44815
+ type RepositoryPropertyConditionTarget {
44816
+ """
44817
+ Array of repository properties that must not match.
44818
+ """
44819
+ exclude: [PropertyTargetDefinition!]!
44820
+
44821
+ """
44822
+ Array of repository properties that must match
44823
+ """
44824
+ include: [PropertyTargetDefinition!]!
44825
+ }
44826
+
44827
+ """
44828
+ Parameters to be used for the repository_property condition
44829
+ """
44830
+ input RepositoryPropertyConditionTargetInput {
44831
+ """
44832
+ Array of repository properties that must not match.
44833
+ """
44834
+ exclude: [PropertyTargetDefinitionInput!]!
44835
+
44836
+ """
44837
+ Array of repository properties that must match
44838
+ """
44839
+ include: [PropertyTargetDefinitionInput!]!
44840
+ }
44841
+
44731
44842
  """
44732
44843
  A repository rule.
44733
44844
  """
@@ -44771,6 +44882,11 @@ type RepositoryRuleConditions {
44771
44882
  Configuration for the repository_name condition
44772
44883
  """
44773
44884
  repositoryName: RepositoryNameConditionTarget
44885
+
44886
+ """
44887
+ Configuration for the repository_property condition
44888
+ """
44889
+ repositoryProperty: RepositoryPropertyConditionTarget
44774
44890
  }
44775
44891
 
44776
44892
  """
@@ -44791,6 +44907,11 @@ input RepositoryRuleConditionsInput {
44791
44907
  Configuration for the repository_name condition
44792
44908
  """
44793
44909
  repositoryName: RepositoryNameConditionTargetInput
44910
+
44911
+ """
44912
+ Configuration for the repository_property condition
44913
+ """
44914
+ repositoryProperty: RepositoryPropertyConditionTargetInput
44794
44915
  }
44795
44916
 
44796
44917
  """
@@ -47808,6 +47929,107 @@ Entities that can sponsor others via GitHub Sponsors
47808
47929
  """
47809
47930
  union Sponsor = Organization | User
47810
47931
 
47932
+ """
47933
+ A GitHub account and the total amount in USD they've paid for sponsorships to a
47934
+ particular maintainer. Does not include payments made via Patreon.
47935
+ """
47936
+ type SponsorAndLifetimeValue {
47937
+ """
47938
+ The amount in cents.
47939
+ """
47940
+ amountInCents: Int!
47941
+
47942
+ """
47943
+ The amount in USD, formatted as a string.
47944
+ """
47945
+ formattedAmount: String!
47946
+
47947
+ """
47948
+ The sponsor's GitHub account.
47949
+ """
47950
+ sponsor: Sponsorable!
47951
+
47952
+ """
47953
+ The maintainer's GitHub account.
47954
+ """
47955
+ sponsorable: Sponsorable!
47956
+ }
47957
+
47958
+ """
47959
+ The connection type for SponsorAndLifetimeValue.
47960
+ """
47961
+ type SponsorAndLifetimeValueConnection {
47962
+ """
47963
+ A list of edges.
47964
+ """
47965
+ edges: [SponsorAndLifetimeValueEdge]
47966
+
47967
+ """
47968
+ A list of nodes.
47969
+ """
47970
+ nodes: [SponsorAndLifetimeValue]
47971
+
47972
+ """
47973
+ Information to aid in pagination.
47974
+ """
47975
+ pageInfo: PageInfo!
47976
+
47977
+ """
47978
+ Identifies the total count of items in the connection.
47979
+ """
47980
+ totalCount: Int!
47981
+ }
47982
+
47983
+ """
47984
+ An edge in a connection.
47985
+ """
47986
+ type SponsorAndLifetimeValueEdge {
47987
+ """
47988
+ A cursor for use in pagination.
47989
+ """
47990
+ cursor: String!
47991
+
47992
+ """
47993
+ The item at the end of the edge.
47994
+ """
47995
+ node: SponsorAndLifetimeValue
47996
+ }
47997
+
47998
+ """
47999
+ Ordering options for connections to get sponsor entities and associated USD amounts for GitHub Sponsors.
48000
+ """
48001
+ input SponsorAndLifetimeValueOrder {
48002
+ """
48003
+ The ordering direction.
48004
+ """
48005
+ direction: OrderDirection!
48006
+
48007
+ """
48008
+ The field to order results by.
48009
+ """
48010
+ field: SponsorAndLifetimeValueOrderField!
48011
+ }
48012
+
48013
+ """
48014
+ Properties by which sponsor and lifetime value connections can be ordered.
48015
+ """
48016
+ enum SponsorAndLifetimeValueOrderField {
48017
+ """
48018
+ Order results by how much money the sponsor has paid in total.
48019
+ """
48020
+ LIFETIME_VALUE
48021
+
48022
+ """
48023
+ Order results by the sponsor's login (username).
48024
+ """
48025
+ SPONSOR_LOGIN
48026
+
48027
+ """
48028
+ Order results by the sponsor's relevance to the viewer.
48029
+ """
48030
+ SPONSOR_RELEVANCE
48031
+ }
48032
+
47811
48033
  """
47812
48034
  The connection type for Sponsor.
47813
48035
  """
@@ -47907,6 +48129,37 @@ interface Sponsorable {
47907
48129
  """
47908
48130
  isSponsoringViewer: Boolean!
47909
48131
 
48132
+ """
48133
+ Calculate how much each sponsor has ever paid total to this maintainer via
48134
+ GitHub Sponsors. Does not include sponsorships paid via Patreon.
48135
+ """
48136
+ lifetimeReceivedSponsorshipValues(
48137
+ """
48138
+ Returns the elements in the list that come after the specified cursor.
48139
+ """
48140
+ after: String
48141
+
48142
+ """
48143
+ Returns the elements in the list that come before the specified cursor.
48144
+ """
48145
+ before: String
48146
+
48147
+ """
48148
+ Returns the first _n_ elements from the list.
48149
+ """
48150
+ first: Int
48151
+
48152
+ """
48153
+ Returns the last _n_ elements from the list.
48154
+ """
48155
+ last: Int
48156
+
48157
+ """
48158
+ Ordering options for results returned from the connection.
48159
+ """
48160
+ orderBy: SponsorAndLifetimeValueOrder = {field: SPONSOR_LOGIN, direction: ASC}
48161
+ ): SponsorAndLifetimeValueConnection!
48162
+
47910
48163
  """
47911
48164
  The estimated monthly GitHub Sponsors income for this user/organization in cents (USD).
47912
48165
  """
@@ -58014,6 +58267,37 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
58014
58267
  """
58015
58268
  itemShowcase: ProfileItemShowcase!
58016
58269
 
58270
+ """
58271
+ Calculate how much each sponsor has ever paid total to this maintainer via
58272
+ GitHub Sponsors. Does not include sponsorships paid via Patreon.
58273
+ """
58274
+ lifetimeReceivedSponsorshipValues(
58275
+ """
58276
+ Returns the elements in the list that come after the specified cursor.
58277
+ """
58278
+ after: String
58279
+
58280
+ """
58281
+ Returns the elements in the list that come before the specified cursor.
58282
+ """
58283
+ before: String
58284
+
58285
+ """
58286
+ Returns the first _n_ elements from the list.
58287
+ """
58288
+ first: Int
58289
+
58290
+ """
58291
+ Returns the last _n_ elements from the list.
58292
+ """
58293
+ last: Int
58294
+
58295
+ """
58296
+ Ordering options for results returned from the connection.
58297
+ """
58298
+ orderBy: SponsorAndLifetimeValueOrder = {field: SPONSOR_LOGIN, direction: ASC}
58299
+ ): SponsorAndLifetimeValueConnection!
58300
+
58017
58301
  """
58018
58302
  A user-curated list of repositories
58019
58303
  """
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-schema",
3
- "version": "1.6.3",
3
+ "version": "1.7.0",
4
4
  "description": "GitHub's GraphQL schema",
5
5
  "type": "module",
6
6
  "author": {