@jacobhumston/roblox-openapi-ts 1.0.45 → 1.0.47
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 +64 -380
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -6787,13 +6787,6 @@ export interface paths {
|
|
|
6787
6787
|
};
|
|
6788
6788
|
content?: never;
|
|
6789
6789
|
};
|
|
6790
|
-
/** @description 0: Authorization has been denied for this request. */
|
|
6791
|
-
401: {
|
|
6792
|
-
headers: {
|
|
6793
|
-
[name: string]: unknown;
|
|
6794
|
-
};
|
|
6795
|
-
content?: never;
|
|
6796
|
-
};
|
|
6797
6790
|
/** @description 0: An unknown error occurred. */
|
|
6798
6791
|
500: {
|
|
6799
6792
|
headers: {
|
|
@@ -12719,107 +12712,6 @@ export interface paths {
|
|
|
12719
12712
|
};
|
|
12720
12713
|
trace?: never;
|
|
12721
12714
|
};
|
|
12722
|
-
"/v1/autolocalization/games/{gameId}/autolocalizationtable": {
|
|
12723
|
-
parameters: {
|
|
12724
|
-
query?: never;
|
|
12725
|
-
header?: never;
|
|
12726
|
-
path?: never;
|
|
12727
|
-
cookie?: never;
|
|
12728
|
-
};
|
|
12729
|
-
get?: never;
|
|
12730
|
-
put?: never;
|
|
12731
|
-
/**
|
|
12732
|
-
* @deprecated
|
|
12733
|
-
* @description Use the Autolocalization controller in LocalizationTables API
|
|
12734
|
-
*/
|
|
12735
|
-
post: {
|
|
12736
|
-
parameters: {
|
|
12737
|
-
query?: never;
|
|
12738
|
-
header?: never;
|
|
12739
|
-
path: {
|
|
12740
|
-
gameId: number;
|
|
12741
|
-
};
|
|
12742
|
-
cookie?: never;
|
|
12743
|
-
};
|
|
12744
|
-
requestBody?: never;
|
|
12745
|
-
responses: {
|
|
12746
|
-
/** @description OK */
|
|
12747
|
-
200: {
|
|
12748
|
-
headers: {
|
|
12749
|
-
[name: string]: unknown;
|
|
12750
|
-
};
|
|
12751
|
-
content: {
|
|
12752
|
-
"application/json": components["schemas"]["Roblox.GameInternationalization.Api.GameAutolocalizationInformationResponse"];
|
|
12753
|
-
"text/json": components["schemas"]["Roblox.GameInternationalization.Api.GameAutolocalizationInformationResponse"];
|
|
12754
|
-
};
|
|
12755
|
-
};
|
|
12756
|
-
/** @description 0: Authorization has been denied for this request. */
|
|
12757
|
-
401: {
|
|
12758
|
-
headers: {
|
|
12759
|
-
[name: string]: unknown;
|
|
12760
|
-
};
|
|
12761
|
-
content?: never;
|
|
12762
|
-
};
|
|
12763
|
-
/** @description 0: Token Validation Failed */
|
|
12764
|
-
403: {
|
|
12765
|
-
headers: {
|
|
12766
|
-
[name: string]: unknown;
|
|
12767
|
-
};
|
|
12768
|
-
content?: never;
|
|
12769
|
-
};
|
|
12770
|
-
};
|
|
12771
|
-
};
|
|
12772
|
-
delete?: never;
|
|
12773
|
-
options?: never;
|
|
12774
|
-
head?: never;
|
|
12775
|
-
/**
|
|
12776
|
-
* @deprecated
|
|
12777
|
-
* @description Use the Autolocalization controller in LocalizationTables API
|
|
12778
|
-
*/
|
|
12779
|
-
patch: {
|
|
12780
|
-
parameters: {
|
|
12781
|
-
query?: never;
|
|
12782
|
-
header?: never;
|
|
12783
|
-
path: {
|
|
12784
|
-
gameId: number;
|
|
12785
|
-
};
|
|
12786
|
-
cookie?: never;
|
|
12787
|
-
};
|
|
12788
|
-
requestBody: {
|
|
12789
|
-
content: {
|
|
12790
|
-
"application/json": components["schemas"]["Roblox.GameInternationalization.Api.SetAutolocalizationTableForGameRequest"];
|
|
12791
|
-
"text/json": components["schemas"]["Roblox.GameInternationalization.Api.SetAutolocalizationTableForGameRequest"];
|
|
12792
|
-
};
|
|
12793
|
-
};
|
|
12794
|
-
responses: {
|
|
12795
|
-
/** @description OK */
|
|
12796
|
-
200: {
|
|
12797
|
-
headers: {
|
|
12798
|
-
[name: string]: unknown;
|
|
12799
|
-
};
|
|
12800
|
-
content: {
|
|
12801
|
-
"application/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
|
|
12802
|
-
"text/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
|
|
12803
|
-
};
|
|
12804
|
-
};
|
|
12805
|
-
/** @description 0: Authorization has been denied for this request. */
|
|
12806
|
-
401: {
|
|
12807
|
-
headers: {
|
|
12808
|
-
[name: string]: unknown;
|
|
12809
|
-
};
|
|
12810
|
-
content?: never;
|
|
12811
|
-
};
|
|
12812
|
-
/** @description 0: Token Validation Failed */
|
|
12813
|
-
403: {
|
|
12814
|
-
headers: {
|
|
12815
|
-
[name: string]: unknown;
|
|
12816
|
-
};
|
|
12817
|
-
content?: never;
|
|
12818
|
-
};
|
|
12819
|
-
};
|
|
12820
|
-
};
|
|
12821
|
-
trace?: never;
|
|
12822
|
-
};
|
|
12823
12715
|
"/v1/autolocalization/games/{gameId}/autolocalizationtable#localizationtables.roblox.com": {
|
|
12824
12716
|
parameters: {
|
|
12825
12717
|
query?: never;
|
|
@@ -12913,87 +12805,6 @@ export interface paths {
|
|
|
12913
12805
|
};
|
|
12914
12806
|
trace?: never;
|
|
12915
12807
|
};
|
|
12916
|
-
"/v1/autolocalization/games/{gameId}/settings": {
|
|
12917
|
-
parameters: {
|
|
12918
|
-
query?: never;
|
|
12919
|
-
header?: never;
|
|
12920
|
-
path?: never;
|
|
12921
|
-
cookie?: never;
|
|
12922
|
-
};
|
|
12923
|
-
get?: never;
|
|
12924
|
-
put?: never;
|
|
12925
|
-
post?: never;
|
|
12926
|
-
delete?: never;
|
|
12927
|
-
options?: never;
|
|
12928
|
-
head?: never;
|
|
12929
|
-
/**
|
|
12930
|
-
* Sets a game's auto-localization related settings
|
|
12931
|
-
* @deprecated
|
|
12932
|
-
* @description Use the Autolocalization controller in LocalizationTables API
|
|
12933
|
-
*/
|
|
12934
|
-
patch: {
|
|
12935
|
-
parameters: {
|
|
12936
|
-
query?: never;
|
|
12937
|
-
header?: never;
|
|
12938
|
-
path: {
|
|
12939
|
-
/** @description The id of the game. */
|
|
12940
|
-
gameId: number;
|
|
12941
|
-
};
|
|
12942
|
-
cookie?: never;
|
|
12943
|
-
};
|
|
12944
|
-
/** @description The request body. */
|
|
12945
|
-
requestBody: {
|
|
12946
|
-
content: {
|
|
12947
|
-
"application/json": components["schemas"]["Roblox.GameInternationalization.Api.SetAutolocalizationSettingsForGameRequest"];
|
|
12948
|
-
"text/json": components["schemas"]["Roblox.GameInternationalization.Api.SetAutolocalizationSettingsForGameRequest"];
|
|
12949
|
-
};
|
|
12950
|
-
};
|
|
12951
|
-
responses: {
|
|
12952
|
-
/** @description OK */
|
|
12953
|
-
200: {
|
|
12954
|
-
headers: {
|
|
12955
|
-
[name: string]: unknown;
|
|
12956
|
-
};
|
|
12957
|
-
content: {
|
|
12958
|
-
"application/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
|
|
12959
|
-
"text/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
|
|
12960
|
-
};
|
|
12961
|
-
};
|
|
12962
|
-
/** @description 14: Invalid game id */
|
|
12963
|
-
400: {
|
|
12964
|
-
headers: {
|
|
12965
|
-
[name: string]: unknown;
|
|
12966
|
-
};
|
|
12967
|
-
content?: never;
|
|
12968
|
-
};
|
|
12969
|
-
/** @description 0: Authorization has been denied for this request. */
|
|
12970
|
-
401: {
|
|
12971
|
-
headers: {
|
|
12972
|
-
[name: string]: unknown;
|
|
12973
|
-
};
|
|
12974
|
-
content?: never;
|
|
12975
|
-
};
|
|
12976
|
-
/**
|
|
12977
|
-
* @description 0: Token Validation Failed
|
|
12978
|
-
* 18: You do not have permission to manage this game
|
|
12979
|
-
*/
|
|
12980
|
-
403: {
|
|
12981
|
-
headers: {
|
|
12982
|
-
[name: string]: unknown;
|
|
12983
|
-
};
|
|
12984
|
-
content?: never;
|
|
12985
|
-
};
|
|
12986
|
-
/** @description 17: Feature is disabled */
|
|
12987
|
-
503: {
|
|
12988
|
-
headers: {
|
|
12989
|
-
[name: string]: unknown;
|
|
12990
|
-
};
|
|
12991
|
-
content?: never;
|
|
12992
|
-
};
|
|
12993
|
-
};
|
|
12994
|
-
};
|
|
12995
|
-
trace?: never;
|
|
12996
|
-
};
|
|
12997
12808
|
"/v1/autolocalization/games/{gameId}/settings#localizationtables.roblox.com": {
|
|
12998
12809
|
parameters: {
|
|
12999
12810
|
query?: never;
|
|
@@ -13074,54 +12885,6 @@ export interface paths {
|
|
|
13074
12885
|
};
|
|
13075
12886
|
trace?: never;
|
|
13076
12887
|
};
|
|
13077
|
-
"/v1/autolocalization/metadata": {
|
|
13078
|
-
parameters: {
|
|
13079
|
-
query?: never;
|
|
13080
|
-
header?: never;
|
|
13081
|
-
path?: never;
|
|
13082
|
-
cookie?: never;
|
|
13083
|
-
};
|
|
13084
|
-
/**
|
|
13085
|
-
* Metadata for AutoLocalization Configuration
|
|
13086
|
-
* @deprecated
|
|
13087
|
-
* @description Use the Autolocalization controller in LocalizationTables API
|
|
13088
|
-
*/
|
|
13089
|
-
get: {
|
|
13090
|
-
parameters: {
|
|
13091
|
-
query?: never;
|
|
13092
|
-
header?: never;
|
|
13093
|
-
path?: never;
|
|
13094
|
-
cookie?: never;
|
|
13095
|
-
};
|
|
13096
|
-
requestBody?: never;
|
|
13097
|
-
responses: {
|
|
13098
|
-
/** @description OK */
|
|
13099
|
-
200: {
|
|
13100
|
-
headers: {
|
|
13101
|
-
[name: string]: unknown;
|
|
13102
|
-
};
|
|
13103
|
-
content: {
|
|
13104
|
-
"application/json": components["schemas"]["Roblox.GameInternationalization.Api.AutoLocalizationMetadataResponse"];
|
|
13105
|
-
"text/json": components["schemas"]["Roblox.GameInternationalization.Api.AutoLocalizationMetadataResponse"];
|
|
13106
|
-
};
|
|
13107
|
-
};
|
|
13108
|
-
/** @description 0: Authorization has been denied for this request. */
|
|
13109
|
-
401: {
|
|
13110
|
-
headers: {
|
|
13111
|
-
[name: string]: unknown;
|
|
13112
|
-
};
|
|
13113
|
-
content?: never;
|
|
13114
|
-
};
|
|
13115
|
-
};
|
|
13116
|
-
};
|
|
13117
|
-
put?: never;
|
|
13118
|
-
post?: never;
|
|
13119
|
-
delete?: never;
|
|
13120
|
-
options?: never;
|
|
13121
|
-
head?: never;
|
|
13122
|
-
patch?: never;
|
|
13123
|
-
trace?: never;
|
|
13124
|
-
};
|
|
13125
12888
|
"/v1/autolocalization/metadata#localizationtables.roblox.com": {
|
|
13126
12889
|
parameters: {
|
|
13127
12890
|
query?: never;
|
|
@@ -15303,8 +15066,8 @@ export interface paths {
|
|
|
15303
15066
|
[name: string]: unknown;
|
|
15304
15067
|
};
|
|
15305
15068
|
content: {
|
|
15306
|
-
"application/json": components["schemas"]["
|
|
15307
|
-
"text/json": components["schemas"]["
|
|
15069
|
+
"application/json": components["schemas"]["Roblox.ClientSettings.Api.Models.Response.ClientVersionResponse"];
|
|
15070
|
+
"text/json": components["schemas"]["Roblox.ClientSettings.Api.Models.Response.ClientVersionResponse"];
|
|
15308
15071
|
};
|
|
15309
15072
|
};
|
|
15310
15073
|
};
|
|
@@ -17814,13 +17577,6 @@ export interface paths {
|
|
|
17814
17577
|
};
|
|
17815
17578
|
content?: never;
|
|
17816
17579
|
};
|
|
17817
|
-
/** @description 0: Authorization has been denied for this request. */
|
|
17818
|
-
401: {
|
|
17819
|
-
headers: {
|
|
17820
|
-
[name: string]: unknown;
|
|
17821
|
-
};
|
|
17822
|
-
content?: never;
|
|
17823
|
-
};
|
|
17824
17580
|
/** @description 0: An unknown error occurred. */
|
|
17825
17581
|
500: {
|
|
17826
17582
|
headers: {
|
|
@@ -26587,63 +26343,6 @@ export interface paths {
|
|
|
26587
26343
|
patch?: never;
|
|
26588
26344
|
trace?: never;
|
|
26589
26345
|
};
|
|
26590
|
-
"/v1/localizationtable/gametables/{gameId}": {
|
|
26591
|
-
parameters: {
|
|
26592
|
-
query?: never;
|
|
26593
|
-
header?: never;
|
|
26594
|
-
path?: never;
|
|
26595
|
-
cookie?: never;
|
|
26596
|
-
};
|
|
26597
|
-
get?: never;
|
|
26598
|
-
put?: never;
|
|
26599
|
-
post?: never;
|
|
26600
|
-
delete?: never;
|
|
26601
|
-
options?: never;
|
|
26602
|
-
head?: never;
|
|
26603
|
-
patch: {
|
|
26604
|
-
parameters: {
|
|
26605
|
-
query?: never;
|
|
26606
|
-
header?: never;
|
|
26607
|
-
path: {
|
|
26608
|
-
gameId: number;
|
|
26609
|
-
};
|
|
26610
|
-
cookie?: never;
|
|
26611
|
-
};
|
|
26612
|
-
requestBody: {
|
|
26613
|
-
content: {
|
|
26614
|
-
"application/json": components["schemas"]["Roblox.GameInternationalization.Api.AssociateLocalizationTablesToGameRequest"];
|
|
26615
|
-
"text/json": components["schemas"]["Roblox.GameInternationalization.Api.AssociateLocalizationTablesToGameRequest"];
|
|
26616
|
-
};
|
|
26617
|
-
};
|
|
26618
|
-
responses: {
|
|
26619
|
-
/** @description OK */
|
|
26620
|
-
200: {
|
|
26621
|
-
headers: {
|
|
26622
|
-
[name: string]: unknown;
|
|
26623
|
-
};
|
|
26624
|
-
content: {
|
|
26625
|
-
"application/json": components["schemas"]["Roblox.GameInternationalization.Api.AssociateLocalizationTablesToGameResponse"];
|
|
26626
|
-
"text/json": components["schemas"]["Roblox.GameInternationalization.Api.AssociateLocalizationTablesToGameResponse"];
|
|
26627
|
-
};
|
|
26628
|
-
};
|
|
26629
|
-
/** @description 0: Authorization has been denied for this request. */
|
|
26630
|
-
401: {
|
|
26631
|
-
headers: {
|
|
26632
|
-
[name: string]: unknown;
|
|
26633
|
-
};
|
|
26634
|
-
content?: never;
|
|
26635
|
-
};
|
|
26636
|
-
/** @description 0: Token Validation Failed */
|
|
26637
|
-
403: {
|
|
26638
|
-
headers: {
|
|
26639
|
-
[name: string]: unknown;
|
|
26640
|
-
};
|
|
26641
|
-
content?: never;
|
|
26642
|
-
};
|
|
26643
|
-
};
|
|
26644
|
-
};
|
|
26645
|
-
trace?: never;
|
|
26646
|
-
};
|
|
26647
26346
|
"/v1/marAssetHash/{marAssetHash}/marCheckSum/{marCheckSum}": {
|
|
26648
26347
|
parameters: {
|
|
26649
26348
|
query?: never;
|
|
@@ -34370,6 +34069,8 @@ export interface paths {
|
|
|
34370
34069
|
userIds: number[];
|
|
34371
34070
|
/** @description Whether to include a background in the thumbnail (defaults to false) */
|
|
34372
34071
|
includeBackground?: boolean;
|
|
34072
|
+
/** @description Whether to composite the user's equipped profile frame into the thumbnail (defaults to false) */
|
|
34073
|
+
includeProfileFrame?: boolean;
|
|
34373
34074
|
/** @description The thumbnail size, formatted widthxheight */
|
|
34374
34075
|
size?: "48x48" | "50x50" | "60x60" | "75x75" | "100x100" | "110x110" | "150x150" | "180x180" | "352x352" | "420x420" | "720x720";
|
|
34375
34076
|
/** @description The thumbnail format */
|
|
@@ -44824,14 +44525,6 @@ export interface components {
|
|
|
44824
44525
|
/** Format: int32 */
|
|
44825
44526
|
rank?: number;
|
|
44826
44527
|
};
|
|
44827
|
-
"ClientSettingsApi.Roblox.ClientSettings.Api.Models.Response.ClientVersionResponse": {
|
|
44828
|
-
version?: string;
|
|
44829
|
-
clientVersionUpload?: string;
|
|
44830
|
-
bootstrapperVersion?: string;
|
|
44831
|
-
nextClientVersionUpload?: string;
|
|
44832
|
-
nextClientVersion?: string;
|
|
44833
|
-
forceInstall?: boolean;
|
|
44834
|
-
};
|
|
44835
44528
|
/** @description Get Client Status request. */
|
|
44836
44529
|
ClientStatusGetRequest: {
|
|
44837
44530
|
/**
|
|
@@ -49555,6 +49248,8 @@ export interface components {
|
|
|
49555
49248
|
publishingAdvanceRebates?: number;
|
|
49556
49249
|
/** Format: int64 */
|
|
49557
49250
|
groupAffiliatePayoutRobux?: number;
|
|
49251
|
+
/** Format: int64 */
|
|
49252
|
+
creatorRewardsPayoutRobux?: number;
|
|
49558
49253
|
};
|
|
49559
49254
|
/** @enum {string} */
|
|
49560
49255
|
RevenueSummaryTimeFrame: "Day" | "Week" | "Month" | "Year";
|
|
@@ -53157,6 +52852,7 @@ export interface components {
|
|
|
53157
52852
|
bootstrapperVersion?: string;
|
|
53158
52853
|
nextClientVersionUpload?: string;
|
|
53159
52854
|
nextClientVersion?: string;
|
|
52855
|
+
forceInstall?: boolean;
|
|
53160
52856
|
};
|
|
53161
52857
|
"Roblox.ClientSettings.Api.Models.Response.MobileClientVersionResponse": {
|
|
53162
52858
|
activeVersion?: string;
|
|
@@ -53361,6 +53057,7 @@ export interface components {
|
|
|
53361
53057
|
success?: boolean;
|
|
53362
53058
|
/** @description Captcha is set to true if captcha is required from user to perform action */
|
|
53363
53059
|
isCaptchaRequired?: boolean;
|
|
53060
|
+
notificationMuted?: boolean;
|
|
53364
53061
|
};
|
|
53365
53062
|
/** @description Response model for following or followers Count */
|
|
53366
53063
|
"Roblox.Friends.Api.FollowCountResponse": {
|
|
@@ -53636,22 +53333,6 @@ export interface components {
|
|
|
53636
53333
|
*/
|
|
53637
53334
|
count?: number;
|
|
53638
53335
|
};
|
|
53639
|
-
"Roblox.GameInternationalization.Api.AssociateLocalizationTablesToGameRequest": {
|
|
53640
|
-
tables?: components["schemas"]["Roblox.GameInternationalization.Api.LocalizationTableGameAssociation"][];
|
|
53641
|
-
};
|
|
53642
|
-
"Roblox.GameInternationalization.Api.AssociateLocalizationTablesToGameResponse": {
|
|
53643
|
-
success?: boolean;
|
|
53644
|
-
};
|
|
53645
|
-
"Roblox.GameInternationalization.Api.AutoLocalizationMetadataResponse": {
|
|
53646
|
-
/** @description Is React Implementation of AutoLocalization Settings Enabled */
|
|
53647
|
-
isReactVersionEnabledForAutoLocalizationSettings?: boolean;
|
|
53648
|
-
/** @description Is Tabbed UI Enabled for Configure Localization Page */
|
|
53649
|
-
isTabbedUIEnabledForConfigureLocalizationPage?: boolean;
|
|
53650
|
-
/** @description Is Toggle UI Enabled for Automatic Translations */
|
|
53651
|
-
isAutomaticTranslationToggleUIEnabled?: boolean;
|
|
53652
|
-
/** @description Is Quota UI Enabled for Automatic Translations */
|
|
53653
|
-
isAutomaticTranslationQuotaUIEnabled?: boolean;
|
|
53654
|
-
};
|
|
53655
53336
|
"Roblox.GameInternationalization.Api.AutomaticTranslationStatusTargetLanguage": {
|
|
53656
53337
|
/** @description The language code. */
|
|
53657
53338
|
languageCode?: string;
|
|
@@ -53685,14 +53366,6 @@ export interface components {
|
|
|
53685
53366
|
/** Format: int32 */
|
|
53686
53367
|
errorCode?: number;
|
|
53687
53368
|
};
|
|
53688
|
-
"Roblox.GameInternationalization.Api.GameAutolocalizationInformationResponse": {
|
|
53689
|
-
isAutolocalizationEnabled?: boolean;
|
|
53690
|
-
shouldUseLocalizationTable?: boolean;
|
|
53691
|
-
/** Format: uuid */
|
|
53692
|
-
autoLocalizationTableId?: string;
|
|
53693
|
-
/** Format: int64 */
|
|
53694
|
-
assetId?: number;
|
|
53695
|
-
};
|
|
53696
53369
|
/** @description A response model for getting the automatic translation allowed status of target languages. */
|
|
53697
53370
|
"Roblox.GameInternationalization.Api.GetAllowedAutomaticTranslationStatusForLanguagesResponse": {
|
|
53698
53371
|
/** @description The source language. */
|
|
@@ -53724,7 +53397,7 @@ export interface components {
|
|
|
53724
53397
|
imageId?: string;
|
|
53725
53398
|
imageUrl?: string;
|
|
53726
53399
|
/**
|
|
53727
|
-
* @description Enum for image status.
|
|
53400
|
+
* @description Enum for image status.
|
|
53728
53401
|
* @enum {string}
|
|
53729
53402
|
*/
|
|
53730
53403
|
state?: "Approved" | "PendingReview" | "UnAvailable" | "Rejected" | "Error";
|
|
@@ -53735,7 +53408,7 @@ export interface components {
|
|
|
53735
53408
|
imageId?: string;
|
|
53736
53409
|
imageUrl?: string;
|
|
53737
53410
|
/**
|
|
53738
|
-
* @description Enum for image status.
|
|
53411
|
+
* @description Enum for image status.
|
|
53739
53412
|
* @enum {string}
|
|
53740
53413
|
*/
|
|
53741
53414
|
state?: "Approved" | "PendingReview" | "UnAvailable" | "Rejected" | "Error";
|
|
@@ -53745,7 +53418,7 @@ export interface components {
|
|
|
53745
53418
|
imageId?: string;
|
|
53746
53419
|
imageUrl?: string;
|
|
53747
53420
|
/**
|
|
53748
|
-
* @description Enum for image status.
|
|
53421
|
+
* @description Enum for image status.
|
|
53749
53422
|
* @enum {string}
|
|
53750
53423
|
*/
|
|
53751
53424
|
state?: "Approved" | "PendingReview" | "UnAvailable" | "Rejected" | "Error";
|
|
@@ -53756,7 +53429,7 @@ export interface components {
|
|
|
53756
53429
|
imageId?: string;
|
|
53757
53430
|
imageUrl?: string;
|
|
53758
53431
|
/**
|
|
53759
|
-
* @description Enum for image status.
|
|
53432
|
+
* @description Enum for image status.
|
|
53760
53433
|
* @enum {string}
|
|
53761
53434
|
*/
|
|
53762
53435
|
state?: "Approved" | "PendingReview" | "UnAvailable" | "Rejected" | "Error";
|
|
@@ -53778,7 +53451,7 @@ export interface components {
|
|
|
53778
53451
|
/** Format: int64 */
|
|
53779
53452
|
contentId?: number;
|
|
53780
53453
|
/**
|
|
53781
|
-
* @description The enum representing the type of request while requesting name/description history
|
|
53454
|
+
* @description The enum representing the type of request while requesting name/description history
|
|
53782
53455
|
* @enum {string}
|
|
53783
53456
|
*/
|
|
53784
53457
|
contentType?: "UniverseDisplayNames" | "UniverseDisplayDescriptions" | "BadgeDisplayName" | "BadgeDisplayDescription" | "DeveloperProductDisplayName" | "DeveloperProductDisplayDescription" | "GamePassDisplayName" | "GamePassDisplayDescription";
|
|
@@ -53807,7 +53480,7 @@ export interface components {
|
|
|
53807
53480
|
/** @description The code of the language or locale. */
|
|
53808
53481
|
languageOrLocaleCode?: string;
|
|
53809
53482
|
/**
|
|
53810
|
-
* @description An indicator that says whether the passed in language/locale code represents a language or locale.
|
|
53483
|
+
* @description An indicator that says whether the passed in language/locale code represents a language or locale.
|
|
53811
53484
|
* @enum {string}
|
|
53812
53485
|
*/
|
|
53813
53486
|
languageOrLocaleType?: "Language" | "Locale";
|
|
@@ -53832,7 +53505,7 @@ export interface components {
|
|
|
53832
53505
|
"Roblox.GameInternationalization.Api.LanguageOrLocale": {
|
|
53833
53506
|
name?: string;
|
|
53834
53507
|
/**
|
|
53835
|
-
* @description An enum to distinguish between locale codes and language codes.
|
|
53508
|
+
* @description An enum to distinguish between locale codes and language codes.
|
|
53836
53509
|
* @enum {string}
|
|
53837
53510
|
*/
|
|
53838
53511
|
languageCodeType?: "Language" | "Locale";
|
|
@@ -53840,7 +53513,7 @@ export interface components {
|
|
|
53840
53513
|
};
|
|
53841
53514
|
"Roblox.GameInternationalization.Api.LanguageOrLocaleSettings": {
|
|
53842
53515
|
/**
|
|
53843
|
-
* @description The language code type.
|
|
53516
|
+
* @description The language code type.
|
|
53844
53517
|
* @enum {string}
|
|
53845
53518
|
*/
|
|
53846
53519
|
languageCodeType?: "Language" | "Locale";
|
|
@@ -53855,16 +53528,11 @@ export interface components {
|
|
|
53855
53528
|
languageFamily?: components["schemas"]["Roblox.GameInternationalization.Api.Language"];
|
|
53856
53529
|
childLocales?: components["schemas"]["Roblox.Localization.Client.SupportedLocale"][];
|
|
53857
53530
|
};
|
|
53858
|
-
"Roblox.GameInternationalization.Api.LocalizationTableGameAssociation": {
|
|
53859
|
-
/** Format: uuid */
|
|
53860
|
-
id?: string;
|
|
53861
|
-
dissociate?: boolean;
|
|
53862
|
-
};
|
|
53863
53531
|
"Roblox.GameInternationalization.Api.MediaAssetResponse": {
|
|
53864
53532
|
mediaAssetId?: string;
|
|
53865
53533
|
mediaAssetAltText?: string;
|
|
53866
53534
|
/**
|
|
53867
|
-
* @description Enum for image status.
|
|
53535
|
+
* @description Enum for image status.
|
|
53868
53536
|
* @enum {string}
|
|
53869
53537
|
*/
|
|
53870
53538
|
state?: "Approved" | "PendingReview" | "UnAvailable" | "Rejected" | "Error";
|
|
@@ -53906,7 +53574,7 @@ export interface components {
|
|
|
53906
53574
|
};
|
|
53907
53575
|
"Roblox.GameInternationalization.Api.PatchLanguage": {
|
|
53908
53576
|
/**
|
|
53909
|
-
* @description The language code type.
|
|
53577
|
+
* @description The language code type.
|
|
53910
53578
|
* @enum {string}
|
|
53911
53579
|
*/
|
|
53912
53580
|
languageCodeType?: "Language" | "Locale";
|
|
@@ -53933,7 +53601,7 @@ export interface components {
|
|
|
53933
53601
|
*/
|
|
53934
53602
|
endDateTime?: string;
|
|
53935
53603
|
/**
|
|
53936
|
-
* @description The report type
|
|
53604
|
+
* @description The report type
|
|
53937
53605
|
* @enum {string}
|
|
53938
53606
|
*/
|
|
53939
53607
|
reportType?: "GameTranslationStatus" | "GameTranslationStatusForTranslator" | "GameTranslationStatusForTranslatorGroup" | "Test";
|
|
@@ -53950,14 +53618,6 @@ export interface components {
|
|
|
53950
53618
|
*/
|
|
53951
53619
|
reportGenerationStatus?: "inProgress" | "ready" | "unavailable";
|
|
53952
53620
|
};
|
|
53953
|
-
"Roblox.GameInternationalization.Api.SetAutolocalizationSettingsForGameRequest": {
|
|
53954
|
-
isAutolocalizationEnabled?: boolean;
|
|
53955
|
-
shouldUseLocalizationTable?: boolean;
|
|
53956
|
-
};
|
|
53957
|
-
"Roblox.GameInternationalization.Api.SetAutolocalizationTableForGameRequest": {
|
|
53958
|
-
/** Format: uuid */
|
|
53959
|
-
tableId?: string;
|
|
53960
|
-
};
|
|
53961
53621
|
/** @description A request model for sorting of image Ids for game thumbnails */
|
|
53962
53622
|
"Roblox.GameInternationalization.Api.SortImageIdsRequest": {
|
|
53963
53623
|
/** @description List of thumbnail ids in desired order. */
|
|
@@ -53999,7 +53659,7 @@ export interface components {
|
|
|
53999
53659
|
/** Format: int32 */
|
|
54000
53660
|
count?: number;
|
|
54001
53661
|
/**
|
|
54002
|
-
* @description The enum representing a translation status.
|
|
53662
|
+
* @description The enum representing a translation status.
|
|
54003
53663
|
* @enum {string}
|
|
54004
53664
|
*/
|
|
54005
53665
|
translationStatus?: "Approved";
|
|
@@ -54012,7 +53672,7 @@ export interface components {
|
|
|
54012
53672
|
/** @description A response model that contains category info for getting a translation count. */
|
|
54013
53673
|
"Roblox.GameInternationalization.Api.TranslationCountCategoryInfoResponse": {
|
|
54014
53674
|
/**
|
|
54015
|
-
* @description The category of the translation counts.
|
|
53675
|
+
* @description The category of the translation counts.
|
|
54016
53676
|
* @enum {string}
|
|
54017
53677
|
*/
|
|
54018
53678
|
category?: "InGameContent";
|
|
@@ -54033,7 +53693,7 @@ export interface components {
|
|
|
54033
53693
|
*/
|
|
54034
53694
|
gameId?: number;
|
|
54035
53695
|
/**
|
|
54036
|
-
* @description The status of the response for the requested game.
|
|
53696
|
+
* @description The status of the response for the requested game.
|
|
54037
53697
|
* @enum {string}
|
|
54038
53698
|
*/
|
|
54039
53699
|
status?: "LanguageOrLocaleSupportedForGame" | "LanguageOrLocaleNotSupportedForGame" | "LanguageOrLocaleIsSource" | "InsufficientPermission" | "GameDoesNotExist" | "GameDoesNotHaveTable" | "UnknownError";
|
|
@@ -54042,7 +53702,7 @@ export interface components {
|
|
|
54042
53702
|
};
|
|
54043
53703
|
"Roblox.GameInternationalization.Api.TranslationCountLanguageOrLocaleResponse": {
|
|
54044
53704
|
/**
|
|
54045
|
-
* @description The status of the response for the requested game.
|
|
53705
|
+
* @description The status of the response for the requested game.
|
|
54046
53706
|
* @enum {string}
|
|
54047
53707
|
*/
|
|
54048
53708
|
status?: "Success" | "LanguageOrLocaleNotSupportedForGame";
|
|
@@ -54050,7 +53710,7 @@ export interface components {
|
|
|
54050
53710
|
categories?: components["schemas"]["Roblox.GameInternationalization.Api.TranslationCountCategoryInfoResponse"][];
|
|
54051
53711
|
name?: string;
|
|
54052
53712
|
/**
|
|
54053
|
-
* @description An enum to distinguish between locale codes and language codes.
|
|
53713
|
+
* @description An enum to distinguish between locale codes and language codes.
|
|
54054
53714
|
* @enum {string}
|
|
54055
53715
|
*/
|
|
54056
53716
|
languageCodeType?: "Language" | "Locale";
|
|
@@ -56870,6 +56530,11 @@ export interface components {
|
|
|
56870
56530
|
headShape?: string;
|
|
56871
56531
|
/** @description Whether to include a background in avatar thumbnails (defaults to false) */
|
|
56872
56532
|
includeBackground?: boolean;
|
|
56533
|
+
/**
|
|
56534
|
+
* @description Whether to composite the user's equipped profile frame into the thumbnail (defaults to false).
|
|
56535
|
+
* When true the returned image has the frame baked in server-side.
|
|
56536
|
+
*/
|
|
56537
|
+
includeProfileFrame?: boolean;
|
|
56873
56538
|
};
|
|
56874
56539
|
"Roblox.Trades.Api.CanTradeResponse": {
|
|
56875
56540
|
/** @description Returns true if you can trade with the given user. */
|
|
@@ -56891,10 +56556,12 @@ export interface components {
|
|
|
56891
56556
|
/** @description Whether the user can trade or not. */
|
|
56892
56557
|
canTrade?: boolean;
|
|
56893
56558
|
/**
|
|
56894
|
-
* @description The trade eligibility status of the user. ['Unknown' = 0, 'Eligible' = 1, 'IneligibleTradeSystemDisabled' = 2, 'IneligibleCannotTradeWithRoblox' = 3, 'IneligibleUserNotFound' = 4, 'IneligibleMissingPremiumMembership' = 5, 'IneligibleLegalOrRegulatoryRestrictions' = 6]
|
|
56559
|
+
* @description The trade eligibility status of the user. ['Unknown' = 0, 'Eligible' = 1, 'IneligibleTradeSystemDisabled' = 2, 'IneligibleCannotTradeWithRoblox' = 3, 'IneligibleUserNotFound' = 4, 'IneligibleMissingPremiumMembership' = 5, 'IneligibleLegalOrRegulatoryRestrictions' = 6, 'IneligibleFreeTradesLimitReached' = 7]
|
|
56895
56560
|
* @enum {string}
|
|
56896
56561
|
*/
|
|
56897
|
-
tradeEligibility?: "Unknown" | "Eligible" | "IneligibleTradeSystemDisabled" | "IneligibleCannotTradeWithRoblox" | "IneligibleUserNotFound" | "IneligibleMissingPremiumMembership" | "IneligibleLegalOrRegulatoryRestrictions";
|
|
56562
|
+
tradeEligibility?: "Unknown" | "Eligible" | "IneligibleTradeSystemDisabled" | "IneligibleCannotTradeWithRoblox" | "IneligibleUserNotFound" | "IneligibleMissingPremiumMembership" | "IneligibleLegalOrRegulatoryRestrictions" | "IneligibleFreeTradesLimitReached";
|
|
56563
|
+
freeTradesAllowance?: components["schemas"]["Roblox.Trades.Api.Models.V2.FreeTradesAllowanceResponse"];
|
|
56564
|
+
currencyTransferEligibility?: components["schemas"]["Roblox.Trades.Api.Models.V2.CurrencyTransferEligibilityResponse"];
|
|
56898
56565
|
};
|
|
56899
56566
|
/** @description The response for the CanTradeWith endpoint. */
|
|
56900
56567
|
"Roblox.Trades.Api.Models.V2.CanTradeWithResponse": {
|
|
@@ -56915,6 +56582,22 @@ export interface components {
|
|
|
56915
56582
|
* @enum {string}
|
|
56916
56583
|
*/
|
|
56917
56584
|
mutualTradeEligibility?: "Unknown" | "Eligible" | "CallingUserIneligible" | "TargetUserIneligible" | "CannotTradeWithSelf" | "CallingUserPrivacySettingsRestricted";
|
|
56585
|
+
currencyTransferEligibility?: components["schemas"]["Roblox.Trades.Api.Models.V2.CurrencyTransferEligibilityResponse"];
|
|
56586
|
+
};
|
|
56587
|
+
"Roblox.Trades.Api.Models.V2.CurrencyTransferEligibilityResponse": {
|
|
56588
|
+
canSend?: boolean;
|
|
56589
|
+
canRequest?: boolean;
|
|
56590
|
+
};
|
|
56591
|
+
"Roblox.Trades.Api.Models.V2.FreeTradesAllowanceResponse": {
|
|
56592
|
+
/** Format: int32 */
|
|
56593
|
+
limit?: number;
|
|
56594
|
+
/** Format: int32 */
|
|
56595
|
+
remaining?: number;
|
|
56596
|
+
/**
|
|
56597
|
+
* @description ['Day' = 1, 'Week' = 2, 'Month' = 3, 'Year' = 4, 'Lifetime' = 5]
|
|
56598
|
+
* @enum {string}
|
|
56599
|
+
*/
|
|
56600
|
+
window?: "day" | "week" | "month" | "year" | "lifetime";
|
|
56918
56601
|
};
|
|
56919
56602
|
/** @description The response for the GetUserTradableItems endpoint. */
|
|
56920
56603
|
"Roblox.Trades.Api.Models.V2.GetUserTradableItemsResponse": {
|
|
@@ -59119,9 +58802,13 @@ export interface components {
|
|
|
59119
58802
|
robloxSelectOutgoingTotal?: number;
|
|
59120
58803
|
/** Format: int64 */
|
|
59121
58804
|
privateServerEngagementPayoutsTotal?: number;
|
|
58805
|
+
/** Format: int64 */
|
|
58806
|
+
creatorRewardsPayoutsTotal?: number;
|
|
58807
|
+
/** Format: int64 */
|
|
58808
|
+
subscriptionReferralPayoutsTotal?: number;
|
|
59122
58809
|
};
|
|
59123
58810
|
/** @enum {string} */
|
|
59124
|
-
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" | "RobloxSelectTransfer" | "PrivateServerEngagementPayout" | "CurrencySubscriptionStipend";
|
|
58811
|
+
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" | "RobloxSelectTransfer" | "PrivateServerEngagementPayout" | "CurrencySubscriptionStipend" | "SubscriptionReferralPayout" | "CreatorRewardsPayout";
|
|
59125
58812
|
TransactionUsedTypesResponse: {
|
|
59126
58813
|
HasPurchase?: boolean;
|
|
59127
58814
|
HasSale?: boolean;
|
|
@@ -59147,6 +58834,8 @@ export interface components {
|
|
|
59147
58834
|
HasTransfer?: boolean;
|
|
59148
58835
|
HasRobloxSelectTransfer?: boolean;
|
|
59149
58836
|
HasPrivateServerEngagementPayout?: boolean;
|
|
58837
|
+
HasCreatorRewardsPayout?: boolean;
|
|
58838
|
+
HasSubscriptionReferralPayout?: boolean;
|
|
59150
58839
|
};
|
|
59151
58840
|
/**
|
|
59152
58841
|
* @description Contains the text to be translated, the source language (optional), and a
|
|
@@ -67104,28 +66793,23 @@ export interface operations {
|
|
|
67104
66793
|
parameters: {
|
|
67105
66794
|
query?: {
|
|
67106
66795
|
/**
|
|
67107
|
-
* @description The maximum number of
|
|
67108
|
-
*
|
|
67109
|
-
* returned. The maximum value is 100 and higher values are set to 100.
|
|
66796
|
+
* @description The maximum number of log entries to return. Defaults to 25 and values above 100 are
|
|
66797
|
+
* capped at 100.
|
|
67110
66798
|
*/
|
|
67111
66799
|
MaxPageSize?: number;
|
|
67112
66800
|
/**
|
|
67113
|
-
* @description
|
|
67114
|
-
*
|
|
67115
|
-
* match the call that provided the page token.
|
|
66801
|
+
* @description An opaque token from a previous response. Preserve the other query parameters when
|
|
66802
|
+
* requesting the next page.
|
|
67116
66803
|
*/
|
|
67117
66804
|
PageToken?: string;
|
|
67118
66805
|
/**
|
|
67119
|
-
* @description
|
|
67120
|
-
*
|
|
67121
|
-
* Defaults to ascending, but descending ordering is also supported by
|
|
67122
|
-
* including the " desc" suffix. For example: "orderBy": "uptime desc".
|
|
66806
|
+
* @description Sorts by `message_timestamp` or `log_severity`. Append ` desc` for descending order.
|
|
66807
|
+
* Each endpoint defines its own default when this value is omitted.
|
|
67123
66808
|
*/
|
|
67124
66809
|
OrderBy?: string;
|
|
67125
66810
|
/**
|
|
67126
|
-
* @description
|
|
67127
|
-
*
|
|
67128
|
-
* - Supported operators &&, <, <=, >, >=, ==, and `in`
|
|
66811
|
+
* @description Filters log entries with CEL. Use `severity` with equality or `in`, `message_timestamp`
|
|
66812
|
+
* with comparisons, or `search` with equality or inequality for case-insensitive full-text matching.
|
|
67129
66813
|
*/
|
|
67130
66814
|
Filter?: string;
|
|
67131
66815
|
};
|