@jacobhumston/roblox-openapi-ts 1.0.44 → 1.0.46
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 +300 -346
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -8775,7 +8775,7 @@ export interface paths {
|
|
|
8775
8775
|
parameters: {
|
|
8776
8776
|
query?: {
|
|
8777
8777
|
/** @description Filter for specific type of action performed */
|
|
8778
|
-
actionType?: "DeletePost" | "RemoveMember" | "AcceptJoinRequest" | "DeclineJoinRequest" | "PostStatus" | "ChangeRank" | "BuyAd" | "SendAllyRequest" | "CreateEnemy" | "AcceptAllyRequest" | "DeclineAllyRequest" | "DeleteAlly" | "DeleteEnemy" | "AddGroupPlace" | "RemoveGroupPlace" | "CreateItems" | "ConfigureItems" | "SpendGroupFunds" | "ChangeOwner" | "Delete" | "AdjustCurrencyAmounts" | "Abandon" | "Claim" | "Rename" | "ChangeDescription" | "InviteToClan" | "KickFromClan" | "CancelClanInvite" | "BuyClan" | "CreateGroupAsset" | "UpdateGroupAsset" | "ConfigureGroupAsset" | "RevertGroupAsset" | "CreateGroupDeveloperProduct" | "ConfigureGroupGame" | "CreateGroupDeveloperSubscriptionProduct" | "Lock" | "Unlock" | "CreateGamePass" | "CreateBadge" | "ConfigureBadge" | "SavePlace" | "PublishPlace" | "UpdateRolesetRank" | "UpdateRolesetData" | "BanMember" | "UnbanMember" | "CreateForumCategory" | "UpdateForumCategory" | "ArchiveForumCategory" | "DeleteForumCategory" | "DeleteForumPost" | "DeleteForumComment" | "PinForumPost" | "UnpinForumPost" | "LockForumPost" | "UnlockForumPost" | "CreateRoleset" | "DeleteRoleset" | "CreateCommerceProduct" | "SetCommerceProductActive" | "ArchiveCommerceProduct" | "AcceptCommerceProductBundlingFee" | "SetCommerceProductInactive" | "ConnectMerchant" | "DisconnectMerchant" | "JoinGroup" | "LeaveGroup" | "UpdateGroupIcon" | "UpdateGroupCoverPhoto" | "AssignRole" | "UnassignRole" | "PublishAnnouncement" | "DeleteAnnouncement" | "UpdateRoleSetPermissions" | "UpdateGroupSecuritySettings";
|
|
8778
|
+
actionType?: "DeletePost" | "RemoveMember" | "AcceptJoinRequest" | "DeclineJoinRequest" | "PostStatus" | "ChangeRank" | "BuyAd" | "SendAllyRequest" | "CreateEnemy" | "AcceptAllyRequest" | "DeclineAllyRequest" | "DeleteAlly" | "DeleteEnemy" | "AddGroupPlace" | "RemoveGroupPlace" | "CreateItems" | "ConfigureItems" | "SpendGroupFunds" | "ChangeOwner" | "Delete" | "AdjustCurrencyAmounts" | "Abandon" | "Claim" | "Rename" | "ChangeDescription" | "InviteToClan" | "KickFromClan" | "CancelClanInvite" | "BuyClan" | "CreateGroupAsset" | "UpdateGroupAsset" | "ConfigureGroupAsset" | "RevertGroupAsset" | "CreateGroupDeveloperProduct" | "ConfigureGroupGame" | "CreateGroupDeveloperSubscriptionProduct" | "Lock" | "Unlock" | "CreateGamePass" | "CreateBadge" | "ConfigureBadge" | "SavePlace" | "PublishPlace" | "UpdateRolesetRank" | "UpdateRolesetData" | "BanMember" | "UnbanMember" | "CreateForumCategory" | "UpdateForumCategory" | "ArchiveForumCategory" | "DeleteForumCategory" | "DeleteForumPost" | "DeleteForumComment" | "PinForumPost" | "UnpinForumPost" | "LockForumPost" | "UnlockForumPost" | "CreateRoleset" | "DeleteRoleset" | "CreateCommerceProduct" | "SetCommerceProductActive" | "ArchiveCommerceProduct" | "AcceptCommerceProductBundlingFee" | "SetCommerceProductInactive" | "ConnectMerchant" | "DisconnectMerchant" | "JoinGroup" | "LeaveGroup" | "UpdateGroupIcon" | "UpdateGroupCoverPhoto" | "AssignRole" | "UnassignRole" | "PublishAnnouncement" | "DeleteAnnouncement" | "UpdateRoleSetPermissions" | "UpdateGroupSecuritySettings" | "GrantEnterpriseTier" | "RevokeEnterpriseTier";
|
|
8779
8779
|
/** @description Filter for specific user id */
|
|
8780
8780
|
userId?: number;
|
|
8781
8781
|
/** @description The number of results per request. */
|
|
@@ -12719,107 +12719,6 @@ export interface paths {
|
|
|
12719
12719
|
};
|
|
12720
12720
|
trace?: never;
|
|
12721
12721
|
};
|
|
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
12722
|
"/v1/autolocalization/games/{gameId}/autolocalizationtable#localizationtables.roblox.com": {
|
|
12824
12723
|
parameters: {
|
|
12825
12724
|
query?: never;
|
|
@@ -12913,87 +12812,6 @@ export interface paths {
|
|
|
12913
12812
|
};
|
|
12914
12813
|
trace?: never;
|
|
12915
12814
|
};
|
|
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
12815
|
"/v1/autolocalization/games/{gameId}/settings#localizationtables.roblox.com": {
|
|
12998
12816
|
parameters: {
|
|
12999
12817
|
query?: never;
|
|
@@ -13074,54 +12892,6 @@ export interface paths {
|
|
|
13074
12892
|
};
|
|
13075
12893
|
trace?: never;
|
|
13076
12894
|
};
|
|
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
12895
|
"/v1/autolocalization/metadata#localizationtables.roblox.com": {
|
|
13126
12896
|
parameters: {
|
|
13127
12897
|
query?: never;
|
|
@@ -21365,7 +21135,7 @@ export interface paths {
|
|
|
21365
21135
|
parameters: {
|
|
21366
21136
|
query?: {
|
|
21367
21137
|
/** @description Filter for specific type of action performed */
|
|
21368
|
-
actionType?: "DeletePost" | "RemoveMember" | "AcceptJoinRequest" | "DeclineJoinRequest" | "PostStatus" | "ChangeRank" | "BuyAd" | "SendAllyRequest" | "CreateEnemy" | "AcceptAllyRequest" | "DeclineAllyRequest" | "DeleteAlly" | "DeleteEnemy" | "AddGroupPlace" | "RemoveGroupPlace" | "CreateItems" | "ConfigureItems" | "SpendGroupFunds" | "ChangeOwner" | "Delete" | "AdjustCurrencyAmounts" | "Abandon" | "Claim" | "Rename" | "ChangeDescription" | "InviteToClan" | "KickFromClan" | "CancelClanInvite" | "BuyClan" | "CreateGroupAsset" | "UpdateGroupAsset" | "ConfigureGroupAsset" | "RevertGroupAsset" | "CreateGroupDeveloperProduct" | "ConfigureGroupGame" | "CreateGroupDeveloperSubscriptionProduct" | "Lock" | "Unlock" | "CreateGamePass" | "CreateBadge" | "ConfigureBadge" | "SavePlace" | "PublishPlace" | "UpdateRolesetRank" | "UpdateRolesetData" | "BanMember" | "UnbanMember" | "CreateForumCategory" | "UpdateForumCategory" | "ArchiveForumCategory" | "DeleteForumCategory" | "DeleteForumPost" | "DeleteForumComment" | "PinForumPost" | "UnpinForumPost" | "LockForumPost" | "UnlockForumPost" | "CreateRoleset" | "DeleteRoleset" | "CreateCommerceProduct" | "SetCommerceProductActive" | "ArchiveCommerceProduct" | "AcceptCommerceProductBundlingFee" | "SetCommerceProductInactive" | "ConnectMerchant" | "DisconnectMerchant" | "JoinGroup" | "LeaveGroup" | "UpdateGroupIcon" | "UpdateGroupCoverPhoto" | "AssignRole" | "UnassignRole" | "PublishAnnouncement" | "DeleteAnnouncement" | "UpdateRoleSetPermissions" | "UpdateGroupSecuritySettings";
|
|
21138
|
+
actionType?: "DeletePost" | "RemoveMember" | "AcceptJoinRequest" | "DeclineJoinRequest" | "PostStatus" | "ChangeRank" | "BuyAd" | "SendAllyRequest" | "CreateEnemy" | "AcceptAllyRequest" | "DeclineAllyRequest" | "DeleteAlly" | "DeleteEnemy" | "AddGroupPlace" | "RemoveGroupPlace" | "CreateItems" | "ConfigureItems" | "SpendGroupFunds" | "ChangeOwner" | "Delete" | "AdjustCurrencyAmounts" | "Abandon" | "Claim" | "Rename" | "ChangeDescription" | "InviteToClan" | "KickFromClan" | "CancelClanInvite" | "BuyClan" | "CreateGroupAsset" | "UpdateGroupAsset" | "ConfigureGroupAsset" | "RevertGroupAsset" | "CreateGroupDeveloperProduct" | "ConfigureGroupGame" | "CreateGroupDeveloperSubscriptionProduct" | "Lock" | "Unlock" | "CreateGamePass" | "CreateBadge" | "ConfigureBadge" | "SavePlace" | "PublishPlace" | "UpdateRolesetRank" | "UpdateRolesetData" | "BanMember" | "UnbanMember" | "CreateForumCategory" | "UpdateForumCategory" | "ArchiveForumCategory" | "DeleteForumCategory" | "DeleteForumPost" | "DeleteForumComment" | "PinForumPost" | "UnpinForumPost" | "LockForumPost" | "UnlockForumPost" | "CreateRoleset" | "DeleteRoleset" | "CreateCommerceProduct" | "SetCommerceProductActive" | "ArchiveCommerceProduct" | "AcceptCommerceProductBundlingFee" | "SetCommerceProductInactive" | "ConnectMerchant" | "DisconnectMerchant" | "JoinGroup" | "LeaveGroup" | "UpdateGroupIcon" | "UpdateGroupCoverPhoto" | "AssignRole" | "UnassignRole" | "PublishAnnouncement" | "DeleteAnnouncement" | "UpdateRoleSetPermissions" | "UpdateGroupSecuritySettings" | "GrantEnterpriseTier" | "RevokeEnterpriseTier";
|
|
21369
21139
|
/** @description Filter for specific user id */
|
|
21370
21140
|
userId?: number;
|
|
21371
21141
|
/** @description The number of results per request. */
|
|
@@ -26587,63 +26357,6 @@ export interface paths {
|
|
|
26587
26357
|
patch?: never;
|
|
26588
26358
|
trace?: never;
|
|
26589
26359
|
};
|
|
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
26360
|
"/v1/marAssetHash/{marAssetHash}/marCheckSum/{marCheckSum}": {
|
|
26648
26361
|
parameters: {
|
|
26649
26362
|
query?: never;
|
|
@@ -28890,6 +28603,162 @@ export interface paths {
|
|
|
28890
28603
|
patch?: never;
|
|
28891
28604
|
trace?: never;
|
|
28892
28605
|
};
|
|
28606
|
+
"/v1/preferences/publishing": {
|
|
28607
|
+
parameters: {
|
|
28608
|
+
query?: never;
|
|
28609
|
+
header?: never;
|
|
28610
|
+
path?: never;
|
|
28611
|
+
cookie?: never;
|
|
28612
|
+
};
|
|
28613
|
+
get: {
|
|
28614
|
+
parameters: {
|
|
28615
|
+
query?: {
|
|
28616
|
+
groupId?: number;
|
|
28617
|
+
};
|
|
28618
|
+
header?: never;
|
|
28619
|
+
path?: never;
|
|
28620
|
+
cookie?: never;
|
|
28621
|
+
};
|
|
28622
|
+
requestBody?: never;
|
|
28623
|
+
responses: {
|
|
28624
|
+
/** @description OK */
|
|
28625
|
+
200: {
|
|
28626
|
+
headers: {
|
|
28627
|
+
[name: string]: unknown;
|
|
28628
|
+
};
|
|
28629
|
+
content: {
|
|
28630
|
+
"application/json": components["schemas"]["Roblox.ItemConfiguration.Api.Models.Response.PublishingPreferences.PublishingPreferencesResponse"];
|
|
28631
|
+
"text/json": components["schemas"]["Roblox.ItemConfiguration.Api.Models.Response.PublishingPreferences.PublishingPreferencesResponse"];
|
|
28632
|
+
};
|
|
28633
|
+
};
|
|
28634
|
+
/** @description 0: Authorization has been denied for this request. */
|
|
28635
|
+
401: {
|
|
28636
|
+
headers: {
|
|
28637
|
+
[name: string]: unknown;
|
|
28638
|
+
};
|
|
28639
|
+
content?: never;
|
|
28640
|
+
};
|
|
28641
|
+
};
|
|
28642
|
+
};
|
|
28643
|
+
put?: never;
|
|
28644
|
+
post: {
|
|
28645
|
+
parameters: {
|
|
28646
|
+
query?: never;
|
|
28647
|
+
header?: never;
|
|
28648
|
+
path?: never;
|
|
28649
|
+
cookie?: never;
|
|
28650
|
+
};
|
|
28651
|
+
requestBody: {
|
|
28652
|
+
content: {
|
|
28653
|
+
"application/json": components["schemas"]["Roblox.ItemConfiguration.Api.Models.Request.PublishingPreferences.CreatePublishingPreferencesRequest"];
|
|
28654
|
+
"text/json": components["schemas"]["Roblox.ItemConfiguration.Api.Models.Request.PublishingPreferences.CreatePublishingPreferencesRequest"];
|
|
28655
|
+
};
|
|
28656
|
+
};
|
|
28657
|
+
responses: {
|
|
28658
|
+
/** @description OK */
|
|
28659
|
+
200: {
|
|
28660
|
+
headers: {
|
|
28661
|
+
[name: string]: unknown;
|
|
28662
|
+
};
|
|
28663
|
+
content: {
|
|
28664
|
+
"application/json": components["schemas"]["Roblox.ItemConfiguration.Api.Models.Response.PublishingPreferences.PublishingPreferencesResponse"];
|
|
28665
|
+
"text/json": components["schemas"]["Roblox.ItemConfiguration.Api.Models.Response.PublishingPreferences.PublishingPreferencesResponse"];
|
|
28666
|
+
};
|
|
28667
|
+
};
|
|
28668
|
+
/** @description 0: Authorization has been denied for this request. */
|
|
28669
|
+
401: {
|
|
28670
|
+
headers: {
|
|
28671
|
+
[name: string]: unknown;
|
|
28672
|
+
};
|
|
28673
|
+
content?: never;
|
|
28674
|
+
};
|
|
28675
|
+
/** @description 0: Token Validation Failed */
|
|
28676
|
+
403: {
|
|
28677
|
+
headers: {
|
|
28678
|
+
[name: string]: unknown;
|
|
28679
|
+
};
|
|
28680
|
+
content?: never;
|
|
28681
|
+
};
|
|
28682
|
+
};
|
|
28683
|
+
};
|
|
28684
|
+
delete: {
|
|
28685
|
+
parameters: {
|
|
28686
|
+
query?: {
|
|
28687
|
+
groupId?: number;
|
|
28688
|
+
};
|
|
28689
|
+
header?: never;
|
|
28690
|
+
path?: never;
|
|
28691
|
+
cookie?: never;
|
|
28692
|
+
};
|
|
28693
|
+
requestBody?: never;
|
|
28694
|
+
responses: {
|
|
28695
|
+
/** @description OK */
|
|
28696
|
+
200: {
|
|
28697
|
+
headers: {
|
|
28698
|
+
[name: string]: unknown;
|
|
28699
|
+
};
|
|
28700
|
+
content?: never;
|
|
28701
|
+
};
|
|
28702
|
+
/** @description 0: Authorization has been denied for this request. */
|
|
28703
|
+
401: {
|
|
28704
|
+
headers: {
|
|
28705
|
+
[name: string]: unknown;
|
|
28706
|
+
};
|
|
28707
|
+
content?: never;
|
|
28708
|
+
};
|
|
28709
|
+
/** @description 0: Token Validation Failed */
|
|
28710
|
+
403: {
|
|
28711
|
+
headers: {
|
|
28712
|
+
[name: string]: unknown;
|
|
28713
|
+
};
|
|
28714
|
+
content?: never;
|
|
28715
|
+
};
|
|
28716
|
+
};
|
|
28717
|
+
};
|
|
28718
|
+
options?: never;
|
|
28719
|
+
head?: never;
|
|
28720
|
+
patch: {
|
|
28721
|
+
parameters: {
|
|
28722
|
+
query?: never;
|
|
28723
|
+
header?: never;
|
|
28724
|
+
path?: never;
|
|
28725
|
+
cookie?: never;
|
|
28726
|
+
};
|
|
28727
|
+
requestBody: {
|
|
28728
|
+
content: {
|
|
28729
|
+
"application/json": components["schemas"]["Roblox.ItemConfiguration.Api.Models.Request.PublishingPreferences.UpdatePublishingPreferencesRequest"];
|
|
28730
|
+
"text/json": components["schemas"]["Roblox.ItemConfiguration.Api.Models.Request.PublishingPreferences.UpdatePublishingPreferencesRequest"];
|
|
28731
|
+
};
|
|
28732
|
+
};
|
|
28733
|
+
responses: {
|
|
28734
|
+
/** @description OK */
|
|
28735
|
+
200: {
|
|
28736
|
+
headers: {
|
|
28737
|
+
[name: string]: unknown;
|
|
28738
|
+
};
|
|
28739
|
+
content: {
|
|
28740
|
+
"application/json": components["schemas"]["Roblox.ItemConfiguration.Api.Models.Response.PublishingPreferences.PublishingPreferencesResponse"];
|
|
28741
|
+
"text/json": components["schemas"]["Roblox.ItemConfiguration.Api.Models.Response.PublishingPreferences.PublishingPreferencesResponse"];
|
|
28742
|
+
};
|
|
28743
|
+
};
|
|
28744
|
+
/** @description 0: Authorization has been denied for this request. */
|
|
28745
|
+
401: {
|
|
28746
|
+
headers: {
|
|
28747
|
+
[name: string]: unknown;
|
|
28748
|
+
};
|
|
28749
|
+
content?: never;
|
|
28750
|
+
};
|
|
28751
|
+
/** @description 0: Token Validation Failed */
|
|
28752
|
+
403: {
|
|
28753
|
+
headers: {
|
|
28754
|
+
[name: string]: unknown;
|
|
28755
|
+
};
|
|
28756
|
+
content?: never;
|
|
28757
|
+
};
|
|
28758
|
+
};
|
|
28759
|
+
};
|
|
28760
|
+
trace?: never;
|
|
28761
|
+
};
|
|
28893
28762
|
"/v1/presence/users": {
|
|
28894
28763
|
parameters: {
|
|
28895
28764
|
query?: never;
|
|
@@ -34214,6 +34083,8 @@ export interface paths {
|
|
|
34214
34083
|
userIds: number[];
|
|
34215
34084
|
/** @description Whether to include a background in the thumbnail (defaults to false) */
|
|
34216
34085
|
includeBackground?: boolean;
|
|
34086
|
+
/** @description Whether to composite the user's equipped profile frame into the thumbnail (defaults to false) */
|
|
34087
|
+
includeProfileFrame?: boolean;
|
|
34217
34088
|
/** @description The thumbnail size, formatted widthxheight */
|
|
34218
34089
|
size?: "48x48" | "50x50" | "60x60" | "75x75" | "100x100" | "110x110" | "150x150" | "180x180" | "352x352" | "420x420" | "720x720";
|
|
34219
34090
|
/** @description The thumbnail format */
|
|
@@ -44342,7 +44213,7 @@ export interface components {
|
|
|
44342
44213
|
* @description Enums for customized error code in error responses.
|
|
44343
44214
|
* @enum {string}
|
|
44344
44215
|
*/
|
|
44345
|
-
"AssetPermissions.ErrorCode": "UnknownError" | "InvalidRequest" | "AssetNotFound" | "CannotManageAsset" | "PublicAssetCannotBeGrantedTo" | "CannotManageSubject" | "SubjectNotFound" | "AssetTypeNotEnabled" | "PermissionLimitReached" | "DependenciesLimitReached" | "NotRequestable" | "
|
|
44216
|
+
"AssetPermissions.ErrorCode": "UnknownError" | "InvalidRequest" | "AssetNotFound" | "CannotManageAsset" | "PublicAssetCannotBeGrantedTo" | "CannotManageSubject" | "SubjectNotFound" | "AssetTypeNotEnabled" | "PermissionLimitReached" | "DependenciesLimitReached" | "NotRequestable" | "RequesterNotAConnection" | "AlreadyPending" | "AlreadyHasAccess" | "RequestNotFound" | "InvalidRequestStatus" | "RateLimited" | "CallerNotOwner" | "BatchSizeLimitExceeded";
|
|
44346
44217
|
/** @description The error object for responses. */
|
|
44347
44218
|
"AssetPermissions.ErrorResponse": {
|
|
44348
44219
|
error?: components["schemas"]["AssetPermissions.Error"];
|
|
@@ -49391,6 +49262,8 @@ export interface components {
|
|
|
49391
49262
|
publishingAdvanceRebates?: number;
|
|
49392
49263
|
/** Format: int64 */
|
|
49393
49264
|
groupAffiliatePayoutRobux?: number;
|
|
49265
|
+
/** Format: int64 */
|
|
49266
|
+
creatorRewardsPayoutRobux?: number;
|
|
49394
49267
|
};
|
|
49395
49268
|
/** @enum {string} */
|
|
49396
49269
|
RevenueSummaryTimeFrame: "Day" | "Week" | "Month" | "Year";
|
|
@@ -52993,6 +52866,7 @@ export interface components {
|
|
|
52993
52866
|
bootstrapperVersion?: string;
|
|
52994
52867
|
nextClientVersionUpload?: string;
|
|
52995
52868
|
nextClientVersion?: string;
|
|
52869
|
+
forceInstall?: boolean;
|
|
52996
52870
|
};
|
|
52997
52871
|
"Roblox.ClientSettings.Api.Models.Response.MobileClientVersionResponse": {
|
|
52998
52872
|
activeVersion?: string;
|
|
@@ -53472,22 +53346,6 @@ export interface components {
|
|
|
53472
53346
|
*/
|
|
53473
53347
|
count?: number;
|
|
53474
53348
|
};
|
|
53475
|
-
"Roblox.GameInternationalization.Api.AssociateLocalizationTablesToGameRequest": {
|
|
53476
|
-
tables?: components["schemas"]["Roblox.GameInternationalization.Api.LocalizationTableGameAssociation"][];
|
|
53477
|
-
};
|
|
53478
|
-
"Roblox.GameInternationalization.Api.AssociateLocalizationTablesToGameResponse": {
|
|
53479
|
-
success?: boolean;
|
|
53480
|
-
};
|
|
53481
|
-
"Roblox.GameInternationalization.Api.AutoLocalizationMetadataResponse": {
|
|
53482
|
-
/** @description Is React Implementation of AutoLocalization Settings Enabled */
|
|
53483
|
-
isReactVersionEnabledForAutoLocalizationSettings?: boolean;
|
|
53484
|
-
/** @description Is Tabbed UI Enabled for Configure Localization Page */
|
|
53485
|
-
isTabbedUIEnabledForConfigureLocalizationPage?: boolean;
|
|
53486
|
-
/** @description Is Toggle UI Enabled for Automatic Translations */
|
|
53487
|
-
isAutomaticTranslationToggleUIEnabled?: boolean;
|
|
53488
|
-
/** @description Is Quota UI Enabled for Automatic Translations */
|
|
53489
|
-
isAutomaticTranslationQuotaUIEnabled?: boolean;
|
|
53490
|
-
};
|
|
53491
53349
|
"Roblox.GameInternationalization.Api.AutomaticTranslationStatusTargetLanguage": {
|
|
53492
53350
|
/** @description The language code. */
|
|
53493
53351
|
languageCode?: string;
|
|
@@ -53521,14 +53379,6 @@ export interface components {
|
|
|
53521
53379
|
/** Format: int32 */
|
|
53522
53380
|
errorCode?: number;
|
|
53523
53381
|
};
|
|
53524
|
-
"Roblox.GameInternationalization.Api.GameAutolocalizationInformationResponse": {
|
|
53525
|
-
isAutolocalizationEnabled?: boolean;
|
|
53526
|
-
shouldUseLocalizationTable?: boolean;
|
|
53527
|
-
/** Format: uuid */
|
|
53528
|
-
autoLocalizationTableId?: string;
|
|
53529
|
-
/** Format: int64 */
|
|
53530
|
-
assetId?: number;
|
|
53531
|
-
};
|
|
53532
53382
|
/** @description A response model for getting the automatic translation allowed status of target languages. */
|
|
53533
53383
|
"Roblox.GameInternationalization.Api.GetAllowedAutomaticTranslationStatusForLanguagesResponse": {
|
|
53534
53384
|
/** @description The source language. */
|
|
@@ -53560,7 +53410,7 @@ export interface components {
|
|
|
53560
53410
|
imageId?: string;
|
|
53561
53411
|
imageUrl?: string;
|
|
53562
53412
|
/**
|
|
53563
|
-
* @description Enum for image status.
|
|
53413
|
+
* @description Enum for image status.
|
|
53564
53414
|
* @enum {string}
|
|
53565
53415
|
*/
|
|
53566
53416
|
state?: "Approved" | "PendingReview" | "UnAvailable" | "Rejected" | "Error";
|
|
@@ -53571,7 +53421,7 @@ export interface components {
|
|
|
53571
53421
|
imageId?: string;
|
|
53572
53422
|
imageUrl?: string;
|
|
53573
53423
|
/**
|
|
53574
|
-
* @description Enum for image status.
|
|
53424
|
+
* @description Enum for image status.
|
|
53575
53425
|
* @enum {string}
|
|
53576
53426
|
*/
|
|
53577
53427
|
state?: "Approved" | "PendingReview" | "UnAvailable" | "Rejected" | "Error";
|
|
@@ -53581,7 +53431,7 @@ export interface components {
|
|
|
53581
53431
|
imageId?: string;
|
|
53582
53432
|
imageUrl?: string;
|
|
53583
53433
|
/**
|
|
53584
|
-
* @description Enum for image status.
|
|
53434
|
+
* @description Enum for image status.
|
|
53585
53435
|
* @enum {string}
|
|
53586
53436
|
*/
|
|
53587
53437
|
state?: "Approved" | "PendingReview" | "UnAvailable" | "Rejected" | "Error";
|
|
@@ -53592,7 +53442,7 @@ export interface components {
|
|
|
53592
53442
|
imageId?: string;
|
|
53593
53443
|
imageUrl?: string;
|
|
53594
53444
|
/**
|
|
53595
|
-
* @description Enum for image status.
|
|
53445
|
+
* @description Enum for image status.
|
|
53596
53446
|
* @enum {string}
|
|
53597
53447
|
*/
|
|
53598
53448
|
state?: "Approved" | "PendingReview" | "UnAvailable" | "Rejected" | "Error";
|
|
@@ -53614,7 +53464,7 @@ export interface components {
|
|
|
53614
53464
|
/** Format: int64 */
|
|
53615
53465
|
contentId?: number;
|
|
53616
53466
|
/**
|
|
53617
|
-
* @description The enum representing the type of request while requesting name/description history
|
|
53467
|
+
* @description The enum representing the type of request while requesting name/description history
|
|
53618
53468
|
* @enum {string}
|
|
53619
53469
|
*/
|
|
53620
53470
|
contentType?: "UniverseDisplayNames" | "UniverseDisplayDescriptions" | "BadgeDisplayName" | "BadgeDisplayDescription" | "DeveloperProductDisplayName" | "DeveloperProductDisplayDescription" | "GamePassDisplayName" | "GamePassDisplayDescription";
|
|
@@ -53643,7 +53493,7 @@ export interface components {
|
|
|
53643
53493
|
/** @description The code of the language or locale. */
|
|
53644
53494
|
languageOrLocaleCode?: string;
|
|
53645
53495
|
/**
|
|
53646
|
-
* @description An indicator that says whether the passed in language/locale code represents a language or locale.
|
|
53496
|
+
* @description An indicator that says whether the passed in language/locale code represents a language or locale.
|
|
53647
53497
|
* @enum {string}
|
|
53648
53498
|
*/
|
|
53649
53499
|
languageOrLocaleType?: "Language" | "Locale";
|
|
@@ -53668,7 +53518,7 @@ export interface components {
|
|
|
53668
53518
|
"Roblox.GameInternationalization.Api.LanguageOrLocale": {
|
|
53669
53519
|
name?: string;
|
|
53670
53520
|
/**
|
|
53671
|
-
* @description An enum to distinguish between locale codes and language codes.
|
|
53521
|
+
* @description An enum to distinguish between locale codes and language codes.
|
|
53672
53522
|
* @enum {string}
|
|
53673
53523
|
*/
|
|
53674
53524
|
languageCodeType?: "Language" | "Locale";
|
|
@@ -53676,7 +53526,7 @@ export interface components {
|
|
|
53676
53526
|
};
|
|
53677
53527
|
"Roblox.GameInternationalization.Api.LanguageOrLocaleSettings": {
|
|
53678
53528
|
/**
|
|
53679
|
-
* @description The language code type.
|
|
53529
|
+
* @description The language code type.
|
|
53680
53530
|
* @enum {string}
|
|
53681
53531
|
*/
|
|
53682
53532
|
languageCodeType?: "Language" | "Locale";
|
|
@@ -53691,16 +53541,11 @@ export interface components {
|
|
|
53691
53541
|
languageFamily?: components["schemas"]["Roblox.GameInternationalization.Api.Language"];
|
|
53692
53542
|
childLocales?: components["schemas"]["Roblox.Localization.Client.SupportedLocale"][];
|
|
53693
53543
|
};
|
|
53694
|
-
"Roblox.GameInternationalization.Api.LocalizationTableGameAssociation": {
|
|
53695
|
-
/** Format: uuid */
|
|
53696
|
-
id?: string;
|
|
53697
|
-
dissociate?: boolean;
|
|
53698
|
-
};
|
|
53699
53544
|
"Roblox.GameInternationalization.Api.MediaAssetResponse": {
|
|
53700
53545
|
mediaAssetId?: string;
|
|
53701
53546
|
mediaAssetAltText?: string;
|
|
53702
53547
|
/**
|
|
53703
|
-
* @description Enum for image status.
|
|
53548
|
+
* @description Enum for image status.
|
|
53704
53549
|
* @enum {string}
|
|
53705
53550
|
*/
|
|
53706
53551
|
state?: "Approved" | "PendingReview" | "UnAvailable" | "Rejected" | "Error";
|
|
@@ -53742,7 +53587,7 @@ export interface components {
|
|
|
53742
53587
|
};
|
|
53743
53588
|
"Roblox.GameInternationalization.Api.PatchLanguage": {
|
|
53744
53589
|
/**
|
|
53745
|
-
* @description The language code type.
|
|
53590
|
+
* @description The language code type.
|
|
53746
53591
|
* @enum {string}
|
|
53747
53592
|
*/
|
|
53748
53593
|
languageCodeType?: "Language" | "Locale";
|
|
@@ -53769,7 +53614,7 @@ export interface components {
|
|
|
53769
53614
|
*/
|
|
53770
53615
|
endDateTime?: string;
|
|
53771
53616
|
/**
|
|
53772
|
-
* @description The report type
|
|
53617
|
+
* @description The report type
|
|
53773
53618
|
* @enum {string}
|
|
53774
53619
|
*/
|
|
53775
53620
|
reportType?: "GameTranslationStatus" | "GameTranslationStatusForTranslator" | "GameTranslationStatusForTranslatorGroup" | "Test";
|
|
@@ -53786,14 +53631,6 @@ export interface components {
|
|
|
53786
53631
|
*/
|
|
53787
53632
|
reportGenerationStatus?: "inProgress" | "ready" | "unavailable";
|
|
53788
53633
|
};
|
|
53789
|
-
"Roblox.GameInternationalization.Api.SetAutolocalizationSettingsForGameRequest": {
|
|
53790
|
-
isAutolocalizationEnabled?: boolean;
|
|
53791
|
-
shouldUseLocalizationTable?: boolean;
|
|
53792
|
-
};
|
|
53793
|
-
"Roblox.GameInternationalization.Api.SetAutolocalizationTableForGameRequest": {
|
|
53794
|
-
/** Format: uuid */
|
|
53795
|
-
tableId?: string;
|
|
53796
|
-
};
|
|
53797
53634
|
/** @description A request model for sorting of image Ids for game thumbnails */
|
|
53798
53635
|
"Roblox.GameInternationalization.Api.SortImageIdsRequest": {
|
|
53799
53636
|
/** @description List of thumbnail ids in desired order. */
|
|
@@ -53835,7 +53672,7 @@ export interface components {
|
|
|
53835
53672
|
/** Format: int32 */
|
|
53836
53673
|
count?: number;
|
|
53837
53674
|
/**
|
|
53838
|
-
* @description The enum representing a translation status.
|
|
53675
|
+
* @description The enum representing a translation status.
|
|
53839
53676
|
* @enum {string}
|
|
53840
53677
|
*/
|
|
53841
53678
|
translationStatus?: "Approved";
|
|
@@ -53848,7 +53685,7 @@ export interface components {
|
|
|
53848
53685
|
/** @description A response model that contains category info for getting a translation count. */
|
|
53849
53686
|
"Roblox.GameInternationalization.Api.TranslationCountCategoryInfoResponse": {
|
|
53850
53687
|
/**
|
|
53851
|
-
* @description The category of the translation counts.
|
|
53688
|
+
* @description The category of the translation counts.
|
|
53852
53689
|
* @enum {string}
|
|
53853
53690
|
*/
|
|
53854
53691
|
category?: "InGameContent";
|
|
@@ -53869,7 +53706,7 @@ export interface components {
|
|
|
53869
53706
|
*/
|
|
53870
53707
|
gameId?: number;
|
|
53871
53708
|
/**
|
|
53872
|
-
* @description The status of the response for the requested game.
|
|
53709
|
+
* @description The status of the response for the requested game.
|
|
53873
53710
|
* @enum {string}
|
|
53874
53711
|
*/
|
|
53875
53712
|
status?: "LanguageOrLocaleSupportedForGame" | "LanguageOrLocaleNotSupportedForGame" | "LanguageOrLocaleIsSource" | "InsufficientPermission" | "GameDoesNotExist" | "GameDoesNotHaveTable" | "UnknownError";
|
|
@@ -53878,7 +53715,7 @@ export interface components {
|
|
|
53878
53715
|
};
|
|
53879
53716
|
"Roblox.GameInternationalization.Api.TranslationCountLanguageOrLocaleResponse": {
|
|
53880
53717
|
/**
|
|
53881
|
-
* @description The status of the response for the requested game.
|
|
53718
|
+
* @description The status of the response for the requested game.
|
|
53882
53719
|
* @enum {string}
|
|
53883
53720
|
*/
|
|
53884
53721
|
status?: "Success" | "LanguageOrLocaleNotSupportedForGame";
|
|
@@ -53886,7 +53723,7 @@ export interface components {
|
|
|
53886
53723
|
categories?: components["schemas"]["Roblox.GameInternationalization.Api.TranslationCountCategoryInfoResponse"][];
|
|
53887
53724
|
name?: string;
|
|
53888
53725
|
/**
|
|
53889
|
-
* @description An enum to distinguish between locale codes and language codes.
|
|
53726
|
+
* @description An enum to distinguish between locale codes and language codes.
|
|
53890
53727
|
* @enum {string}
|
|
53891
53728
|
*/
|
|
53892
53729
|
languageCodeType?: "Language" | "Locale";
|
|
@@ -55563,6 +55400,7 @@ export interface components {
|
|
|
55563
55400
|
/** Format: date-time */
|
|
55564
55401
|
lastEvaluatedTime?: string;
|
|
55565
55402
|
requirements?: components["schemas"]["Roblox.Groups.Client.TierRequirement"][];
|
|
55403
|
+
capabilities?: components["schemas"]["Roblox.Groups.Client.TierCapabilities"];
|
|
55566
55404
|
};
|
|
55567
55405
|
"Roblox.Groups.Client.CreateBlockedKeywordsResponse": {
|
|
55568
55406
|
createdKeywords?: components["schemas"]["Roblox.Groups.Client.BlockedKeywordModel"][];
|
|
@@ -55587,6 +55425,9 @@ export interface components {
|
|
|
55587
55425
|
contentType?: string;
|
|
55588
55426
|
contentId?: string;
|
|
55589
55427
|
};
|
|
55428
|
+
"Roblox.Groups.Client.TierCapabilities": {
|
|
55429
|
+
isEligibleForUnrestrictedMessages?: boolean;
|
|
55430
|
+
};
|
|
55590
55431
|
"Roblox.Groups.Client.TierEvaluationResultResponse": {
|
|
55591
55432
|
tierInfo?: components["schemas"]["Roblox.Groups.Client.CommunityTierInfoResponse"];
|
|
55592
55433
|
passedSignals?: string[];
|
|
@@ -55871,6 +55712,90 @@ export interface components {
|
|
|
55871
55712
|
/** @description The asset name. */
|
|
55872
55713
|
name?: string;
|
|
55873
55714
|
};
|
|
55715
|
+
"Roblox.ItemConfiguration.Api.Models.Request.PublishingPreferences.CreatePublishingPreferencesRequest": {
|
|
55716
|
+
/** Format: int64 */
|
|
55717
|
+
creatorUserId?: number;
|
|
55718
|
+
/** Format: int64 */
|
|
55719
|
+
creatorGroupId?: number;
|
|
55720
|
+
/**
|
|
55721
|
+
* Format: int32
|
|
55722
|
+
* @description Publishing type for the collectible. Currently can be either Limited or NonLimited. ['Invalid' = 0, 'Limited' = 1, 'NonLimited' = 2]
|
|
55723
|
+
* @enum {integer}
|
|
55724
|
+
*/
|
|
55725
|
+
publishingType?: 0 | 1 | 2;
|
|
55726
|
+
/**
|
|
55727
|
+
* Format: int32
|
|
55728
|
+
* @description Represents possible SaleLocation types of the Collectibles System. ['SALE_LOCATION_TYPE_INVALID' = 0, 'SALE_LOCATION_TYPE_SHOP_AND_ALL_EXPERIENCES' = 1, 'SALE_LOCATION_EXPERIENCES_AND_DEV_API_ONLY' = 2, 'SALE_LOCATION_TYPE_SHOP_ONLY' = 3, 'SALE_LOCATION_TYPE_SHOP_AND_EXPERIENCES_BY_ID' = 4]
|
|
55729
|
+
* @enum {integer}
|
|
55730
|
+
*/
|
|
55731
|
+
saleLocationType?: 0 | 1 | 2 | 3 | 4;
|
|
55732
|
+
places?: number[];
|
|
55733
|
+
/** Format: int64 */
|
|
55734
|
+
priceInRobux?: number;
|
|
55735
|
+
/** Format: int64 */
|
|
55736
|
+
priceOffset?: number;
|
|
55737
|
+
isFree?: boolean;
|
|
55738
|
+
enableRegionalPricing?: boolean;
|
|
55739
|
+
isRentalOptIn?: boolean;
|
|
55740
|
+
autoPublishEnabled?: boolean;
|
|
55741
|
+
};
|
|
55742
|
+
"Roblox.ItemConfiguration.Api.Models.Request.PublishingPreferences.UpdatePublishingPreferencesRequest": {
|
|
55743
|
+
/** Format: int64 */
|
|
55744
|
+
creatorUserId?: number;
|
|
55745
|
+
/** Format: int64 */
|
|
55746
|
+
creatorGroupId?: number;
|
|
55747
|
+
/**
|
|
55748
|
+
* Format: int32
|
|
55749
|
+
* @enum {integer}
|
|
55750
|
+
*/
|
|
55751
|
+
publishingType?: 0 | 1 | 2;
|
|
55752
|
+
/**
|
|
55753
|
+
* Format: int32
|
|
55754
|
+
* @enum {integer}
|
|
55755
|
+
*/
|
|
55756
|
+
saleLocationType?: 0 | 1 | 2 | 3 | 4;
|
|
55757
|
+
places?: number[];
|
|
55758
|
+
/** Format: int64 */
|
|
55759
|
+
priceInRobux?: number;
|
|
55760
|
+
/** Format: int64 */
|
|
55761
|
+
priceOffset?: number;
|
|
55762
|
+
isFree?: boolean;
|
|
55763
|
+
enableRegionalPricing?: boolean;
|
|
55764
|
+
isRentalOptIn?: boolean;
|
|
55765
|
+
autoPublishEnabled?: boolean;
|
|
55766
|
+
};
|
|
55767
|
+
"Roblox.ItemConfiguration.Api.Models.Response.PublishingPreferences.PublishingPreferencesResponse": {
|
|
55768
|
+
id?: string;
|
|
55769
|
+
/** Format: int64 */
|
|
55770
|
+
creatorUserId?: number;
|
|
55771
|
+
/** Format: int64 */
|
|
55772
|
+
creatorGroupId?: number;
|
|
55773
|
+
/**
|
|
55774
|
+
* Format: int32
|
|
55775
|
+
* @description Publishing type for the collectible. Currently can be either Limited or NonLimited. ['Invalid' = 0, 'Limited' = 1, 'NonLimited' = 2]
|
|
55776
|
+
* @enum {integer}
|
|
55777
|
+
*/
|
|
55778
|
+
publishingType?: 0 | 1 | 2;
|
|
55779
|
+
/**
|
|
55780
|
+
* Format: int32
|
|
55781
|
+
* @description Represents possible SaleLocation types of the Collectibles System. ['SALE_LOCATION_TYPE_INVALID' = 0, 'SALE_LOCATION_TYPE_SHOP_AND_ALL_EXPERIENCES' = 1, 'SALE_LOCATION_EXPERIENCES_AND_DEV_API_ONLY' = 2, 'SALE_LOCATION_TYPE_SHOP_ONLY' = 3, 'SALE_LOCATION_TYPE_SHOP_AND_EXPERIENCES_BY_ID' = 4]
|
|
55782
|
+
* @enum {integer}
|
|
55783
|
+
*/
|
|
55784
|
+
saleLocationType?: 0 | 1 | 2 | 3 | 4;
|
|
55785
|
+
places?: number[];
|
|
55786
|
+
/** Format: int64 */
|
|
55787
|
+
priceInRobux?: number;
|
|
55788
|
+
/** Format: int64 */
|
|
55789
|
+
priceOffset?: number;
|
|
55790
|
+
isFree?: boolean;
|
|
55791
|
+
enableRegionalPricing?: boolean;
|
|
55792
|
+
isRentalOptIn?: boolean;
|
|
55793
|
+
autoPublishEnabled?: boolean;
|
|
55794
|
+
/** Format: date-time */
|
|
55795
|
+
created?: string;
|
|
55796
|
+
/** Format: date-time */
|
|
55797
|
+
updated?: string;
|
|
55798
|
+
};
|
|
55874
55799
|
/** @description Model for Country Regions */
|
|
55875
55800
|
"Roblox.Locale.Api.CountryRegion": {
|
|
55876
55801
|
/** @description code of country region */
|
|
@@ -56618,6 +56543,11 @@ export interface components {
|
|
|
56618
56543
|
headShape?: string;
|
|
56619
56544
|
/** @description Whether to include a background in avatar thumbnails (defaults to false) */
|
|
56620
56545
|
includeBackground?: boolean;
|
|
56546
|
+
/**
|
|
56547
|
+
* @description Whether to composite the user's equipped profile frame into the thumbnail (defaults to false).
|
|
56548
|
+
* When true the returned image has the frame baked in server-side.
|
|
56549
|
+
*/
|
|
56550
|
+
includeProfileFrame?: boolean;
|
|
56621
56551
|
};
|
|
56622
56552
|
"Roblox.Trades.Api.CanTradeResponse": {
|
|
56623
56553
|
/** @description Returns true if you can trade with the given user. */
|
|
@@ -56639,10 +56569,12 @@ export interface components {
|
|
|
56639
56569
|
/** @description Whether the user can trade or not. */
|
|
56640
56570
|
canTrade?: boolean;
|
|
56641
56571
|
/**
|
|
56642
|
-
* @description The trade eligibility status of the user. ['Unknown' = 0, 'Eligible' = 1, 'IneligibleTradeSystemDisabled' = 2, 'IneligibleCannotTradeWithRoblox' = 3, 'IneligibleUserNotFound' = 4, 'IneligibleMissingPremiumMembership' = 5, 'IneligibleLegalOrRegulatoryRestrictions' = 6]
|
|
56572
|
+
* @description The trade eligibility status of the user. ['Unknown' = 0, 'Eligible' = 1, 'IneligibleTradeSystemDisabled' = 2, 'IneligibleCannotTradeWithRoblox' = 3, 'IneligibleUserNotFound' = 4, 'IneligibleMissingPremiumMembership' = 5, 'IneligibleLegalOrRegulatoryRestrictions' = 6, 'IneligibleFreeTradesLimitReached' = 7]
|
|
56643
56573
|
* @enum {string}
|
|
56644
56574
|
*/
|
|
56645
|
-
tradeEligibility?: "Unknown" | "Eligible" | "IneligibleTradeSystemDisabled" | "IneligibleCannotTradeWithRoblox" | "IneligibleUserNotFound" | "IneligibleMissingPremiumMembership" | "IneligibleLegalOrRegulatoryRestrictions";
|
|
56575
|
+
tradeEligibility?: "Unknown" | "Eligible" | "IneligibleTradeSystemDisabled" | "IneligibleCannotTradeWithRoblox" | "IneligibleUserNotFound" | "IneligibleMissingPremiumMembership" | "IneligibleLegalOrRegulatoryRestrictions" | "IneligibleFreeTradesLimitReached";
|
|
56576
|
+
freeTradesAllowance?: components["schemas"]["Roblox.Trades.Api.Models.V2.FreeTradesAllowanceResponse"];
|
|
56577
|
+
currencyTransferEligibility?: components["schemas"]["Roblox.Trades.Api.Models.V2.CurrencyTransferEligibilityResponse"];
|
|
56646
56578
|
};
|
|
56647
56579
|
/** @description The response for the CanTradeWith endpoint. */
|
|
56648
56580
|
"Roblox.Trades.Api.Models.V2.CanTradeWithResponse": {
|
|
@@ -56663,6 +56595,22 @@ export interface components {
|
|
|
56663
56595
|
* @enum {string}
|
|
56664
56596
|
*/
|
|
56665
56597
|
mutualTradeEligibility?: "Unknown" | "Eligible" | "CallingUserIneligible" | "TargetUserIneligible" | "CannotTradeWithSelf" | "CallingUserPrivacySettingsRestricted";
|
|
56598
|
+
currencyTransferEligibility?: components["schemas"]["Roblox.Trades.Api.Models.V2.CurrencyTransferEligibilityResponse"];
|
|
56599
|
+
};
|
|
56600
|
+
"Roblox.Trades.Api.Models.V2.CurrencyTransferEligibilityResponse": {
|
|
56601
|
+
canSend?: boolean;
|
|
56602
|
+
canRequest?: boolean;
|
|
56603
|
+
};
|
|
56604
|
+
"Roblox.Trades.Api.Models.V2.FreeTradesAllowanceResponse": {
|
|
56605
|
+
/** Format: int32 */
|
|
56606
|
+
limit?: number;
|
|
56607
|
+
/** Format: int32 */
|
|
56608
|
+
remaining?: number;
|
|
56609
|
+
/**
|
|
56610
|
+
* @description ['Day' = 1, 'Week' = 2, 'Month' = 3, 'Year' = 4, 'Lifetime' = 5]
|
|
56611
|
+
* @enum {string}
|
|
56612
|
+
*/
|
|
56613
|
+
window?: "day" | "week" | "month" | "year" | "lifetime";
|
|
56666
56614
|
};
|
|
56667
56615
|
/** @description The response for the GetUserTradableItems endpoint. */
|
|
56668
56616
|
"Roblox.Trades.Api.Models.V2.GetUserTradableItemsResponse": {
|
|
@@ -58867,9 +58815,13 @@ export interface components {
|
|
|
58867
58815
|
robloxSelectOutgoingTotal?: number;
|
|
58868
58816
|
/** Format: int64 */
|
|
58869
58817
|
privateServerEngagementPayoutsTotal?: number;
|
|
58818
|
+
/** Format: int64 */
|
|
58819
|
+
creatorRewardsPayoutsTotal?: number;
|
|
58820
|
+
/** Format: int64 */
|
|
58821
|
+
subscriptionReferralPayoutsTotal?: number;
|
|
58870
58822
|
};
|
|
58871
58823
|
/** @enum {string} */
|
|
58872
|
-
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";
|
|
58824
|
+
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";
|
|
58873
58825
|
TransactionUsedTypesResponse: {
|
|
58874
58826
|
HasPurchase?: boolean;
|
|
58875
58827
|
HasSale?: boolean;
|
|
@@ -58895,6 +58847,8 @@ export interface components {
|
|
|
58895
58847
|
HasTransfer?: boolean;
|
|
58896
58848
|
HasRobloxSelectTransfer?: boolean;
|
|
58897
58849
|
HasPrivateServerEngagementPayout?: boolean;
|
|
58850
|
+
HasCreatorRewardsPayout?: boolean;
|
|
58851
|
+
HasSubscriptionReferralPayout?: boolean;
|
|
58898
58852
|
};
|
|
58899
58853
|
/**
|
|
58900
58854
|
* @description Contains the text to be translated, the source language (optional), and a
|