@jacobhumston/roblox-openapi-ts 1.0.27 → 1.0.31

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +28 -267
  2. 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: {
@@ -37818,10 +37757,7 @@ export interface paths {
37818
37757
  headers: {
37819
37758
  [name: string]: unknown;
37820
37759
  };
37821
- content: {
37822
- "application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
37823
- "text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
37824
- };
37760
+ content?: never;
37825
37761
  };
37826
37762
  };
37827
37763
  };
@@ -37874,10 +37810,7 @@ export interface paths {
37874
37810
  headers: {
37875
37811
  [name: string]: unknown;
37876
37812
  };
37877
- content: {
37878
- "application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
37879
- "text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
37880
- };
37813
+ content?: never;
37881
37814
  };
37882
37815
  };
37883
37816
  };
@@ -37931,10 +37864,7 @@ export interface paths {
37931
37864
  headers: {
37932
37865
  [name: string]: unknown;
37933
37866
  };
37934
- content: {
37935
- "application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
37936
- "text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
37937
- };
37867
+ content?: never;
37938
37868
  };
37939
37869
  };
37940
37870
  };
@@ -37975,76 +37905,6 @@ export interface paths {
37975
37905
  responses: {
37976
37906
  /** @description OK */
37977
37907
  200: {
37978
- headers: {
37979
- [name: string]: unknown;
37980
- };
37981
- content: {
37982
- "application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"][];
37983
- "text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"][];
37984
- };
37985
- };
37986
- };
37987
- };
37988
- delete?: never;
37989
- options?: never;
37990
- head?: never;
37991
- patch?: never;
37992
- trace?: never;
37993
- };
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
37908
  headers: {
38049
37909
  [name: string]: unknown;
38050
37910
  };
@@ -38052,8 +37912,6 @@ export interface paths {
38052
37912
  };
38053
37913
  };
38054
37914
  };
38055
- put?: never;
38056
- post?: never;
38057
37915
  delete?: never;
38058
37916
  options?: never;
38059
37917
  head?: never;
@@ -39071,10 +38929,7 @@ export interface paths {
39071
38929
  headers: {
39072
38930
  [name: string]: unknown;
39073
38931
  };
39074
- content: {
39075
- "application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
39076
- "text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
39077
- };
38932
+ content?: never;
39078
38933
  };
39079
38934
  };
39080
38935
  };
@@ -39977,7 +39832,7 @@ export interface paths {
39977
39832
  };
39978
39833
  get?: never;
39979
39834
  put?: never;
39980
- post: operations["SalesReportDownload_PublishSalesReportDownloadMessage"];
39835
+ post: operations["TransactionRecordsApi.SalesReportDownload_PublishSalesReportDownloadMessage"];
39981
39836
  delete?: never;
39982
39837
  options?: never;
39983
39838
  head?: never;
