@jacobhumston/roblox-openapi-ts 1.0.31 → 1.0.32
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.
- package/dist/types.d.ts +882 -168
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -501,10 +501,7 @@ export interface paths {
|
|
|
501
501
|
headers: {
|
|
502
502
|
[name: string]: unknown;
|
|
503
503
|
};
|
|
504
|
-
content
|
|
505
|
-
"application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV1"];
|
|
506
|
-
"text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV1"];
|
|
507
|
-
};
|
|
504
|
+
content?: never;
|
|
508
505
|
};
|
|
509
506
|
/** @description 0: Authorization has been denied for this request. */
|
|
510
507
|
401: {
|
|
@@ -574,10 +571,7 @@ export interface paths {
|
|
|
574
571
|
headers: {
|
|
575
572
|
[name: string]: unknown;
|
|
576
573
|
};
|
|
577
|
-
content
|
|
578
|
-
"application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV1"];
|
|
579
|
-
"text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV1"];
|
|
580
|
-
};
|
|
574
|
+
content?: never;
|
|
581
575
|
};
|
|
582
576
|
/** @description 0: Authorization has been denied for this request. */
|
|
583
577
|
401: {
|
|
@@ -3469,7 +3463,9 @@ export interface paths {
|
|
|
3469
3463
|
paymentSourceType?: 1 | 2;
|
|
3470
3464
|
/**
|
|
3471
3465
|
* Format: binary
|
|
3472
|
-
* @description The badge icon.
|
|
3466
|
+
* @description The badge icon. Optional: when omitted and a curated default badge icon is configured on
|
|
3467
|
+
* the service, the badge is created with that default icon. When provided, exactly one file
|
|
3468
|
+
* must be supplied.
|
|
3473
3469
|
*/
|
|
3474
3470
|
files?: string;
|
|
3475
3471
|
/**
|
|
@@ -10293,6 +10289,102 @@ export interface paths {
|
|
|
10293
10289
|
patch?: never;
|
|
10294
10290
|
trace?: never;
|
|
10295
10291
|
};
|
|
10292
|
+
"/thumbnail-personalization-api/v1/universes/{universeId}/personalization": {
|
|
10293
|
+
parameters: {
|
|
10294
|
+
query?: never;
|
|
10295
|
+
header?: never;
|
|
10296
|
+
path?: never;
|
|
10297
|
+
cookie?: never;
|
|
10298
|
+
};
|
|
10299
|
+
get: operations["ThumbnailPersonalizationApi.HomepageThumbnail_FindThumbnailPersonalizations"];
|
|
10300
|
+
put?: never;
|
|
10301
|
+
post?: never;
|
|
10302
|
+
delete?: never;
|
|
10303
|
+
options?: never;
|
|
10304
|
+
head?: never;
|
|
10305
|
+
patch?: never;
|
|
10306
|
+
trace?: never;
|
|
10307
|
+
};
|
|
10308
|
+
"/thumbnail-personalization-api/v1/universes/{universeId}/personalization/create": {
|
|
10309
|
+
parameters: {
|
|
10310
|
+
query?: never;
|
|
10311
|
+
header?: never;
|
|
10312
|
+
path?: never;
|
|
10313
|
+
cookie?: never;
|
|
10314
|
+
};
|
|
10315
|
+
get?: never;
|
|
10316
|
+
put?: never;
|
|
10317
|
+
post: operations["ThumbnailPersonalizationApi.HomepageThumbnail_CreateThumbnailPersonalization"];
|
|
10318
|
+
delete?: never;
|
|
10319
|
+
options?: never;
|
|
10320
|
+
head?: never;
|
|
10321
|
+
patch?: never;
|
|
10322
|
+
trace?: never;
|
|
10323
|
+
};
|
|
10324
|
+
"/thumbnail-personalization-api/v1/universes/{universeId}/personalization/update": {
|
|
10325
|
+
parameters: {
|
|
10326
|
+
query?: never;
|
|
10327
|
+
header?: never;
|
|
10328
|
+
path?: never;
|
|
10329
|
+
cookie?: never;
|
|
10330
|
+
};
|
|
10331
|
+
get?: never;
|
|
10332
|
+
put?: never;
|
|
10333
|
+
post: operations["ThumbnailPersonalizationApi.HomepageThumbnail_UpdateThumbnailPersonalization"];
|
|
10334
|
+
delete?: never;
|
|
10335
|
+
options?: never;
|
|
10336
|
+
head?: never;
|
|
10337
|
+
patch?: never;
|
|
10338
|
+
trace?: never;
|
|
10339
|
+
};
|
|
10340
|
+
"/thumbnail-personalization-api/v1/universes/{universeId}/thumbnails": {
|
|
10341
|
+
parameters: {
|
|
10342
|
+
query?: never;
|
|
10343
|
+
header?: never;
|
|
10344
|
+
path?: never;
|
|
10345
|
+
cookie?: never;
|
|
10346
|
+
};
|
|
10347
|
+
get: operations["ThumbnailPersonalizationApi.HomepageThumbnail_GetHomepageThumbnails"];
|
|
10348
|
+
put?: never;
|
|
10349
|
+
post?: never;
|
|
10350
|
+
delete: operations["ThumbnailPersonalizationApi.HomepageThumbnail_DeleteHomepageThumbnails"];
|
|
10351
|
+
options?: never;
|
|
10352
|
+
head?: never;
|
|
10353
|
+
patch?: never;
|
|
10354
|
+
trace?: never;
|
|
10355
|
+
};
|
|
10356
|
+
"/thumbnail-personalization-api/v1/universes/{universeId}/thumbnails/uploads": {
|
|
10357
|
+
parameters: {
|
|
10358
|
+
query?: never;
|
|
10359
|
+
header?: never;
|
|
10360
|
+
path?: never;
|
|
10361
|
+
cookie?: never;
|
|
10362
|
+
};
|
|
10363
|
+
get?: never;
|
|
10364
|
+
put?: never;
|
|
10365
|
+
post: operations["ThumbnailPersonalizationApi.HomepageThumbnail_UploadHomepageThumbnails"];
|
|
10366
|
+
delete?: never;
|
|
10367
|
+
options?: never;
|
|
10368
|
+
head?: never;
|
|
10369
|
+
patch?: never;
|
|
10370
|
+
trace?: never;
|
|
10371
|
+
};
|
|
10372
|
+
"/thumbnail-personalization-api/v1/universes/{universeId}/thumbnails/uploads/status": {
|
|
10373
|
+
parameters: {
|
|
10374
|
+
query?: never;
|
|
10375
|
+
header?: never;
|
|
10376
|
+
path?: never;
|
|
10377
|
+
cookie?: never;
|
|
10378
|
+
};
|
|
10379
|
+
get: operations["ThumbnailPersonalizationApi.HomepageThumbnail_GetHomepageThumbnailsStatus"];
|
|
10380
|
+
put?: never;
|
|
10381
|
+
post?: never;
|
|
10382
|
+
delete?: never;
|
|
10383
|
+
options?: never;
|
|
10384
|
+
head?: never;
|
|
10385
|
+
patch?: never;
|
|
10386
|
+
trace?: never;
|
|
10387
|
+
};
|
|
10296
10388
|
"/toolbox-service/v1/saves": {
|
|
10297
10389
|
parameters: {
|
|
10298
10390
|
query?: never;
|
|
@@ -10941,10 +11033,7 @@ export interface paths {
|
|
|
10941
11033
|
headers: {
|
|
10942
11034
|
[name: string]: unknown;
|
|
10943
11035
|
};
|
|
10944
|
-
content
|
|
10945
|
-
"application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV1"];
|
|
10946
|
-
"text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV1"];
|
|
10947
|
-
};
|
|
11036
|
+
content?: never;
|
|
10948
11037
|
};
|
|
10949
11038
|
};
|
|
10950
11039
|
};
|
|
@@ -11001,10 +11090,7 @@ export interface paths {
|
|
|
11001
11090
|
headers: {
|
|
11002
11091
|
[name: string]: unknown;
|
|
11003
11092
|
};
|
|
11004
|
-
content
|
|
11005
|
-
"application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV1"];
|
|
11006
|
-
"text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV1"];
|
|
11007
|
-
};
|
|
11093
|
+
content?: never;
|
|
11008
11094
|
};
|
|
11009
11095
|
};
|
|
11010
11096
|
};
|
|
@@ -11016,7 +11102,7 @@ export interface paths {
|
|
|
11016
11102
|
patch?: never;
|
|
11017
11103
|
trace?: never;
|
|
11018
11104
|
};
|
|
11019
|
-
"/v1/assets#
|
|
11105
|
+
"/v1/assets#thumbnails.roblox.com": {
|
|
11020
11106
|
parameters: {
|
|
11021
11107
|
query?: never;
|
|
11022
11108
|
header?: never;
|
|
@@ -11166,10 +11252,7 @@ export interface paths {
|
|
|
11166
11252
|
headers: {
|
|
11167
11253
|
[name: string]: unknown;
|
|
11168
11254
|
};
|
|
11169
|
-
content
|
|
11170
|
-
"application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV1"][];
|
|
11171
|
-
"text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV1"][];
|
|
11172
|
-
};
|
|
11255
|
+
content?: never;
|
|
11173
11256
|
};
|
|
11174
11257
|
};
|
|
11175
11258
|
};
|
|
@@ -11771,7 +11854,7 @@ export interface paths {
|
|
|
11771
11854
|
};
|
|
11772
11855
|
trace?: never;
|
|
11773
11856
|
};
|
|
11774
|
-
"/v1/autolocalization/games/{gameId}/autolocalizationtable#
|
|
11857
|
+
"/v1/autolocalization/games/{gameId}/autolocalizationtable#localizationtables.roblox.com": {
|
|
11775
11858
|
parameters: {
|
|
11776
11859
|
query?: never;
|
|
11777
11860
|
header?: never;
|
|
@@ -11945,7 +12028,7 @@ export interface paths {
|
|
|
11945
12028
|
};
|
|
11946
12029
|
trace?: never;
|
|
11947
12030
|
};
|
|
11948
|
-
"/v1/autolocalization/games/{gameId}/settings#
|
|
12031
|
+
"/v1/autolocalization/games/{gameId}/settings#localizationtables.roblox.com": {
|
|
11949
12032
|
parameters: {
|
|
11950
12033
|
query?: never;
|
|
11951
12034
|
header?: never;
|
|
@@ -12073,7 +12156,7 @@ export interface paths {
|
|
|
12073
12156
|
patch?: never;
|
|
12074
12157
|
trace?: never;
|
|
12075
12158
|
};
|
|
12076
|
-
"/v1/autolocalization/metadata#
|
|
12159
|
+
"/v1/autolocalization/metadata#localizationtables.roblox.com": {
|
|
12077
12160
|
parameters: {
|
|
12078
12161
|
query?: never;
|
|
12079
12162
|
header?: never;
|
|
@@ -13099,7 +13182,7 @@ export interface paths {
|
|
|
13099
13182
|
patch?: never;
|
|
13100
13183
|
trace?: never;
|
|
13101
13184
|
};
|
|
13102
|
-
"/v1/badges/{badgeId}/icon#
|
|
13185
|
+
"/v1/badges/{badgeId}/icon#publish.roblox.com": {
|
|
13103
13186
|
parameters: {
|
|
13104
13187
|
query?: never;
|
|
13105
13188
|
header?: never;
|
|
@@ -13940,7 +14023,7 @@ export interface paths {
|
|
|
13940
14023
|
patch?: never;
|
|
13941
14024
|
trace?: never;
|
|
13942
14025
|
};
|
|
13943
|
-
"/v1/birthdate#
|
|
14026
|
+
"/v1/birthdate#users.roblox.com": {
|
|
13944
14027
|
parameters: {
|
|
13945
14028
|
query?: never;
|
|
13946
14029
|
header?: never;
|
|
@@ -14818,7 +14901,7 @@ export interface paths {
|
|
|
14818
14901
|
patch?: never;
|
|
14819
14902
|
trace?: never;
|
|
14820
14903
|
};
|
|
14821
|
-
"/v1/description#
|
|
14904
|
+
"/v1/description#users.roblox.com": {
|
|
14822
14905
|
parameters: {
|
|
14823
14906
|
query?: never;
|
|
14824
14907
|
header?: never;
|
|
@@ -15946,7 +16029,7 @@ export interface paths {
|
|
|
15946
16029
|
patch?: never;
|
|
15947
16030
|
trace?: never;
|
|
15948
16031
|
};
|
|
15949
|
-
"/v1/email/verify#
|
|
16032
|
+
"/v1/email/verify#accountsettings.roblox.com": {
|
|
15950
16033
|
parameters: {
|
|
15951
16034
|
query?: never;
|
|
15952
16035
|
header?: never;
|
|
@@ -19655,7 +19738,7 @@ export interface paths {
|
|
|
19655
19738
|
patch?: never;
|
|
19656
19739
|
trace?: never;
|
|
19657
19740
|
};
|
|
19658
|
-
"/v1/gender#
|
|
19741
|
+
"/v1/gender#users.roblox.com": {
|
|
19659
19742
|
parameters: {
|
|
19660
19743
|
query?: never;
|
|
19661
19744
|
header?: never;
|
|
@@ -22633,7 +22716,7 @@ export interface paths {
|
|
|
22633
22716
|
};
|
|
22634
22717
|
};
|
|
22635
22718
|
put?: never;
|
|
22636
|
-
/**
|
|
22719
|
+
/** Create a group relationship. */
|
|
22637
22720
|
post: {
|
|
22638
22721
|
parameters: {
|
|
22639
22722
|
query?: never;
|
|
@@ -22641,12 +22724,14 @@ export interface paths {
|
|
|
22641
22724
|
path: {
|
|
22642
22725
|
/** @description The group id. */
|
|
22643
22726
|
groupId: number;
|
|
22644
|
-
/** @description The
|
|
22727
|
+
/** @description The group relationship type, enemies or allies. */
|
|
22645
22728
|
groupRelationshipType: string;
|
|
22729
|
+
/** @description The id of the group you want to create a relationship with. */
|
|
22730
|
+
relatedGroupId: number;
|
|
22646
22731
|
};
|
|
22647
22732
|
cookie?: never;
|
|
22648
22733
|
};
|
|
22649
|
-
requestBody
|
|
22734
|
+
requestBody?: never;
|
|
22650
22735
|
responses: {
|
|
22651
22736
|
/** @description OK */
|
|
22652
22737
|
200: {
|
|
@@ -22658,6 +22743,18 @@ export interface paths {
|
|
|
22658
22743
|
"text/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
|
|
22659
22744
|
};
|
|
22660
22745
|
};
|
|
22746
|
+
/**
|
|
22747
|
+
* @description 1: Group relationship type or request type is invalid.
|
|
22748
|
+
* 2: Invalid group.
|
|
22749
|
+
* 3: Target group is invalid or does not exist.
|
|
22750
|
+
* 4: Your group cannot establish a relationship with itself.
|
|
22751
|
+
*/
|
|
22752
|
+
400: {
|
|
22753
|
+
headers: {
|
|
22754
|
+
[name: string]: unknown;
|
|
22755
|
+
};
|
|
22756
|
+
content?: never;
|
|
22757
|
+
};
|
|
22661
22758
|
/** @description 0: Authorization has been denied for this request. */
|
|
22662
22759
|
401: {
|
|
22663
22760
|
headers: {
|
|
@@ -22665,7 +22762,14 @@ export interface paths {
|
|
|
22665
22762
|
};
|
|
22666
22763
|
content?: never;
|
|
22667
22764
|
};
|
|
22668
|
-
/**
|
|
22765
|
+
/**
|
|
22766
|
+
* @description 0: Token Validation Failed
|
|
22767
|
+
* 5: Your group does not allow enemy declarations.
|
|
22768
|
+
* 6: Other group does not allow enemy declarations.
|
|
22769
|
+
* 7: Your group already has a relationship with the target group.
|
|
22770
|
+
* 8: You are blocked from communicating with this user.
|
|
22771
|
+
* 9: Insufficient permissions.
|
|
22772
|
+
*/
|
|
22669
22773
|
403: {
|
|
22670
22774
|
headers: {
|
|
22671
22775
|
[name: string]: unknown;
|
|
@@ -22674,7 +22778,7 @@ export interface paths {
|
|
|
22674
22778
|
};
|
|
22675
22779
|
};
|
|
22676
22780
|
};
|
|
22677
|
-
/**
|
|
22781
|
+
/** Deletes a group relationship. */
|
|
22678
22782
|
delete: {
|
|
22679
22783
|
parameters: {
|
|
22680
22784
|
query?: never;
|
|
@@ -22682,12 +22786,14 @@ export interface paths {
|
|
|
22682
22786
|
path: {
|
|
22683
22787
|
/** @description The group id. */
|
|
22684
22788
|
groupId: number;
|
|
22685
|
-
/** @description The
|
|
22789
|
+
/** @description The group relationship type, enemies or allies. */
|
|
22686
22790
|
groupRelationshipType: string;
|
|
22791
|
+
/** @description The id of the group you want to delete the relationship with. */
|
|
22792
|
+
relatedGroupId: number;
|
|
22687
22793
|
};
|
|
22688
22794
|
cookie?: never;
|
|
22689
22795
|
};
|
|
22690
|
-
requestBody
|
|
22796
|
+
requestBody?: never;
|
|
22691
22797
|
responses: {
|
|
22692
22798
|
/** @description OK */
|
|
22693
22799
|
200: {
|
|
@@ -22699,6 +22805,17 @@ export interface paths {
|
|
|
22699
22805
|
"text/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
|
|
22700
22806
|
};
|
|
22701
22807
|
};
|
|
22808
|
+
/**
|
|
22809
|
+
* @description 2: Invalid group.
|
|
22810
|
+
* 3: Target group is invalid or does not exist.
|
|
22811
|
+
* 11: Relationship does not exist.
|
|
22812
|
+
*/
|
|
22813
|
+
400: {
|
|
22814
|
+
headers: {
|
|
22815
|
+
[name: string]: unknown;
|
|
22816
|
+
};
|
|
22817
|
+
content?: never;
|
|
22818
|
+
};
|
|
22702
22819
|
/** @description 0: Authorization has been denied for this request. */
|
|
22703
22820
|
401: {
|
|
22704
22821
|
headers: {
|
|
@@ -22706,7 +22823,10 @@ export interface paths {
|
|
|
22706
22823
|
};
|
|
22707
22824
|
content?: never;
|
|
22708
22825
|
};
|
|
22709
|
-
/**
|
|
22826
|
+
/**
|
|
22827
|
+
* @description 0: Token Validation Failed
|
|
22828
|
+
* 8: You are blocked from communicating with this user.
|
|
22829
|
+
*/
|
|
22710
22830
|
403: {
|
|
22711
22831
|
headers: {
|
|
22712
22832
|
[name: string]: unknown;
|
|
@@ -25583,10 +25703,7 @@ export interface paths {
|
|
|
25583
25703
|
headers: {
|
|
25584
25704
|
[name: string]: unknown;
|
|
25585
25705
|
};
|
|
25586
|
-
content
|
|
25587
|
-
"application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV1"];
|
|
25588
|
-
"text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV1"];
|
|
25589
|
-
};
|
|
25706
|
+
content?: never;
|
|
25590
25707
|
};
|
|
25591
25708
|
/**
|
|
25592
25709
|
* @description 2: invalid server request
|
|
@@ -26029,7 +26146,7 @@ export interface paths {
|
|
|
26029
26146
|
patch?: never;
|
|
26030
26147
|
trace?: never;
|
|
26031
26148
|
};
|
|
26032
|
-
"/v1/metadata#
|
|
26149
|
+
"/v1/metadata#friends.roblox.com": {
|
|
26033
26150
|
parameters: {
|
|
26034
26151
|
query?: never;
|
|
26035
26152
|
header?: never;
|
|
@@ -26067,7 +26184,7 @@ export interface paths {
|
|
|
26067
26184
|
patch?: never;
|
|
26068
26185
|
trace?: never;
|
|
26069
26186
|
};
|
|
26070
|
-
"/v1/metadata#
|
|
26187
|
+
"/v1/metadata#twostepverification.roblox.com": {
|
|
26071
26188
|
parameters: {
|
|
26072
26189
|
query?: never;
|
|
26073
26190
|
header?: never;
|
|
@@ -26426,6 +26543,84 @@ export interface paths {
|
|
|
26426
26543
|
patch?: never;
|
|
26427
26544
|
trace?: never;
|
|
26428
26545
|
};
|
|
26546
|
+
"/v1/my/trusted-friends/requests": {
|
|
26547
|
+
parameters: {
|
|
26548
|
+
query?: never;
|
|
26549
|
+
header?: never;
|
|
26550
|
+
path?: never;
|
|
26551
|
+
cookie?: never;
|
|
26552
|
+
};
|
|
26553
|
+
/** Get all incoming trusted friend requests using exclusive start paging. */
|
|
26554
|
+
get: {
|
|
26555
|
+
parameters: {
|
|
26556
|
+
query?: {
|
|
26557
|
+
/** @description The number of results per request. */
|
|
26558
|
+
limit?: number;
|
|
26559
|
+
/** @description The paging cursor for the previous or next page. */
|
|
26560
|
+
cursor?: string;
|
|
26561
|
+
/** @description Specifies how to sort the returned trusted friend requests. */
|
|
26562
|
+
sortOrder?: 0 | 1;
|
|
26563
|
+
};
|
|
26564
|
+
header?: never;
|
|
26565
|
+
path?: never;
|
|
26566
|
+
cookie?: never;
|
|
26567
|
+
};
|
|
26568
|
+
requestBody?: never;
|
|
26569
|
+
responses: {
|
|
26570
|
+
/** @description OK */
|
|
26571
|
+
200: {
|
|
26572
|
+
headers: {
|
|
26573
|
+
[name: string]: unknown;
|
|
26574
|
+
};
|
|
26575
|
+
content: {
|
|
26576
|
+
"application/json": components["schemas"]["Roblox.Web.WebAPI.Models.ApiPageResponse_Roblox.Friends.Api.Models.Response.TrustedFriendRequestResponse_"];
|
|
26577
|
+
"text/json": components["schemas"]["Roblox.Web.WebAPI.Models.ApiPageResponse_Roblox.Friends.Api.Models.Response.TrustedFriendRequestResponse_"];
|
|
26578
|
+
};
|
|
26579
|
+
};
|
|
26580
|
+
/**
|
|
26581
|
+
* @description 1: The target user is invalid or does not exist.
|
|
26582
|
+
* 6: Invalid parameters.
|
|
26583
|
+
*/
|
|
26584
|
+
400: {
|
|
26585
|
+
headers: {
|
|
26586
|
+
[name: string]: unknown;
|
|
26587
|
+
};
|
|
26588
|
+
content?: never;
|
|
26589
|
+
};
|
|
26590
|
+
/** @description 0: Authorization has been denied for this request. */
|
|
26591
|
+
401: {
|
|
26592
|
+
headers: {
|
|
26593
|
+
[name: string]: unknown;
|
|
26594
|
+
};
|
|
26595
|
+
content?: never;
|
|
26596
|
+
};
|
|
26597
|
+
/**
|
|
26598
|
+
* @description 2: The user is banned from performing operation.
|
|
26599
|
+
* 3: The user is blocked from performing this action.
|
|
26600
|
+
*/
|
|
26601
|
+
403: {
|
|
26602
|
+
headers: {
|
|
26603
|
+
[name: string]: unknown;
|
|
26604
|
+
};
|
|
26605
|
+
content?: never;
|
|
26606
|
+
};
|
|
26607
|
+
/** @description 9: The flood limit has been exceeded. */
|
|
26608
|
+
429: {
|
|
26609
|
+
headers: {
|
|
26610
|
+
[name: string]: unknown;
|
|
26611
|
+
};
|
|
26612
|
+
content?: never;
|
|
26613
|
+
};
|
|
26614
|
+
};
|
|
26615
|
+
};
|
|
26616
|
+
put?: never;
|
|
26617
|
+
post?: never;
|
|
26618
|
+
delete?: never;
|
|
26619
|
+
options?: never;
|
|
26620
|
+
head?: never;
|
|
26621
|
+
patch?: never;
|
|
26622
|
+
trace?: never;
|
|
26623
|
+
};
|
|
26429
26624
|
"/v1/name-description/games/translation-history": {
|
|
26430
26625
|
parameters: {
|
|
26431
26626
|
query?: never;
|
|
@@ -27746,7 +27941,7 @@ export interface paths {
|
|
|
27746
27941
|
path?: never;
|
|
27747
27942
|
cookie?: never;
|
|
27748
27943
|
};
|
|
27749
|
-
get: operations["
|
|
27944
|
+
get: operations["PrivateServers_GetMyPrivateServers"];
|
|
27750
27945
|
put?: never;
|
|
27751
27946
|
post?: never;
|
|
27752
27947
|
delete?: never;
|
|
@@ -30613,7 +30808,9 @@ export interface paths {
|
|
|
30613
30808
|
paymentSourceType?: 1 | 2;
|
|
30614
30809
|
/**
|
|
30615
30810
|
* Format: binary
|
|
30616
|
-
* @description The badge icon.
|
|
30811
|
+
* @description The badge icon. Optional: when omitted and a curated default badge icon is configured on
|
|
30812
|
+
* the service, the badge is created with that default icon. When provided, exactly one file
|
|
30813
|
+
* must be supplied.
|
|
30617
30814
|
*/
|
|
30618
30815
|
files?: string;
|
|
30619
30816
|
/**
|
|
@@ -32217,6 +32414,50 @@ export interface paths {
|
|
|
32217
32414
|
patch?: never;
|
|
32218
32415
|
trace?: never;
|
|
32219
32416
|
};
|
|
32417
|
+
"/v1/user/trusted-friend-requests/count": {
|
|
32418
|
+
parameters: {
|
|
32419
|
+
query?: never;
|
|
32420
|
+
header?: never;
|
|
32421
|
+
path?: never;
|
|
32422
|
+
cookie?: never;
|
|
32423
|
+
};
|
|
32424
|
+
/** Return the number of pending trusted friend requests. */
|
|
32425
|
+
get: {
|
|
32426
|
+
parameters: {
|
|
32427
|
+
query?: never;
|
|
32428
|
+
header?: never;
|
|
32429
|
+
path?: never;
|
|
32430
|
+
cookie?: never;
|
|
32431
|
+
};
|
|
32432
|
+
requestBody?: never;
|
|
32433
|
+
responses: {
|
|
32434
|
+
/** @description OK */
|
|
32435
|
+
200: {
|
|
32436
|
+
headers: {
|
|
32437
|
+
[name: string]: unknown;
|
|
32438
|
+
};
|
|
32439
|
+
content: {
|
|
32440
|
+
"application/json": components["schemas"]["Roblox.Friends.Api.PendingFriendRequestCountModel"];
|
|
32441
|
+
"text/json": components["schemas"]["Roblox.Friends.Api.PendingFriendRequestCountModel"];
|
|
32442
|
+
};
|
|
32443
|
+
};
|
|
32444
|
+
/** @description 0: Authorization has been denied for this request. */
|
|
32445
|
+
401: {
|
|
32446
|
+
headers: {
|
|
32447
|
+
[name: string]: unknown;
|
|
32448
|
+
};
|
|
32449
|
+
content?: never;
|
|
32450
|
+
};
|
|
32451
|
+
};
|
|
32452
|
+
};
|
|
32453
|
+
put?: never;
|
|
32454
|
+
post?: never;
|
|
32455
|
+
delete?: never;
|
|
32456
|
+
options?: never;
|
|
32457
|
+
head?: never;
|
|
32458
|
+
patch?: never;
|
|
32459
|
+
trace?: never;
|
|
32460
|
+
};
|
|
32220
32461
|
"/v1/user/universes": {
|
|
32221
32462
|
parameters: {
|
|
32222
32463
|
query?: never;
|
|
@@ -37609,7 +37850,7 @@ export interface paths {
|
|
|
37609
37850
|
path?: never;
|
|
37610
37851
|
cookie?: never;
|
|
37611
37852
|
};
|
|
37612
|
-
get: operations["PrivateServers_GetMyPrivateServers"];
|
|
37853
|
+
get: operations["PrivateServersApi.PrivateServers_GetMyPrivateServers"];
|
|
37613
37854
|
put?: never;
|
|
37614
37855
|
post?: never;
|
|
37615
37856
|
delete?: never;
|
|
@@ -42887,6 +43128,9 @@ export interface components {
|
|
|
42887
43128
|
*/
|
|
42888
43129
|
collectionName?: string | null;
|
|
42889
43130
|
} | null;
|
|
43131
|
+
CreateThumbnailPersonalizationRequest: {
|
|
43132
|
+
homepageThumbnailIds: string[];
|
|
43133
|
+
};
|
|
42890
43134
|
/** @description The context of creation that is not part of the asset content, such as metadata and creator information. Required for [Create Asset](#POST-v1-assets). */
|
|
42891
43135
|
CreationContext: {
|
|
42892
43136
|
/** @description Desired privacy setting for the asset on creation. Only applies to asset types that support privacy override. */
|
|
@@ -43536,6 +43780,10 @@ export interface components {
|
|
|
43536
43780
|
* @enum {string}
|
|
43537
43781
|
*/
|
|
43538
43782
|
FilterType: "String" | "Number";
|
|
43783
|
+
FindThumbnailsResponse: {
|
|
43784
|
+
homepageThumbnails: components["schemas"]["HomepageThumbnail"][];
|
|
43785
|
+
nextCursor?: string | null;
|
|
43786
|
+
};
|
|
43539
43787
|
/**
|
|
43540
43788
|
* @description Represents metadata about the long-running operation corresponding to a
|
|
43541
43789
|
* FlushMemoryStore request.
|
|
@@ -43677,26 +43925,6 @@ export interface components {
|
|
|
43677
43925
|
*/
|
|
43678
43926
|
rateLimitedCount?: number;
|
|
43679
43927
|
};
|
|
43680
|
-
GameServerResponse: {
|
|
43681
|
-
/** Format: uuid */
|
|
43682
|
-
id?: string | null;
|
|
43683
|
-
/** Format: int32 */
|
|
43684
|
-
maxPlayers?: number;
|
|
43685
|
-
/** Format: int32 */
|
|
43686
|
-
playing?: number;
|
|
43687
|
-
playerTokens?: string[] | null;
|
|
43688
|
-
players?: components["schemas"]["PrivateServerPlayerResponse"][] | null;
|
|
43689
|
-
/** Format: double */
|
|
43690
|
-
fps?: number;
|
|
43691
|
-
/** Format: int32 */
|
|
43692
|
-
ping?: number;
|
|
43693
|
-
name?: string | null;
|
|
43694
|
-
/** Format: int64 */
|
|
43695
|
-
vipServerId?: number | null;
|
|
43696
|
-
/** Format: uuid */
|
|
43697
|
-
accessCode?: string | null;
|
|
43698
|
-
owner?: components["schemas"]["VerifiedBadgeUserResponse"] | null;
|
|
43699
|
-
};
|
|
43700
43928
|
GameUpdateStatus: {
|
|
43701
43929
|
/** Format: uuid */
|
|
43702
43930
|
id?: string;
|
|
@@ -43848,7 +44076,7 @@ export interface components {
|
|
|
43848
44076
|
placeVersions?: components["schemas"]["PlaceVersion"][] | null;
|
|
43849
44077
|
};
|
|
43850
44078
|
GetPrivateServerListResponse: {
|
|
43851
|
-
data?: components["schemas"]["GameServerResponse"][] | null;
|
|
44079
|
+
data?: components["schemas"]["PrivateServersApi.GameServerResponse"][] | null;
|
|
43852
44080
|
previousPageCursor?: string | null;
|
|
43853
44081
|
nextPageCursor?: string | null;
|
|
43854
44082
|
gameJoinRestricted?: boolean;
|
|
@@ -44385,17 +44613,16 @@ export interface components {
|
|
|
44385
44613
|
*/
|
|
44386
44614
|
bypassSlowMode?: boolean;
|
|
44387
44615
|
};
|
|
44388
|
-
|
|
44616
|
+
HomepageThumbnail: {
|
|
44617
|
+
homepageThumbnailId: string;
|
|
44389
44618
|
/** Format: int64 */
|
|
44390
|
-
|
|
44391
|
-
|
|
44392
|
-
|
|
44393
|
-
|
|
44394
|
-
* @enum {integer}
|
|
44395
|
-
*/
|
|
44396
|
-
type?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | 21 | 22 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94;
|
|
44397
|
-
name?: string;
|
|
44619
|
+
assetId: number;
|
|
44620
|
+
moderationStatus: components["schemas"]["ThumbnailPersonalizationApi.ModerationStatus"];
|
|
44621
|
+
personalizedConfigStatus: components["schemas"]["PersonalizedConfigStatus"];
|
|
44622
|
+
homepageThumbnailStatus: components["schemas"]["HomepageThumbnailStatus"];
|
|
44398
44623
|
};
|
|
44624
|
+
/** @enum {string} */
|
|
44625
|
+
HomepageThumbnailStatus: "Active" | "Spammy";
|
|
44399
44626
|
HttpContent: {
|
|
44400
44627
|
readonly headers?: components["schemas"]["StringStringIEnumerableKeyValuePair"][] | null;
|
|
44401
44628
|
};
|
|
@@ -46025,6 +46252,8 @@ export interface components {
|
|
|
46025
46252
|
/** @description The name of the entry. */
|
|
46026
46253
|
readonly id?: string;
|
|
46027
46254
|
};
|
|
46255
|
+
/** @enum {string} */
|
|
46256
|
+
PersonalizedConfigStatus: "Active" | "Inactive";
|
|
46028
46257
|
/** @description Represents a Roblox place. */
|
|
46029
46258
|
Place: {
|
|
46030
46259
|
/**
|
|
@@ -46436,6 +46665,26 @@ export interface components {
|
|
|
46436
46665
|
PrivateServerVoiceSettingsResponse: {
|
|
46437
46666
|
enabled?: boolean;
|
|
46438
46667
|
};
|
|
46668
|
+
"PrivateServersApi.GameServerResponse": {
|
|
46669
|
+
/** Format: uuid */
|
|
46670
|
+
id?: string | null;
|
|
46671
|
+
/** Format: int32 */
|
|
46672
|
+
maxPlayers?: number;
|
|
46673
|
+
/** Format: int32 */
|
|
46674
|
+
playing?: number;
|
|
46675
|
+
playerTokens?: string[] | null;
|
|
46676
|
+
players?: components["schemas"]["PrivateServerPlayerResponse"][] | null;
|
|
46677
|
+
/** Format: double */
|
|
46678
|
+
fps?: number;
|
|
46679
|
+
/** Format: int32 */
|
|
46680
|
+
ping?: number;
|
|
46681
|
+
name?: string | null;
|
|
46682
|
+
/** Format: int64 */
|
|
46683
|
+
vipServerId?: number | null;
|
|
46684
|
+
/** Format: uuid */
|
|
46685
|
+
accessCode?: string | null;
|
|
46686
|
+
owner?: components["schemas"]["VerifiedBadgeUserResponse"] | null;
|
|
46687
|
+
};
|
|
46439
46688
|
/** @enum {string} */
|
|
46440
46689
|
"PrivateServersApi.SortOrder": "Asc" | "Desc";
|
|
46441
46690
|
PrivateServersEnabledInUniverseResponse: {
|
|
@@ -48757,9 +49006,10 @@ export interface components {
|
|
|
48757
49006
|
demoModeEnabled?: boolean;
|
|
48758
49007
|
/**
|
|
48759
49008
|
* Format: date-time
|
|
48760
|
-
* @description
|
|
49009
|
+
* @description The earliest time at which demo mode can be toggled again (ISO 8601).
|
|
49010
|
+
* Null when no cooldown is active (i.e. demo mode can be changed immediately).
|
|
48761
49011
|
*/
|
|
48762
|
-
|
|
49012
|
+
demoModeChangeableAfter?: string;
|
|
48763
49013
|
};
|
|
48764
49014
|
/** @description Model for UniverseSettings controller responses */
|
|
48765
49015
|
"Roblox.Api.Develop.Models.UniverseSettingsResponseV2": {
|
|
@@ -48859,9 +49109,10 @@ export interface components {
|
|
|
48859
49109
|
demoModeEnabled?: boolean;
|
|
48860
49110
|
/**
|
|
48861
49111
|
* Format: date-time
|
|
48862
|
-
* @description
|
|
49112
|
+
* @description The earliest time at which demo mode can be toggled again (ISO 8601).
|
|
49113
|
+
* Null when no cooldown is active (i.e. demo mode can be changed immediately).
|
|
48863
49114
|
*/
|
|
48864
|
-
|
|
49115
|
+
demoModeChangeableAfter?: string;
|
|
48865
49116
|
};
|
|
48866
49117
|
/** @description Team create settings of a universe */
|
|
48867
49118
|
"Roblox.Api.Develop.Models.UniverseTeamCreateSettingsModel": {
|
|
@@ -49102,16 +49353,6 @@ export interface components {
|
|
|
49102
49353
|
*/
|
|
49103
49354
|
platform?: "ChromeOnDesktop" | "AndroidNative" | "FirefoxOnDesktop" | "IOSNative" | "AndroidAmazon" | "IOSTencent" | "AndroidTencentService" | "IOSPushKit";
|
|
49104
49355
|
};
|
|
49105
|
-
/** @description An asset piece of metadata. */
|
|
49106
|
-
"Roblox.AssetDelivery.Api.AssetMetadata": {
|
|
49107
|
-
/**
|
|
49108
|
-
* Format: int32
|
|
49109
|
-
* @description Asset metadata type. ['UncompressedSize' = 1]
|
|
49110
|
-
* @enum {integer}
|
|
49111
|
-
*/
|
|
49112
|
-
metadataType?: 1;
|
|
49113
|
-
value?: string;
|
|
49114
|
-
};
|
|
49115
49356
|
/** @description The result of being awarded a badge. */
|
|
49116
49357
|
"Roblox.Badges.Api.BadgeAwardResponse": {
|
|
49117
49358
|
/**
|
|
@@ -49154,6 +49395,12 @@ export interface components {
|
|
|
49154
49395
|
* @description The max length for a badge description.
|
|
49155
49396
|
*/
|
|
49156
49397
|
maxBadgeDescriptionLength?: number;
|
|
49398
|
+
/**
|
|
49399
|
+
* Format: int64
|
|
49400
|
+
* @description The asset ID of the curated default badge icon used when a badge is created without an
|
|
49401
|
+
* uploaded icon file, or `0` when the default badge icon feature is disabled.
|
|
49402
|
+
*/
|
|
49403
|
+
defaultBadgeIconImageId?: number;
|
|
49157
49404
|
};
|
|
49158
49405
|
/** @description A response containing badge information. */
|
|
49159
49406
|
"Roblox.Badges.Api.BadgeResponse": {
|
|
@@ -50223,6 +50470,19 @@ export interface components {
|
|
|
50223
50470
|
"Roblox.Friends.Api.Models.Response.RefreshQrSessionResponse": {
|
|
50224
50471
|
Success?: boolean;
|
|
50225
50472
|
};
|
|
50473
|
+
/** @description A response model representing a friend request. */
|
|
50474
|
+
"Roblox.Friends.Api.Models.Response.TrustedFriendRequestResponse": {
|
|
50475
|
+
/**
|
|
50476
|
+
* Format: date-time
|
|
50477
|
+
* @description When the TF request was sent.
|
|
50478
|
+
*/
|
|
50479
|
+
sentAt?: string;
|
|
50480
|
+
/**
|
|
50481
|
+
* Format: int64
|
|
50482
|
+
* @description The sender user Id.
|
|
50483
|
+
*/
|
|
50484
|
+
senderId?: number;
|
|
50485
|
+
};
|
|
50226
50486
|
/** @description A response model representing user presence information. */
|
|
50227
50487
|
"Roblox.Friends.Api.Models.Response.UserPresenceResponse": {
|
|
50228
50488
|
userPresence?: components["schemas"]["Roblox.Friends.Api.Models.Response.UserPresenceResponseModel"];
|
|
@@ -51539,6 +51799,7 @@ export interface components {
|
|
|
51539
51799
|
* (determines if "Followers" vs "Members" should be shown).
|
|
51540
51800
|
*/
|
|
51541
51801
|
hasSocialModules?: boolean;
|
|
51802
|
+
communityTier?: components["schemas"]["Roblox.Groups.Client.CommunityTierInfoResponse"];
|
|
51542
51803
|
};
|
|
51543
51804
|
/** @description A model representing data about an Roblox.Platform.Membership.IUser */
|
|
51544
51805
|
"Roblox.Groups.Api.GroupEconomyPermissionsModel": {
|
|
@@ -51592,6 +51853,11 @@ export interface components {
|
|
|
51592
51853
|
createComments?: boolean;
|
|
51593
51854
|
/** @description Remove comments permission */
|
|
51594
51855
|
removeComments?: boolean;
|
|
51856
|
+
/**
|
|
51857
|
+
* @description Create bug reports (support ticket) permission. Only emitted when the permission is exposed
|
|
51858
|
+
* (Roblox.Groups.Api.Properties.IGroupsApiSettings.ExposeCreateBugReportsPermission).
|
|
51859
|
+
*/
|
|
51860
|
+
createBugReports?: boolean;
|
|
51595
51861
|
};
|
|
51596
51862
|
/** @description Response model for a group join request */
|
|
51597
51863
|
"Roblox.Groups.Api.GroupJoinRequestResponse": {
|
|
@@ -51951,6 +52217,7 @@ export interface components {
|
|
|
51951
52217
|
* Null when the value could not be determined.
|
|
51952
52218
|
*/
|
|
51953
52219
|
isAutoAssignRoleDisabled?: boolean;
|
|
52220
|
+
communityTier?: components["schemas"]["Roblox.Groups.Client.CommunityTierInfoResponse"];
|
|
51954
52221
|
};
|
|
51955
52222
|
/** @description A group roles response model */
|
|
51956
52223
|
"Roblox.Groups.Api.GroupsDisplayOptionsResponse": {
|
|
@@ -52062,7 +52329,7 @@ export interface components {
|
|
|
52062
52329
|
/** @description The game description. */
|
|
52063
52330
|
description?: string;
|
|
52064
52331
|
creator?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Core.CreatorType_"];
|
|
52065
|
-
rootPlace?: components["schemas"]["
|
|
52332
|
+
rootPlace?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_"];
|
|
52066
52333
|
/**
|
|
52067
52334
|
* Format: date-time
|
|
52068
52335
|
* @description When the game was created.
|
|
@@ -52168,10 +52435,6 @@ export interface components {
|
|
|
52168
52435
|
*/
|
|
52169
52436
|
maxPayoutPartners?: number;
|
|
52170
52437
|
};
|
|
52171
|
-
"Roblox.Groups.Api.RelationshipsRequest": {
|
|
52172
|
-
/** @description The group ids being either accepted or declined */
|
|
52173
|
-
GroupIds?: number[];
|
|
52174
|
-
};
|
|
52175
52438
|
/** @description A response model for role configuration */
|
|
52176
52439
|
"Roblox.Groups.Api.RoleConfigurationResponse": {
|
|
52177
52440
|
/**
|
|
@@ -52388,6 +52651,7 @@ export interface components {
|
|
|
52388
52651
|
ViewKeywordBlockList?: boolean;
|
|
52389
52652
|
BypassSlowmode?: boolean;
|
|
52390
52653
|
ViewCommunityAnalytics?: boolean;
|
|
52654
|
+
CreateBugReports?: boolean;
|
|
52391
52655
|
};
|
|
52392
52656
|
};
|
|
52393
52657
|
/** @description A request model for setting a users role in a group. */
|
|
@@ -52429,6 +52693,18 @@ export interface components {
|
|
|
52429
52693
|
/** Format: date-time */
|
|
52430
52694
|
updatedAt?: string;
|
|
52431
52695
|
};
|
|
52696
|
+
"Roblox.Groups.Client.CommunityTierInfoResponse": {
|
|
52697
|
+
/** Format: int64 */
|
|
52698
|
+
groupId?: number;
|
|
52699
|
+
/** Format: int32 */
|
|
52700
|
+
currentTier?: number;
|
|
52701
|
+
/** Format: int32 */
|
|
52702
|
+
previousTier?: number;
|
|
52703
|
+
/** Format: date-time */
|
|
52704
|
+
tierUpdatedTime?: string;
|
|
52705
|
+
/** Format: date-time */
|
|
52706
|
+
lastEvaluatedTime?: string;
|
|
52707
|
+
};
|
|
52432
52708
|
"Roblox.Groups.Client.CreateBlockedKeywordsResponse": {
|
|
52433
52709
|
createdKeywords?: components["schemas"]["Roblox.Groups.Client.BlockedKeywordModel"][];
|
|
52434
52710
|
hadModeratedKeywords?: boolean;
|
|
@@ -52636,7 +52912,7 @@ export interface components {
|
|
|
52636
52912
|
collectibleItemInstanceId?: string;
|
|
52637
52913
|
/** Format: int64 */
|
|
52638
52914
|
serialNumber?: number;
|
|
52639
|
-
owner?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.
|
|
52915
|
+
owner?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Users.Client.AssociatedEntityType_"];
|
|
52640
52916
|
/** Format: date-time */
|
|
52641
52917
|
created?: string;
|
|
52642
52918
|
/** Format: date-time */
|
|
@@ -52646,7 +52922,7 @@ export interface components {
|
|
|
52646
52922
|
collectibleItemInstanceId?: string;
|
|
52647
52923
|
/** Format: int64 */
|
|
52648
52924
|
serialNumber?: number;
|
|
52649
|
-
owner?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.
|
|
52925
|
+
owner?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Users.Client.AssociatedEntityType_"];
|
|
52650
52926
|
};
|
|
52651
52927
|
/** @description The user asset item model for V2 controllers. */
|
|
52652
52928
|
"Roblox.Inventory.Api.V2.UserAssetItemModelV2": {
|
|
@@ -52711,10 +52987,6 @@ export interface components {
|
|
|
52711
52987
|
* @description Date asset was created.
|
|
52712
52988
|
*/
|
|
52713
52989
|
updated?: string;
|
|
52714
|
-
/** @description If the asset is delisted. */
|
|
52715
|
-
isDelisted?: boolean;
|
|
52716
|
-
/** @description If the asset is part of a bundle. */
|
|
52717
|
-
isCreatedForBundle?: boolean;
|
|
52718
52990
|
};
|
|
52719
52991
|
/** @description Asset Status response model. */
|
|
52720
52992
|
"Roblox.ItemConfiguration.Api.AssetCreationsResponse": {
|
|
@@ -54299,28 +54571,6 @@ export interface components {
|
|
|
54299
54571
|
/** @description A past username belonging to a particular userId */
|
|
54300
54572
|
name?: string;
|
|
54301
54573
|
};
|
|
54302
|
-
"Roblox.Web.Assets.AssetContentRepresentationSpecifier": {
|
|
54303
|
-
format?: string;
|
|
54304
|
-
majorVersion?: string;
|
|
54305
|
-
fidelity?: string;
|
|
54306
|
-
skipGenerationIfNotExist?: boolean;
|
|
54307
|
-
};
|
|
54308
|
-
"Roblox.Web.Assets.AssetResponseItemV1": {
|
|
54309
|
-
location?: string;
|
|
54310
|
-
errors?: components["schemas"]["Roblox.Web.Assets.IAssetItemError"][];
|
|
54311
|
-
requestId?: string;
|
|
54312
|
-
/** @description Whether the asset has been archived. */
|
|
54313
|
-
isArchived?: boolean;
|
|
54314
|
-
/**
|
|
54315
|
-
* Format: int32
|
|
54316
|
-
* @description Asset Type.
|
|
54317
|
-
*/
|
|
54318
|
-
assetTypeId?: number;
|
|
54319
|
-
contentRepresentationSpecifier?: components["schemas"]["Roblox.Web.Assets.AssetContentRepresentationSpecifier"];
|
|
54320
|
-
assetMetadatas?: components["schemas"]["Roblox.AssetDelivery.Api.AssetMetadata"][];
|
|
54321
|
-
/** @description Whether the asset is recordable in screen recordings. */
|
|
54322
|
-
isRecordable?: boolean;
|
|
54323
|
-
};
|
|
54324
54574
|
"Roblox.Web.Assets.BatchAssetRequestItem": {
|
|
54325
54575
|
assetName?: string;
|
|
54326
54576
|
assetType?: string;
|
|
@@ -54355,17 +54605,6 @@ export interface components {
|
|
|
54355
54605
|
contentRepresentationPriorityList?: string;
|
|
54356
54606
|
doNotFallbackToBaselineRepresentation?: boolean;
|
|
54357
54607
|
};
|
|
54358
|
-
"Roblox.Web.Assets.IAssetItemError": {
|
|
54359
|
-
/** Format: int32 */
|
|
54360
|
-
Code?: number;
|
|
54361
|
-
Message?: string;
|
|
54362
|
-
/**
|
|
54363
|
-
* Format: int32
|
|
54364
|
-
* @description Custom error code for Roblox.Web.Assets.IAssetItemError ['UnknownError' = 0, 'NoPermissionToAsset' = 1, 'AssetPermissionCheckFailed' = 2, 'NotAuthorizedForAgeRecommendation' = 3, 'AgeRecommendationCheckFailed' = 4, 'InvalidPlaceRequestFromGameServer' = 5, 'BlockedAssetTypeRequestedFromInsertService' = 6, 'BlockedAssetTypeRequestedFromGameServer' = 7, 'AssetTypeMismatch' = 8, 'MissingAssetTypeInRequestHeader' = 9, 'AssetNotTrustedForPlace' = 10, 'NoAuthentication' = 11, 'AssetContentRepresentationBlockedDueToModeration' = 12, 'AssetNotFound' = 13, 'AssetVersionNotFound' = 14, 'AssetContentRepresentationNotFound' = 15, 'BlockedByAgeGeoRestriction' = 16, 'BlockedAssetTypeRequestedFromNonGameServer' = 17, 'AssetPendingReview' = 18, 'NotApprovedForRequestor' = 19, 'NotApprovedByContentCompliance' = 20, 'AssetContentRepresentationGenerating' = 21, 'AssetArchived' = 22, 'AssetUsageNotAllowed' = 23]
|
|
54365
|
-
* @enum {integer}
|
|
54366
|
-
*/
|
|
54367
|
-
CustomErrorCode?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23;
|
|
54368
|
-
};
|
|
54369
54608
|
"Roblox.Web.Captcha.Models.Request.CaptchaTokenRequest": {
|
|
54370
54609
|
captchaId?: string;
|
|
54371
54610
|
captchaToken?: string;
|
|
@@ -54564,48 +54803,48 @@ export interface components {
|
|
|
54564
54803
|
*/
|
|
54565
54804
|
updated?: string;
|
|
54566
54805
|
};
|
|
54567
|
-
"Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.
|
|
54806
|
+
"Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_": {
|
|
54568
54807
|
/** Format: int64 */
|
|
54569
54808
|
id?: number;
|
|
54570
54809
|
/**
|
|
54571
54810
|
* Format: int32
|
|
54572
|
-
* @description ['
|
|
54811
|
+
* @description ['Image' = 1, 'TShirt' = 2, 'Audio' = 3, 'Mesh' = 4, 'Lua' = 5, 'HTML' = 6, 'Text' = 7, 'Hat' = 8, 'Place' = 9, 'Model' = 10, 'Shirt' = 11, 'Pants' = 12, 'Decal' = 13, 'Avatar' = 16, 'Head' = 17, 'Face' = 18, 'Gear' = 19, 'Badge' = 21, 'GroupEmblem' = 22, 'Animation' = 24, 'Arms' = 25, 'Legs' = 26, 'Torso' = 27, 'RightArm' = 28, 'LeftArm' = 29, 'LeftLeg' = 30, 'RightLeg' = 31, 'Package' = 32, 'YouTubeVideo' = 33, 'GamePass' = 34, 'App' = 35, 'Code' = 37, 'Plugin' = 38, 'SolidModel' = 39, 'MeshPart' = 40, 'HairAccessory' = 41, 'FaceAccessory' = 42, 'NeckAccessory' = 43, 'ShoulderAccessory' = 44, 'FrontAccessory' = 45, 'BackAccessory' = 46, 'WaistAccessory' = 47, 'ClimbAnimation' = 48, 'DeathAnimation' = 49, 'FallAnimation' = 50, 'IdleAnimation' = 51, 'JumpAnimation' = 52, 'RunAnimation' = 53, 'SwimAnimation' = 54, 'WalkAnimation' = 55, 'PoseAnimation' = 56, 'LocalizationTableManifest' = 59, 'LocalizationTableTranslation' = 60, 'EmoteAnimation' = 61, 'Video' = 62, 'TexturePack' = 63, 'TShirtAccessory' = 64, 'ShirtAccessory' = 65, 'PantsAccessory' = 66, 'JacketAccessory' = 67, 'SweaterAccessory' = 68, 'ShortsAccessory' = 69, 'LeftShoeAccessory' = 70, 'RightShoeAccessory' = 71, 'DressSkirtAccessory' = 72, 'FontFamily' = 73, 'FontFace' = 74, 'MeshHiddenSurfaceRemoval' = 75, 'EyebrowAccessory' = 76, 'EyelashAccessory' = 77, 'MoodAnimation' = 78, 'DynamicHead' = 79, 'CodeSnippet' = 80, 'AdsVideo' = 81, 'OtaUpdate' = 82, 'Screenshot' = 83, 'RuntimePropertySet' = 84, 'StorePreviewVideo' = 85, 'GamePreviewVideo' = 86, 'CreatorExperienceConfig' = 87, 'FaceMakeup' = 88, 'LipMakeup' = 89, 'EyeMakeup' = 90, 'VoxelFragment' = 91, 'AvatarBackground' = 92, 'TextDocument' = 93, 'Post' = 94]
|
|
54573
54812
|
* @enum {integer}
|
|
54574
54813
|
*/
|
|
54575
|
-
type?: 1 | 2;
|
|
54814
|
+
type?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | 21 | 22 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94;
|
|
54576
54815
|
name?: string;
|
|
54577
54816
|
};
|
|
54578
|
-
"Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.
|
|
54817
|
+
"Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Badges.BadgeAwarderType_": {
|
|
54579
54818
|
/** Format: int64 */
|
|
54580
54819
|
id?: number;
|
|
54581
54820
|
/**
|
|
54582
54821
|
* Format: int32
|
|
54583
|
-
* @description ['
|
|
54822
|
+
* @description ['Place' = 1]
|
|
54584
54823
|
* @enum {integer}
|
|
54585
54824
|
*/
|
|
54586
|
-
type?: 1
|
|
54825
|
+
type?: 1;
|
|
54587
54826
|
name?: string;
|
|
54588
54827
|
};
|
|
54589
|
-
"Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.
|
|
54828
|
+
"Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Core.CreatorType_": {
|
|
54590
54829
|
/** Format: int64 */
|
|
54591
54830
|
id?: number;
|
|
54592
54831
|
/**
|
|
54593
54832
|
* Format: int32
|
|
54594
|
-
* @description ['
|
|
54833
|
+
* @description ['User' = 0, 'Group' = 1]
|
|
54595
54834
|
* @enum {integer}
|
|
54596
54835
|
*/
|
|
54597
|
-
type?: 1;
|
|
54836
|
+
type?: 0 | 1;
|
|
54598
54837
|
name?: string;
|
|
54599
54838
|
};
|
|
54600
|
-
"Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.
|
|
54839
|
+
"Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Users.Client.AssociatedEntityType_": {
|
|
54601
54840
|
/** Format: int64 */
|
|
54602
54841
|
id?: number;
|
|
54603
54842
|
/**
|
|
54604
54843
|
* Format: int32
|
|
54605
|
-
* @description ['User' =
|
|
54844
|
+
* @description ['User' = 1, 'Group' = 2]
|
|
54606
54845
|
* @enum {integer}
|
|
54607
54846
|
*/
|
|
54608
|
-
type?:
|
|
54847
|
+
type?: 1 | 2;
|
|
54609
54848
|
name?: string;
|
|
54610
54849
|
};
|
|
54611
54850
|
"Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Web.Responses.Groups.GroupOwnerType_": {
|
|
@@ -54797,6 +55036,11 @@ export interface components {
|
|
|
54797
55036
|
nextPageCursor?: string;
|
|
54798
55037
|
data?: components["schemas"]["Roblox.Friends.Api.FriendRequestResponse"][];
|
|
54799
55038
|
};
|
|
55039
|
+
"Roblox.Web.WebAPI.Models.ApiPageResponse_Roblox.Friends.Api.Models.Response.TrustedFriendRequestResponse_": {
|
|
55040
|
+
previousPageCursor?: string;
|
|
55041
|
+
nextPageCursor?: string;
|
|
55042
|
+
data?: components["schemas"]["Roblox.Friends.Api.Models.Response.TrustedFriendRequestResponse"][];
|
|
55043
|
+
};
|
|
54800
55044
|
"Roblox.Web.WebAPI.Models.ApiPageResponse_Roblox.Friends.Api.Models.Response.UserResponse_": {
|
|
54801
55045
|
previousPageCursor?: string;
|
|
54802
55046
|
nextPageCursor?: string;
|
|
@@ -55165,11 +55409,13 @@ export interface components {
|
|
|
55165
55409
|
full?: boolean;
|
|
55166
55410
|
/** @description Whether the server has been shutdown. */
|
|
55167
55411
|
shutDown?: boolean;
|
|
55412
|
+
/** @description Creator-visible server status. */
|
|
55413
|
+
status?: components["schemas"]["ServerStatus"];
|
|
55168
55414
|
/**
|
|
55169
|
-
*
|
|
55170
|
-
*
|
|
55415
|
+
* Format: date-time
|
|
55416
|
+
* @description The time the server terminated. Null while ServerManagementService.V2.Models.GameServer.ShutDown is false.
|
|
55171
55417
|
*/
|
|
55172
|
-
|
|
55418
|
+
terminationTime?: string | null;
|
|
55173
55419
|
/** @description The list of PlayerIds in the server */
|
|
55174
55420
|
playerIds?: number[] | null;
|
|
55175
55421
|
};
|
|
@@ -55189,10 +55435,20 @@ export interface components {
|
|
|
55189
55435
|
previousPageToken?: string | null;
|
|
55190
55436
|
/**
|
|
55191
55437
|
* Format: int32
|
|
55192
|
-
* @description Total
|
|
55193
|
-
*
|
|
55438
|
+
* @description Total matching rows across all pages. Combined active+shutdown queries return the sum of
|
|
55439
|
+
* each source total when both are known; omitted when a source failed or omitted its total.
|
|
55194
55440
|
*/
|
|
55195
55441
|
totalCount?: number | null;
|
|
55442
|
+
/**
|
|
55443
|
+
* @description True when this page includes active rows but shutdown rows could not be fetched.
|
|
55444
|
+
* Results may be a partial slice of the globally ordered combined stream.
|
|
55445
|
+
*/
|
|
55446
|
+
shutdownServersFetchError?: boolean | null;
|
|
55447
|
+
/**
|
|
55448
|
+
* @description True when this page includes shutdown rows but active rows could not be fetched.
|
|
55449
|
+
* Results may be a partial slice of the globally ordered combined stream.
|
|
55450
|
+
*/
|
|
55451
|
+
activeServersFetchError?: boolean | null;
|
|
55196
55452
|
};
|
|
55197
55453
|
"ServerManagementService.ProblemDetails": {
|
|
55198
55454
|
type?: string | null;
|
|
@@ -55220,6 +55476,12 @@ export interface components {
|
|
|
55220
55476
|
constantValue?: number | null;
|
|
55221
55477
|
playerAttribute?: components["schemas"]["MatchmakingAttributeReference"];
|
|
55222
55478
|
};
|
|
55479
|
+
/**
|
|
55480
|
+
* @description Server status that is visible to creators.
|
|
55481
|
+
* This is derived from the shutdown reason for shutdown rows; it is always "Active" for currently live servers.
|
|
55482
|
+
* @enum {string}
|
|
55483
|
+
*/
|
|
55484
|
+
ServerStatus: "active" | "shut_down" | "restarted" | "roblox_restarted" | "crashed" | "out_of_memory" | "moderated";
|
|
55223
55485
|
/**
|
|
55224
55486
|
* Format: int32
|
|
55225
55487
|
* @description Defines the different types of servers
|
|
@@ -55286,12 +55548,6 @@ export interface components {
|
|
|
55286
55548
|
*/
|
|
55287
55549
|
gameId?: string | null;
|
|
55288
55550
|
};
|
|
55289
|
-
/**
|
|
55290
|
-
* Format: int32
|
|
55291
|
-
* @description Defines the reason a server was shut down
|
|
55292
|
-
* @enum {integer}
|
|
55293
|
-
*/
|
|
55294
|
-
ShutdownReason: 0 | 1 | 2 | 3 | 4 | 5;
|
|
55295
55551
|
SkinnyUserResponse: {
|
|
55296
55552
|
/** Format: int64 */
|
|
55297
55553
|
id?: number;
|
|
@@ -55523,6 +55779,8 @@ export interface components {
|
|
|
55523
55779
|
*/
|
|
55524
55780
|
reason?: "EXPIRATION_REASON_UNSPECIFIED" | "PRODUCT_INACTIVE" | "PRODUCT_DELETED" | "SUBSCRIBER_CANCELLED" | "SUBSCRIBER_REFUNDED" | "LAPSED";
|
|
55525
55781
|
};
|
|
55782
|
+
/** @enum {string} */
|
|
55783
|
+
"ThumbnailPersonalizationApi.ModerationStatus": "Reviewing" | "Rejected" | "Approved" | "Unspecified";
|
|
55526
55784
|
/** @description Representation of an asset. */
|
|
55527
55785
|
"ToolboxService.Asset": {
|
|
55528
55786
|
/**
|
|
@@ -56088,6 +56346,32 @@ export interface components {
|
|
|
56088
56346
|
UpdatePlaceVersionNotesResponse: {
|
|
56089
56347
|
placeVersion?: components["schemas"]["PlaceVersion"] | null;
|
|
56090
56348
|
};
|
|
56349
|
+
UpdateThumbnailPersonalizationRequest: {
|
|
56350
|
+
homepageThumbnailIds: string[];
|
|
56351
|
+
id: string;
|
|
56352
|
+
};
|
|
56353
|
+
/**
|
|
56354
|
+
* Format: int32
|
|
56355
|
+
* @enum {integer}
|
|
56356
|
+
*/
|
|
56357
|
+
UploadStatus: 1 | 2;
|
|
56358
|
+
UploadThumbnailStatus: {
|
|
56359
|
+
homepageThumbnailId?: string | null;
|
|
56360
|
+
/** Format: int64 */
|
|
56361
|
+
assetId?: number;
|
|
56362
|
+
moderationStatus?: components["schemas"]["ThumbnailPersonalizationApi.ModerationStatus"];
|
|
56363
|
+
};
|
|
56364
|
+
UploadThumbnailsResponse: {
|
|
56365
|
+
fileToOperationIdDict: {
|
|
56366
|
+
[key: string]: string | null;
|
|
56367
|
+
};
|
|
56368
|
+
};
|
|
56369
|
+
UploadThumbnailsStatusResponse: {
|
|
56370
|
+
uploadStatus: components["schemas"]["UploadStatus"];
|
|
56371
|
+
uploadThumbnailStatusDict: {
|
|
56372
|
+
[key: string]: components["schemas"]["UploadThumbnailStatus"];
|
|
56373
|
+
};
|
|
56374
|
+
};
|
|
56091
56375
|
/** @description Represents any registered user of Roblox. */
|
|
56092
56376
|
User: {
|
|
56093
56377
|
/**
|
|
@@ -56664,13 +56948,6 @@ export interface components {
|
|
|
56664
56948
|
"text/json": components["schemas"]["Roblox.Groups.Api.PayoutRequest"];
|
|
56665
56949
|
};
|
|
56666
56950
|
};
|
|
56667
|
-
/** @description The Roblox.Groups.Api.RelationshipsRequest. */
|
|
56668
|
-
"Roblox.Groups.Api.RelationshipsRequest": {
|
|
56669
|
-
content: {
|
|
56670
|
-
"application/json": components["schemas"]["Roblox.Groups.Api.RelationshipsRequest"];
|
|
56671
|
-
"text/json": components["schemas"]["Roblox.Groups.Api.RelationshipsRequest"];
|
|
56672
|
-
};
|
|
56673
|
-
};
|
|
56674
56951
|
/** @description The request body. */
|
|
56675
56952
|
"Roblox.LocalizationTables.Api.IngestAutoScrapedContentForGameRequest": {
|
|
56676
56953
|
content: {
|
|
@@ -62757,6 +63034,443 @@ export interface operations {
|
|
|
62757
63034
|
};
|
|
62758
63035
|
};
|
|
62759
63036
|
};
|
|
63037
|
+
"ThumbnailPersonalizationApi.HomepageThumbnail_FindThumbnailPersonalizations": {
|
|
63038
|
+
parameters: {
|
|
63039
|
+
query?: {
|
|
63040
|
+
status?: components["schemas"]["PersonalizedConfigStatus"];
|
|
63041
|
+
limit?: number;
|
|
63042
|
+
cursor?: string;
|
|
63043
|
+
};
|
|
63044
|
+
header?: never;
|
|
63045
|
+
path: {
|
|
63046
|
+
universeId: number;
|
|
63047
|
+
};
|
|
63048
|
+
cookie?: never;
|
|
63049
|
+
};
|
|
63050
|
+
requestBody?: never;
|
|
63051
|
+
responses: {
|
|
63052
|
+
/** @description Success */
|
|
63053
|
+
200: {
|
|
63054
|
+
headers: {
|
|
63055
|
+
[name: string]: unknown;
|
|
63056
|
+
};
|
|
63057
|
+
content: {
|
|
63058
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63059
|
+
};
|
|
63060
|
+
};
|
|
63061
|
+
/** @description Bad Request */
|
|
63062
|
+
400: {
|
|
63063
|
+
headers: {
|
|
63064
|
+
[name: string]: unknown;
|
|
63065
|
+
};
|
|
63066
|
+
content: {
|
|
63067
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63068
|
+
};
|
|
63069
|
+
};
|
|
63070
|
+
/** @description Unauthorized */
|
|
63071
|
+
401: {
|
|
63072
|
+
headers: {
|
|
63073
|
+
[name: string]: unknown;
|
|
63074
|
+
};
|
|
63075
|
+
content: {
|
|
63076
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63077
|
+
};
|
|
63078
|
+
};
|
|
63079
|
+
/** @description Forbidden */
|
|
63080
|
+
403: {
|
|
63081
|
+
headers: {
|
|
63082
|
+
[name: string]: unknown;
|
|
63083
|
+
};
|
|
63084
|
+
content: {
|
|
63085
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63086
|
+
};
|
|
63087
|
+
};
|
|
63088
|
+
/** @description Server Error */
|
|
63089
|
+
500: {
|
|
63090
|
+
headers: {
|
|
63091
|
+
[name: string]: unknown;
|
|
63092
|
+
};
|
|
63093
|
+
content: {
|
|
63094
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63095
|
+
};
|
|
63096
|
+
};
|
|
63097
|
+
};
|
|
63098
|
+
};
|
|
63099
|
+
"ThumbnailPersonalizationApi.HomepageThumbnail_CreateThumbnailPersonalization": {
|
|
63100
|
+
parameters: {
|
|
63101
|
+
query?: never;
|
|
63102
|
+
header?: never;
|
|
63103
|
+
path: {
|
|
63104
|
+
universeId: number;
|
|
63105
|
+
};
|
|
63106
|
+
cookie?: never;
|
|
63107
|
+
};
|
|
63108
|
+
requestBody?: {
|
|
63109
|
+
content: {
|
|
63110
|
+
"application/json-patch+json": components["schemas"]["CreateThumbnailPersonalizationRequest"];
|
|
63111
|
+
"application/json": components["schemas"]["CreateThumbnailPersonalizationRequest"];
|
|
63112
|
+
"text/json": components["schemas"]["CreateThumbnailPersonalizationRequest"];
|
|
63113
|
+
"application/*+json": components["schemas"]["CreateThumbnailPersonalizationRequest"];
|
|
63114
|
+
};
|
|
63115
|
+
};
|
|
63116
|
+
responses: {
|
|
63117
|
+
/** @description Success */
|
|
63118
|
+
200: {
|
|
63119
|
+
headers: {
|
|
63120
|
+
[name: string]: unknown;
|
|
63121
|
+
};
|
|
63122
|
+
content: {
|
|
63123
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63124
|
+
};
|
|
63125
|
+
};
|
|
63126
|
+
/** @description Bad Request */
|
|
63127
|
+
400: {
|
|
63128
|
+
headers: {
|
|
63129
|
+
[name: string]: unknown;
|
|
63130
|
+
};
|
|
63131
|
+
content: {
|
|
63132
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63133
|
+
};
|
|
63134
|
+
};
|
|
63135
|
+
/** @description Unauthorized */
|
|
63136
|
+
401: {
|
|
63137
|
+
headers: {
|
|
63138
|
+
[name: string]: unknown;
|
|
63139
|
+
};
|
|
63140
|
+
content: {
|
|
63141
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63142
|
+
};
|
|
63143
|
+
};
|
|
63144
|
+
/** @description Forbidden */
|
|
63145
|
+
403: {
|
|
63146
|
+
headers: {
|
|
63147
|
+
[name: string]: unknown;
|
|
63148
|
+
};
|
|
63149
|
+
content: {
|
|
63150
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63151
|
+
};
|
|
63152
|
+
};
|
|
63153
|
+
/** @description Server Error */
|
|
63154
|
+
500: {
|
|
63155
|
+
headers: {
|
|
63156
|
+
[name: string]: unknown;
|
|
63157
|
+
};
|
|
63158
|
+
content: {
|
|
63159
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63160
|
+
};
|
|
63161
|
+
};
|
|
63162
|
+
};
|
|
63163
|
+
};
|
|
63164
|
+
"ThumbnailPersonalizationApi.HomepageThumbnail_UpdateThumbnailPersonalization": {
|
|
63165
|
+
parameters: {
|
|
63166
|
+
query?: never;
|
|
63167
|
+
header?: never;
|
|
63168
|
+
path: {
|
|
63169
|
+
universeId: number;
|
|
63170
|
+
};
|
|
63171
|
+
cookie?: never;
|
|
63172
|
+
};
|
|
63173
|
+
requestBody?: {
|
|
63174
|
+
content: {
|
|
63175
|
+
"application/json-patch+json": components["schemas"]["UpdateThumbnailPersonalizationRequest"];
|
|
63176
|
+
"application/json": components["schemas"]["UpdateThumbnailPersonalizationRequest"];
|
|
63177
|
+
"text/json": components["schemas"]["UpdateThumbnailPersonalizationRequest"];
|
|
63178
|
+
"application/*+json": components["schemas"]["UpdateThumbnailPersonalizationRequest"];
|
|
63179
|
+
};
|
|
63180
|
+
};
|
|
63181
|
+
responses: {
|
|
63182
|
+
/** @description Success */
|
|
63183
|
+
200: {
|
|
63184
|
+
headers: {
|
|
63185
|
+
[name: string]: unknown;
|
|
63186
|
+
};
|
|
63187
|
+
content: {
|
|
63188
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63189
|
+
};
|
|
63190
|
+
};
|
|
63191
|
+
/** @description Bad Request */
|
|
63192
|
+
400: {
|
|
63193
|
+
headers: {
|
|
63194
|
+
[name: string]: unknown;
|
|
63195
|
+
};
|
|
63196
|
+
content: {
|
|
63197
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63198
|
+
};
|
|
63199
|
+
};
|
|
63200
|
+
/** @description Unauthorized */
|
|
63201
|
+
401: {
|
|
63202
|
+
headers: {
|
|
63203
|
+
[name: string]: unknown;
|
|
63204
|
+
};
|
|
63205
|
+
content: {
|
|
63206
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63207
|
+
};
|
|
63208
|
+
};
|
|
63209
|
+
/** @description Forbidden */
|
|
63210
|
+
403: {
|
|
63211
|
+
headers: {
|
|
63212
|
+
[name: string]: unknown;
|
|
63213
|
+
};
|
|
63214
|
+
content: {
|
|
63215
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63216
|
+
};
|
|
63217
|
+
};
|
|
63218
|
+
/** @description Server Error */
|
|
63219
|
+
500: {
|
|
63220
|
+
headers: {
|
|
63221
|
+
[name: string]: unknown;
|
|
63222
|
+
};
|
|
63223
|
+
content: {
|
|
63224
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63225
|
+
};
|
|
63226
|
+
};
|
|
63227
|
+
};
|
|
63228
|
+
};
|
|
63229
|
+
"ThumbnailPersonalizationApi.HomepageThumbnail_GetHomepageThumbnails": {
|
|
63230
|
+
parameters: {
|
|
63231
|
+
query?: {
|
|
63232
|
+
limit?: number;
|
|
63233
|
+
nextCursor?: string;
|
|
63234
|
+
};
|
|
63235
|
+
header?: never;
|
|
63236
|
+
path: {
|
|
63237
|
+
universeId: number;
|
|
63238
|
+
};
|
|
63239
|
+
cookie?: never;
|
|
63240
|
+
};
|
|
63241
|
+
requestBody?: never;
|
|
63242
|
+
responses: {
|
|
63243
|
+
/** @description Success */
|
|
63244
|
+
200: {
|
|
63245
|
+
headers: {
|
|
63246
|
+
[name: string]: unknown;
|
|
63247
|
+
};
|
|
63248
|
+
content: {
|
|
63249
|
+
"application/json": components["schemas"]["FindThumbnailsResponse"];
|
|
63250
|
+
};
|
|
63251
|
+
};
|
|
63252
|
+
/** @description Bad Request */
|
|
63253
|
+
400: {
|
|
63254
|
+
headers: {
|
|
63255
|
+
[name: string]: unknown;
|
|
63256
|
+
};
|
|
63257
|
+
content: {
|
|
63258
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63259
|
+
};
|
|
63260
|
+
};
|
|
63261
|
+
/** @description Unauthorized */
|
|
63262
|
+
401: {
|
|
63263
|
+
headers: {
|
|
63264
|
+
[name: string]: unknown;
|
|
63265
|
+
};
|
|
63266
|
+
content: {
|
|
63267
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63268
|
+
};
|
|
63269
|
+
};
|
|
63270
|
+
/** @description Forbidden */
|
|
63271
|
+
403: {
|
|
63272
|
+
headers: {
|
|
63273
|
+
[name: string]: unknown;
|
|
63274
|
+
};
|
|
63275
|
+
content: {
|
|
63276
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63277
|
+
};
|
|
63278
|
+
};
|
|
63279
|
+
/** @description Server Error */
|
|
63280
|
+
500: {
|
|
63281
|
+
headers: {
|
|
63282
|
+
[name: string]: unknown;
|
|
63283
|
+
};
|
|
63284
|
+
content: {
|
|
63285
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63286
|
+
};
|
|
63287
|
+
};
|
|
63288
|
+
};
|
|
63289
|
+
};
|
|
63290
|
+
"ThumbnailPersonalizationApi.HomepageThumbnail_DeleteHomepageThumbnails": {
|
|
63291
|
+
parameters: {
|
|
63292
|
+
query?: {
|
|
63293
|
+
homepageThumbnailIds?: string[];
|
|
63294
|
+
};
|
|
63295
|
+
header?: never;
|
|
63296
|
+
path: {
|
|
63297
|
+
universeId: number;
|
|
63298
|
+
};
|
|
63299
|
+
cookie?: never;
|
|
63300
|
+
};
|
|
63301
|
+
requestBody?: never;
|
|
63302
|
+
responses: {
|
|
63303
|
+
/** @description Success */
|
|
63304
|
+
200: {
|
|
63305
|
+
headers: {
|
|
63306
|
+
[name: string]: unknown;
|
|
63307
|
+
};
|
|
63308
|
+
content: {
|
|
63309
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63310
|
+
};
|
|
63311
|
+
};
|
|
63312
|
+
/** @description Bad Request */
|
|
63313
|
+
400: {
|
|
63314
|
+
headers: {
|
|
63315
|
+
[name: string]: unknown;
|
|
63316
|
+
};
|
|
63317
|
+
content: {
|
|
63318
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63319
|
+
};
|
|
63320
|
+
};
|
|
63321
|
+
/** @description Unauthorized */
|
|
63322
|
+
401: {
|
|
63323
|
+
headers: {
|
|
63324
|
+
[name: string]: unknown;
|
|
63325
|
+
};
|
|
63326
|
+
content: {
|
|
63327
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63328
|
+
};
|
|
63329
|
+
};
|
|
63330
|
+
/** @description Forbidden */
|
|
63331
|
+
403: {
|
|
63332
|
+
headers: {
|
|
63333
|
+
[name: string]: unknown;
|
|
63334
|
+
};
|
|
63335
|
+
content: {
|
|
63336
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63337
|
+
};
|
|
63338
|
+
};
|
|
63339
|
+
/** @description Server Error */
|
|
63340
|
+
500: {
|
|
63341
|
+
headers: {
|
|
63342
|
+
[name: string]: unknown;
|
|
63343
|
+
};
|
|
63344
|
+
content: {
|
|
63345
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63346
|
+
};
|
|
63347
|
+
};
|
|
63348
|
+
};
|
|
63349
|
+
};
|
|
63350
|
+
"ThumbnailPersonalizationApi.HomepageThumbnail_UploadHomepageThumbnails": {
|
|
63351
|
+
parameters: {
|
|
63352
|
+
query?: never;
|
|
63353
|
+
header?: never;
|
|
63354
|
+
path: {
|
|
63355
|
+
universeId: number;
|
|
63356
|
+
};
|
|
63357
|
+
cookie?: never;
|
|
63358
|
+
};
|
|
63359
|
+
requestBody?: {
|
|
63360
|
+
content: {
|
|
63361
|
+
"multipart/form-data": {
|
|
63362
|
+
files?: string[];
|
|
63363
|
+
};
|
|
63364
|
+
};
|
|
63365
|
+
};
|
|
63366
|
+
responses: {
|
|
63367
|
+
/** @description Success */
|
|
63368
|
+
200: {
|
|
63369
|
+
headers: {
|
|
63370
|
+
[name: string]: unknown;
|
|
63371
|
+
};
|
|
63372
|
+
content: {
|
|
63373
|
+
"application/json": components["schemas"]["UploadThumbnailsResponse"];
|
|
63374
|
+
};
|
|
63375
|
+
};
|
|
63376
|
+
/** @description Bad Request */
|
|
63377
|
+
400: {
|
|
63378
|
+
headers: {
|
|
63379
|
+
[name: string]: unknown;
|
|
63380
|
+
};
|
|
63381
|
+
content: {
|
|
63382
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63383
|
+
};
|
|
63384
|
+
};
|
|
63385
|
+
/** @description Unauthorized */
|
|
63386
|
+
401: {
|
|
63387
|
+
headers: {
|
|
63388
|
+
[name: string]: unknown;
|
|
63389
|
+
};
|
|
63390
|
+
content: {
|
|
63391
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63392
|
+
};
|
|
63393
|
+
};
|
|
63394
|
+
/** @description Forbidden */
|
|
63395
|
+
403: {
|
|
63396
|
+
headers: {
|
|
63397
|
+
[name: string]: unknown;
|
|
63398
|
+
};
|
|
63399
|
+
content: {
|
|
63400
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63401
|
+
};
|
|
63402
|
+
};
|
|
63403
|
+
/** @description Server Error */
|
|
63404
|
+
500: {
|
|
63405
|
+
headers: {
|
|
63406
|
+
[name: string]: unknown;
|
|
63407
|
+
};
|
|
63408
|
+
content: {
|
|
63409
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63410
|
+
};
|
|
63411
|
+
};
|
|
63412
|
+
};
|
|
63413
|
+
};
|
|
63414
|
+
"ThumbnailPersonalizationApi.HomepageThumbnail_GetHomepageThumbnailsStatus": {
|
|
63415
|
+
parameters: {
|
|
63416
|
+
query?: {
|
|
63417
|
+
operationIds?: string[];
|
|
63418
|
+
};
|
|
63419
|
+
header?: never;
|
|
63420
|
+
path: {
|
|
63421
|
+
universeId: number;
|
|
63422
|
+
};
|
|
63423
|
+
cookie?: never;
|
|
63424
|
+
};
|
|
63425
|
+
requestBody?: never;
|
|
63426
|
+
responses: {
|
|
63427
|
+
/** @description Success */
|
|
63428
|
+
200: {
|
|
63429
|
+
headers: {
|
|
63430
|
+
[name: string]: unknown;
|
|
63431
|
+
};
|
|
63432
|
+
content: {
|
|
63433
|
+
"application/json": components["schemas"]["UploadThumbnailsStatusResponse"];
|
|
63434
|
+
};
|
|
63435
|
+
};
|
|
63436
|
+
/** @description Bad Request */
|
|
63437
|
+
400: {
|
|
63438
|
+
headers: {
|
|
63439
|
+
[name: string]: unknown;
|
|
63440
|
+
};
|
|
63441
|
+
content: {
|
|
63442
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63443
|
+
};
|
|
63444
|
+
};
|
|
63445
|
+
/** @description Unauthorized */
|
|
63446
|
+
401: {
|
|
63447
|
+
headers: {
|
|
63448
|
+
[name: string]: unknown;
|
|
63449
|
+
};
|
|
63450
|
+
content: {
|
|
63451
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63452
|
+
};
|
|
63453
|
+
};
|
|
63454
|
+
/** @description Forbidden */
|
|
63455
|
+
403: {
|
|
63456
|
+
headers: {
|
|
63457
|
+
[name: string]: unknown;
|
|
63458
|
+
};
|
|
63459
|
+
content: {
|
|
63460
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63461
|
+
};
|
|
63462
|
+
};
|
|
63463
|
+
/** @description Server Error */
|
|
63464
|
+
500: {
|
|
63465
|
+
headers: {
|
|
63466
|
+
[name: string]: unknown;
|
|
63467
|
+
};
|
|
63468
|
+
content: {
|
|
63469
|
+
"application/json": components["schemas"]["ActionResult"];
|
|
63470
|
+
};
|
|
63471
|
+
};
|
|
63472
|
+
};
|
|
63473
|
+
};
|
|
62760
63474
|
Saves_GetSaves: {
|
|
62761
63475
|
parameters: {
|
|
62762
63476
|
query?: {
|
|
@@ -63243,7 +63957,7 @@ export interface operations {
|
|
|
63243
63957
|
[name: string]: unknown;
|
|
63244
63958
|
};
|
|
63245
63959
|
content: {
|
|
63246
|
-
"application/json": components["schemas"]["GameServerResponse"];
|
|
63960
|
+
"application/json": components["schemas"]["PrivateServersApi.GameServerResponse"];
|
|
63247
63961
|
};
|
|
63248
63962
|
};
|
|
63249
63963
|
};
|
|
@@ -63464,7 +64178,7 @@ export interface operations {
|
|
|
63464
64178
|
};
|
|
63465
64179
|
};
|
|
63466
64180
|
};
|
|
63467
|
-
|
|
64181
|
+
PrivateServers_GetMyPrivateServers: {
|
|
63468
64182
|
parameters: {
|
|
63469
64183
|
query?: {
|
|
63470
64184
|
privateServersTab?: components["schemas"]["PrivateServersTab"];
|
|
@@ -63510,7 +64224,7 @@ export interface operations {
|
|
|
63510
64224
|
};
|
|
63511
64225
|
};
|
|
63512
64226
|
};
|
|
63513
|
-
PrivateServers_GetMyPrivateServers: {
|
|
64227
|
+
"PrivateServersApi.PrivateServers_GetMyPrivateServers": {
|
|
63514
64228
|
parameters: {
|
|
63515
64229
|
query?: {
|
|
63516
64230
|
privateServersTab?: components["schemas"]["PrivateServersTab"];
|