File tree 3 files changed +13
-0
lines changed
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -7928,6 +7928,8 @@ export type FundingLink = {
7928
7928
7929
7929
/** The possible funding platforms for repository funding links. */
7930
7930
export type FundingPlatform =
7931
+ /** Buy Me a Coffee funding platform. */
7932
+ | 'BUY_ME_A_COFFEE'
7931
7933
/** Community Bridge funding platform. */
7932
7934
| 'COMMUNITY_BRIDGE'
7933
7935
/** Custom funding platform. */
Original file line number Diff line number Diff line change @@ -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
"""
Original file line number Diff line number Diff line change 38981
38981
"isDeprecated": false,
38982
38982
"deprecationReason": null
38983
38983
},
38984
+ {
38985
+ "name": "BUY_ME_A_COFFEE",
38986
+ "description": "Buy Me a Coffee funding platform.",
38987
+ "isDeprecated": false,
38988
+ "deprecationReason": null
38989
+ },
38984
38990
{
38985
38991
"name": "CUSTOM",
38986
38992
"description": "Custom funding platform.",
You can’t perform that action at this time.
0 commit comments