@@ -41766,7 +41621,7 @@ export interface paths {
41766
41621
  query: {
41767
41622
  includeLocked: boolean;
41768
41623
  includeNotificationPreferences: boolean;
41769
- discoveryType: 0 | 1;
41624
+ discoveryType: 0 | 1 | 2;
41770
41625
  };
41771
41626
  header?: never;
41772
41627
  path: {
@@ -41819,7 +41674,7 @@ export interface paths {
41819
41674
  parameters: {
41820
41675
  query: {
41821
41676
  /** @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)[];
41677
+ 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
41678
  /** @description Filters moderated assets when enabled. */
41824
41679
  filterDisapprovedAssets?: boolean;
41825
41680
  /** @description Filters moderated assets and assets pending review when enabled. */
@@ -44530,6 +44385,17 @@ export interface components {
44530
44385
  */
44531
44386
  bypassSlowMode?: boolean;
44532
44387
  };
44388
+ "GroupsApi.Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_": {
44389
+ /** Format: int64 */
44390
+ id?: number;
44391
+ /**
44392
+ * Format: int32
44393
+ * @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]
44394
+ * @enum {integer}
44395
+ */
44396
+ 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;
44397
+ name?: string;
44398
+ };
44533
44399
  HttpContent: {
44534
44400
  readonly headers?: components["schemas"]["StringStringIEnumerableKeyValuePair"][] | null;
44535
44401
  };
@@ -49506,7 +49372,7 @@ export interface components {
49506
49372
  * @description The Roblox.Platform.Assets.AssetType serialized if item is an asset.
49507
49373
  * @enum {integer}
49508
49374
  */
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;
49375
+ 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
49376
  /**
49511
49377
  * Format: int32
49512
49378
  * @description The Roblox.Platform.Bundles.Core.BundleType serialized if item is a bundle.
@@ -49635,7 +49501,7 @@ export interface components {
49635
49501
  * @description The Roblox.Platform.Assets.AssetType serialized if item is an asset.
49636
49502
  * @enum {integer}
49637
49503
  */
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;
49504
+ 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
49505
  /**
49640
49506
  * Format: int32
49641
49507
  * @description The Roblox.Platform.Bundles.Core.BundleType serialized if item is a bundle.
@@ -51794,9 +51660,9 @@ export interface components {
51794
51660
  };
51795
51661
  /** @description A model representing data about an Roblox.Platform.Membership.IUser */
51796
51662
  "Roblox.Groups.Api.GroupMembershipPermissionsModel": {
51797
- /** @description View wall permission */
51663
+ /** @description Update a member's role */
51798
51664
  changeRank?: boolean;
51799
- /** @description Post to wall permission */
51665
+ /** @description Invite members to the group */
51800
51666
  inviteMembers?: boolean;
51801
51667
  /** @description Remove from group permission */
51802
51668
  removeMembers?: boolean;
@@ -51897,12 +51763,6 @@ export interface components {
51897
51763
  };
51898
51764
  /** @description A model representing group posts permissions */
51899
51765
  "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
51766
  /** @description View status permission */
51907
51767
  viewStatus?: boolean;
51908
51768
  /** @description Post to status permission */
@@ -52109,18 +51969,6 @@ export interface components {
52109
51969
  * @description The maximum length of a group status
52110
51970
  */
52111
51971
  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
51972
  /**
52125
51973
  * @description If set to true, groups showcase will not show on users profiles.
52126
51974
  *
@@ -52214,7 +52062,7 @@ export interface components {
52214
52062
  /** @description The game description. */
52215
52063
  description?: string;
52216
52064
  creator?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Core.CreatorType_"];
52217
- rootPlace?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_"];
52065
+ rootPlace?: components["schemas"]["GroupsApi.Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_"];
52218
52066
  /**
52219
52067
  * Format: date-time
52220
52068
  * @description When the game was created.
@@ -52241,27 +52089,6 @@ export interface components {
52241
52089
  */
52242
52090
  created?: string;
52243
52091
  };
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
52092
  /** @description A model representing data about an Roblox.Platform.Membership.IUser */
52266
52093
  "Roblox.Groups.Api.Models.Response.UserModel": {
52267
52094
  /**
@@ -52531,14 +52358,11 @@ export interface components {
52531
52358
  "Roblox.Groups.Api.UpdatePermissionsRequest": {
52532
52359
  /** @description The permission-value pairs to be updated. */
52533
52360
  permissions?: {
52534
- DeleteFromWall?: boolean;
52535
- PostToWall?: boolean;
52536
52361
  InviteMembers?: boolean;
52537
52362
  PostToStatus?: boolean;
52538
52363
  RemoveMembers?: boolean;
52539
52364
  BanMembers?: boolean;
52540
52365
  ViewStatus?: boolean;
52541
- ViewWall?: boolean;
52542
52366
  ChangeRank?: boolean;
52543
52367
  AdvertiseGroup?: boolean;
52544
52368
  ManageRelationships?: boolean;
@@ -52835,10 +52659,10 @@ export interface components {
52835
52659
  name?: string;
52836
52660
  /**
52837
52661
  * 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]
52662
+ * @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
52663
  * @enum {integer}
52840
52664
  */
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;
52665
+ 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
52666
  /**
52843
52667
  * Format: date-time
52844
52668
  * @description The created date time of the user asset.
@@ -52873,18 +52697,10 @@ export interface components {
52873
52697
  * @description The creator target Id.
52874
52698
  */
52875
52699
  creatorTargetId?: number;
52876
- /**
52877
- * Format: int64
52878
- * @description The Price for onSale asset
52879
- * Note: This is now considered deprecated in favor of PriceConfiguration.
52880
- */
52881
- price?: number;
52882
- priceConfiguration?: components["schemas"]["Roblox.ItemConfiguration.Api.PriceConfigurationModel"];
52883
52700
  /** @description Is the asset archived. */
52884
52701
  isArchived?: boolean;
52885
52702
  /** @description Type of the asset. */
52886
52703
  assetType?: string;
52887
- releaseConfiguration?: components["schemas"]["Roblox.ItemConfiguration.Api.ReleaseConfigurationResponseModel"];
52888
52704
  /**
52889
52705
  * Format: date-time
52890
52706
  * @description Date asset was created.
@@ -52910,36 +52726,6 @@ export interface components {
52910
52726
  /** @description The asset name. */
52911
52727
  name?: string;
52912
52728
  };
52913
- /** @description Defines the configuration options for an items price. */
52914
- "Roblox.ItemConfiguration.Api.PriceConfigurationModel": {
52915
- /**
52916
- * Format: int64
52917
- * @description Gets or sets the standard price of the item in Robux.
52918
- */
52919
- priceInRobux?: number;
52920
- /**
52921
- * Format: int32
52922
- * @description Gets or sets the discount rate on the price of the item that is given to premium users
52923
- * Should not be used while applying a PremiumPriceInRobux.
52924
- */
52925
- premiumDiscountPercentage?: number;
52926
- /**
52927
- * Format: int64
52928
- * @description Gets or sets the price of the item in Robux that applies only to premium users
52929
- * Should not be used while applying a PremiumDiscountPercentage.
52930
- */
52931
- premiumPriceInRobux?: number;
52932
- /**
52933
- * Format: int64
52934
- * @description Gets or sets the price offset of the item in Robux above the price floor.
52935
- */
52936
- priceOffset?: number;
52937
- };
52938
- /** @description Defines the configuration options associated with releasing an item. */
52939
- "Roblox.ItemConfiguration.Api.ReleaseConfigurationResponseModel": {
52940
- /** @description Get or sets the sale availability locations list. */
52941
- saleAvailabilityLocations?: ("Undefined" | "Catalog" | "AllUniverses" | "MyUniverses")[];
52942
- };
52943
52729
  /** @description Model for Country Regions */
52944
52730
  "Roblox.Locale.Api.CountryRegion": {
52945
52731
  /** @description code of country region */
@@ -54519,11 +54305,6 @@ export interface components {
54519
54305
  fidelity?: string;
54520
54306
  skipGenerationIfNotExist?: boolean;
54521
54307
  };
54522
- "Roblox.Web.Assets.AssetFormatLocation": {
54523
- assetFormat?: string;
54524
- location?: string;
54525
- assetMetadatas?: components["schemas"]["Roblox.AssetDelivery.Api.AssetMetadata"][];
54526
- };
54527
54308
  "Roblox.Web.Assets.AssetResponseItemV1": {
54528
54309
  location?: string;
54529
54310
  errors?: components["schemas"]["Roblox.Web.Assets.IAssetItemError"][];
@@ -54540,21 +54321,6 @@ export interface components {
54540
54321
  /** @description Whether the asset is recordable in screen recordings. */
54541
54322
  isRecordable?: boolean;
54542
54323
  };
54543
- "Roblox.Web.Assets.AssetResponseItemV2": {
54544
- locations?: components["schemas"]["Roblox.Web.Assets.AssetFormatLocation"][];
54545
- errors?: components["schemas"]["Roblox.Web.Assets.IAssetItemError"][];
54546
- requestId?: string;
54547
- /** @description Whether the asset has been archived. */
54548
- isArchived?: boolean;
54549
- /**
54550
- * Format: int32
54551
- * @description Asset Type.
54552
- */
54553
- assetTypeId?: number;
54554
- contentRepresentationSpecifier?: components["schemas"]["Roblox.Web.Assets.AssetContentRepresentationSpecifier"];
54555
- /** @description Whether the asset is recordable in screen recordings. */
54556
- isRecordable?: boolean;
54557
- };
54558
54324
  "Roblox.Web.Assets.BatchAssetRequestItem": {
54559
54325
  assetName?: string;
54560
54326
  assetType?: string;
@@ -55056,11 +54822,6 @@ export interface components {
55056
54822
  nextPageCursor?: string;
55057
54823
  data?: components["schemas"]["Roblox.Groups.Api.Models.Response.GroupNameHistoryResponseItem"][];
55058
54824
  };
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
54825
  "Roblox.Web.WebAPI.Models.ApiPageResponse_Roblox.Groups.Api.Models.Response.UserModel_": {
55065
54826
  previousPageCursor?: string;
55066
54827
  nextPageCursor?: string;
@@ -63904,7 +63665,7 @@ export interface operations {
63904
63665
  };
63905
63666
  };
63906
63667
  };
63907
- SalesReportDownload_PublishSalesReportDownloadMessage: {
63668
+ "TransactionRecordsApi.SalesReportDownload_PublishSalesReportDownloadMessage": {
63908
63669
  parameters: {
63909
63670
  query?: never;
63910
63671
  header?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jacobhumston/roblox-openapi-ts",
3
- "version": "1.0.27",
3
+ "version": "1.0.31",
4
4
  "description": "An automatically updated Roblox API client based on their OpenAPI documentation.",
5
5
  "keywords": [
6
6
  "roblox",