github-schema 1.7.3 → 1.7.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.
@@ -7310,8 +7310,10 @@ type FundingLink = {
7310
7310
  };
7311
7311
  /** The possible funding platforms for repository funding links. */
7312
7312
  type FundingPlatform =
7313
+ /** Buy Me a Coffee funding platform. */
7314
+ 'BUY_ME_A_COFFEE'
7313
7315
  /** Community Bridge funding platform. */
7314
- 'COMMUNITY_BRIDGE'
7316
+ | 'COMMUNITY_BRIDGE'
7315
7317
  /** Custom funding platform. */
7316
7318
  | 'CUSTOM'
7317
7319
  /** GitHub funding platform. */
@@ -7310,8 +7310,10 @@ type FundingLink = {
7310
7310
  };
7311
7311
  /** The possible funding platforms for repository funding links. */
7312
7312
  type FundingPlatform =
7313
+ /** Buy Me a Coffee funding platform. */
7314
+ 'BUY_ME_A_COFFEE'
7313
7315
  /** Community Bridge funding platform. */
7314
- 'COMMUNITY_BRIDGE'
7316
+ | 'COMMUNITY_BRIDGE'
7315
7317
  /** Custom funding platform. */
7316
7318
  | 'CUSTOM'
7317
7319
  /** GitHub funding platform. */
@@ -15442,6 +15442,11 @@ type FundingLink {
15442
15442
  The possible funding platforms for repository funding links.
15443
15443
  """
15444
15444
  enum FundingPlatform {
15445
+ """
15446
+ Buy Me a Coffee funding platform.
15447
+ """
15448
+ BUY_ME_A_COFFEE
15449
+
15445
15450
  """
15446
15451
  Community Bridge funding platform.
15447
15452
  """
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-schema",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "description": "GitHub's GraphQL schema",
5
5
  "type": "module",
6
6
  "author": {