@jacobhumston/roblox-openapi-ts 1.0.47 → 1.0.49
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 +54 -133
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -8768,7 +8768,7 @@ export interface paths {
|
|
|
8768
8768
|
parameters: {
|
|
8769
8769
|
query?: {
|
|
8770
8770
|
/** @description Filter for specific type of action performed */
|
|
8771
|
-
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";
|
|
8771
|
+
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" | "UpdateRoleSetPosition" | "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";
|
|
8772
8772
|
/** @description Filter for specific user id */
|
|
8773
8773
|
userId?: number;
|
|
8774
8774
|
/** @description The number of results per request. */
|
|
@@ -12639,79 +12639,6 @@ export interface paths {
|
|
|
12639
12639
|
patch?: never;
|
|
12640
12640
|
trace?: never;
|
|
12641
12641
|
};
|
|
12642
|
-
"/v1/auto-localization-table/games/{gameId}/ingestion": {
|
|
12643
|
-
parameters: {
|
|
12644
|
-
query?: never;
|
|
12645
|
-
header?: never;
|
|
12646
|
-
path?: never;
|
|
12647
|
-
cookie?: never;
|
|
12648
|
-
};
|
|
12649
|
-
get?: never;
|
|
12650
|
-
put?: never;
|
|
12651
|
-
post?: never;
|
|
12652
|
-
delete?: never;
|
|
12653
|
-
options?: never;
|
|
12654
|
-
head?: never;
|
|
12655
|
-
/** Ingests entries for auto localization. Needs to be an authorized user. */
|
|
12656
|
-
patch: {
|
|
12657
|
-
parameters: {
|
|
12658
|
-
query?: never;
|
|
12659
|
-
header?: never;
|
|
12660
|
-
path: {
|
|
12661
|
-
/** @description The game id. */
|
|
12662
|
-
gameId: number;
|
|
12663
|
-
};
|
|
12664
|
-
cookie?: never;
|
|
12665
|
-
};
|
|
12666
|
-
requestBody: components["requestBodies"]["Roblox.LocalizationTables.Api.IngestAutoScrapedContentForGameRequest"];
|
|
12667
|
-
responses: {
|
|
12668
|
-
/** @description OK */
|
|
12669
|
-
200: {
|
|
12670
|
-
headers: {
|
|
12671
|
-
[name: string]: unknown;
|
|
12672
|
-
};
|
|
12673
|
-
content: {
|
|
12674
|
-
"application/json": Record<string, never>;
|
|
12675
|
-
"text/json": Record<string, never>;
|
|
12676
|
-
};
|
|
12677
|
-
};
|
|
12678
|
-
/**
|
|
12679
|
-
* @description 10: Maximum entries exceeded. Please keep the number of entries per request below the maximum.
|
|
12680
|
-
* 13: Request body can't be null
|
|
12681
|
-
* 16: Entries can't be null or empty
|
|
12682
|
-
* 34: Actor provided is invalid
|
|
12683
|
-
*/
|
|
12684
|
-
400: {
|
|
12685
|
-
headers: {
|
|
12686
|
-
[name: string]: unknown;
|
|
12687
|
-
};
|
|
12688
|
-
content?: never;
|
|
12689
|
-
};
|
|
12690
|
-
/** @description 0: Authorization has been denied for this request. */
|
|
12691
|
-
401: {
|
|
12692
|
-
headers: {
|
|
12693
|
-
[name: string]: unknown;
|
|
12694
|
-
};
|
|
12695
|
-
content?: never;
|
|
12696
|
-
};
|
|
12697
|
-
/** @description 0: Token Validation Failed */
|
|
12698
|
-
403: {
|
|
12699
|
-
headers: {
|
|
12700
|
-
[name: string]: unknown;
|
|
12701
|
-
};
|
|
12702
|
-
content?: never;
|
|
12703
|
-
};
|
|
12704
|
-
/** @description 17: Feature is disabled */
|
|
12705
|
-
503: {
|
|
12706
|
-
headers: {
|
|
12707
|
-
[name: string]: unknown;
|
|
12708
|
-
};
|
|
12709
|
-
content?: never;
|
|
12710
|
-
};
|
|
12711
|
-
};
|
|
12712
|
-
};
|
|
12713
|
-
trace?: never;
|
|
12714
|
-
};
|
|
12715
12642
|
"/v1/autolocalization/games/{gameId}/autolocalizationtable#localizationtables.roblox.com": {
|
|
12716
12643
|
parameters: {
|
|
12717
12644
|
query?: never;
|
|
@@ -21121,7 +21048,7 @@ export interface paths {
|
|
|
21121
21048
|
parameters: {
|
|
21122
21049
|
query?: {
|
|
21123
21050
|
/** @description Filter for specific type of action performed */
|
|
21124
|
-
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";
|
|
21051
|
+
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" | "UpdateRoleSetPosition" | "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";
|
|
21125
21052
|
/** @description Filter for specific user id */
|
|
21126
21053
|
userId?: number;
|
|
21127
21054
|
/** @description The number of results per request. */
|
|
@@ -23846,7 +23773,9 @@ export interface paths {
|
|
|
23846
23773
|
/** Gets a list of the rolesets in a group. */
|
|
23847
23774
|
get: {
|
|
23848
23775
|
parameters: {
|
|
23849
|
-
query
|
|
23776
|
+
query: {
|
|
23777
|
+
includePrivate: boolean;
|
|
23778
|
+
};
|
|
23850
23779
|
header?: never;
|
|
23851
23780
|
path: {
|
|
23852
23781
|
/** @description The group id. */
|
|
@@ -28970,6 +28899,7 @@ export interface paths {
|
|
|
28970
28899
|
query: {
|
|
28971
28900
|
/** @description A list of role ids */
|
|
28972
28901
|
ids: number[];
|
|
28902
|
+
includePrivate: boolean;
|
|
28973
28903
|
};
|
|
28974
28904
|
header?: never;
|
|
28975
28905
|
path?: never;
|
|
@@ -34725,7 +34655,7 @@ export interface paths {
|
|
|
34725
34655
|
parameters: {
|
|
34726
34656
|
query?: {
|
|
34727
34657
|
/** @description The asset type for the collectibles you're trying to get. */
|
|
34728
|
-
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 | 93 | 94;
|
|
34658
|
+
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 | 93 | 94 | 95;
|
|
34729
34659
|
/** @description The number of results per request. */
|
|
34730
34660
|
limit?: 10 | 25 | 50 | 100;
|
|
34731
34661
|
/** @description The paging cursor for the previous or next page. */
|
|
@@ -42884,7 +42814,7 @@ export interface paths {
|
|
|
42884
42814
|
parameters: {
|
|
42885
42815
|
query: {
|
|
42886
42816
|
/** @description The asset types to query. */
|
|
42887
|
-
assetTypes: (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | 21 | 22 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94)[];
|
|
42817
|
+
assetTypes: (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | 21 | 22 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95)[];
|
|
42888
42818
|
/** @description Filters moderated assets when enabled. */
|
|
42889
42819
|
filterDisapprovedAssets?: boolean;
|
|
42890
42820
|
/** @description Filters moderated assets and assets pending review when enabled. */
|
|
@@ -46785,6 +46715,17 @@ export interface components {
|
|
|
46785
46715
|
*/
|
|
46786
46716
|
bypassSlowMode?: boolean;
|
|
46787
46717
|
};
|
|
46718
|
+
"GroupsApi.Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_": {
|
|
46719
|
+
/** Format: int64 */
|
|
46720
|
+
id?: number;
|
|
46721
|
+
/**
|
|
46722
|
+
* Format: int32
|
|
46723
|
+
* @description ['Image' = 1, 'TShirt' = 2, 'Audio' = 3, 'Mesh' = 4, 'Lua' = 5, 'HTML' = 6, 'Text' = 7, 'Hat' = 8, 'Place' = 9, 'Model' = 10, 'Shirt' = 11, 'Pants' = 12, 'Decal' = 13, 'Avatar' = 16, 'Head' = 17, 'Face' = 18, 'Gear' = 19, 'Badge' = 21, 'GroupEmblem' = 22, 'Animation' = 24, 'Arms' = 25, 'Legs' = 26, 'Torso' = 27, 'RightArm' = 28, 'LeftArm' = 29, 'LeftLeg' = 30, 'RightLeg' = 31, 'Package' = 32, 'YouTubeVideo' = 33, 'GamePass' = 34, 'App' = 35, 'Code' = 37, 'Plugin' = 38, 'SolidModel' = 39, 'MeshPart' = 40, 'HairAccessory' = 41, 'FaceAccessory' = 42, 'NeckAccessory' = 43, 'ShoulderAccessory' = 44, 'FrontAccessory' = 45, 'BackAccessory' = 46, 'WaistAccessory' = 47, 'ClimbAnimation' = 48, 'DeathAnimation' = 49, 'FallAnimation' = 50, 'IdleAnimation' = 51, 'JumpAnimation' = 52, 'RunAnimation' = 53, 'SwimAnimation' = 54, 'WalkAnimation' = 55, 'PoseAnimation' = 56, 'LocalizationTableManifest' = 59, 'LocalizationTableTranslation' = 60, 'EmoteAnimation' = 61, 'Video' = 62, 'TexturePack' = 63, 'TShirtAccessory' = 64, 'ShirtAccessory' = 65, 'PantsAccessory' = 66, 'JacketAccessory' = 67, 'SweaterAccessory' = 68, 'ShortsAccessory' = 69, 'LeftShoeAccessory' = 70, 'RightShoeAccessory' = 71, 'DressSkirtAccessory' = 72, 'FontFamily' = 73, 'FontFace' = 74, 'MeshHiddenSurfaceRemoval' = 75, 'EyebrowAccessory' = 76, 'EyelashAccessory' = 77, 'MoodAnimation' = 78, 'DynamicHead' = 79, 'CodeSnippet' = 80, 'AdsVideo' = 81, 'OtaUpdate' = 82, 'Screenshot' = 83, 'RuntimePropertySet' = 84, 'StorePreviewVideo' = 85, 'GamePreviewVideo' = 86, 'CreatorExperienceConfig' = 87, 'FaceMakeup' = 88, 'LipMakeup' = 89, 'EyeMakeup' = 90, 'VoxelFragment' = 91, 'AvatarBackground' = 92, 'TextDocument' = 93, 'Post' = 94, 'AnimatedImage' = 95]
|
|
46724
|
+
* @enum {integer}
|
|
46725
|
+
*/
|
|
46726
|
+
type?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | 21 | 22 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95;
|
|
46727
|
+
name?: string;
|
|
46728
|
+
};
|
|
46788
46729
|
HomepageThumbnail: {
|
|
46789
46730
|
homepageThumbnailId: string;
|
|
46790
46731
|
/** Format: int64 */
|
|
@@ -54023,6 +53964,11 @@ export interface components {
|
|
|
54023
53964
|
* inferring restriction from placeholder text.
|
|
54024
53965
|
*/
|
|
54025
53966
|
isContentRestricted?: boolean;
|
|
53967
|
+
/**
|
|
53968
|
+
* @description How the experience was created, as reported by hydration (e.g. "build").
|
|
53969
|
+
* Omitted when hydration does not return a value.
|
|
53970
|
+
*/
|
|
53971
|
+
creationSource?: string;
|
|
54026
53972
|
};
|
|
54027
53973
|
/** @description Game favorite response model. */
|
|
54028
53974
|
"Roblox.Games.Api.Models.Response.GameFavoriteResponse": {
|
|
@@ -54773,6 +54719,11 @@ export interface components {
|
|
|
54773
54719
|
* @enum {integer}
|
|
54774
54720
|
*/
|
|
54775
54721
|
color?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16;
|
|
54722
|
+
/**
|
|
54723
|
+
* @description Whether the role is private (only visible to members with permission).
|
|
54724
|
+
* Omitted from the response when false.
|
|
54725
|
+
*/
|
|
54726
|
+
isPrivate?: boolean;
|
|
54776
54727
|
};
|
|
54777
54728
|
/** @description A group role response model */
|
|
54778
54729
|
"Roblox.Groups.Api.GroupRoleResponse": {
|
|
@@ -54803,6 +54754,11 @@ export interface components {
|
|
|
54803
54754
|
* @enum {integer}
|
|
54804
54755
|
*/
|
|
54805
54756
|
color?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16;
|
|
54757
|
+
/**
|
|
54758
|
+
* @description Whether the role is private (only visible to members with permission).
|
|
54759
|
+
* Omitted from the response when false.
|
|
54760
|
+
*/
|
|
54761
|
+
isPrivate?: boolean;
|
|
54806
54762
|
};
|
|
54807
54763
|
/** @description Response Model For Group Search Metadata Endpoint */
|
|
54808
54764
|
"Roblox.Groups.Api.GroupSearchMetadataResponse": {
|
|
@@ -54967,6 +54923,11 @@ export interface components {
|
|
|
54967
54923
|
rank?: number;
|
|
54968
54924
|
/** @description Setting to use group funds or not. */
|
|
54969
54925
|
usingGroupFunds?: boolean;
|
|
54926
|
+
/**
|
|
54927
|
+
* @description Optional. When true the role is only visible to members with permission to see private roles.
|
|
54928
|
+
* Defaults to false (public). Only accessible to group owners.
|
|
54929
|
+
*/
|
|
54930
|
+
isPrivate?: boolean;
|
|
54970
54931
|
};
|
|
54971
54932
|
"Roblox.Groups.Api.Models.Request.UpdateRoleSetRequest": {
|
|
54972
54933
|
/** @description The name of the roleset. */
|
|
@@ -54985,6 +54946,12 @@ export interface components {
|
|
|
54985
54946
|
* When set, name, description, and color are updated via UpdateGroupRoleSetProperties.
|
|
54986
54947
|
*/
|
|
54987
54948
|
color?: number;
|
|
54949
|
+
/**
|
|
54950
|
+
* @description Optional. When set, updates the visibility of the roleset.
|
|
54951
|
+
* Only accessible to group owners.
|
|
54952
|
+
* The base (guest) role cannot be made private.
|
|
54953
|
+
*/
|
|
54954
|
+
isPrivate?: boolean;
|
|
54988
54955
|
};
|
|
54989
54956
|
/** @description A group audit log response model */
|
|
54990
54957
|
"Roblox.Groups.Api.Models.Response.GroupAuditLogResponseItem": {
|
|
@@ -55011,7 +54978,7 @@ export interface components {
|
|
|
55011
54978
|
/** @description The game description. */
|
|
55012
54979
|
description?: string;
|
|
55013
54980
|
creator?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Core.CreatorType_"];
|
|
55014
|
-
rootPlace?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_"];
|
|
54981
|
+
rootPlace?: components["schemas"]["GroupsApi.Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_"];
|
|
55015
54982
|
/**
|
|
55016
54983
|
* Format: date-time
|
|
55017
54984
|
* @description When the game was created.
|
|
@@ -55636,10 +55603,10 @@ export interface components {
|
|
|
55636
55603
|
name?: string;
|
|
55637
55604
|
/**
|
|
55638
55605
|
* Format: int32
|
|
55639
|
-
* @description The asset type id of asset with id Roblox.Inventory.Api.V2.UserAssetItemModelV2.AssetId. ['Image' = 1, 'TShirt' = 2, 'Audio' = 3, 'Mesh' = 4, 'Lua' = 5, 'HTML' = 6, 'Text' = 7, 'Hat' = 8, 'Place' = 9, 'Model' = 10, 'Shirt' = 11, 'Pants' = 12, 'Decal' = 13, 'Avatar' = 16, 'Head' = 17, 'Face' = 18, 'Gear' = 19, 'Badge' = 21, 'GroupEmblem' = 22, 'Animation' = 24, 'Arms' = 25, 'Legs' = 26, 'Torso' = 27, 'RightArm' = 28, 'LeftArm' = 29, 'LeftLeg' = 30, 'RightLeg' = 31, 'Package' = 32, 'YouTubeVideo' = 33, 'GamePass' = 34, 'App' = 35, 'Code' = 37, 'Plugin' = 38, 'SolidModel' = 39, 'MeshPart' = 40, 'HairAccessory' = 41, 'FaceAccessory' = 42, 'NeckAccessory' = 43, 'ShoulderAccessory' = 44, 'FrontAccessory' = 45, 'BackAccessory' = 46, 'WaistAccessory' = 47, 'ClimbAnimation' = 48, 'DeathAnimation' = 49, 'FallAnimation' = 50, 'IdleAnimation' = 51, 'JumpAnimation' = 52, 'RunAnimation' = 53, 'SwimAnimation' = 54, 'WalkAnimation' = 55, 'PoseAnimation' = 56, 'LocalizationTableManifest' = 59, 'LocalizationTableTranslation' = 60, 'EmoteAnimation' = 61, 'Video' = 62, 'TexturePack' = 63, 'TShirtAccessory' = 64, 'ShirtAccessory' = 65, 'PantsAccessory' = 66, 'JacketAccessory' = 67, 'SweaterAccessory' = 68, 'ShortsAccessory' = 69, 'LeftShoeAccessory' = 70, 'RightShoeAccessory' = 71, 'DressSkirtAccessory' = 72, 'FontFamily' = 73, 'FontFace' = 74, 'MeshHiddenSurfaceRemoval' = 75, 'EyebrowAccessory' = 76, 'EyelashAccessory' = 77, 'MoodAnimation' = 78, 'DynamicHead' = 79, 'CodeSnippet' = 80, 'AdsVideo' = 81, 'OtaUpdate' = 82, 'Screenshot' = 83, 'RuntimePropertySet' = 84, 'StorePreviewVideo' = 85, 'GamePreviewVideo' = 86, 'CreatorExperienceConfig' = 87, 'FaceMakeup' = 88, 'LipMakeup' = 89, 'EyeMakeup' = 90, 'VoxelFragment' = 91, 'AvatarBackground' = 92, 'TextDocument' = 93, 'Post' = 94]
|
|
55606
|
+
* @description The asset type id of asset with id Roblox.Inventory.Api.V2.UserAssetItemModelV2.AssetId. ['Image' = 1, 'TShirt' = 2, 'Audio' = 3, 'Mesh' = 4, 'Lua' = 5, 'HTML' = 6, 'Text' = 7, 'Hat' = 8, 'Place' = 9, 'Model' = 10, 'Shirt' = 11, 'Pants' = 12, 'Decal' = 13, 'Avatar' = 16, 'Head' = 17, 'Face' = 18, 'Gear' = 19, 'Badge' = 21, 'GroupEmblem' = 22, 'Animation' = 24, 'Arms' = 25, 'Legs' = 26, 'Torso' = 27, 'RightArm' = 28, 'LeftArm' = 29, 'LeftLeg' = 30, 'RightLeg' = 31, 'Package' = 32, 'YouTubeVideo' = 33, 'GamePass' = 34, 'App' = 35, 'Code' = 37, 'Plugin' = 38, 'SolidModel' = 39, 'MeshPart' = 40, 'HairAccessory' = 41, 'FaceAccessory' = 42, 'NeckAccessory' = 43, 'ShoulderAccessory' = 44, 'FrontAccessory' = 45, 'BackAccessory' = 46, 'WaistAccessory' = 47, 'ClimbAnimation' = 48, 'DeathAnimation' = 49, 'FallAnimation' = 50, 'IdleAnimation' = 51, 'JumpAnimation' = 52, 'RunAnimation' = 53, 'SwimAnimation' = 54, 'WalkAnimation' = 55, 'PoseAnimation' = 56, 'LocalizationTableManifest' = 59, 'LocalizationTableTranslation' = 60, 'EmoteAnimation' = 61, 'Video' = 62, 'TexturePack' = 63, 'TShirtAccessory' = 64, 'ShirtAccessory' = 65, 'PantsAccessory' = 66, 'JacketAccessory' = 67, 'SweaterAccessory' = 68, 'ShortsAccessory' = 69, 'LeftShoeAccessory' = 70, 'RightShoeAccessory' = 71, 'DressSkirtAccessory' = 72, 'FontFamily' = 73, 'FontFace' = 74, 'MeshHiddenSurfaceRemoval' = 75, 'EyebrowAccessory' = 76, 'EyelashAccessory' = 77, 'MoodAnimation' = 78, 'DynamicHead' = 79, 'CodeSnippet' = 80, 'AdsVideo' = 81, 'OtaUpdate' = 82, 'Screenshot' = 83, 'RuntimePropertySet' = 84, 'StorePreviewVideo' = 85, 'GamePreviewVideo' = 86, 'CreatorExperienceConfig' = 87, 'FaceMakeup' = 88, 'LipMakeup' = 89, 'EyeMakeup' = 90, 'VoxelFragment' = 91, 'AvatarBackground' = 92, 'TextDocument' = 93, 'Post' = 94, 'AnimatedImage' = 95]
|
|
55640
55607
|
* @enum {integer}
|
|
55641
55608
|
*/
|
|
55642
|
-
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 | 93 | 94;
|
|
55609
|
+
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 | 93 | 94 | 95;
|
|
55643
55610
|
/**
|
|
55644
55611
|
* Format: date-time
|
|
55645
55612
|
* @description The created date time of the user asset.
|
|
@@ -55898,21 +55865,6 @@ export interface components {
|
|
|
55898
55865
|
/** @description Is Quota UI Enabled for Automatic Translations */
|
|
55899
55866
|
isAutomaticTranslationQuotaUIEnabled?: boolean;
|
|
55900
55867
|
};
|
|
55901
|
-
"Roblox.LocalizationTables.Api.AutoScrapeEntry": {
|
|
55902
|
-
context?: string;
|
|
55903
|
-
source?: string;
|
|
55904
|
-
screenshot?: string;
|
|
55905
|
-
meta?: components["schemas"]["Roblox.LocalizationTables.Api.AutoScrapeEntryMetadata"];
|
|
55906
|
-
};
|
|
55907
|
-
"Roblox.LocalizationTables.Api.AutoScrapeEntryMetadata": {
|
|
55908
|
-
text?: string;
|
|
55909
|
-
/** Format: int64 */
|
|
55910
|
-
userId?: number;
|
|
55911
|
-
osPlatform?: string;
|
|
55912
|
-
/** Format: uuid */
|
|
55913
|
-
sessionId?: string;
|
|
55914
|
-
matchedEntry?: components["schemas"]["Roblox.LocalizationTables.Api.MatchedEntry"];
|
|
55915
|
-
};
|
|
55916
55868
|
"Roblox.LocalizationTables.Api.CreateTableRequest": {
|
|
55917
55869
|
name?: string;
|
|
55918
55870
|
/** @enum {string} */
|
|
@@ -55937,7 +55889,7 @@ export interface components {
|
|
|
55937
55889
|
*/
|
|
55938
55890
|
count?: number;
|
|
55939
55891
|
/**
|
|
55940
|
-
* @description In which order the data is sorted.
|
|
55892
|
+
* @description In which order the data is sorted.
|
|
55941
55893
|
* @enum {string}
|
|
55942
55894
|
*/
|
|
55943
55895
|
sortOrder?: "Asc" | "Desc";
|
|
@@ -56047,6 +55999,8 @@ export interface components {
|
|
|
56047
55999
|
sourceLanguage?: string;
|
|
56048
56000
|
/** Format: int64 */
|
|
56049
56001
|
assetId?: number;
|
|
56002
|
+
shouldUseImageLocalizationTable?: boolean;
|
|
56003
|
+
isAutoLocalizationForImageEnabled?: boolean;
|
|
56050
56004
|
};
|
|
56051
56005
|
"Roblox.LocalizationTables.Api.GetLimitsResponse": {
|
|
56052
56006
|
entryOperationLimits?: components["schemas"]["Roblox.LocalizationTables.Api.EntryOperationLimits"];
|
|
@@ -56103,7 +56057,7 @@ export interface components {
|
|
|
56103
56057
|
id?: string;
|
|
56104
56058
|
name?: string;
|
|
56105
56059
|
/**
|
|
56106
|
-
* @description Enum for valid OwnerTypes.
|
|
56060
|
+
* @description Enum for valid OwnerTypes.
|
|
56107
56061
|
* @enum {string}
|
|
56108
56062
|
*/
|
|
56109
56063
|
ownerType?: "User" | "Group";
|
|
@@ -56112,29 +56066,6 @@ export interface components {
|
|
|
56112
56066
|
/** Format: int64 */
|
|
56113
56067
|
assetId?: number;
|
|
56114
56068
|
};
|
|
56115
|
-
/** @description An ingest content request to IngestAutoScrapedContentForGame. */
|
|
56116
|
-
"Roblox.LocalizationTables.Api.IngestAutoScrapedContentForGameRequest": {
|
|
56117
|
-
/** @description The entries of an ingest content request. */
|
|
56118
|
-
entries?: components["schemas"]["Roblox.LocalizationTables.Api.AutoScrapeEntry"][];
|
|
56119
|
-
metadata?: components["schemas"]["Roblox.LocalizationTables.Api.IngestContentMetadata"];
|
|
56120
|
-
};
|
|
56121
|
-
/** @description The metadata of an ingest content request. */
|
|
56122
|
-
"Roblox.LocalizationTables.Api.IngestContentMetadata": {
|
|
56123
|
-
placeInformation?: components["schemas"]["Roblox.LocalizationTables.Api.IngestContentMetadataPlaceInformation"];
|
|
56124
|
-
};
|
|
56125
|
-
/** @description The place information metadata of an ingest content request. */
|
|
56126
|
-
"Roblox.LocalizationTables.Api.IngestContentMetadataPlaceInformation": {
|
|
56127
|
-
/**
|
|
56128
|
-
* Format: int64
|
|
56129
|
-
* @description The place id of an ingest content request.
|
|
56130
|
-
*/
|
|
56131
|
-
placeId?: number;
|
|
56132
|
-
/**
|
|
56133
|
-
* Format: int32
|
|
56134
|
-
* @description The place version number of an ingest content request.
|
|
56135
|
-
*/
|
|
56136
|
-
placeVersionNumber?: number;
|
|
56137
|
-
};
|
|
56138
56069
|
"Roblox.LocalizationTables.Api.LocalizationTablesMetadataResponse": {
|
|
56139
56070
|
/** @description Is bulk upload feature enabled */
|
|
56140
56071
|
isBulkUploadFeatureEnabled?: boolean;
|
|
@@ -56149,11 +56080,6 @@ export interface components {
|
|
|
56149
56080
|
/** @description Is filter for automatic translations on UI is enabled */
|
|
56150
56081
|
isAutomaticTranslationFilterEnabled?: boolean;
|
|
56151
56082
|
};
|
|
56152
|
-
"Roblox.LocalizationTables.Api.MatchedEntry": {
|
|
56153
|
-
source?: string;
|
|
56154
|
-
/** Format: int32 */
|
|
56155
|
-
matchedParamIndex?: number;
|
|
56156
|
-
};
|
|
56157
56083
|
"Roblox.LocalizationTables.Api.ModifiedEntry": {
|
|
56158
56084
|
identifier?: components["schemas"]["Roblox.LocalizationTables.Api.EntryIdentifier"];
|
|
56159
56085
|
translations?: components["schemas"]["Roblox.LocalizationTables.Api.Translation"][];
|
|
@@ -56181,6 +56107,8 @@ export interface components {
|
|
|
56181
56107
|
isAutomaticEntriesSettingEnabled?: boolean;
|
|
56182
56108
|
isAutomaticEntriesDeletionsEnabled?: boolean;
|
|
56183
56109
|
shouldUseLocalizationTable?: boolean;
|
|
56110
|
+
shouldUseImageLocalizationTable?: boolean;
|
|
56111
|
+
isAutoLocalizationForImageEnabled?: boolean;
|
|
56184
56112
|
};
|
|
56185
56113
|
"Roblox.LocalizationTables.Api.SetAutolocalizationTableForGameRequest": {
|
|
56186
56114
|
/** Format: uuid */
|
|
@@ -60332,13 +60260,6 @@ export interface components {
|
|
|
60332
60260
|
"text/json": components["schemas"]["Roblox.Groups.Api.PayoutRequest"];
|
|
60333
60261
|
};
|
|
60334
60262
|
};
|
|
60335
|
-
/** @description The request body. */
|
|
60336
|
-
"Roblox.LocalizationTables.Api.IngestAutoScrapedContentForGameRequest": {
|
|
60337
|
-
content: {
|
|
60338
|
-
"application/json": components["schemas"]["Roblox.LocalizationTables.Api.IngestAutoScrapedContentForGameRequest"];
|
|
60339
|
-
"text/json": components["schemas"]["Roblox.LocalizationTables.Api.IngestAutoScrapedContentForGameRequest"];
|
|
60340
|
-
};
|
|
60341
|
-
};
|
|
60342
60263
|
"Roblox.PrivateMessages.Api.Models.BatchMessagesRequest": {
|
|
60343
60264
|
content: {
|
|
60344
60265
|
"application/json": components["schemas"]["Roblox.PrivateMessages.Api.Models.BatchMessagesRequest"];
|