@jacobhumston/roblox-openapi-ts 1.0.48 → 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 +45 -5
- 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. */
|
|
@@ -21048,7 +21048,7 @@ export interface paths {
|
|
|
21048
21048
|
parameters: {
|
|
21049
21049
|
query?: {
|
|
21050
21050
|
/** @description Filter for specific type of action performed */
|
|
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" | "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";
|
|
21052
21052
|
/** @description Filter for specific user id */
|
|
21053
21053
|
userId?: number;
|
|
21054
21054
|
/** @description The number of results per request. */
|
|
@@ -23773,7 +23773,9 @@ export interface paths {
|
|
|
23773
23773
|
/** Gets a list of the rolesets in a group. */
|
|
23774
23774
|
get: {
|
|
23775
23775
|
parameters: {
|
|
23776
|
-
query
|
|
23776
|
+
query: {
|
|
23777
|
+
includePrivate: boolean;
|
|
23778
|
+
};
|
|
23777
23779
|
header?: never;
|
|
23778
23780
|
path: {
|
|
23779
23781
|
/** @description The group id. */
|
|
@@ -28897,6 +28899,7 @@ export interface paths {
|
|
|
28897
28899
|
query: {
|
|
28898
28900
|
/** @description A list of role ids */
|
|
28899
28901
|
ids: number[];
|
|
28902
|
+
includePrivate: boolean;
|
|
28900
28903
|
};
|
|
28901
28904
|
header?: never;
|
|
28902
28905
|
path?: never;
|
|
@@ -34652,7 +34655,7 @@ export interface paths {
|
|
|
34652
34655
|
parameters: {
|
|
34653
34656
|
query?: {
|
|
34654
34657
|
/** @description The asset type for the collectibles you're trying to get. */
|
|
34655
|
-
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;
|
|
34656
34659
|
/** @description The number of results per request. */
|
|
34657
34660
|
limit?: 10 | 25 | 50 | 100;
|
|
34658
34661
|
/** @description The paging cursor for the previous or next page. */
|
|
@@ -46712,6 +46715,17 @@ export interface components {
|
|
|
46712
46715
|
*/
|
|
46713
46716
|
bypassSlowMode?: boolean;
|
|
46714
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
|
+
};
|
|
46715
46729
|
HomepageThumbnail: {
|
|
46716
46730
|
homepageThumbnailId: string;
|
|
46717
46731
|
/** Format: int64 */
|
|
@@ -53950,6 +53964,11 @@ export interface components {
|
|
|
53950
53964
|
* inferring restriction from placeholder text.
|
|
53951
53965
|
*/
|
|
53952
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;
|
|
53953
53972
|
};
|
|
53954
53973
|
/** @description Game favorite response model. */
|
|
53955
53974
|
"Roblox.Games.Api.Models.Response.GameFavoriteResponse": {
|
|
@@ -54700,6 +54719,11 @@ export interface components {
|
|
|
54700
54719
|
* @enum {integer}
|
|
54701
54720
|
*/
|
|
54702
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;
|
|
54703
54727
|
};
|
|
54704
54728
|
/** @description A group role response model */
|
|
54705
54729
|
"Roblox.Groups.Api.GroupRoleResponse": {
|
|
@@ -54730,6 +54754,11 @@ export interface components {
|
|
|
54730
54754
|
* @enum {integer}
|
|
54731
54755
|
*/
|
|
54732
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;
|
|
54733
54762
|
};
|
|
54734
54763
|
/** @description Response Model For Group Search Metadata Endpoint */
|
|
54735
54764
|
"Roblox.Groups.Api.GroupSearchMetadataResponse": {
|
|
@@ -54894,6 +54923,11 @@ export interface components {
|
|
|
54894
54923
|
rank?: number;
|
|
54895
54924
|
/** @description Setting to use group funds or not. */
|
|
54896
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;
|
|
54897
54931
|
};
|
|
54898
54932
|
"Roblox.Groups.Api.Models.Request.UpdateRoleSetRequest": {
|
|
54899
54933
|
/** @description The name of the roleset. */
|
|
@@ -54912,6 +54946,12 @@ export interface components {
|
|
|
54912
54946
|
* When set, name, description, and color are updated via UpdateGroupRoleSetProperties.
|
|
54913
54947
|
*/
|
|
54914
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;
|
|
54915
54955
|
};
|
|
54916
54956
|
/** @description A group audit log response model */
|
|
54917
54957
|
"Roblox.Groups.Api.Models.Response.GroupAuditLogResponseItem": {
|
|
@@ -54938,7 +54978,7 @@ export interface components {
|
|
|
54938
54978
|
/** @description The game description. */
|
|
54939
54979
|
description?: string;
|
|
54940
54980
|
creator?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Core.CreatorType_"];
|
|
54941
|
-
rootPlace?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_"];
|
|
54981
|
+
rootPlace?: components["schemas"]["GroupsApi.Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_"];
|
|
54942
54982
|
/**
|
|
54943
54983
|
* Format: date-time
|
|
54944
54984
|
* @description When the game was created.
|