File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 33
33
* SocialLinkType Class Doc Comment
34
34
*
35
35
* @category Class
36
- * @description * 1 = Mastodon * 2 = Discord * 3 = Website * 4 = Facebook * 5 = Twitter * 6 = Instagram * 7 = Patreon * 8 = Twitch * 9 = Reddit * 10 = Youtube * 11 = TikTok * 12 = Pinterest * 13 = Github
36
+ * @description * 1 = Mastodon * 2 = Discord * 3 = Website * 4 = Facebook * 5 = Twitter * 6 = Instagram * 7 = Patreon * 8 = Twitch * 9 = Reddit * 10 = Youtube * 11 = TikTok * 12 = Pinterest * 13 = Github * 14 = Bluesky
37
37
* @package Aternos\CurseForgeApi
38
38
* @author OpenAPI Generator team
39
39
* @link https://openapi-generator.tech
@@ -69,6 +69,8 @@ class SocialLinkType
69
69
70
70
public const NUMBER_13 = 13 ;
71
71
72
+ public const NUMBER_14 = 14 ;
73
+
72
74
/**
73
75
* Gets allowable values of the enum
74
76
* @return string[]
@@ -88,7 +90,8 @@ public static function getAllowableEnumValues()
88
90
self ::NUMBER_10 ,
89
91
self ::NUMBER_11 ,
90
92
self ::NUMBER_12 ,
91
- self ::NUMBER_13
93
+ self ::NUMBER_13 ,
94
+ self ::NUMBER_14
92
95
];
93
96
}
94
97
}
Original file line number Diff line number Diff line change @@ -2311,6 +2311,7 @@ components:
2311
2311
* 11 = TikTok
2312
2312
* 12 = Pinterest
2313
2313
* 13 = Github
2314
+ * 14 = Bluesky
2314
2315
enum :
2315
2316
- 1
2316
2317
- 2
@@ -2325,6 +2326,7 @@ components:
2325
2326
- 11
2326
2327
- 12
2327
2328
- 13
2329
+ - 14
2328
2330
x-enumNames :
2329
2331
- Mastodon
2330
2332
- Discord
@@ -2339,6 +2341,7 @@ components:
2339
2341
- TikTok
2340
2342
- Pinterest
2341
2343
- Github
2344
+ - Bluesky
2342
2345
SortableGameVersion :
2343
2346
type : object
2344
2347
properties :
You can’t perform that action at this time.
0 commit comments