@jacobhumston/roblox-openapi-ts 1.0.27 → 1.0.30
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 +12 -189
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -24398,67 +24398,6 @@ export interface paths {
|
|
|
24398
24398
|
patch?: never;
|
|
24399
24399
|
trace?: never;
|
|
24400
24400
|
};
|
|
24401
|
-
"/v1/groups/{groupId}/wall/posts": {
|
|
24402
|
-
parameters: {
|
|
24403
|
-
query?: never;
|
|
24404
|
-
header?: never;
|
|
24405
|
-
path?: never;
|
|
24406
|
-
cookie?: never;
|
|
24407
|
-
};
|
|
24408
|
-
/** Gets a list of group wall posts. */
|
|
24409
|
-
get: {
|
|
24410
|
-
parameters: {
|
|
24411
|
-
query?: {
|
|
24412
|
-
/** @description The number of results per request. */
|
|
24413
|
-
limit?: 10 | 25 | 50 | 100;
|
|
24414
|
-
/** @description The paging cursor for the previous or next page. */
|
|
24415
|
-
cursor?: string;
|
|
24416
|
-
/** @description Sorted by group wall post Id */
|
|
24417
|
-
sortOrder?: "Asc" | "Desc";
|
|
24418
|
-
};
|
|
24419
|
-
header?: never;
|
|
24420
|
-
path: {
|
|
24421
|
-
/** @description The group id. */
|
|
24422
|
-
groupId: number;
|
|
24423
|
-
};
|
|
24424
|
-
cookie?: never;
|
|
24425
|
-
};
|
|
24426
|
-
requestBody?: never;
|
|
24427
|
-
responses: {
|
|
24428
|
-
/** @description OK */
|
|
24429
|
-
200: {
|
|
24430
|
-
headers: {
|
|
24431
|
-
[name: string]: unknown;
|
|
24432
|
-
};
|
|
24433
|
-
content: {
|
|
24434
|
-
"application/json": components["schemas"]["Roblox.Web.WebAPI.Models.ApiPageResponse_Roblox.Groups.Api.Models.Response.GroupWallPostModel_"];
|
|
24435
|
-
"text/json": components["schemas"]["Roblox.Web.WebAPI.Models.ApiPageResponse_Roblox.Groups.Api.Models.Response.GroupWallPostModel_"];
|
|
24436
|
-
};
|
|
24437
|
-
};
|
|
24438
|
-
/** @description 1: The group is invalid or does not exist. */
|
|
24439
|
-
400: {
|
|
24440
|
-
headers: {
|
|
24441
|
-
[name: string]: unknown;
|
|
24442
|
-
};
|
|
24443
|
-
content?: never;
|
|
24444
|
-
};
|
|
24445
|
-
/** @description 2: You do not have permission to access this group wall. */
|
|
24446
|
-
403: {
|
|
24447
|
-
headers: {
|
|
24448
|
-
[name: string]: unknown;
|
|
24449
|
-
};
|
|
24450
|
-
content?: never;
|
|
24451
|
-
};
|
|
24452
|
-
};
|
|
24453
|
-
};
|
|
24454
|
-
put?: never;
|
|
24455
|
-
post?: never;
|
|
24456
|
-
delete?: never;
|
|
24457
|
-
options?: never;
|
|
24458
|
-
head?: never;
|
|
24459
|
-
patch?: never;
|
|
24460
|
-
trace?: never;
|
|
24461
|
-
};
|
|
24462
24401
|
"/v1/installer-cdns": {
|
|
24463
24402
|
parameters: {
|
|
24464
24403
|
query?: never;
|
|
@@ -33510,7 +33449,7 @@ export interface paths {
|
|
|
33510
33449
|
parameters: {
|
|
33511
33450
|
query?: {
|
|
33512
33451
|
/** @description The asset type for the collectibles you're trying to get. */
|
|
33513
|
-
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;
|
|
33452
|
+
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;
|
|
33514
33453
|
/** @description The number of results per request. */
|
|
33515
33454
|
limit?: 10 | 25 | 50 | 100;
|
|
33516
33455
|
/** @description The paging cursor for the previous or next page. */
|
|
@@ -36679,7 +36618,7 @@ export interface paths {
|
|
|
36679
36618
|
query?: {
|
|
36680
36619
|
includeLocked?: boolean;
|
|
36681
36620
|
includeNotificationPreferences?: boolean;
|
|
36682
|
-
discoveryType?: 0 | 1;
|
|
36621
|
+
discoveryType?: 0 | 1 | 2;
|
|
36683
36622
|
};
|
|
36684
36623
|
header?: never;
|
|
36685
36624
|
path: {
|
|
@@ -37991,75 +37930,6 @@ export interface paths {
|
|
|
37991
37930
|
patch?: never;
|
|
37992
37931
|
trace?: never;
|
|
37993
37932
|
};
|
|
37994
|
-
"/v2/assets/{assetId}/bundles": {
|
|
37995
|
-
parameters: {
|
|
37996
|
-
query?: never;
|
|
37997
|
-
header?: never;
|
|
37998
|
-
path?: never;
|
|
37999
|
-
cookie?: never;
|
|
38000
|
-
};
|
|
38001
|
-
/** Lists bundles that contain the given asset (hydrated search-detail shape for marketplace). */
|
|
38002
|
-
get: {
|
|
38003
|
-
parameters: {
|
|
38004
|
-
query?: {
|
|
38005
|
-
/** @description The number of results per request. */
|
|
38006
|
-
limit?: 10 | 25 | 50 | 100;
|
|
38007
|
-
/** @description The paging cursor for the previous or next page. */
|
|
38008
|
-
cursor?: string;
|
|
38009
|
-
/** @description The order the results are sorted in. */
|
|
38010
|
-
sortOrder?: "Asc" | "Desc";
|
|
38011
|
-
};
|
|
38012
|
-
header: {
|
|
38013
|
-
/** @description Roblox-Place-Id header. */
|
|
38014
|
-
"Roblox-Place-Id": number;
|
|
38015
|
-
/** @description Roblox-Game-Id header. */
|
|
38016
|
-
"Roblox-Game-Id": string;
|
|
38017
|
-
};
|
|
38018
|
-
path: {
|
|
38019
|
-
/** @description Asset id. */
|
|
38020
|
-
assetId: number;
|
|
38021
|
-
};
|
|
38022
|
-
cookie?: never;
|
|
38023
|
-
};
|
|
38024
|
-
requestBody?: never;
|
|
38025
|
-
responses: {
|
|
38026
|
-
/** @description OK */
|
|
38027
|
-
200: {
|
|
38028
|
-
headers: {
|
|
38029
|
-
[name: string]: unknown;
|
|
38030
|
-
};
|
|
38031
|
-
content: {
|
|
38032
|
-
"application/json": components["schemas"]["Roblox.Web.WebAPI.Models.ApiPageResponse_Roblox.Catalog.Api.CatalogSearchDetailedResponseItem_"];
|
|
38033
|
-
"text/json": components["schemas"]["Roblox.Web.WebAPI.Models.ApiPageResponse_Roblox.Catalog.Api.CatalogSearchDetailedResponseItem_"];
|
|
38034
|
-
};
|
|
38035
|
-
};
|
|
38036
|
-
/**
|
|
38037
|
-
* @description 1: Invalid assetId
|
|
38038
|
-
* 4: Invalid Cursor.
|
|
38039
|
-
*/
|
|
38040
|
-
400: {
|
|
38041
|
-
headers: {
|
|
38042
|
-
[name: string]: unknown;
|
|
38043
|
-
};
|
|
38044
|
-
content?: never;
|
|
38045
|
-
};
|
|
38046
|
-
/** @description 7: User is unauthorized. */
|
|
38047
|
-
403: {
|
|
38048
|
-
headers: {
|
|
38049
|
-
[name: string]: unknown;
|
|
38050
|
-
};
|
|
38051
|
-
content?: never;
|
|
38052
|
-
};
|
|
38053
|
-
};
|
|
38054
|
-
};
|
|
38055
|
-
put?: never;
|
|
38056
|
-
post?: never;
|
|
38057
|
-
delete?: never;
|
|
38058
|
-
options?: never;
|
|
38059
|
-
head?: never;
|
|
38060
|
-
patch?: never;
|
|
38061
|
-
trace?: never;
|
|
38062
|
-
};
|
|
38063
37933
|
"/v2/assets/{assetId}/owners": {
|
|
38064
37934
|
parameters: {
|
|
38065
37935
|
query?: never;
|
|
@@ -39977,7 +39847,7 @@ export interface paths {
|
|
|
39977
39847
|
};
|
|
39978
39848
|
get?: never;
|
|
39979
39849
|
put?: never;
|
|
39980
|
-
post: operations["SalesReportDownload_PublishSalesReportDownloadMessage"];
|
|
39850
|
+
post: operations["TransactionRecordsApi.SalesReportDownload_PublishSalesReportDownloadMessage"];
|
|
39981
39851
|
delete?: never;
|
|
39982
39852
|
options?: never;
|
|
39983
39853
|
head?: never;
|
|
@@ -41766,7 +41636,7 @@ export interface paths {
|
|
|
41766
41636
|
query: {
|
|
41767
41637
|
includeLocked: boolean;
|
|
41768
41638
|
includeNotificationPreferences: boolean;
|
|
41769
|
-
discoveryType: 0 | 1;
|
|
41639
|
+
discoveryType: 0 | 1 | 2;
|
|
41770
41640
|
};
|
|
41771
41641
|
header?: never;
|
|
41772
41642
|
path: {
|
|
@@ -41819,7 +41689,7 @@ export interface paths {
|
|
|
41819
41689
|
parameters: {
|
|
41820
41690
|
query: {
|
|
41821
41691
|
/** @description The asset types to query. */
|
|
41822
|
-
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)[];
|
|
41692
|
+
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)[];
|
|
41823
41693
|
/** @description Filters moderated assets when enabled. */
|
|
41824
41694
|
filterDisapprovedAssets?: boolean;
|
|
41825
41695
|
/** @description Filters moderated assets and assets pending review when enabled. */
|
|
@@ -49506,7 +49376,7 @@ export interface components {
|
|
|
49506
49376
|
* @description The Roblox.Platform.Assets.AssetType serialized if item is an asset.
|
|
49507
49377
|
* @enum {integer}
|
|
49508
49378
|
*/
|
|
49509
|
-
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;
|
|
49379
|
+
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;
|
|
49510
49380
|
/**
|
|
49511
49381
|
* Format: int32
|
|
49512
49382
|
* @description The Roblox.Platform.Bundles.Core.BundleType serialized if item is a bundle.
|
|
@@ -49635,7 +49505,7 @@ export interface components {
|
|
|
49635
49505
|
* @description The Roblox.Platform.Assets.AssetType serialized if item is an asset.
|
|
49636
49506
|
* @enum {integer}
|
|
49637
49507
|
*/
|
|
49638
|
-
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;
|
|
49508
|
+
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;
|
|
49639
49509
|
/**
|
|
49640
49510
|
* Format: int32
|
|
49641
49511
|
* @description The Roblox.Platform.Bundles.Core.BundleType serialized if item is a bundle.
|
|
@@ -51794,9 +51664,9 @@ export interface components {
|
|
|
51794
51664
|
};
|
|
51795
51665
|
/** @description A model representing data about an Roblox.Platform.Membership.IUser */
|
|
51796
51666
|
"Roblox.Groups.Api.GroupMembershipPermissionsModel": {
|
|
51797
|
-
/** @description
|
|
51667
|
+
/** @description Update a member's role */
|
|
51798
51668
|
changeRank?: boolean;
|
|
51799
|
-
/** @description
|
|
51669
|
+
/** @description Invite members to the group */
|
|
51800
51670
|
inviteMembers?: boolean;
|
|
51801
51671
|
/** @description Remove from group permission */
|
|
51802
51672
|
removeMembers?: boolean;
|
|
@@ -51897,12 +51767,6 @@ export interface components {
|
|
|
51897
51767
|
};
|
|
51898
51768
|
/** @description A model representing group posts permissions */
|
|
51899
51769
|
"Roblox.Groups.Api.GroupPostsPermissionsModel": {
|
|
51900
|
-
/** @description View wall permission */
|
|
51901
|
-
viewWall?: boolean;
|
|
51902
|
-
/** @description Post to wall permission */
|
|
51903
|
-
postToWall?: boolean;
|
|
51904
|
-
/** @description Delete from wall permission */
|
|
51905
|
-
deleteFromWall?: boolean;
|
|
51906
51770
|
/** @description View status permission */
|
|
51907
51771
|
viewStatus?: boolean;
|
|
51908
51772
|
/** @description Post to status permission */
|
|
@@ -52109,18 +51973,6 @@ export interface components {
|
|
|
52109
51973
|
* @description The maximum length of a group status
|
|
52110
51974
|
*/
|
|
52111
51975
|
groupStatusMaxLength?: number;
|
|
52112
|
-
/**
|
|
52113
|
-
* Format: int32
|
|
52114
|
-
* @description The maximum length of a group wall post
|
|
52115
|
-
*/
|
|
52116
|
-
groupPostMaxLength?: number;
|
|
52117
|
-
/** @description If set to true, group details will subscribe and respond to wall notifications. */
|
|
52118
|
-
isGroupWallNotificationsEnabled?: boolean;
|
|
52119
|
-
/**
|
|
52120
|
-
* Format: int32
|
|
52121
|
-
* @description Time in milliseconds between calls to subscribe to group wall notifications.
|
|
52122
|
-
*/
|
|
52123
|
-
groupWallNotificationsSubscribeIntervalInMilliseconds?: number;
|
|
52124
51976
|
/**
|
|
52125
51977
|
* @description If set to true, groups showcase will not show on users profiles.
|
|
52126
51978
|
*
|
|
@@ -52241,27 +52093,6 @@ export interface components {
|
|
|
52241
52093
|
*/
|
|
52242
52094
|
created?: string;
|
|
52243
52095
|
};
|
|
52244
|
-
/** @description A response model for group wall post information */
|
|
52245
|
-
"Roblox.Groups.Api.Models.Response.GroupWallPostModel": {
|
|
52246
|
-
/**
|
|
52247
|
-
* Format: int64
|
|
52248
|
-
* @description The group wall post Id.
|
|
52249
|
-
*/
|
|
52250
|
-
id?: number;
|
|
52251
|
-
poster?: components["schemas"]["Roblox.Groups.Api.Models.Response.UserModel"];
|
|
52252
|
-
/** @description The group wall post body. */
|
|
52253
|
-
body?: string;
|
|
52254
|
-
/**
|
|
52255
|
-
* Format: date-time
|
|
52256
|
-
* @description When the group wall post was posted.
|
|
52257
|
-
*/
|
|
52258
|
-
created?: string;
|
|
52259
|
-
/**
|
|
52260
|
-
* Format: date-time
|
|
52261
|
-
* @description When the group wall post was last updated.
|
|
52262
|
-
*/
|
|
52263
|
-
updated?: string;
|
|
52264
|
-
};
|
|
52265
52096
|
/** @description A model representing data about an Roblox.Platform.Membership.IUser */
|
|
52266
52097
|
"Roblox.Groups.Api.Models.Response.UserModel": {
|
|
52267
52098
|
/**
|
|
@@ -52531,14 +52362,11 @@ export interface components {
|
|
|
52531
52362
|
"Roblox.Groups.Api.UpdatePermissionsRequest": {
|
|
52532
52363
|
/** @description The permission-value pairs to be updated. */
|
|
52533
52364
|
permissions?: {
|
|
52534
|
-
DeleteFromWall?: boolean;
|
|
52535
|
-
PostToWall?: boolean;
|
|
52536
52365
|
InviteMembers?: boolean;
|
|
52537
52366
|
PostToStatus?: boolean;
|
|
52538
52367
|
RemoveMembers?: boolean;
|
|
52539
52368
|
BanMembers?: boolean;
|
|
52540
52369
|
ViewStatus?: boolean;
|
|
52541
|
-
ViewWall?: boolean;
|
|
52542
52370
|
ChangeRank?: boolean;
|
|
52543
52371
|
AdvertiseGroup?: boolean;
|
|
52544
52372
|
ManageRelationships?: boolean;
|
|
@@ -52835,10 +52663,10 @@ export interface components {
|
|
|
52835
52663
|
name?: string;
|
|
52836
52664
|
/**
|
|
52837
52665
|
* Format: int32
|
|
52838
|
-
* @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]
|
|
52666
|
+
* @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]
|
|
52839
52667
|
* @enum {integer}
|
|
52840
52668
|
*/
|
|
52841
|
-
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;
|
|
52669
|
+
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;
|
|
52842
52670
|
/**
|
|
52843
52671
|
* Format: date-time
|
|
52844
52672
|
* @description The created date time of the user asset.
|
|
@@ -55056,11 +54884,6 @@ export interface components {
|
|
|
55056
54884
|
nextPageCursor?: string;
|
|
55057
54885
|
data?: components["schemas"]["Roblox.Groups.Api.Models.Response.GroupNameHistoryResponseItem"][];
|
|
55058
54886
|
};
|
|
55059
|
-
"Roblox.Web.WebAPI.Models.ApiPageResponse_Roblox.Groups.Api.Models.Response.GroupWallPostModel_": {
|
|
55060
|
-
previousPageCursor?: string;
|
|
55061
|
-
nextPageCursor?: string;
|
|
55062
|
-
data?: components["schemas"]["Roblox.Groups.Api.Models.Response.GroupWallPostModel"][];
|
|
55063
|
-
};
|
|
55064
54887
|
"Roblox.Web.WebAPI.Models.ApiPageResponse_Roblox.Groups.Api.Models.Response.UserModel_": {
|
|
55065
54888
|
previousPageCursor?: string;
|
|
55066
54889
|
nextPageCursor?: string;
|
|
@@ -63904,7 +63727,7 @@ export interface operations {
|
|
|
63904
63727
|
};
|
|
63905
63728
|
};
|
|
63906
63729
|
};
|
|
63907
|
-
SalesReportDownload_PublishSalesReportDownloadMessage: {
|
|
63730
|
+
"TransactionRecordsApi.SalesReportDownload_PublishSalesReportDownloadMessage": {
|
|
63908
63731
|
parameters: {
|
|
63909
63732
|
query?: never;
|
|
63910
63733
|
header?: never;
|