@jacobhumston/roblox-openapi-ts 1.0.30 → 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.
Files changed (2) hide show
  1. package/dist/types.d.ts +984 -332
  2. 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#ThumbnailsApi": {
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#LocalizationTablesApi": {
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#LocalizationTablesApi": {
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#LocalizationTablesApi": {
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#PublishApi": {
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#UsersApi": {
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#UsersApi": {
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#AccountSettingsApi": {
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#UsersApi": {
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
- /** Batch accepts group affiliate requests */
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 type of group relationship being made */
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: components["requestBodies"]["Roblox.Groups.Api.RelationshipsRequest"];
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
- /** @description 0: Token Validation Failed */
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
- /** Batch declines group affiliate requests */
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 type of group relationship being made */
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: components["requestBodies"]["Roblox.Groups.Api.RelationshipsRequest"];
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
- /** @description 0: Token Validation Failed */
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#FriendsApi": {
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#TwoStepVerificationApi": {
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["PrivateServersApi.PrivateServers_GetMyPrivateServers"];
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;
@@ -37757,10 +37998,7 @@ export interface paths {
37757
37998
  headers: {
37758
37999
  [name: string]: unknown;
37759
38000
  };
37760
- content: {
37761
- "application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
37762
- "text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
37763
- };
38001
+ content?: never;
37764
38002
  };
37765
38003
  };
37766
38004
  };
@@ -37813,10 +38051,7 @@ export interface paths {
37813
38051
  headers: {
37814
38052
  [name: string]: unknown;
37815
38053
  };
37816
- content: {
37817
- "application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
37818
- "text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
37819
- };
38054
+ content?: never;
37820
38055
  };
37821
38056
  };
37822
38057
  };
@@ -37870,10 +38105,7 @@ export interface paths {
37870
38105
  headers: {
37871
38106
  [name: string]: unknown;
37872
38107
  };
37873
- content: {
37874
- "application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
37875
- "text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
37876
- };
38108
+ content?: never;
37877
38109
  };
37878
38110
  };
37879
38111
  };
@@ -37917,10 +38149,7 @@ export interface paths {
37917
38149
  headers: {
37918
38150
  [name: string]: unknown;
37919
38151
  };
37920
- content: {
37921
- "application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"][];
37922
- "text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"][];
37923
- };
38152
+ content?: never;
37924
38153
  };
37925
38154
  };
37926
38155
  };
@@ -38941,10 +39170,7 @@ export interface paths {
38941
39170
  headers: {
38942
39171
  [name: string]: unknown;
38943
39172
  };
38944
- content: {
38945
- "application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
38946
- "text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
38947
- };
39173
+ content?: never;
38948
39174
  };
38949
39175
  };
38950
39176
  };
@@ -42902,6 +43128,9 @@ export interface components {
42902
43128
  */
42903
43129
  collectionName?: string | null;
42904
43130
  } | null;
