@jacobhumston/roblox-openapi-ts 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.d.ts +303 -199
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -7042,6 +7042,90 @@ export interface paths {
|
|
|
7042
7042
|
};
|
|
7043
7043
|
trace?: never;
|
|
7044
7044
|
};
|
|
7045
|
+
"/legacy-game-internationalization/v1/supported-languages/games/{gameId}/languages/{languageCode}/image-translation-status": {
|
|
7046
|
+
parameters: {
|
|
7047
|
+
query?: never;
|
|
7048
|
+
header?: never;
|
|
7049
|
+
path?: never;
|
|
7050
|
+
cookie?: never;
|
|
7051
|
+
};
|
|
7052
|
+
get?: never;
|
|
7053
|
+
put?: never;
|
|
7054
|
+
post?: never;
|
|
7055
|
+
delete?: never;
|
|
7056
|
+
options?: never;
|
|
7057
|
+
head?: never;
|
|
7058
|
+
/** Enable or disable image translation for a game and language. */
|
|
7059
|
+
patch: {
|
|
7060
|
+
parameters: {
|
|
7061
|
+
query?: never;
|
|
7062
|
+
header?: never;
|
|
7063
|
+
path: {
|
|
7064
|
+
/** @description The id of the game. */
|
|
7065
|
+
gameId: number;
|
|
7066
|
+
/** @description The language to enable or disable for image translation. */
|
|
7067
|
+
languageCode: string;
|
|
7068
|
+
};
|
|
7069
|
+
cookie?: never;
|
|
7070
|
+
};
|
|
7071
|
+
/** @description Flag to indicate if image translation should be enabled or disabled. */
|
|
7072
|
+
requestBody: {
|
|
7073
|
+
content: {
|
|
7074
|
+
"application/json": boolean;
|
|
7075
|
+
"text/json": boolean;
|
|
7076
|
+
};
|
|
7077
|
+
};
|
|
7078
|
+
responses: {
|
|
7079
|
+
/** @description OK */
|
|
7080
|
+
200: {
|
|
7081
|
+
headers: {
|
|
7082
|
+
[name: string]: unknown;
|
|
7083
|
+
};
|
|
7084
|
+
content: {
|
|
7085
|
+
"application/json": components["schemas"]["Roblox.GameInternationalization.Api.EditImageTranslationStatusForGameAndLanguageResponse"];
|
|
7086
|
+
"text/json": components["schemas"]["Roblox.GameInternationalization.Api.EditImageTranslationStatusForGameAndLanguageResponse"];
|
|
7087
|
+
};
|
|
7088
|
+
};
|
|
7089
|
+
/**
|
|
7090
|
+
* @description 14: Invalid game id
|
|
7091
|
+
* 22: Invalid language code
|
|
7092
|
+
* 53: Language is not supported for the game.
|
|
7093
|
+
* 93: Image translation cannot be enabled for language.
|
|
7094
|
+
*/
|
|
7095
|
+
400: {
|
|
7096
|
+
headers: {
|
|
7097
|
+
[name: string]: unknown;
|
|
7098
|
+
};
|
|
7099
|
+
content?: never;
|
|
7100
|
+
};
|
|
7101
|
+
/** @description 0: Authorization has been denied for this request. */
|
|
7102
|
+
401: {
|
|
7103
|
+
headers: {
|
|
7104
|
+
[name: string]: unknown;
|
|
7105
|
+
};
|
|
7106
|
+
content?: never;
|
|
7107
|
+
};
|
|
7108
|
+
/**
|
|
7109
|
+
* @description 0: Token Validation Failed
|
|
7110
|
+
* 18: You do not have permission to manage this game
|
|
7111
|
+
*/
|
|
7112
|
+
403: {
|
|
7113
|
+
headers: {
|
|
7114
|
+
[name: string]: unknown;
|
|
7115
|
+
};
|
|
7116
|
+
content?: never;
|
|
7117
|
+
};
|
|
7118
|
+
/** @description 17: Feature is disabled */
|
|
7119
|
+
503: {
|
|
7120
|
+
headers: {
|
|
7121
|
+
[name: string]: unknown;
|
|
7122
|
+
};
|
|
7123
|
+
content?: never;
|
|
7124
|
+
};
|
|
7125
|
+
};
|
|
7126
|
+
};
|
|
7127
|
+
trace?: never;
|
|
7128
|
+
};
|
|
7045
7129
|
"/legacy-game-internationalization/v1/supported-languages/games/{gameId}/languages/{languageCode}/universe-display-info-automatic-translation-settings": {
|
|
7046
7130
|
parameters: {
|
|
7047
7131
|
query?: never;
|
|
@@ -9566,94 +9650,6 @@ export interface paths {
|
|
|
9566
9650
|
patch?: never;
|
|
9567
9651
|
trace?: never;
|
|
9568
9652
|
};
|
|
9569
|
-
"/open-eval-api/v1/eval": {
|
|
9570
|
-
parameters: {
|
|
9571
|
-
query?: never;
|
|
9572
|
-
header?: never;
|
|
9573
|
-
path?: never;
|
|
9574
|
-
cookie?: never;
|
|
9575
|
-
};
|
|
9576
|
-
get?: never;
|
|
9577
|
-
put?: never;
|
|
9578
|
-
/** Performs the evaluation of the Lua script. */
|
|
9579
|
-
post: {
|
|
9580
|
-
parameters: {
|
|
9581
|
-
query?: never;
|
|
9582
|
-
header?: {
|
|
9583
|
-
/** @description Api Key (UUID). */
|
|
9584
|
-
"Roblox-Api-Key"?: string;
|
|
9585
|
-
};
|
|
9586
|
-
path?: never;
|
|
9587
|
-
cookie?: never;
|
|
9588
|
-
};
|
|
9589
|
-
requestBody?: {
|
|
9590
|
-
content: {
|
|
9591
|
-
"application/json-patch+json": components["schemas"]["EvalRequest"];
|
|
9592
|
-
"application/json": components["schemas"]["EvalRequest"];
|
|
9593
|
-
"text/json": components["schemas"]["EvalRequest"];
|
|
9594
|
-
"application/*+json": components["schemas"]["EvalRequest"];
|
|
9595
|
-
};
|
|
9596
|
-
};
|
|
9597
|
-
responses: {
|
|
9598
|
-
/** @description OK */
|
|
9599
|
-
200: {
|
|
9600
|
-
headers: {
|
|
9601
|
-
[name: string]: unknown;
|
|
9602
|
-
};
|
|
9603
|
-
content: {
|
|
9604
|
-
"application/json": components["schemas"]["EvalResponse"];
|
|
9605
|
-
};
|
|
9606
|
-
};
|
|
9607
|
-
};
|
|
9608
|
-
};
|
|
9609
|
-
delete?: never;
|
|
9610
|
-
options?: never;
|
|
9611
|
-
head?: never;
|
|
9612
|
-
patch?: never;
|
|
9613
|
-
trace?: never;
|
|
9614
|
-
};
|
|
9615
|
-
"/open-eval-api/v1/eval-records/{jobId}": {
|
|
9616
|
-
parameters: {
|
|
9617
|
-
query?: never;
|
|
9618
|
-
header?: never;
|
|
9619
|
-
path?: never;
|
|
9620
|
-
cookie?: never;
|
|
9621
|
-
};
|
|
9622
|
-
/** Gets the evaluation record by job ID. */
|
|
9623
|
-
get: {
|
|
9624
|
-
parameters: {
|
|
9625
|
-
query?: never;
|
|
9626
|
-
header?: {
|
|
9627
|
-
/** @description Api Key (UUID). */
|
|
9628
|
-
"Roblox-Api-Key"?: string;
|
|
9629
|
-
};
|
|
9630
|
-
path: {
|
|
9631
|
-
/** @description The job ID of the evaluation record. */
|
|
9632
|
-
jobId: string;
|
|
9633
|
-
};
|
|
9634
|
-
cookie?: never;
|
|
9635
|
-
};
|
|
9636
|
-
requestBody?: never;
|
|
9637
|
-
responses: {
|
|
9638
|
-
/** @description OK */
|
|
9639
|
-
200: {
|
|
9640
|
-
headers: {
|
|
9641
|
-
[name: string]: unknown;
|
|
9642
|
-
};
|
|
9643
|
-
content: {
|
|
9644
|
-
"application/json": components["schemas"]["EvalRecord"];
|
|
9645
|
-
};
|
|
9646
|
-
};
|
|
9647
|
-
};
|
|
9648
|
-
};
|
|
9649
|
-
put?: never;
|
|
9650
|
-
post?: never;
|
|
9651
|
-
delete?: never;
|
|
9652
|
-
options?: never;
|
|
9653
|
-
head?: never;
|
|
9654
|
-
patch?: never;
|
|
9655
|
-
trace?: never;
|
|
9656
|
-
};
|
|
9657
9653
|
"/ordered-data-stores/v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries": {
|
|
9658
9654
|
parameters: {
|
|
9659
9655
|
query?: never;
|
|
@@ -28376,13 +28372,6 @@ export interface paths {
|
|
|
28376
28372
|
"text/json": components["schemas"]["Roblox.Api.Avatar.Models.AvatarApiSuccessResponse"];
|
|
28377
28373
|
};
|
|
28378
28374
|
};
|
|
28379
|
-
/** @description 1: The specified userOutfitId is invalid! */
|
|
28380
|
-
400: {
|
|
28381
|
-
headers: {
|
|
28382
|
-
[name: string]: unknown;
|
|
28383
|
-
};
|
|
28384
|
-
content?: never;
|
|
28385
|
-
};
|
|
28386
28375
|
/** @description 0: Authorization has been denied for this request. */
|
|
28387
28376
|
401: {
|
|
28388
28377
|
headers: {
|
|
@@ -28400,6 +28389,13 @@ export interface paths {
|
|
|
28400
28389
|
};
|
|
28401
28390
|
content?: never;
|
|
28402
28391
|
};
|
|
28392
|
+
/** @description 1: The specified userOutfitId is invalid! */
|
|
28393
|
+
404: {
|
|
28394
|
+
headers: {
|
|
28395
|
+
[name: string]: unknown;
|
|
28396
|
+
};
|
|
28397
|
+
content?: never;
|
|
28398
|
+
};
|
|
28403
28399
|
/** @description 3: An error occurred while deleting the outfit. */
|
|
28404
28400
|
500: {
|
|
28405
28401
|
headers: {
|
|
@@ -28447,10 +28443,7 @@ export interface paths {
|
|
|
28447
28443
|
"text/json": components["schemas"]["Roblox.Api.Avatar.Models.OutfitDetailsModel"];
|
|
28448
28444
|
};
|
|
28449
28445
|
};
|
|
28450
|
-
/**
|
|
28451
|
-
* @description 1: The specified userOutfitId is invalid.
|
|
28452
|
-
* 2: The outfit for the specified userOutfit is invalid.
|
|
28453
|
-
*/
|
|
28446
|
+
/** @description 2: The outfit for the specified userOutfit is invalid. */
|
|
28454
28447
|
400: {
|
|
28455
28448
|
headers: {
|
|
28456
28449
|
[name: string]: unknown;
|
|
@@ -28464,6 +28457,13 @@ export interface paths {
|
|
|
28464
28457
|
};
|
|
28465
28458
|
content?: never;
|
|
28466
28459
|
};
|
|
28460
|
+
/** @description 1: The specified userOutfitId is invalid. */
|
|
28461
|
+
404: {
|
|
28462
|
+
headers: {
|
|
28463
|
+
[name: string]: unknown;
|
|
28464
|
+
};
|
|
28465
|
+
content?: never;
|
|
28466
|
+
};
|
|
28467
28467
|
};
|
|
28468
28468
|
};
|
|
28469
28469
|
put?: never;
|
|
@@ -31662,6 +31662,90 @@ export interface paths {
|
|
|
31662
31662
|
};
|
|
31663
31663
|
trace?: never;
|
|
31664
31664
|
};
|
|
31665
|
+
"/v1/supported-languages/games/{gameId}/languages/{languageCode}/image-translation-status": {
|
|
31666
|
+
parameters: {
|
|
31667
|
+
query?: never;
|
|
31668
|
+
header?: never;
|
|
31669
|
+
path?: never;
|
|
31670
|
+
cookie?: never;
|
|
31671
|
+
};
|
|
31672
|
+
get?: never;
|
|
31673
|
+
put?: never;
|
|
31674
|
+
post?: never;
|
|
31675
|
+
delete?: never;
|
|
31676
|
+
options?: never;
|
|
31677
|
+
head?: never;
|
|
31678
|
+
/** Enable or disable image translation for a game and language. */
|
|
31679
|
+
patch: {
|
|
31680
|
+
parameters: {
|
|
31681
|
+
query?: never;
|
|
31682
|
+
header?: never;
|
|
31683
|
+
path: {
|
|
31684
|
+
/** @description The id of the game. */
|
|
31685
|
+
gameId: number;
|
|
31686
|
+
/** @description The language to enable or disable for image translation. */
|
|
31687
|
+
languageCode: string;
|
|
31688
|
+
};
|
|
31689
|
+
cookie?: never;
|
|
31690
|
+
};
|
|
31691
|
+
/** @description Flag to indicate if image translation should be enabled or disabled. */
|
|
31692
|
+
requestBody: {
|
|
31693
|
+
content: {
|
|
31694
|
+
"application/json": boolean;
|
|
31695
|
+
"text/json": boolean;
|
|
31696
|
+
};
|
|
31697
|
+
};
|
|
31698
|
+
responses: {
|
|
31699
|
+
/** @description OK */
|
|
31700
|
+
200: {
|
|
31701
|
+
headers: {
|
|
31702
|
+
[name: string]: unknown;
|
|
31703
|
+
};
|
|
31704
|
+
content: {
|
|
31705
|
+
"application/json": components["schemas"]["Roblox.GameInternationalization.Api.EditImageTranslationStatusForGameAndLanguageResponse"];
|
|
31706
|
+
"text/json": components["schemas"]["Roblox.GameInternationalization.Api.EditImageTranslationStatusForGameAndLanguageResponse"];
|
|
31707
|
+
};
|
|
31708
|
+
};
|
|
31709
|
+
/**
|
|
31710
|
+
* @description 14: Invalid game id
|
|
31711
|
+
* 22: Invalid language code
|
|
31712
|
+
* 53: Language is not supported for the game.
|
|
31713
|
+
* 93: Image translation cannot be enabled for language.
|
|
31714
|
+
*/
|
|
31715
|
+
400: {
|
|
31716
|
+
headers: {
|
|
31717
|
+
[name: string]: unknown;
|
|
31718
|
+
};
|
|
31719
|
+
content?: never;
|
|
31720
|
+
};
|
|
31721
|
+
/** @description 0: Authorization has been denied for this request. */
|
|
31722
|
+
401: {
|
|
31723
|
+
headers: {
|
|
31724
|
+
[name: string]: unknown;
|
|
31725
|
+
};
|
|
31726
|
+
content?: never;
|
|
31727
|
+
};
|
|
31728
|
+
/**
|
|
31729
|
+
* @description 0: Token Validation Failed
|
|
31730
|
+
* 18: You do not have permission to manage this game
|
|
31731
|
+
*/
|
|
31732
|
+
403: {
|
|
31733
|
+
headers: {
|
|
31734
|
+
[name: string]: unknown;
|
|
31735
|
+
};
|
|
31736
|
+
content?: never;
|
|
31737
|
+
};
|
|
31738
|
+
/** @description 17: Feature is disabled */
|
|
31739
|
+
503: {
|
|
31740
|
+
headers: {
|
|
31741
|
+
[name: string]: unknown;
|
|
31742
|
+
};
|
|
31743
|
+
content?: never;
|
|
31744
|
+
};
|
|
31745
|
+
};
|
|
31746
|
+
};
|
|
31747
|
+
trace?: never;
|
|
31748
|
+
};
|
|
31665
31749
|
"/v1/supported-languages/games/{gameId}/languages/{languageCode}/universe-display-info-automatic-translation-settings": {
|
|
31666
31750
|
parameters: {
|
|
31667
31751
|
query?: never;
|
|
@@ -43777,6 +43861,8 @@ export interface paths {
|
|
|
43777
43861
|
* 8: Invalid assetIds
|
|
43778
43862
|
* 9: Meta does not apply to specified asset type
|
|
43779
43863
|
* 10: Required meta is not provided for the specific asset type
|
|
43864
|
+
* 12: Outfit type invalid or not permitted
|
|
43865
|
+
* 13: Invalid Scale
|
|
43780
43866
|
*/
|
|
43781
43867
|
400: {
|
|
43782
43868
|
headers: {
|
|
@@ -43868,14 +43954,14 @@ export interface paths {
|
|
|
43868
43954
|
};
|
|
43869
43955
|
};
|
|
43870
43956
|
/**
|
|
43871
|
-
* @description
|
|
43872
|
-
* 1: Must provide both assetIds and bodyColors in to update outfit contents.
|
|
43873
|
-
* 3: Body colors must be valid BrickColor IDs
|
|
43957
|
+
* @description 3: Body colors must be valid BrickColor IDs
|
|
43874
43958
|
* 4: Invalid outfit name
|
|
43875
43959
|
* 5: Asset is not wearable by you
|
|
43876
43960
|
* 8: Invalid Player Avatar Type. Valid types are R6 and R15
|
|
43877
43961
|
* 11: Meta does not apply to specified asset type
|
|
43878
43962
|
* 12: Meta is required for this specific asset type
|
|
43963
|
+
* 13: Invalid Outfit Type
|
|
43964
|
+
* 14: Invalid scale
|
|
43879
43965
|
*/
|
|
43880
43966
|
400: {
|
|
43881
43967
|
headers: {
|
|
@@ -43900,6 +43986,13 @@ export interface paths {
|
|
|
43900
43986
|
};
|
|
43901
43987
|
content?: never;
|
|
43902
43988
|
};
|
|
43989
|
+
/** @description 1: The specified userOutfit does not exist! */
|
|
43990
|
+
404: {
|
|
43991
|
+
headers: {
|
|
43992
|
+
[name: string]: unknown;
|
|
43993
|
+
};
|
|
43994
|
+
content?: never;
|
|
43995
|
+
};
|
|
43903
43996
|
/** @description 6: An error occurred while trying to update the outfit */
|
|
43904
43997
|
500: {
|
|
43905
43998
|
headers: {
|
|
@@ -48075,6 +48168,8 @@ export interface paths {
|
|
|
48075
48168
|
* 8: Invalid assetIds
|
|
48076
48169
|
* 9: Meta does not apply to specified asset type
|
|
48077
48170
|
* 10: Required meta is not provided for the specific asset type
|
|
48171
|
+
* 12: Outfit type invalid or not permitted
|
|
48172
|
+
* 13: Invalid Scale
|
|
48078
48173
|
*/
|
|
48079
48174
|
400: {
|
|
48080
48175
|
headers: {
|
|
@@ -48163,14 +48258,14 @@ export interface paths {
|
|
|
48163
48258
|
};
|
|
48164
48259
|
};
|
|
48165
48260
|
/**
|
|
48166
|
-
* @description
|
|
48167
|
-
* 1: Must provide both assetIds and bodyColors in to update outfit contents.
|
|
48168
|
-
* 3: Body colors must be valid BrickColor IDs
|
|
48261
|
+
* @description 3: Body colors must be valid BrickColor IDs
|
|
48169
48262
|
* 4: Invalid outfit name
|
|
48170
48263
|
* 5: Asset is not wearable by you
|
|
48171
48264
|
* 8: Invalid Player Avatar Type. Valid types are R6 and R15
|
|
48172
48265
|
* 11: Meta does not apply to specified asset type
|
|
48173
48266
|
* 12: Meta is required for this specific asset type
|
|
48267
|
+
* 13: Invalid Outfit Type
|
|
48268
|
+
* 14: Invalid scale
|
|
48174
48269
|
*/
|
|
48175
48270
|
400: {
|
|
48176
48271
|
headers: {
|
|
@@ -48195,6 +48290,13 @@ export interface paths {
|
|
|
48195
48290
|
};
|
|
48196
48291
|
content?: never;
|
|
48197
48292
|
};
|
|
48293
|
+
/** @description 1: The specified userOutfit does not exist! */
|
|
48294
|
+
404: {
|
|
48295
|
+
headers: {
|
|
48296
|
+
[name: string]: unknown;
|
|
48297
|
+
};
|
|
48298
|
+
content?: never;
|
|
48299
|
+
};
|
|
48198
48300
|
/** @description 6: An error occurred while trying to update the outfit */
|
|
48199
48301
|
500: {
|
|
48200
48302
|
headers: {
|
|
@@ -48241,10 +48343,7 @@ export interface paths {
|
|
|
48241
48343
|
"text/json": components["schemas"]["Roblox.Api.Avatar.Models.OutfitDetailsModelV2"];
|
|
48242
48344
|
};
|
|
48243
48345
|
};
|
|
48244
|
-
/**
|
|
48245
|
-
* @description 1: The specified userOutfitId is invalid.
|
|
48246
|
-
* 2: The outfit for the specified userOutfit is invalid.
|
|
48247
|
-
*/
|
|
48346
|
+
/** @description 2: The outfit for the specified userOutfit is invalid. */
|
|
48248
48347
|
400: {
|
|
48249
48348
|
headers: {
|
|
48250
48349
|
[name: string]: unknown;
|
|
@@ -48258,6 +48357,13 @@ export interface paths {
|
|
|
48258
48357
|
};
|
|
48259
48358
|
content?: never;
|
|
48260
48359
|
};
|
|
48360
|
+
/** @description 1: The specified userOutfitId is invalid. */
|
|
48361
|
+
404: {
|
|
48362
|
+
headers: {
|
|
48363
|
+
[name: string]: unknown;
|
|
48364
|
+
};
|
|
48365
|
+
content?: never;
|
|
48366
|
+
};
|
|
48261
48367
|
};
|
|
48262
48368
|
};
|
|
48263
48369
|
put?: never;
|
|
@@ -49117,20 +49223,6 @@ export interface components {
|
|
|
49117
49223
|
CurrencyHolderType: "Undefined" | "User" | "Group" | "UserKey";
|
|
49118
49224
|
/** @enum {string} */
|
|
49119
49225
|
CursorPagingDirection: "Forward" | "Backward";
|
|
49120
|
-
/** @description Contains information to override the default LLM endpoint and credentials. */
|
|
49121
|
-
CustomLlmInfo: {
|
|
49122
|
-
/** @description The name of the custom LLM provider (claude, gemini, openai). */
|
|
49123
|
-
name: string;
|
|
49124
|
-
/**
|
|
49125
|
-
* @description The specific model version to use (e.g., "gemini-2.5-pro-preview-03-25").
|
|
49126
|
-
* If not provided, falls back to the provider name.
|
|
49127
|
-
*/
|
|
49128
|
-
model_version?: string | null;
|
|
49129
|
-
/** @description The custom LLM endpoint URL. */
|
|
49130
|
-
url: string;
|
|
49131
|
-
/** @description The API key to access the custom LLM. */
|
|
49132
|
-
api_key?: string | null;
|
|
49133
|
-
};
|
|
49134
49226
|
/** @description The custom signal configuration using a developer created attribute. */
|
|
49135
49227
|
CustomSignalConfiguration: {
|
|
49136
49228
|
/** @description The name of the signal. */
|
|
@@ -49472,56 +49564,6 @@ export interface components {
|
|
|
49472
49564
|
/** @description A hint as to what caused the error, if applicable. */
|
|
49473
49565
|
hint?: string | null;
|
|
49474
49566
|
};
|
|
49475
|
-
EvalJsonRecord: {
|
|
49476
|
-
/** Format: int32 */
|
|
49477
|
-
passes?: number;
|
|
49478
|
-
/** Format: int32 */
|
|
49479
|
-
fails?: number;
|
|
49480
|
-
/** Format: int32 */
|
|
49481
|
-
checks?: number;
|
|
49482
|
-
warning?: string | null;
|
|
49483
|
-
error?: string | null;
|
|
49484
|
-
interruptions?: components["schemas"]["InterruptionRecord"][] | null;
|
|
49485
|
-
};
|
|
49486
|
-
EvalRecord: {
|
|
49487
|
-
/** Format: int64 */
|
|
49488
|
-
id?: number;
|
|
49489
|
-
name: string | null;
|
|
49490
|
-
user?: components["schemas"]["StudioModelEvaluations.User"];
|
|
49491
|
-
useReferenceMode?: string | null;
|
|
49492
|
-
description?: string | null;
|
|
49493
|
-
/** Format: uuid */
|
|
49494
|
-
jobId: string;
|
|
49495
|
-
inputScript: string | null;
|
|
49496
|
-
jobStatus?: string | null;
|
|
49497
|
-
results?: components["schemas"]["EvalResultRecord"][] | null;
|
|
49498
|
-
fullLogs?: string | null;
|
|
49499
|
-
evalSucceeded?: string | null;
|
|
49500
|
-
createUtc?: string | null;
|
|
49501
|
-
};
|
|
49502
|
-
/** @description The request model for the evaluation. */
|
|
49503
|
-
EvalRequest: {
|
|
49504
|
-
name: string;
|
|
49505
|
-
description?: string | null;
|
|
49506
|
-
use_reference_mode?: boolean;
|
|
49507
|
-
input_script: string;
|
|
49508
|
-
custom_llm_info?: components["schemas"]["CustomLlmInfo"];
|
|
49509
|
-
};
|
|
49510
|
-
/** @description The response model for the evaluation. */
|
|
49511
|
-
EvalResponse: {
|
|
49512
|
-
job_id?: string | null;
|
|
49513
|
-
/**
|
|
49514
|
-
* Format: int32
|
|
49515
|
-
* @description Gets or sets the status code of the response.
|
|
49516
|
-
*/
|
|
49517
|
-
status_code?: number;
|
|
49518
|
-
/** @description Gets or sets the error message associated with the response. */
|
|
49519
|
-
error?: string | null;
|
|
49520
|
-
};
|
|
49521
|
-
EvalResultRecord: {
|
|
49522
|
-
mode?: string | null;
|
|
49523
|
-
result?: components["schemas"]["EvalJsonRecord"];
|
|
49524
|
-
};
|
|
49525
49567
|
/**
|
|
49526
49568
|
* @description Enum describing the different available filter fields.
|
|
49527
49569
|
* @enum {string}
|
|
@@ -50348,17 +50390,6 @@ export interface components {
|
|
|
50348
50390
|
*/
|
|
50349
50391
|
bypassSlowMode?: boolean;
|
|
50350
50392
|
};
|
|
50351
|
-
"GroupsApi.Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_": {
|
|
50352
|
-
/** Format: int64 */
|
|
50353
|
-
id?: number;
|
|
50354
|
-
/**
|
|
50355
|
-
* Format: int32
|
|
50356
|
-
* @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]
|
|
50357
|
-
* @enum {integer}
|
|
50358
|
-
*/
|
|
50359
|
-
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;
|
|
50360
|
-
name?: string;
|
|
50361
|
-
};
|
|
50362
50393
|
HttpContent: {
|
|
50363
50394
|
readonly headers?: components["schemas"]["StringStringIEnumerableKeyValuePair"][] | null;
|
|
50364
50395
|
};
|
|
@@ -50518,11 +50549,6 @@ export interface components {
|
|
|
50518
50549
|
/** Format: int32 */
|
|
50519
50550
|
count?: number;
|
|
50520
50551
|
};
|
|
50521
|
-
InterruptionRecord: {
|
|
50522
|
-
/** Format: int32 */
|
|
50523
|
-
readonly check?: number;
|
|
50524
|
-
readonly type?: string | null;
|
|
50525
|
-
};
|
|
50526
50552
|
/** @description Represents an item in a user's inventory. */
|
|
50527
50553
|
InventoryItem: {
|
|
50528
50554
|
/**
|
|
@@ -51763,6 +51789,11 @@ export interface components {
|
|
|
51763
51789
|
expirationDate?: string;
|
|
51764
51790
|
willRenew?: boolean;
|
|
51765
51791
|
universeName?: string | null;
|
|
51792
|
+
/** Format: int64 */
|
|
51793
|
+
purchaseScheduleId?: number | null;
|
|
51794
|
+
/** Format: int64 */
|
|
51795
|
+
totalDiscountAmountInRobux?: number | null;
|
|
51796
|
+
metadata?: components["schemas"]["PrivateServerSubscriptionMetadata"] | null;
|
|
51766
51797
|
};
|
|
51767
51798
|
MyPrivateServersResponse: {
|
|
51768
51799
|
nextPageCursor?: string | null;
|
|
@@ -52266,6 +52297,9 @@ export interface components {
|
|
|
52266
52297
|
voiceSettings?: components["schemas"]["PrivateServerVoiceSettingsResponse"] | null;
|
|
52267
52298
|
link?: string | null;
|
|
52268
52299
|
};
|
|
52300
|
+
PrivateServerSubscriptionMetadata: {
|
|
52301
|
+
privateServerSubscriptionTags?: components["schemas"]["PrivateServerSubscriptionTag"][] | null;
|
|
52302
|
+
};
|
|
52269
52303
|
PrivateServerSubscriptionResponse: {
|
|
52270
52304
|
active?: boolean;
|
|
52271
52305
|
expired?: boolean;
|
|
@@ -52277,7 +52311,14 @@ export interface components {
|
|
|
52277
52311
|
hasInsufficientFunds?: boolean;
|
|
52278
52312
|
hasRecurringProfile?: boolean;
|
|
52279
52313
|
hasPriceChanged?: boolean;
|
|
52314
|
+
/** Format: int64 */
|
|
52315
|
+
purchaseScheduleId?: number | null;
|
|
52316
|
+
/** Format: int64 */
|
|
52317
|
+
totalDiscountAmountInRobux?: number | null;
|
|
52318
|
+
metadata?: components["schemas"]["PrivateServerSubscriptionMetadata"] | null;
|
|
52280
52319
|
};
|
|
52320
|
+
/** @enum {string} */
|
|
52321
|
+
PrivateServerSubscriptionTag: "Invalid" | "RobloxSubscription";
|
|
52281
52322
|
PrivateServerUpdatePermissionsRequest: {
|
|
52282
52323
|
clanAllowed?: boolean | null;
|
|
52283
52324
|
/** Format: int64 */
|
|
@@ -55704,7 +55745,7 @@ export interface components {
|
|
|
55704
55745
|
* @description The Roblox.Platform.Assets.AssetType serialized if item is an asset.
|
|
55705
55746
|
* @enum {integer}
|
|
55706
55747
|
*/
|
|
55707
|
-
assetType?: 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;
|
|
55748
|
+
assetType?: 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;
|
|
55708
55749
|
/**
|
|
55709
55750
|
* Format: int32
|
|
55710
55751
|
* @description The Roblox.Platform.Bundles.Core.BundleType serialized if item is a bundle.
|
|
@@ -55832,7 +55873,7 @@ export interface components {
|
|
|
55832
55873
|
* @description The Roblox.Platform.Assets.AssetType serialized if item is an asset.
|
|
55833
55874
|
* @enum {integer}
|
|
55834
55875
|
*/
|
|
55835
|
-
assetType?: 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;
|
|
55876
|
+
assetType?: 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;
|
|
55836
55877
|
/**
|
|
55837
55878
|
* Format: int32
|
|
55838
55879
|
* @description The Roblox.Platform.Bundles.Core.BundleType serialized if item is a bundle.
|
|
@@ -56194,6 +56235,13 @@ export interface components {
|
|
|
56194
56235
|
/** @description True if the channel supports android binaries. False otherwise. */
|
|
56195
56236
|
supportsAndroidBinaries?: boolean;
|
|
56196
56237
|
};
|
|
56238
|
+
/** @description Beta program information included in the user channel response. */
|
|
56239
|
+
"Roblox.ClientSettings.Api.Models.Response.BetaProgramInfo": {
|
|
56240
|
+
/** @description The display name of the beta program. */
|
|
56241
|
+
name?: string;
|
|
56242
|
+
/** @description The ID of the beta program. */
|
|
56243
|
+
id?: string;
|
|
56244
|
+
};
|
|
56197
56245
|
"Roblox.ClientSettings.Api.Models.Response.ClientVersionResponse": {
|
|
56198
56246
|
version?: string;
|
|
56199
56247
|
clientVersionUpload?: string;
|
|
@@ -56258,6 +56306,7 @@ export interface components {
|
|
|
56258
56306
|
channelAssignmentType?: 0 | 1 | 2 | 3 | 4 | 5;
|
|
56259
56307
|
/** @description JWT token. If the channel is not private, this is omitted. */
|
|
56260
56308
|
token?: string;
|
|
56309
|
+
program?: components["schemas"]["Roblox.ClientSettings.Api.Models.Response.BetaProgramInfo"];
|
|
56261
56310
|
};
|
|
56262
56311
|
"Roblox.Contacts.Api.Models.Response.ContactsMetadataResponseModel": {
|
|
56263
56312
|
/** Format: int32 */
|
|
@@ -56722,6 +56771,17 @@ export interface components {
|
|
|
56722
56771
|
/** @description Indicates whether or not automatic translation is currently enabled for the game and language. */
|
|
56723
56772
|
isAutomaticTranslationEnabled?: boolean;
|
|
56724
56773
|
};
|
|
56774
|
+
"Roblox.GameInternationalization.Api.EditImageTranslationStatusForGameAndLanguageResponse": {
|
|
56775
|
+
/**
|
|
56776
|
+
* Format: int64
|
|
56777
|
+
* @description The game id.
|
|
56778
|
+
*/
|
|
56779
|
+
gameId?: number;
|
|
56780
|
+
/** @description The language code. */
|
|
56781
|
+
languageCode?: string;
|
|
56782
|
+
/** @description Indicates whether image translation is currently enabled for the game and language. */
|
|
56783
|
+
isImageTranslationEnabled?: boolean;
|
|
56784
|
+
};
|
|
56725
56785
|
"Roblox.GameInternationalization.Api.FailedNameDescription": {
|
|
56726
56786
|
languageCode?: string;
|
|
56727
56787
|
/** Format: int32 */
|
|
@@ -56890,6 +56950,8 @@ export interface components {
|
|
|
56890
56950
|
languageCode?: string;
|
|
56891
56951
|
/** @description Indicates whether or not automatic translation is currently enabled for the game and language. */
|
|
56892
56952
|
isAutomaticTranslationEnabled?: boolean;
|
|
56953
|
+
/** @description Indicates whether image translation is currently enabled for the game and language. */
|
|
56954
|
+
isImageTranslationEnabled?: boolean;
|
|
56893
56955
|
};
|
|
56894
56956
|
"Roblox.GameInternationalization.Api.LanguageWithLocales": {
|
|
56895
56957
|
languageFamily?: components["schemas"]["Roblox.GameInternationalization.Api.Language"];
|
|
@@ -57286,6 +57348,14 @@ export interface components {
|
|
|
57286
57348
|
/** @description true for favor the game, false for unfavor the game. */
|
|
57287
57349
|
isFavorited?: boolean;
|
|
57288
57350
|
};
|
|
57351
|
+
/** @description Response model for game-level content metadata. */
|
|
57352
|
+
"Roblox.Games.Api.Models.Response.GameContentMetadataResponseModel": {
|
|
57353
|
+
badgePosition?: string;
|
|
57354
|
+
badgeAnalyticsId?: string;
|
|
57355
|
+
badgeType?: string;
|
|
57356
|
+
badgeIcon?: string;
|
|
57357
|
+
badgeComponentType?: string;
|
|
57358
|
+
};
|
|
57289
57359
|
/** @description Response model for getting the game creator */
|
|
57290
57360
|
"Roblox.Games.Api.Models.Response.GameCreator": {
|
|
57291
57361
|
/**
|
|
@@ -57542,6 +57612,7 @@ export interface components {
|
|
|
57542
57612
|
minimumAge?: number;
|
|
57543
57613
|
/** @description Age Recommendation display name. */
|
|
57544
57614
|
ageRecommendationDisplayName?: string;
|
|
57615
|
+
contentMetadata?: components["schemas"]["Roblox.Games.Api.Models.Response.GameContentMetadataResponseModel"];
|
|
57545
57616
|
/**
|
|
57546
57617
|
* @description Canonical URL path for the game page, e.g. /games/{placeId}/{canonical-slug}.
|
|
57547
57618
|
* It must be the same as the canonical URL (rel-canonical meta tag) on the game's EDP.
|
|
@@ -57601,10 +57672,10 @@ export interface components {
|
|
|
57601
57672
|
"Roblox.Games.Api.Models.Response.PlayabilityStatusResponse": {
|
|
57602
57673
|
/**
|
|
57603
57674
|
* Format: int32
|
|
57604
|
-
* @description The actual playability status of the universe including the reason if unplayable ['UnplayableOtherReason' = 0, 'Playable' = 1, 'GuestProhibited' = 2, 'GameUnapproved' = 3, 'IncorrectConfiguration' = 4, 'UniverseRootPlaceIsPrivate' = 5, 'InsufficientPermissionFriendsOnly' = 6, 'InsufficientPermissionGroupOnly' = 7, 'DeviceRestricted' = 8, 'UnderReview' = 9, 'PurchaseRequired' = 10, 'AccountRestricted' = 11, 'TemporarilyUnavailable' = 12, 'PlaceHasNoPublishedVersion' = 13, 'ComplianceBlocked' = 14, 'ContextualPlayabilityRegionalAvailability' = 15, 'ContextualPlayabilityRegionalCompliance' = 16, 'ContextualPlayabilityAgeRecommendationParentalControls' = 17, 'ContextualPlayabilityExperienceBlockedParentalControls' = 18, 'ContextualPlayabilityAgeGated' = 19, 'ContextualPlayabilityUnverifiedSeventeenPlusUser' = 20, 'FiatPurchaseRequired' = 21, 'FiatPurchaseDeviceRestricted' = 22, 'ContextualPlayabilityUnrated' = 23, 'ContextualPlayabilityAgeGatedByDescriptor' = 24, 'ContextualPlayabilityGeneral' = 25]
|
|
57675
|
+
* @description The actual playability status of the universe including the reason if unplayable ['UnplayableOtherReason' = 0, 'Playable' = 1, 'GuestProhibited' = 2, 'GameUnapproved' = 3, 'IncorrectConfiguration' = 4, 'UniverseRootPlaceIsPrivate' = 5, 'InsufficientPermissionFriendsOnly' = 6, 'InsufficientPermissionGroupOnly' = 7, 'DeviceRestricted' = 8, 'UnderReview' = 9, 'PurchaseRequired' = 10, 'AccountRestricted' = 11, 'TemporarilyUnavailable' = 12, 'PlaceHasNoPublishedVersion' = 13, 'ComplianceBlocked' = 14, 'ContextualPlayabilityRegionalAvailability' = 15, 'ContextualPlayabilityRegionalCompliance' = 16, 'ContextualPlayabilityAgeRecommendationParentalControls' = 17, 'ContextualPlayabilityExperienceBlockedParentalControls' = 18, 'ContextualPlayabilityAgeGated' = 19, 'ContextualPlayabilityUnverifiedSeventeenPlusUser' = 20, 'FiatPurchaseRequired' = 21, 'FiatPurchaseDeviceRestricted' = 22, 'ContextualPlayabilityUnrated' = 23, 'ContextualPlayabilityAgeGatedByDescriptor' = 24, 'ContextualPlayabilityGeneral' = 25, 'ContextualPlayabilityAgeCheckRequired' = 26, 'ContextualPlayabilityRequireParentApproval' = 27, 'ContextualPlayabilityCoreGated' = 28]
|
|
57605
57676
|
* @enum {integer}
|
|
57606
57677
|
*/
|
|
57607
|
-
playabilityStatus?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25;
|
|
57678
|
+
playabilityStatus?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28;
|
|
57608
57679
|
/** @description Whether or not the universe is playable for the user */
|
|
57609
57680
|
isPlayable?: boolean;
|
|
57610
57681
|
/**
|
|
@@ -57615,6 +57686,7 @@ export interface components {
|
|
|
57615
57686
|
/** @description Localized display text explaining why unplayable */
|
|
57616
57687
|
unplayableDisplayText?: string;
|
|
57617
57688
|
playableUxTreatment?: components["schemas"]["Roblox.Games.Api.Models.Response.PlayableUxTreatment"];
|
|
57689
|
+
upsellUxTreatment?: components["schemas"]["Roblox.Games.Api.Models.Response.UpsellUxTreatment"];
|
|
57618
57690
|
};
|
|
57619
57691
|
"Roblox.Games.Api.Models.Response.PlayableUxTreatment": {
|
|
57620
57692
|
treatment?: string;
|
|
@@ -57645,6 +57717,32 @@ export interface components {
|
|
|
57645
57717
|
/** @description Zendesk (or similar forum provider) article ID for the client to build a redirect URL. */
|
|
57646
57718
|
articleId?: string;
|
|
57647
57719
|
};
|
|
57720
|
+
/**
|
|
57721
|
+
* @description Upsell UX treatment metadata appended to a playability response when an experience is
|
|
57722
|
+
* currently playable but will be restricted under upcoming Roblox-Core content rules.
|
|
57723
|
+
* Mirrors the existing Roblox.Games.Api.Models.Response.PlayableUxTreatment contract intentionally so client
|
|
57724
|
+
* rendering can be unified.
|
|
57725
|
+
*/
|
|
57726
|
+
"Roblox.Games.Api.Models.Response.UpsellUxTreatment": {
|
|
57727
|
+
/**
|
|
57728
|
+
* @description Identifier of the client component to render (currently "ageCheckUpsell").
|
|
57729
|
+
* Absent when the upsell should not surface.
|
|
57730
|
+
*/
|
|
57731
|
+
treatment?: string;
|
|
57732
|
+
data?: components["schemas"]["Roblox.Games.Api.Models.Response.UpsellUxTreatmentData"];
|
|
57733
|
+
};
|
|
57734
|
+
/**
|
|
57735
|
+
* @description Localized strings for an Roblox.Games.Api.Models.Response.UpsellUxTreatment. Currently only carries
|
|
57736
|
+
* Roblox.Games.Api.Models.Response.UpsellUxTreatmentData.BodyText; structured to allow additional fields without breaking the
|
|
57737
|
+
* JSON contract.
|
|
57738
|
+
*/
|
|
57739
|
+
"Roblox.Games.Api.Models.Response.UpsellUxTreatmentData": {
|
|
57740
|
+
/**
|
|
57741
|
+
* @description Localized body text for the upsell banner (e.g. "You'll soon need an age check to
|
|
57742
|
+
* join this game.").
|
|
57743
|
+
*/
|
|
57744
|
+
bodyText?: string;
|
|
57745
|
+
};
|
|
57648
57746
|
/** @description A response model specific to multi-get user. */
|
|
57649
57747
|
"Roblox.Games.Api.Models.Response.VerifiedBadgeUserResponse": {
|
|
57650
57748
|
/** @description The user's verified badge status. */
|
|
@@ -58250,6 +58348,13 @@ export interface components {
|
|
|
58250
58348
|
slowmode?: 0 | 1 | 2 | 3;
|
|
58251
58349
|
/** @description Whether the group member list is visible to public. */
|
|
58252
58350
|
isMemberListVisibleToPublic?: boolean;
|
|
58351
|
+
/**
|
|
58352
|
+
* @description Whether automatic assignment of the lowest non-guest role is disabled for this group.
|
|
58353
|
+
* For non-legacy groups (created after the multi-role cutoff), this is always true.
|
|
58354
|
+
* For legacy groups, reflects the persisted GroupFeatureSettings value.
|
|
58355
|
+
* Null when the value could not be determined.
|
|
58356
|
+
*/
|
|
58357
|
+
isAutoAssignRoleDisabled?: boolean;
|
|
58253
58358
|
};
|
|
58254
58359
|
/** @description A response model for group wall post information */
|
|
58255
58360
|
"Roblox.Groups.Api.GroupWallPostV2Model": {
|
|
@@ -58394,7 +58499,7 @@ export interface components {
|
|
|
58394
58499
|
/** @description The game description. */
|
|
58395
58500
|
description?: string;
|
|
58396
58501
|
creator?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Core.CreatorType_"];
|
|
58397
|
-
rootPlace?: components["schemas"]["
|
|
58502
|
+
rootPlace?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_"];
|
|
58398
58503
|
/**
|
|
58399
58504
|
* Format: date-time
|
|
58400
58505
|
* @description When the game was created.
|
|
@@ -61688,7 +61793,7 @@ export interface components {
|
|
|
61688
61793
|
* @description Defines the different types of servers
|
|
61689
61794
|
* @enum {integer}
|
|
61690
61795
|
*/
|
|
61691
|
-
ServerType: 0 | 1 | 2 | 3;
|
|
61796
|
+
ServerType: 0 | 1 | 2 | 3 | 4 | 5;
|
|
61692
61797
|
/** @description Response to set the matchmaking scoring configuration. */
|
|
61693
61798
|
SetMatchmakingScoringConfigurationResponse: {
|
|
61694
61799
|
scoringConfiguration?: components["schemas"]["MatchmakingScoringConfiguration"];
|
|
@@ -61846,9 +61951,6 @@ export interface components {
|
|
|
61846
61951
|
key?: string | null;
|
|
61847
61952
|
value?: string[] | null;
|
|
61848
61953
|
};
|
|
61849
|
-
"StudioModelEvaluations.User": {
|
|
61850
|
-
readonly id?: string | null;
|
|
61851
|
-
};
|
|
61852
61954
|
/** @enum {string} */
|
|
61853
61955
|
SubjectType: "Invalid" | "User" | "Group" | "GroupRoleset" | "All" | "Universe";
|
|
61854
61956
|
/**
|
|
@@ -62071,6 +62173,7 @@ export interface components {
|
|
|
62071
62173
|
details?: components["schemas"]["TransactionDetailsResponse"] | null;
|
|
62072
62174
|
currency?: components["schemas"]["GenericCurrencyResponse"] | null;
|
|
62073
62175
|
purchaseToken?: string | null;
|
|
62176
|
+
transactionSubtype?: string | null;
|
|
62074
62177
|
};
|
|
62075
62178
|
TransactionRecordResponseApiPageResponse: {
|
|
62076
62179
|
previousPageCursor?: string | null;
|
|
@@ -62157,7 +62260,7 @@ export interface components {
|
|
|
62157
62260
|
licensingPaymentClawbackOutgoingTotal?: number;
|
|
62158
62261
|
};
|
|
62159
62262
|
/** @enum {string} */
|
|
62160
|
-
TransactionType: "Undefined" | "Sale" | "Purchase" | "AffiliateSale" | "DevEx" | "GroupPayout" | "AdImpressionPayout" | "CurrencyPurchase" | "TradeRobux" | "PremiumStipend" | "PendingRobux" | "EngagementPayout" | "GroupEngagementPayout" | "AdSpend" | "Summary" | "IndividualToGroup" | "CSAdjustment" | "AdsRevsharePayout" | "GroupAdsRevsharePayout" | "SubscriptionsRevsharePayout" | "GroupSubscriptionsRevsharePayout" | "SubscriptionsRevshareClawback" | "GroupSubscriptionsRevshareClawback" | "PublishingAdvanceRebates" | "AffiliatePayout" | "LicensingPayment" | "LicensingPaymentClawback";
|
|
62263
|
+
TransactionType: "Undefined" | "Sale" | "Purchase" | "AffiliateSale" | "DevEx" | "GroupPayout" | "AdImpressionPayout" | "CurrencyPurchase" | "TradeRobux" | "PremiumStipend" | "PendingRobux" | "EngagementPayout" | "GroupEngagementPayout" | "AdSpend" | "Summary" | "IndividualToGroup" | "CSAdjustment" | "AdsRevsharePayout" | "GroupAdsRevsharePayout" | "SubscriptionsRevsharePayout" | "GroupSubscriptionsRevsharePayout" | "SubscriptionsRevshareClawback" | "GroupSubscriptionsRevshareClawback" | "PublishingAdvanceRebates" | "AffiliatePayout" | "LicensingPayment" | "LicensingPaymentClawback" | "CurrencyTransfer";
|
|
62161
62264
|
TransactionUsedTypesResponse: {
|
|
62162
62265
|
HasPurchase?: boolean;
|
|
62163
62266
|
HasSale?: boolean;
|
|
@@ -62180,6 +62283,7 @@ export interface components {
|
|
|
62180
62283
|
HasGroupSubscriptionsRevsharePayout?: boolean;
|
|
62181
62284
|
HasPublishingAdvanceRebates?: boolean;
|
|
62182
62285
|
HasLicensingPayment?: boolean;
|
|
62286
|
+
HasTransfer?: boolean;
|
|
62183
62287
|
};
|
|
62184
62288
|
/**
|
|
62185
62289
|
* @description Contains the text to be translated, the source language (optional), and a
|