@jacobhumston/roblox-openapi-ts 1.0.48 → 1.0.50
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 +56 -6
- 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. */
|
|
@@ -45175,7 +45178,17 @@ export interface components {
|
|
|
45175
45178
|
* value before proceeding.
|
|
45176
45179
|
*/
|
|
45177
45180
|
etag?: string;
|
|
45178
|
-
/**
|
|
45181
|
+
/**
|
|
45182
|
+
* @description The value of the entry.
|
|
45183
|
+
*
|
|
45184
|
+
* When a stored value contains a non-finite Luau number that JSON can't
|
|
45185
|
+
* represent, Open Cloud responses replace the number with a tagged JSON
|
|
45186
|
+
* object:
|
|
45187
|
+
*
|
|
45188
|
+
* * Positive infinity: `{"m": null, "t": "numeric", "v": "inf"}`
|
|
45189
|
+
* * Negative infinity: `{"m": null, "t": "numeric", "v": "-inf"}`
|
|
45190
|
+
* * NaN: `{"m": null, "t": "numeric", "v": "nan"}`
|
|
45191
|
+
*/
|
|
45179
45192
|
value?: components["schemas"]["GoogleProtobufValue"];
|
|
45180
45193
|
/**
|
|
45181
45194
|
* @description The resource ID of the entry.
|
|
@@ -46712,6 +46725,17 @@ export interface components {
|
|
|
46712
46725
|
*/
|
|
46713
46726
|
bypassSlowMode?: boolean;
|
|
46714
46727
|
};
|
|
46728
|
+
"GroupsApi.Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_": {
|
|
46729
|
+
/** Format: int64 */
|
|
46730
|
+
id?: number;
|
|
46731
|
+
/**
|
|
46732
|
+
* Format: int32
|
|
46733
|
+
* @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]
|
|
46734
|
+
* @enum {integer}
|
|
46735
|
+
*/
|
|
46736
|
+
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;
|
|
46737
|
+
name?: string;
|
|
46738
|
+
};
|
|
46715
46739
|
HomepageThumbnail: {
|
|
46716
46740
|
homepageThumbnailId: string;
|
|
46717
46741
|
/** Format: int64 */
|
|
@@ -53950,6 +53974,11 @@ export interface components {
|
|
|
53950
53974
|
* inferring restriction from placeholder text.
|
|
53951
53975
|
*/
|
|
53952
53976
|
isContentRestricted?: boolean;
|
|
53977
|
+
/**
|
|
53978
|
+
* @description How the experience was created, as reported by hydration (e.g. "build").
|
|
53979
|
+
* Omitted when hydration does not return a value.
|
|
53980
|
+
*/
|
|
53981
|
+
creationSource?: string;
|
|
53953
53982
|
};
|
|
53954
53983
|
/** @description Game favorite response model. */
|
|
53955
53984
|
"Roblox.Games.Api.Models.Response.GameFavoriteResponse": {
|
|
@@ -54700,6 +54729,11 @@ export interface components {
|
|
|
54700
54729
|
* @enum {integer}
|
|
54701
54730
|
*/
|
|
54702
54731
|
color?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16;
|
|
54732
|
+
/**
|
|
54733
|
+
* @description Whether the role is private (only visible to members with permission).
|
|
54734
|
+
* Omitted from the response when false.
|
|
54735
|
+
*/
|
|
54736
|
+
isPrivate?: boolean;
|
|
54703
54737
|
};
|
|
54704
54738
|
/** @description A group role response model */
|
|
54705
54739
|
"Roblox.Groups.Api.GroupRoleResponse": {
|
|
@@ -54730,6 +54764,11 @@ export interface components {
|
|
|
54730
54764
|
* @enum {integer}
|
|
54731
54765
|
*/
|
|
54732
54766
|
color?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16;
|
|
54767
|
+
/**
|
|
54768
|
+
* @description Whether the role is private (only visible to members with permission).
|
|
54769
|
+
* Omitted from the response when false.
|
|
54770
|
+
*/
|
|
54771
|
+
isPrivate?: boolean;
|
|
54733
54772
|
};
|
|
54734
54773
|
/** @description Response Model For Group Search Metadata Endpoint */
|
|
54735
54774
|
"Roblox.Groups.Api.GroupSearchMetadataResponse": {
|
|
@@ -54894,6 +54933,11 @@ export interface components {
|
|
|
54894
54933
|
rank?: number;
|
|
54895
54934
|
/** @description Setting to use group funds or not. */
|
|
54896
54935
|
usingGroupFunds?: boolean;
|
|
54936
|
+
/**
|
|
54937
|
+
* @description Optional. When true the role is only visible to members with permission to see private roles.
|
|
54938
|
+
* Defaults to false (public). Only accessible to group owners.
|
|
54939
|
+
*/
|
|
54940
|
+
isPrivate?: boolean;
|
|
54897
54941
|
};
|
|
54898
54942
|
"Roblox.Groups.Api.Models.Request.UpdateRoleSetRequest": {
|
|
54899
54943
|
/** @description The name of the roleset. */
|
|
@@ -54912,6 +54956,12 @@ export interface components {
|
|
|
54912
54956
|
* When set, name, description, and color are updated via UpdateGroupRoleSetProperties.
|
|
54913
54957
|
*/
|
|
54914
54958
|
color?: number;
|
|
54959
|
+
/**
|
|
54960
|
+
* @description Optional. When set, updates the visibility of the roleset.
|
|
54961
|
+
* Only accessible to group owners.
|
|
54962
|
+
* The base (guest) role cannot be made private.
|
|
54963
|
+
*/
|
|
54964
|
+
isPrivate?: boolean;
|
|
54915
54965
|
};
|
|
54916
54966
|
/** @description A group audit log response model */
|
|
54917
54967
|
"Roblox.Groups.Api.Models.Response.GroupAuditLogResponseItem": {
|
|
@@ -54938,7 +54988,7 @@ export interface components {
|
|
|
54938
54988
|
/** @description The game description. */
|
|
54939
54989
|
description?: string;
|
|
54940
54990
|
creator?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Core.CreatorType_"];
|
|
54941
|
-
rootPlace?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_"];
|
|
54991
|
+
rootPlace?: components["schemas"]["GroupsApi.Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_"];
|
|
54942
54992
|
/**
|
|
54943
54993
|
* Format: date-time
|
|
54944
54994
|
* @description When the game was created.
|