github-schema 1.1.3 → 1.1.4

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.
@@ -21382,6 +21382,8 @@ type SponsorsActivity = Node & {
21382
21382
  /** The sponsor's current privacy level. */
21383
21383
  currentPrivacyLevel?: Maybe<SponsorshipPrivacy>;
21384
21384
  id: Scalars['ID']['output'];
21385
+ /** The platform that was used to pay for the sponsorship. */
21386
+ paymentSource?: Maybe<SponsorshipPaymentSource>;
21385
21387
  /** The tier that the sponsorship used to use, for tier change events. */
21386
21388
  previousSponsorsTier?: Maybe<SponsorsTier>;
21387
21389
  /** The user or organization who triggered this activity and was/is sponsoring the sponsorable. */
@@ -21382,6 +21382,8 @@ type SponsorsActivity = Node & {
21382
21382
  /** The sponsor's current privacy level. */
21383
21383
  currentPrivacyLevel?: Maybe<SponsorshipPrivacy>;
21384
21384
  id: Scalars['ID']['output'];
21385
+ /** The platform that was used to pay for the sponsorship. */
21386
+ paymentSource?: Maybe<SponsorshipPaymentSource>;
21385
21387
  /** The tier that the sponsorship used to use, for tier change events. */
21386
21388
  previousSponsorsTier?: Maybe<SponsorsTier>;
21387
21389
  /** The user or organization who triggered this activity and was/is sponsoring the sponsorable. */
@@ -47181,6 +47181,11 @@ type SponsorsActivity implements Node {
47181
47181
  currentPrivacyLevel: SponsorshipPrivacy
47182
47182
  id: ID!
47183
47183
 
47184
+ """
47185
+ The platform that was used to pay for the sponsorship.
47186
+ """
47187
+ paymentSource: SponsorshipPaymentSource
47188
+
47184
47189
  """
47185
47190
  The tier that the sponsorship used to use, for tier change events.
47186
47191
  """
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "github-schema",
3
3
  "type": "module",
4
- "version": "1.1.3",
4
+ "version": "1.1.4",
5
5
  "packageManager": "bun@1.0.8",
6
6
  "description": "GitHub's GraphQL schema",
7
7
  "author": {