43131
+ CreateThumbnailPersonalizationRequest: {
43132
+ homepageThumbnailIds: string[];
43133
+ };
42905
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). */
42906
43135
  CreationContext: {
42907
43136
  /** @description Desired privacy setting for the asset on creation. Only applies to asset types that support privacy override. */
@@ -43551,6 +43780,10 @@ export interface components {
43551
43780
  * @enum {string}
43552
43781
  */
43553
43782
  FilterType: "String" | "Number";
43783
+ FindThumbnailsResponse: {
43784
+ homepageThumbnails: components["schemas"]["HomepageThumbnail"][];
43785
+ nextCursor?: string | null;
43786
+ };
43554
43787
  /**
43555
43788
  * @description Represents metadata about the long-running operation corresponding to a
43556
43789
  * FlushMemoryStore request.
@@ -43692,26 +43925,6 @@ export interface components {
43692
43925
  */
43693
43926
  rateLimitedCount?: number;
43694
43927
  };
43695
- GameServerResponse: {
43696
- /** Format: uuid */
43697
- id?: string | null;
43698
- /** Format: int32 */
43699
- maxPlayers?: number;
43700
- /** Format: int32 */
43701
- playing?: number;
43702
- playerTokens?: string[] | null;
43703
- players?: components["schemas"]["PrivateServerPlayerResponse"][] | null;
43704
- /** Format: double */
43705
- fps?: number;
43706
- /** Format: int32 */
43707
- ping?: number;
43708
- name?: string | null;
43709
- /** Format: int64 */
43710
- vipServerId?: number | null;
43711
- /** Format: uuid */
43712
- accessCode?: string | null;
43713
- owner?: components["schemas"]["VerifiedBadgeUserResponse"] | null;
43714
- };
43715
43928
  GameUpdateStatus: {
43716
43929
  /** Format: uuid */
43717
43930
  id?: string;
@@ -43863,7 +44076,7 @@ export interface components {
43863
44076
  placeVersions?: components["schemas"]["PlaceVersion"][] | null;
43864
44077
  };
43865
44078
  GetPrivateServerListResponse: {
43866
- data?: components["schemas"]["GameServerResponse"][] | null;
44079
+ data?: components["schemas"]["PrivateServersApi.GameServerResponse"][] | null;
43867
44080
  previousPageCursor?: string | null;
43868
44081
  nextPageCursor?: string | null;
43869
44082
  gameJoinRestricted?: boolean;
@@ -44400,6 +44613,16 @@ export interface components {
44400
44613
  */
44401
44614
  bypassSlowMode?: boolean;
44402
44615
  };
44616
+ HomepageThumbnail: {
44617
+ homepageThumbnailId: string;
44618
+ /** Format: int64 */
44619
+ assetId: number;
44620
+ moderationStatus: components["schemas"]["ThumbnailPersonalizationApi.ModerationStatus"];
44621
+ personalizedConfigStatus: components["schemas"]["PersonalizedConfigStatus"];
44622
+ homepageThumbnailStatus: components["schemas"]["HomepageThumbnailStatus"];
44623
+ };
44624
+ /** @enum {string} */
44625
+ HomepageThumbnailStatus: "Active" | "Spammy";
44403
44626
  HttpContent: {
44404
44627
  readonly headers?: components["schemas"]["StringStringIEnumerableKeyValuePair"][] | null;
44405
44628
  };
@@ -46029,6 +46252,8 @@ export interface components {
46029
46252
  /** @description The name of the entry. */
46030
46253
  readonly id?: string;
46031
46254
  };
46255
+ /** @enum {string} */
46256
+ PersonalizedConfigStatus: "Active" | "Inactive";
46032
46257
  /** @description Represents a Roblox place. */
46033
46258
  Place: {
46034
46259
  /**
@@ -46440,6 +46665,26 @@ export interface components {
46440
46665
  PrivateServerVoiceSettingsResponse: {
46441
46666
  enabled?: boolean;
46442
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
+ };
46443
46688
  /** @enum {string} */
46444
46689
  "PrivateServersApi.SortOrder": "Asc" | "Desc";
46445
46690
  PrivateServersEnabledInUniverseResponse: {
@@ -48761,9 +49006,10 @@ export interface components {
48761
49006
  demoModeEnabled?: boolean;
48762
49007
  /**
48763
49008
  * Format: date-time
48764
- * @description When demo mode was last toggled. For client-side throttle UX.
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).
48765
49011
  */
48766
- demoModeLastChangedTime?: string;
49012
+ demoModeChangeableAfter?: string;
48767
49013
  };
48768
49014
  /** @description Model for UniverseSettings controller responses */
48769
49015
  "Roblox.Api.Develop.Models.UniverseSettingsResponseV2": {
@@ -48863,9 +49109,10 @@ export interface components {
48863
49109
  demoModeEnabled?: boolean;
48864
49110
  /**
48865
49111
  * Format: date-time
48866
- * @description When demo mode was last toggled. For client-side throttle UX.
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).
48867
49114
  */
48868
- demoModeLastChangedTime?: string;
49115
+ demoModeChangeableAfter?: string;
48869
49116
  };
48870
49117
  /** @description Team create settings of a universe */
48871
49118
  "Roblox.Api.Develop.Models.UniverseTeamCreateSettingsModel": {
@@ -49106,16 +49353,6 @@ export interface components {
49106
49353
  */
49107
49354
  platform?: "ChromeOnDesktop" | "AndroidNative" | "FirefoxOnDesktop" | "IOSNative" | "AndroidAmazon" | "IOSTencent" | "AndroidTencentService" | "IOSPushKit";
49108
49355
  };
49109
- /** @description An asset piece of metadata. */
49110
- "Roblox.AssetDelivery.Api.AssetMetadata": {
49111
- /**
49112
- * Format: int32
49113
- * @description Asset metadata type. ['UncompressedSize' = 1]
49114
- * @enum {integer}
49115
- */
49116
- metadataType?: 1;
49117
- value?: string;
49118
- };
49119
49356
  /** @description The result of being awarded a badge. */
49120
49357
  "Roblox.Badges.Api.BadgeAwardResponse": {
49121
49358
  /**
@@ -49158,6 +49395,12 @@ export interface components {
49158
49395
  * @description The max length for a badge description.
49159
49396
  */
49160
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;
49161
49404
  };
49162
49405
  /** @description A response containing badge information. */
49163
49406
  "Roblox.Badges.Api.BadgeResponse": {
@@ -50227,6 +50470,19 @@ export interface components {
50227
50470
  "Roblox.Friends.Api.Models.Response.RefreshQrSessionResponse": {
50228
50471
  Success?: boolean;
50229
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
+ };
50230
50486
  /** @description A response model representing user presence information. */
50231
50487
  "Roblox.Friends.Api.Models.Response.UserPresenceResponse": {
50232
50488
  userPresence?: components["schemas"]["Roblox.Friends.Api.Models.Response.UserPresenceResponseModel"];
@@ -51543,6 +51799,7 @@ export interface components {
51543
51799
  * (determines if "Followers" vs "Members" should be shown).
51544
51800
  */
51545
51801
  hasSocialModules?: boolean;
51802
+ communityTier?: components["schemas"]["Roblox.Groups.Client.CommunityTierInfoResponse"];
51546
51803
  };
51547
51804
  /** @description A model representing data about an Roblox.Platform.Membership.IUser */
51548
51805
  "Roblox.Groups.Api.GroupEconomyPermissionsModel": {
@@ -51596,6 +51853,11 @@ export interface components {
51596
51853
  createComments?: boolean;
51597
51854
  /** @description Remove comments permission */
51598
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;
51599
51861
  };
51600
51862
  /** @description Response model for a group join request */
51601
51863
  "Roblox.Groups.Api.GroupJoinRequestResponse": {
@@ -51955,6 +52217,7 @@ export interface components {
51955
52217
  * Null when the value could not be determined.
51956
52218
  */
51957
52219
  isAutoAssignRoleDisabled?: boolean;
52220
+ communityTier?: components["schemas"]["Roblox.Groups.Client.CommunityTierInfoResponse"];
51958
52221
  };
51959
52222
  /** @description A group roles response model */
51960
52223
  "Roblox.Groups.Api.GroupsDisplayOptionsResponse": {
@@ -52172,10 +52435,6 @@ export interface components {
52172
52435
  */
52173
52436
  maxPayoutPartners?: number;
52174
52437
  };
52175
- "Roblox.Groups.Api.RelationshipsRequest": {
52176
- /** @description The group ids being either accepted or declined */
52177
- GroupIds?: number[];
52178
- };
52179
52438
  /** @description A response model for role configuration */
52180
52439
  "Roblox.Groups.Api.RoleConfigurationResponse": {
52181
52440
  /**
@@ -52392,6 +52651,7 @@ export interface components {
52392
52651
  ViewKeywordBlockList?: boolean;
52393
52652
  BypassSlowmode?: boolean;
52394
52653
  ViewCommunityAnalytics?: boolean;
52654
+ CreateBugReports?: boolean;
52395
52655
  };
52396
52656
  };
52397
52657
  /** @description A request model for setting a users role in a group. */
@@ -52433,6 +52693,18 @@ export interface components {
52433
52693
  /** Format: date-time */
52434
52694
  updatedAt?: string;
52435
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
+ };
52436
52708
  "Roblox.Groups.Client.CreateBlockedKeywordsResponse": {
52437
52709
  createdKeywords?: components["schemas"]["Roblox.Groups.Client.BlockedKeywordModel"][];
52438
52710
  hadModeratedKeywords?: boolean;
@@ -52640,7 +52912,7 @@ export interface components {
52640
52912
  collectibleItemInstanceId?: string;
52641
52913
  /** Format: int64 */
52642
52914
  serialNumber?: number;
52643
- owner?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Agents.AgentType_"];
52915
+ owner?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Users.Client.AssociatedEntityType_"];
52644
52916
  /** Format: date-time */
52645
52917
  created?: string;
52646
52918
  /** Format: date-time */
@@ -52650,7 +52922,7 @@ export interface components {
52650
52922
  collectibleItemInstanceId?: string;
52651
52923
  /** Format: int64 */
52652
52924
  serialNumber?: number;
52653
- owner?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Agents.AgentType_"];
52925
+ owner?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Users.Client.AssociatedEntityType_"];
52654
52926
  };
52655
52927
  /** @description The user asset item model for V2 controllers. */
52656
52928
  "Roblox.Inventory.Api.V2.UserAssetItemModelV2": {
@@ -52701,18 +52973,10 @@ export interface components {
52701
52973
  * @description The creator target Id.
52702
52974
  */
52703
52975
  creatorTargetId?: number;
52704
- /**
52705
- * Format: int64
52706
- * @description The Price for onSale asset
52707
- * Note: This is now considered deprecated in favor of PriceConfiguration.
52708
- */
52709
- price?: number;
52710
- priceConfiguration?: components["schemas"]["Roblox.ItemConfiguration.Api.PriceConfigurationModel"];
52711
52976
  /** @description Is the asset archived. */
52712
52977
  isArchived?: boolean;
52713
52978
  /** @description Type of the asset. */
52714
52979
  assetType?: string;
52715
- releaseConfiguration?: components["schemas"]["Roblox.ItemConfiguration.Api.ReleaseConfigurationResponseModel"];
52716
52980
  /**
52717
52981
  * Format: date-time
52718
52982
  * @description Date asset was created.
@@ -52723,10 +52987,6 @@ export interface components {
52723
52987
  * @description Date asset was created.
52724
52988
  */
52725
52989
  updated?: string;
52726
- /** @description If the asset is delisted. */
52727
- isDelisted?: boolean;
52728
- /** @description If the asset is part of a bundle. */
52729
- isCreatedForBundle?: boolean;
52730
52990
  };
52731
52991
  /** @description Asset Status response model. */
52732
52992
  "Roblox.ItemConfiguration.Api.AssetCreationsResponse": {
@@ -52738,36 +52998,6 @@ export interface components {
52738
52998
  /** @description The asset name. */
52739
52999
  name?: string;
52740
53000
  };
52741
- /** @description Defines the configuration options for an items price. */
52742
- "Roblox.ItemConfiguration.Api.PriceConfigurationModel": {
52743
- /**
52744
- * Format: int64
52745
- * @description Gets or sets the standard price of the item in Robux.
52746
- */
52747
- priceInRobux?: number;
52748
- /**
52749
- * Format: int32
52750
- * @description Gets or sets the discount rate on the price of the item that is given to premium users
52751
- * Should not be used while applying a PremiumPriceInRobux.
52752
- */
52753
- premiumDiscountPercentage?: number;
52754
- /**
52755
- * Format: int64
52756
- * @description Gets or sets the price of the item in Robux that applies only to premium users
52757
- * Should not be used while applying a PremiumDiscountPercentage.
52758
- */
52759
- premiumPriceInRobux?: number;
52760
- /**
52761
- * Format: int64
52762
- * @description Gets or sets the price offset of the item in Robux above the price floor.
52763
- */
52764
- priceOffset?: number;
52765
- };
52766
- /** @description Defines the configuration options associated with releasing an item. */
52767
- "Roblox.ItemConfiguration.Api.ReleaseConfigurationResponseModel": {
52768
- /** @description Get or sets the sale availability locations list. */
52769
- saleAvailabilityLocations?: ("Undefined" | "Catalog" | "AllUniverses" | "MyUniverses")[];
52770
- };
52771
53001
  /** @description Model for Country Regions */
52772
53002
  "Roblox.Locale.Api.CountryRegion": {
52773
53003
  /** @description code of country region */
@@ -54341,48 +54571,6 @@ export interface components {
54341
54571
  /** @description A past username belonging to a particular userId */
54342
54572
  name?: string;
54343
54573
  };
54344
- "Roblox.Web.Assets.AssetContentRepresentationSpecifier": {
54345
- format?: string;
54346
- majorVersion?: string;
54347
- fidelity?: string;
54348
- skipGenerationIfNotExist?: boolean;
54349
- };
54350
- "Roblox.Web.Assets.AssetFormatLocation": {
54351
- assetFormat?: string;
54352
- location?: string;
54353
- assetMetadatas?: components["schemas"]["Roblox.AssetDelivery.Api.AssetMetadata"][];
54354
- };
54355
- "Roblox.Web.Assets.AssetResponseItemV1": {
54356
- location?: string;
54357
- errors?: components["schemas"]["Roblox.Web.Assets.IAssetItemError"][];
54358
- requestId?: string;
54359
- /** @description Whether the asset has been archived. */
54360
- isArchived?: boolean;
54361
- /**
54362
- * Format: int32
54363
- * @description Asset Type.
54364
- */
54365
- assetTypeId?: number;
54366
- contentRepresentationSpecifier?: components["schemas"]["Roblox.Web.Assets.AssetContentRepresentationSpecifier"];
54367
- assetMetadatas?: components["schemas"]["Roblox.AssetDelivery.Api.AssetMetadata"][];
54368
- /** @description Whether the asset is recordable in screen recordings. */
54369
- isRecordable?: boolean;
54370
- };
54371
- "Roblox.Web.Assets.AssetResponseItemV2": {
54372
- locations?: components["schemas"]["Roblox.Web.Assets.AssetFormatLocation"][];
54373
- errors?: components["schemas"]["Roblox.Web.Assets.IAssetItemError"][];
54374
- requestId?: string;
54375
- /** @description Whether the asset has been archived. */
54376
- isArchived?: boolean;
54377
- /**
54378
- * Format: int32
54379
- * @description Asset Type.
54380
- */
54381
- assetTypeId?: number;
54382
- contentRepresentationSpecifier?: components["schemas"]["Roblox.Web.Assets.AssetContentRepresentationSpecifier"];
54383
- /** @description Whether the asset is recordable in screen recordings. */
54384
- isRecordable?: boolean;
54385
- };
54386
54574
  "Roblox.Web.Assets.BatchAssetRequestItem": {
54387
54575
  assetName?: string;
54388
54576
  assetType?: string;
@@ -54417,17 +54605,6 @@ export interface components {
54417
54605
  contentRepresentationPriorityList?: string;
54418
54606
  doNotFallbackToBaselineRepresentation?: boolean;
54419
54607
  };
54420
- "Roblox.Web.Assets.IAssetItemError": {
54421
- /** Format: int32 */
54422
- Code?: number;
54423
- Message?: string;
54424
- /**
54425
- * Format: int32
54426
- * @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]
54427
- * @enum {integer}
54428
- */
54429
- 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;
54430
- };
54431
54608
  "Roblox.Web.Captcha.Models.Request.CaptchaTokenRequest": {
54432
54609
  captchaId?: string;
54433
54610
  captchaToken?: string;
@@ -54626,48 +54803,48 @@ export interface components {
54626
54803
  */
54627
54804
  updated?: string;
54628
54805
  };
54629
- "Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Agents.AgentType_": {
54806
+ "Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_": {
54630
54807
  /** Format: int64 */
54631
54808
  id?: number;
54632
54809
  /**
54633
54810
  * Format: int32
54634
- * @description ['User' = 1, 'Group' = 2]
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]
54635
54812
  * @enum {integer}
54636
54813
  */
54637
- 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;
54638
54815
  name?: string;
54639
54816
  };
54640
- "Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_": {
54817
+ "Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Badges.BadgeAwarderType_": {
54641
54818
  /** Format: int64 */
54642
54819
  id?: number;
54643
54820
  /**
54644
54821
  * Format: int32
54645
- * @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]
54822
+ * @description ['Place' = 1]
54646
54823
  * @enum {integer}
54647
54824
  */
54648
- 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;
54825
+ type?: 1;
54649
54826
  name?: string;
54650
54827
  };
54651
- "Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Badges.BadgeAwarderType_": {
54828
+ "Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Core.CreatorType_": {
54652
54829
  /** Format: int64 */
54653
54830
  id?: number;
54654
54831
  /**
54655
54832
  * Format: int32
54656
- * @description ['Place' = 1]
54833
+ * @description ['User' = 0, 'Group' = 1]
54657
54834
  * @enum {integer}
54658
54835
  */
54659
- type?: 1;
54836
+ type?: 0 | 1;
54660
54837
  name?: string;
54661
54838
  };
54662
- "Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Core.CreatorType_": {
54839
+ "Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Users.Client.AssociatedEntityType_": {
54663
54840
  /** Format: int64 */
54664
54841
  id?: number;
54665
54842
  /**
54666
54843
  * Format: int32
54667
- * @description ['User' = 0, 'Group' = 1]
54844
+ * @description ['User' = 1, 'Group' = 2]
54668
54845
  * @enum {integer}
54669
54846
  */
54670
- type?: 0 | 1;
54847
+ type?: 1 | 2;
54671
54848
  name?: string;
54672
54849
  };
54673
54850
  "Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Web.Responses.Groups.GroupOwnerType_": {
@@ -54859,6 +55036,11 @@ export interface components {
54859
55036
  nextPageCursor?: string;
54860
55037
  data?: components["schemas"]["Roblox.Friends.Api.FriendRequestResponse"][];
54861
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
+ };
54862
55044
  "Roblox.Web.WebAPI.Models.ApiPageResponse_Roblox.Friends.Api.Models.Response.UserResponse_": {
54863
55045
  previousPageCursor?: string;
54864
55046
  nextPageCursor?: string;
@@ -55227,11 +55409,13 @@ export interface components {
55227
55409
  full?: boolean;
55228
55410
  /** @description Whether the server has been shutdown. */
55229
55411
  shutDown?: boolean;
55412
+ /** @description Creator-visible server status. */
55413
+ status?: components["schemas"]["ServerStatus"];
55230
55414
  /**
55231
- * @description Why the server has been shutdown.
55232
- * Unspecified if ServerManagementService.V2.Models.GameServer.ShutDown is false.
55415
+ * Format: date-time
55416
+ * @description The time the server terminated. Null while ServerManagementService.V2.Models.GameServer.ShutDown is false.
55233
55417
  */
55234
- reasonForShutdown?: components["schemas"]["ShutdownReason"];
55418
+ terminationTime?: string | null;
55235
55419
  /** @description The list of PlayerIds in the server */
55236
55420
  playerIds?: number[] | null;
55237
55421
  };
@@ -55251,10 +55435,20 @@ export interface components {
55251
55435
  previousPageToken?: string | null;
55252
55436
  /**
55253
55437
  * Format: int32
55254
- * @description Total number of game servers that match the filter (across all pages).
55255
- * Omitted if the backend does not provide a total count.
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.
55256
55440
  */
55257
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;
55258
55452
  };
55259
55453
  "ServerManagementService.ProblemDetails": {
55260
55454
  type?: string | null;
@@ -55282,6 +55476,12 @@ export interface components {
55282
55476
  constantValue?: number | null;
55283
55477
  playerAttribute?: components["schemas"]["MatchmakingAttributeReference"];
55284
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";
55285
55485
  /**
55286
55486
  * Format: int32
55287
55487
  * @description Defines the different types of servers
@@ -55348,12 +55548,6 @@ export interface components {
55348
55548
  */
55349
55549
  gameId?: string | null;
55350
55550
  };
55351
- /**
55352
- * Format: int32
55353
- * @description Defines the reason a server was shut down
55354
- * @enum {integer}
55355
- */
55356
- ShutdownReason: 0 | 1 | 2 | 3 | 4 | 5;
55357
55551
  SkinnyUserResponse: {
55358
55552
  /** Format: int64 */
55359
55553
  id?: number;
@@ -55585,6 +55779,8 @@ export interface components {
55585
55779
  */
55586
55780
  reason?: "EXPIRATION_REASON_UNSPECIFIED" | "PRODUCT_INACTIVE" | "PRODUCT_DELETED" | "SUBSCRIBER_CANCELLED" | "SUBSCRIBER_REFUNDED" | "LAPSED";
55587
55781
  };
55782
+ /** @enum {string} */
55783
+ "ThumbnailPersonalizationApi.ModerationStatus": "Reviewing" | "Rejected" | "Approved" | "Unspecified";
55588
55784
  /** @description Representation of an asset. */
55589
55785
  "ToolboxService.Asset": {
55590
55786
  /**
@@ -56150,6 +56346,32 @@ export interface components {
56150
56346
  UpdatePlaceVersionNotesResponse: {
56151
56347
  placeVersion?: components["schemas"]["PlaceVersion"] | null;
56152
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
+ };
56153
56375
  /** @description Represents any registered user of Roblox. */
56154
56376
  User: {
56155
56377
  /**
@@ -56726,13 +56948,6 @@ export interface components {
56726
56948
  "text/json": components["schemas"]["Roblox.Groups.Api.PayoutRequest"];
56727
56949
  };
56728
56950
  };
56729
- /** @description The Roblox.Groups.Api.RelationshipsRequest. */
56730
- "Roblox.Groups.Api.RelationshipsRequest": {
56731
- content: {
56732
- "application/json": components["schemas"]["Roblox.Groups.Api.RelationshipsRequest"];
56733
- "text/json": components["schemas"]["Roblox.Groups.Api.RelationshipsRequest"];
56734
- };
56735
- };
56736
56951
  /** @description The request body. */
56737
56952
  "Roblox.LocalizationTables.Api.IngestAutoScrapedContentForGameRequest": {
56738
56953
  content: {
@@ -62500,43 +62715,335 @@ export interface operations {
62500
62715
  };
62501
62716
  };
62502
62717
  };
62503
- GameServers_ListGameServers: {
62718
+ GameServers_ListGameServers: {
62719
+ parameters: {
62720
+ query?: {
62721
+ /**
62722
+ * @description The maximum number of game servers to return. The service might return
62723
+ * fewer than this value. If unspecified, at most 25 game servers are
62724
+ * returned. The maximum value is 100 and higher values are set to 100.
62725
+ */
62726
+ MaxPageSize?: number;
62727
+ /**
62728
+ * @description A page token, received from a previous call, to retrieve a subsequent page.
62729
+ * When paginating, all other parameters provided to the subsequent call must
62730
+ * match the call that provided the page token.
62731
+ */
62732
+ PageToken?: string;
62733
+ /**
62734
+ * @description Sorting is supported only for a single field at a time.
62735
+ * Example: "orderBy": "uptime"
62736
+ * Defaults to ascending, but descending ordering is also supported by
62737
+ * including the " desc" suffix. For example: "orderBy": "uptime desc".
62738
+ */
62739
+ OrderBy?: string;
62740
+ /**
62741
+ * @description This field may be set in order to filter the resources returned.
62742
+ * - CEL filtering is supported on all fields.
62743
+ * - Supported operators &&, <, <=, >, >=, ==, and `in`
62744
+ */
62745
+ Filter?: string;
62746
+ };
62747
+ header?: never;
62748
+ path: {
62749
+ /** @description The universe ID */
62750
+ universeId: number;
62751
+ /** @description The place ID */
62752
+ placeId: number;
62753
+ /** @description The version number */
62754
+ versionNumber: string;
62755
+ };
62756
+ cookie?: never;
62757
+ };
62758
+ requestBody?: never;
62759
+ responses: {
62760
+ /** @description Success */
62761
+ 200: {
62762
+ headers: {
62763
+ [name: string]: unknown;
62764
+ };
62765
+ content: {
62766
+ "application/json": components["schemas"]["ServerManagementService.ListGameServersResponse"];
62767
+ };
62768
+ };
62769
+ /** @description Bad Request */
62770
+ 400: {
62771
+ headers: {
62772
+ [name: string]: unknown;
62773
+ };
62774
+ content: {
62775
+ "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
62776
+ };
62777
+ };
62778
+ /** @description Unauthorized */
62779
+ 401: {
62780
+ headers: {
62781
+ [name: string]: unknown;
62782
+ };
62783
+ content: {
62784
+ "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
62785
+ };
62786
+ };
62787
+ /** @description Forbidden */
62788
+ 403: {
62789
+ headers: {
62790
+ [name: string]: unknown;
62791
+ };
62792
+ content: {
62793
+ "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
62794
+ };
62795
+ };
62796
+ };
62797
+ };
62798
+ GameServers_ListGameServerLogs: {
62799
+ parameters: {
62800
+ query?: {
62801
+ /**
62802
+ * @description The maximum number of game servers to return. The service might return
62803
+ * fewer than this value. If unspecified, at most 25 game servers are
62804
+ * returned. The maximum value is 100 and higher values are set to 100.
62805
+ */
62806
+ MaxPageSize?: number;
62807
+ /**
62808
+ * @description A page token, received from a previous call, to retrieve a subsequent page.
62809
+ * When paginating, all other parameters provided to the subsequent call must
62810
+ * match the call that provided the page token.
62811
+ */
62812
+ PageToken?: string;
62813
+ /**
62814
+ * @description Sorting is supported only for a single field at a time.
62815
+ * Example: "orderBy": "uptime"
62816
+ * Defaults to ascending, but descending ordering is also supported by
62817
+ * including the " desc" suffix. For example: "orderBy": "uptime desc".
62818
+ */
62819
+ OrderBy?: string;
62820
+ /**
62821
+ * @description This field may be set in order to filter the resources returned.
62822
+ * - CEL filtering is supported on all fields.
62823
+ * - Supported operators &&, <, <=, >, >=, ==, and `in`
62824
+ */
62825
+ Filter?: string;
62826
+ };
62827
+ header?: never;
62828
+ path: {
62829
+ /** @description The universe id */
62830
+ universeId: number;
62831
+ /** @description The place id */
62832
+ placeId: number;
62833
+ /** @description The version number */
62834
+ versionNumber: string;
62835
+ /** @description The server job id */
62836
+ jobId: string;
62837
+ };
62838
+ cookie?: never;
62839
+ };
62840
+ requestBody?: never;
62841
+ responses: {
62842
+ /** @description Success */
62843
+ 200: {
62844
+ headers: {
62845
+ [name: string]: unknown;
62846
+ };
62847
+ content: {
62848
+ "application/json": components["schemas"]["ListGameServerLogsResponse"];
62849
+ };
62850
+ };
62851
+ /** @description Bad Request */
62852
+ 400: {
62853
+ headers: {
62854
+ [name: string]: unknown;
62855
+ };
62856
+ content: {
62857
+ "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
62858
+ };
62859
+ };
62860
+ /** @description Unauthorized */
62861
+ 401: {
62862
+ headers: {
62863
+ [name: string]: unknown;
62864
+ };
62865
+ content: {
62866
+ "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
62867
+ };
62868
+ };
62869
+ /** @description Forbidden */
62870
+ 403: {
62871
+ headers: {
62872
+ [name: string]: unknown;
62873
+ };
62874
+ content: {
62875
+ "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
62876
+ };
62877
+ };
62878
+ };
62879
+ };
62880
+ Restarts_ListRestartStatuses: {
62881
+ parameters: {
62882
+ query?: never;
62883
+ header?: never;
62884
+ path: {
62885
+ /** @description The universe ID */
62886
+ universeId: number;
62887
+ };
62888
+ cookie?: never;
62889
+ };
62890
+ requestBody?: never;
62891
+ responses: {
62892
+ /** @description Success */
62893
+ 200: {
62894
+ headers: {
62895
+ [name: string]: unknown;
62896
+ };
62897
+ content: {
62898
+ "application/json": components["schemas"]["ListRestartStatusesResponse"];
62899
+ };
62900
+ };
62901
+ /** @description Bad Request */
62902
+ 400: {
62903
+ headers: {
62904
+ [name: string]: unknown;
62905
+ };
62906
+ content: {
62907
+ "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
62908
+ };
62909
+ };
62910
+ /** @description Unauthorized */
62911
+ 401: {
62912
+ headers: {
62913
+ [name: string]: unknown;
62914
+ };
62915
+ content: {
62916
+ "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
62917
+ };
62918
+ };
62919
+ /** @description Forbidden */
62920
+ 403: {
62921
+ headers: {
62922
+ [name: string]: unknown;
62923
+ };
62924
+ content: {
62925
+ "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
62926
+ };
62927
+ };
62928
+ };
62929
+ };
62930
+ Restarts_LaunchRestart: {
62931
+ parameters: {
62932
+ query?: never;
62933
+ header?: never;
62934
+ path: {
62935
+ /** @description The universe ID */
62936
+ universeId: number;
62937
+ };
62938
+ cookie?: never;
62939
+ };
62940
+ /** @description The launch restart request body */
62941
+ requestBody?: {
62942
+ content: {
62943
+ "application/json": components["schemas"]["LaunchRestartRequest"];
62944
+ "text/json": components["schemas"]["LaunchRestartRequest"];
62945
+ "application/*+json": components["schemas"]["LaunchRestartRequest"];
62946
+ };
62947
+ };
62948
+ responses: {
62949
+ /** @description Success */
62950
+ 200: {
62951
+ headers: {
62952
+ [name: string]: unknown;
62953
+ };
62954
+ content: {
62955
+ "application/json": components["schemas"]["LaunchRestartResponse"];
62956
+ };
62957
+ };
62958
+ /** @description Bad Request */
62959
+ 400: {
62960
+ headers: {
62961
+ [name: string]: unknown;
62962
+ };
62963
+ content: {
62964
+ "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
62965
+ };
62966
+ };
62967
+ /** @description Unauthorized */
62968
+ 401: {
62969
+ headers: {
62970
+ [name: string]: unknown;
62971
+ };
62972
+ content: {
62973
+ "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
62974
+ };
62975
+ };
62976
+ /** @description Forbidden */
62977
+ 403: {
62978
+ headers: {
62979
+ [name: string]: unknown;
62980
+ };
62981
+ content: {
62982
+ "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
62983
+ };
62984
+ };
62985
+ };
62986
+ };
62987
+ Restarts_ForecastRestart: {
62988
+ parameters: {
62989
+ query?: never;
62990
+ header?: never;
62991
+ path: {
62992
+ /** @description The universe ID */
62993
+ universeId: number;
62994
+ };
62995
+ cookie?: never;
62996
+ };
62997
+ requestBody?: never;
62998
+ responses: {
62999
+ /** @description Success */
63000
+ 200: {
63001
+ headers: {
63002
+ [name: string]: unknown;
63003
+ };
63004
+ content: {
63005
+ "application/json": components["schemas"]["ForecastRestartResponse"];
63006
+ };
63007
+ };
63008
+ /** @description Bad Request */
63009
+ 400: {
63010
+ headers: {
63011
+ [name: string]: unknown;
63012
+ };
63013
+ content: {
63014
+ "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
63015
+ };
63016
+ };
63017
+ /** @description Unauthorized */
63018
+ 401: {
63019
+ headers: {
63020
+ [name: string]: unknown;
63021
+ };
63022
+ content: {
63023
+ "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
63024
+ };
63025
+ };
63026
+ /** @description Forbidden */
63027
+ 403: {
63028
+ headers: {
63029
+ [name: string]: unknown;
63030
+ };
63031
+ content: {
63032
+ "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
63033
+ };
63034
+ };
63035
+ };
63036
+ };
63037
+ "ThumbnailPersonalizationApi.HomepageThumbnail_FindThumbnailPersonalizations": {
62504
63038
  parameters: {
62505
63039
  query?: {
62506
- /**
62507
- * @description The maximum number of game servers to return. The service might return
62508
- * fewer than this value. If unspecified, at most 25 game servers are
62509
- * returned. The maximum value is 100 and higher values are set to 100.
62510
- */
62511
- MaxPageSize?: number;
62512
- /**
62513
- * @description A page token, received from a previous call, to retrieve a subsequent page.
62514
- * When paginating, all other parameters provided to the subsequent call must
62515
- * match the call that provided the page token.
62516
- */
62517
- PageToken?: string;
62518
- /**
62519
- * @description Sorting is supported only for a single field at a time.
62520
- * Example: "orderBy": "uptime"
62521
- * Defaults to ascending, but descending ordering is also supported by
62522
- * including the " desc" suffix. For example: "orderBy": "uptime desc".
62523
- */
62524
- OrderBy?: string;
62525
- /**
62526
- * @description This field may be set in order to filter the resources returned.
62527
- * - CEL filtering is supported on all fields.
62528
- * - Supported operators &&, <, <=, >, >=, ==, and `in`
62529
- */
62530
- Filter?: string;
63040
+ status?: components["schemas"]["PersonalizedConfigStatus"];
63041
+ limit?: number;
63042
+ cursor?: string;
62531
63043
  };
62532
63044
  header?: never;
62533
63045
  path: {
62534
- /** @description The universe ID */
62535
63046
  universeId: number;
62536
- /** @description The place ID */
62537
- placeId: number;
62538
- /** @description The version number */
62539
- versionNumber: string;
62540
63047
  };
62541
63048
  cookie?: never;
62542
63049
  };
@@ -62548,7 +63055,7 @@ export interface operations {
62548
63055
  [name: string]: unknown;
62549
63056
  };
62550
63057
  content: {
62551
- "application/json": components["schemas"]["ServerManagementService.ListGameServersResponse"];
63058
+ "application/json": components["schemas"]["ActionResult"];
62552
63059
  };
62553
63060
  };
62554
63061
  /** @description Bad Request */
@@ -62557,7 +63064,7 @@ export interface operations {
62557
63064
  [name: string]: unknown;
62558
63065
  };
62559
63066
  content: {
62560
- "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
63067
+ "application/json": components["schemas"]["ActionResult"];
62561
63068
  };
62562
63069
  };
62563
63070
  /** @description Unauthorized */
@@ -62566,7 +63073,7 @@ export interface operations {
62566
63073
  [name: string]: unknown;
62567
63074
  };
62568
63075
  content: {
62569
- "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
63076
+ "application/json": components["schemas"]["ActionResult"];
62570
63077
  };
62571
63078
  };
62572
63079
  /** @description Forbidden */
@@ -62575,50 +63082,159 @@ export interface operations {
62575
63082
  [name: string]: unknown;
62576
63083
  };
62577
63084
  content: {
62578
- "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
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"];
62579
63095
  };
62580
63096
  };
62581
63097
  };
62582
63098
  };
62583
- GameServers_ListGameServerLogs: {
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": {
62584
63230
  parameters: {
62585
63231
  query?: {
62586
- /**
62587
- * @description The maximum number of game servers to return. The service might return
62588
- * fewer than this value. If unspecified, at most 25 game servers are
62589
- * returned. The maximum value is 100 and higher values are set to 100.
62590
- */
62591
- MaxPageSize?: number;
62592
- /**
62593
- * @description A page token, received from a previous call, to retrieve a subsequent page.
62594
- * When paginating, all other parameters provided to the subsequent call must
62595
- * match the call that provided the page token.
62596
- */
62597
- PageToken?: string;
62598
- /**
62599
- * @description Sorting is supported only for a single field at a time.
62600
- * Example: "orderBy": "uptime"
62601
- * Defaults to ascending, but descending ordering is also supported by
62602
- * including the " desc" suffix. For example: "orderBy": "uptime desc".
62603
- */
62604
- OrderBy?: string;
62605
- /**
62606
- * @description This field may be set in order to filter the resources returned.
62607
- * - CEL filtering is supported on all fields.
62608
- * - Supported operators &&, <, <=, >, >=, ==, and `in`
62609
- */
62610
- Filter?: string;
63232
+ limit?: number;
63233
+ nextCursor?: string;
62611
63234
  };
62612
63235
  header?: never;
62613
63236
  path: {
62614
- /** @description The universe id */
62615
63237
  universeId: number;
62616
- /** @description The place id */
62617
- placeId: number;
62618
- /** @description The version number */
62619
- versionNumber: string;
62620
- /** @description The server job id */
62621
- jobId: string;
62622
63238
  };
62623
63239
  cookie?: never;
62624
63240
  };
@@ -62630,7 +63246,7 @@ export interface operations {
62630
63246
  [name: string]: unknown;
62631
63247
  };
62632
63248
  content: {
62633
- "application/json": components["schemas"]["ListGameServerLogsResponse"];
63249
+ "application/json": components["schemas"]["FindThumbnailsResponse"];
62634
63250
  };
62635
63251
  };
62636
63252
  /** @description Bad Request */
@@ -62639,7 +63255,7 @@ export interface operations {
62639
63255
  [name: string]: unknown;
62640
63256
  };
62641
63257
  content: {
62642
- "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
63258
+ "application/json": components["schemas"]["ActionResult"];
62643
63259
  };
62644
63260
  };
62645
63261
  /** @description Unauthorized */
@@ -62648,7 +63264,7 @@ export interface operations {
62648
63264
  [name: string]: unknown;
62649
63265
  };
62650
63266
  content: {
62651
- "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
63267
+ "application/json": components["schemas"]["ActionResult"];
62652
63268
  };
62653
63269
  };
62654
63270
  /** @description Forbidden */
@@ -62657,17 +63273,27 @@ export interface operations {
62657
63273
  [name: string]: unknown;
62658
63274
  };
62659
63275
  content: {
62660
- "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
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"];
62661
63286
  };
62662
63287
  };
62663
63288
  };
62664
63289
  };
62665
- Restarts_ListRestartStatuses: {
63290
+ "ThumbnailPersonalizationApi.HomepageThumbnail_DeleteHomepageThumbnails": {
62666
63291
  parameters: {
62667
- query?: never;
63292
+ query?: {
63293
+ homepageThumbnailIds?: string[];
63294
+ };
62668
63295
  header?: never;
62669
63296
  path: {
62670
- /** @description The universe ID */
62671
63297
  universeId: number;
62672
63298
  };
62673
63299
  cookie?: never;
@@ -62680,7 +63306,7 @@ export interface operations {
62680
63306
  [name: string]: unknown;
62681
63307
  };
62682
63308
  content: {
62683
- "application/json": components["schemas"]["ListRestartStatusesResponse"];
63309
+ "application/json": components["schemas"]["ActionResult"];
62684
63310
  };
62685
63311
  };
62686
63312
  /** @description Bad Request */
@@ -62689,7 +63315,7 @@ export interface operations {
62689
63315
  [name: string]: unknown;
62690
63316
  };
62691
63317
  content: {
62692
- "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
63318
+ "application/json": components["schemas"]["ActionResult"];
62693
63319
  };
62694
63320
  };
62695
63321
  /** @description Unauthorized */
@@ -62698,7 +63324,7 @@ export interface operations {
62698
63324
  [name: string]: unknown;
62699
63325
  };
62700
63326
  content: {
62701
- "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
63327
+ "application/json": components["schemas"]["ActionResult"];
62702
63328
  };
62703
63329
  };
62704
63330
  /** @description Forbidden */
@@ -62707,27 +63333,34 @@ export interface operations {
62707
63333
  [name: string]: unknown;
62708
63334
  };
62709
63335
  content: {
62710
- "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
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"];
62711
63346
  };
62712
63347
  };
62713
63348
  };
62714
63349
  };
62715
- Restarts_LaunchRestart: {
63350
+ "ThumbnailPersonalizationApi.HomepageThumbnail_UploadHomepageThumbnails": {
62716
63351
  parameters: {
62717
63352
  query?: never;
62718
63353
  header?: never;
62719
63354
  path: {
62720
- /** @description The universe ID */
62721
63355
  universeId: number;
62722
63356
  };
62723
63357
  cookie?: never;
62724
63358
  };
62725
- /** @description The launch restart request body */
62726
63359
  requestBody?: {
62727
63360
  content: {
62728
- "application/json": components["schemas"]["LaunchRestartRequest"];
62729
- "text/json": components["schemas"]["LaunchRestartRequest"];
62730
- "application/*+json": components["schemas"]["LaunchRestartRequest"];
63361
+ "multipart/form-data": {
63362
+ files?: string[];
63363
+ };
62731
63364
  };
62732
63365
  };
62733
63366
  responses: {
@@ -62737,7 +63370,7 @@ export interface operations {
62737
63370
  [name: string]: unknown;
62738
63371
  };
62739
63372
  content: {
62740
- "application/json": components["schemas"]["LaunchRestartResponse"];
63373
+ "application/json": components["schemas"]["UploadThumbnailsResponse"];
62741
63374
  };
62742
63375
  };
62743
63376
  /** @description Bad Request */
@@ -62746,7 +63379,7 @@ export interface operations {
62746
63379
  [name: string]: unknown;
62747
63380
  };
62748
63381
  content: {
62749
- "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
63382
+ "application/json": components["schemas"]["ActionResult"];
62750
63383
  };
62751
63384
  };
62752
63385
  /** @description Unauthorized */
@@ -62755,7 +63388,7 @@ export interface operations {
62755
63388
  [name: string]: unknown;
62756
63389
  };
62757
63390
  content: {
62758
- "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
63391
+ "application/json": components["schemas"]["ActionResult"];
62759
63392
  };
62760
63393
  };
62761
63394
  /** @description Forbidden */
@@ -62764,17 +63397,27 @@ export interface operations {
62764
63397
  [name: string]: unknown;
62765
63398
  };
62766
63399
  content: {
62767
- "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
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"];
62768
63410
  };
62769
63411
  };
62770
63412
  };
62771
63413
  };
62772
- Restarts_ForecastRestart: {
63414
+ "ThumbnailPersonalizationApi.HomepageThumbnail_GetHomepageThumbnailsStatus": {
62773
63415
  parameters: {
62774
- query?: never;
63416
+ query?: {
63417
+ operationIds?: string[];
63418
+ };
62775
63419
  header?: never;
62776
63420
  path: {
62777
- /** @description The universe ID */
62778
63421
  universeId: number;
62779
63422
  };
62780
63423
  cookie?: never;
@@ -62787,7 +63430,7 @@ export interface operations {
62787
63430
  [name: string]: unknown;
62788
63431
  };
62789
63432
  content: {
62790
- "application/json": components["schemas"]["ForecastRestartResponse"];
63433
+ "application/json": components["schemas"]["UploadThumbnailsStatusResponse"];
62791
63434
  };
62792
63435
  };
62793
63436
  /** @description Bad Request */
@@ -62796,7 +63439,7 @@ export interface operations {
62796
63439
  [name: string]: unknown;
62797
63440
  };
62798
63441
  content: {
62799
- "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
63442
+ "application/json": components["schemas"]["ActionResult"];
62800
63443
  };
62801
63444
  };
62802
63445
  /** @description Unauthorized */
@@ -62805,7 +63448,7 @@ export interface operations {
62805
63448
  [name: string]: unknown;
62806
63449
  };
62807
63450
  content: {
62808
- "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
63451
+ "application/json": components["schemas"]["ActionResult"];
62809
63452
  };
62810
63453
  };
62811
63454
  /** @description Forbidden */
@@ -62814,7 +63457,16 @@ export interface operations {
62814
63457
  [name: string]: unknown;
62815
63458
  };
62816
63459
  content: {
62817
- "application/json": components["schemas"]["ServerManagementService.ProblemDetails"];
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"];
62818
63470
  };
62819
63471
  };
62820
63472
  };
@@ -63305,7 +63957,7 @@ export interface operations {
63305
63957
  [name: string]: unknown;
63306
63958
  };
63307
63959
  content: {
63308
- "application/json": components["schemas"]["GameServerResponse"];
63960
+ "application/json": components["schemas"]["PrivateServersApi.GameServerResponse"];
63309
63961
  };
63310
63962
  };
63311
63963
  };
@@ -63526,7 +64178,7 @@ export interface operations {
63526
64178
  };
63527
64179
  };
63528
64180
  };
63529
- "PrivateServersApi.PrivateServers_GetMyPrivateServers": {
64181
+ PrivateServers_GetMyPrivateServers: {
63530
64182
  parameters: {
63531
64183
  query?: {
63532
64184
  privateServersTab?: components["schemas"]["PrivateServersTab"];
@@ -63572,7 +64224,7 @@ export interface operations {
63572
64224
  };
63573
64225
  };
63574
64226
  };
63575
- PrivateServers_GetMyPrivateServers: {
64227
+ "PrivateServersApi.PrivateServers_GetMyPrivateServers": {
63576
64228
  parameters: {
63577
64229
  query?: {
63578
64230
  privateServersTab?: components["schemas"]["PrivateServersTab"];