@jacobhumston/roblox-openapi-ts 1.0.30 → 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 +17 -79
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -37757,10 +37757,7 @@ export interface paths {
37757
37757
  headers: {
37758
37758
  [name: string]: unknown;
37759
37759
  };
37760
- content: {
37761
- "application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
37762
- "text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
37763
- };
37760
+ content?: never;
37764
37761
  };
37765
37762
  };
37766
37763
  };
@@ -37813,10 +37810,7 @@ export interface paths {
37813
37810
  headers: {
37814
37811
  [name: string]: unknown;
37815
37812
  };
37816
- content: {
37817
- "application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
37818
- "text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
37819
- };
37813
+ content?: never;
37820
37814
  };
37821
37815
  };
37822
37816
  };
@@ -37870,10 +37864,7 @@ export interface paths {
37870
37864
  headers: {
37871
37865
  [name: string]: unknown;
37872
37866
  };
37873
- content: {
37874
- "application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
37875
- "text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
37876
- };
37867
+ content?: never;
37877
37868
  };
37878
37869
  };
37879
37870
  };
@@ -37917,10 +37908,7 @@ export interface paths {
37917
37908
  headers: {
37918
37909
  [name: string]: unknown;
37919
37910
  };
37920
- content: {
37921
- "application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"][];
37922
- "text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"][];
37923
- };
37911
+ content?: never;
37924
37912
  };
37925
37913
  };
37926
37914
  };
@@ -38941,10 +38929,7 @@ export interface paths {
38941
38929
  headers: {
38942
38930
  [name: string]: unknown;
38943
38931
  };
38944
- content: {
38945
- "application/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
38946
- "text/json": components["schemas"]["Roblox.Web.Assets.AssetResponseItemV2"];
38947
- };
38932
+ content?: never;
38948
38933
  };
38949
38934
  };
38950
38935
  };
@@ -44400,6 +44385,17 @@ export interface components {
44400
44385
  */
44401
44386
  bypassSlowMode?: boolean;
44402
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
+ };
44403
44399
  HttpContent: {
44404
44400
  readonly headers?: components["schemas"]["StringStringIEnumerableKeyValuePair"][] | null;
44405
44401
  };
@@ -52066,7 +52062,7 @@ export interface components {
52066
52062
  /** @description The game description. */
52067
52063
  description?: string;
52068
52064
  creator?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Core.CreatorType_"];
52069
- rootPlace?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_"];
52065
+ rootPlace?: components["schemas"]["GroupsApi.Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_"];
52070
52066
  /**
52071
52067
  * Format: date-time
52072
52068
  * @description When the game was created.
@@ -52701,18 +52697,10 @@ export interface components {
52701
52697
  * @description The creator target Id.
52702
52698
  */
52703
52699
  creatorTargetId?: number;
52704
- /**
52705
- * Format: int64
52706
- * @description The Price for onSale asset
52707
- * Note: This is now considered deprecated in favor of PriceConfiguration.
52708
- */
52709
- price?: number;
52710
- priceConfiguration?: components["schemas"]["Roblox.ItemConfiguration.Api.PriceConfigurationModel"];
52711
52700
  /** @description Is the asset archived. */
52712
52701
  isArchived?: boolean;
52713
52702
  /** @description Type of the asset. */
52714
52703
  assetType?: string;
52715
- releaseConfiguration?: components["schemas"]["Roblox.ItemConfiguration.Api.ReleaseConfigurationResponseModel"];
52716
52704
  /**
52717
52705
  * Format: date-time
52718
52706
  * @description Date asset was created.
@@ -52738,36 +52726,6 @@ export interface components {
52738
52726
  /** @description The asset name. */
52739
52727
  name?: string;
52740
52728
  };
52741
- /** @description Defines the configuration options for an items price. */
52742
- "Roblox.ItemConfiguration.Api.PriceConfigurationModel": {
52743
- /**
52744
- * Format: int64
52745
- * @description Gets or sets the standard price of the item in Robux.
52746
- */
52747
- priceInRobux?: number;
52748
- /**
52749
- * Format: int32
52750
- * @description Gets or sets the discount rate on the price of the item that is given to premium users
52751
- * Should not be used while applying a PremiumPriceInRobux.
52752
- */
52753
- premiumDiscountPercentage?: number;
52754
- /**
52755
- * Format: int64
52756
- * @description Gets or sets the price of the item in Robux that applies only to premium users
52757
- * Should not be used while applying a PremiumDiscountPercentage.
52758
- */
52759
- premiumPriceInRobux?: number;
52760
- /**
52761
- * Format: int64
52762
- * @description Gets or sets the price offset of the item in Robux above the price floor.
52763
- */
52764
- priceOffset?: number;
52765
- };
52766
- /** @description Defines the configuration options associated with releasing an item. */
52767
- "Roblox.ItemConfiguration.Api.ReleaseConfigurationResponseModel": {
52768
- /** @description Get or sets the sale availability locations list. */
52769
- saleAvailabilityLocations?: ("Undefined" | "Catalog" | "AllUniverses" | "MyUniverses")[];
52770
- };
52771
52729
  /** @description Model for Country Regions */
52772
52730
  "Roblox.Locale.Api.CountryRegion": {
52773
52731
  /** @description code of country region */
@@ -54347,11 +54305,6 @@ export interface components {
54347
54305
  fidelity?: string;
54348
54306
  skipGenerationIfNotExist?: boolean;
54349
54307
  };
54350
- "Roblox.Web.Assets.AssetFormatLocation": {
54351
- assetFormat?: string;
54352
- location?: string;
54353
- assetMetadatas?: components["schemas"]["Roblox.AssetDelivery.Api.AssetMetadata"][];
54354
- };
54355
54308
  "Roblox.Web.Assets.AssetResponseItemV1": {
54356
54309
  location?: string;
54357
54310
  errors?: components["schemas"]["Roblox.Web.Assets.IAssetItemError"][];
@@ -54368,21 +54321,6 @@ export interface components {
54368
54321
  /** @description Whether the asset is recordable in screen recordings. */
54369
54322
  isRecordable?: boolean;
54370
54323
  };
54371
- "Roblox.Web.Assets.AssetResponseItemV2": {
54372
- locations?: components["schemas"]["Roblox.Web.Assets.AssetFormatLocation"][];
54373
- errors?: components["schemas"]["Roblox.Web.Assets.IAssetItemError"][];
54374
- requestId?: string;
54375
- /** @description Whether the asset has been archived. */
54376
- isArchived?: boolean;
54377
- /**
54378
- * Format: int32
54379
- * @description Asset Type.
54380
- */
54381
- assetTypeId?: number;
54382
- contentRepresentationSpecifier?: components["schemas"]["Roblox.Web.Assets.AssetContentRepresentationSpecifier"];
54383
- /** @description Whether the asset is recordable in screen recordings. */
54384
- isRecordable?: boolean;
54385
- };
54386
54324
  "Roblox.Web.Assets.BatchAssetRequestItem": {
54387
54325
  assetName?: string;
54388
54326
  assetType?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jacobhumston/roblox-openapi-ts",
3
- "version": "1.0.30",
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",