@jacobhumston/roblox-openapi-ts 1.0.47 → 1.0.48
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 +9 -128
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -12639,79 +12639,6 @@ export interface paths {
|
|
|
12639
12639
|
patch?: never;
|
|
12640
12640
|
trace?: never;
|
|
12641
12641
|
};
|
|
12642
|
-
"/v1/auto-localization-table/games/{gameId}/ingestion": {
|
|
12643
|
-
parameters: {
|
|
12644
|
-
query?: never;
|
|
12645
|
-
header?: never;
|
|
12646
|
-
path?: never;
|
|
12647
|
-
cookie?: never;
|
|
12648
|
-
};
|
|
12649
|
-
get?: never;
|
|
12650
|
-
put?: never;
|
|
12651
|
-
post?: never;
|
|
12652
|
-
delete?: never;
|
|
12653
|
-
options?: never;
|
|
12654
|
-
head?: never;
|
|
12655
|
-
/** Ingests entries for auto localization. Needs to be an authorized user. */
|
|
12656
|
-
patch: {
|
|
12657
|
-
parameters: {
|
|
12658
|
-
query?: never;
|
|
12659
|
-
header?: never;
|
|
12660
|
-
path: {
|
|
12661
|
-
/** @description The game id. */
|
|
12662
|
-
gameId: number;
|
|
12663
|
-
};
|
|
12664
|
-
cookie?: never;
|
|
12665
|
-
};
|
|
12666
|
-
requestBody: components["requestBodies"]["Roblox.LocalizationTables.Api.IngestAutoScrapedContentForGameRequest"];
|
|
12667
|
-
responses: {
|
|
12668
|
-
/** @description OK */
|
|
12669
|
-
200: {
|
|
12670
|
-
headers: {
|
|
12671
|
-
[name: string]: unknown;
|
|
12672
|
-
};
|
|
12673
|
-
content: {
|
|
12674
|
-
"application/json": Record<string, never>;
|
|
12675
|
-
"text/json": Record<string, never>;
|
|
12676
|
-
};
|
|
12677
|
-
};
|
|
12678
|
-
/**
|
|
12679
|
-
* @description 10: Maximum entries exceeded. Please keep the number of entries per request below the maximum.
|
|
12680
|
-
* 13: Request body can't be null
|
|
12681
|
-
* 16: Entries can't be null or empty
|
|
12682
|
-
* 34: Actor provided is invalid
|
|
12683
|
-
*/
|
|
12684
|
-
400: {
|
|
12685
|
-
headers: {
|
|
12686
|
-
[name: string]: unknown;
|
|
12687
|
-
};
|
|
12688
|
-
content?: never;
|
|
12689
|
-
};
|
|
12690
|
-
/** @description 0: Authorization has been denied for this request. */
|
|
12691
|
-
401: {
|
|
12692
|
-
headers: {
|
|
12693
|
-
[name: string]: unknown;
|
|
12694
|
-
};
|
|
12695
|
-
content?: never;
|
|
12696
|
-
};
|
|
12697
|
-
/** @description 0: Token Validation Failed */
|
|
12698
|
-
403: {
|
|
12699
|
-
headers: {
|
|
12700
|
-
[name: string]: unknown;
|
|
12701
|
-
};
|
|
12702
|
-
content?: never;
|
|
12703
|
-
};
|
|
12704
|
-
/** @description 17: Feature is disabled */
|
|
12705
|
-
503: {
|
|
12706
|
-
headers: {
|
|
12707
|
-
[name: string]: unknown;
|
|
12708
|
-
};
|
|
12709
|
-
content?: never;
|
|
12710
|
-
};
|
|
12711
|
-
};
|
|
12712
|
-
};
|
|
12713
|
-
trace?: never;
|
|
12714
|
-
};
|
|
12715
12642
|
"/v1/autolocalization/games/{gameId}/autolocalizationtable#localizationtables.roblox.com": {
|
|
12716
12643
|
parameters: {
|
|
12717
12644
|
query?: never;
|
|
@@ -42884,7 +42811,7 @@ export interface paths {
|
|
|
42884
42811
|
parameters: {
|
|
42885
42812
|
query: {
|
|
42886
42813
|
/** @description The asset types to query. */
|
|
42887
|
-
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)[];
|
|
42814
|
+
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 | 95)[];
|
|
42888
42815
|
/** @description Filters moderated assets when enabled. */
|
|
42889
42816
|
filterDisapprovedAssets?: boolean;
|
|
42890
42817
|
/** @description Filters moderated assets and assets pending review when enabled. */
|
|
@@ -55636,10 +55563,10 @@ export interface components {
|
|
|
55636
55563
|
name?: string;
|
|
55637
55564
|
/**
|
|
55638
55565
|
* Format: int32
|
|
55639
|
-
* @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]
|
|
55566
|
+
* @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, 'AnimatedImage' = 95]
|
|
55640
55567
|
* @enum {integer}
|
|
55641
55568
|
*/
|
|
55642
|
-
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;
|
|
55569
|
+
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;
|
|
55643
55570
|
/**
|
|
55644
55571
|
* Format: date-time
|
|
55645
55572
|
* @description The created date time of the user asset.
|
|
@@ -55898,21 +55825,6 @@ export interface components {
|
|
|
55898
55825
|
/** @description Is Quota UI Enabled for Automatic Translations */
|
|
55899
55826
|
isAutomaticTranslationQuotaUIEnabled?: boolean;
|
|
55900
55827
|
};
|
|
55901
|
-
"Roblox.LocalizationTables.Api.AutoScrapeEntry": {
|
|
55902
|
-
context?: string;
|
|
55903
|
-
source?: string;
|
|
55904
|
-
screenshot?: string;
|
|
55905
|
-
meta?: components["schemas"]["Roblox.LocalizationTables.Api.AutoScrapeEntryMetadata"];
|
|
55906
|
-
};
|
|
55907
|
-
"Roblox.LocalizationTables.Api.AutoScrapeEntryMetadata": {
|
|
55908
|
-
text?: string;
|
|
55909
|
-
/** Format: int64 */
|
|
55910
|
-
userId?: number;
|
|
55911
|
-
osPlatform?: string;
|
|
55912
|
-
/** Format: uuid */
|
|
55913
|
-
sessionId?: string;
|
|
55914
|
-
matchedEntry?: components["schemas"]["Roblox.LocalizationTables.Api.MatchedEntry"];
|
|
55915
|
-
};
|
|
55916
55828
|
"Roblox.LocalizationTables.Api.CreateTableRequest": {
|
|
55917
55829
|
name?: string;
|
|
55918
55830
|
/** @enum {string} */
|
|
@@ -55937,7 +55849,7 @@ export interface components {
|
|
|
55937
55849
|
*/
|
|
55938
55850
|
count?: number;
|
|
55939
55851
|
/**
|
|
55940
|
-
* @description In which order the data is sorted.
|
|
55852
|
+
* @description In which order the data is sorted.
|
|
55941
55853
|
* @enum {string}
|
|
55942
55854
|
*/
|
|
55943
55855
|
sortOrder?: "Asc" | "Desc";
|
|
@@ -56047,6 +55959,8 @@ export interface components {
|
|
|
56047
55959
|
sourceLanguage?: string;
|
|
56048
55960
|
/** Format: int64 */
|
|
56049
55961
|
assetId?: number;
|
|
55962
|
+
shouldUseImageLocalizationTable?: boolean;
|
|
55963
|
+
isAutoLocalizationForImageEnabled?: boolean;
|
|
56050
55964
|
};
|
|
56051
55965
|
"Roblox.LocalizationTables.Api.GetLimitsResponse": {
|
|
56052
55966
|
entryOperationLimits?: components["schemas"]["Roblox.LocalizationTables.Api.EntryOperationLimits"];
|
|
@@ -56103,7 +56017,7 @@ export interface components {
|
|
|
56103
56017
|
id?: string;
|
|
56104
56018
|
name?: string;
|
|
56105
56019
|
/**
|
|
56106
|
-
* @description Enum for valid OwnerTypes.
|
|
56020
|
+
* @description Enum for valid OwnerTypes.
|
|
56107
56021
|
* @enum {string}
|
|
56108
56022
|
*/
|
|
56109
56023
|
ownerType?: "User" | "Group";
|
|
@@ -56112,29 +56026,6 @@ export interface components {
|
|
|
56112
56026
|
/** Format: int64 */
|
|
56113
56027
|
assetId?: number;
|
|
56114
56028
|
};
|
|
56115
|
-
/** @description An ingest content request to IngestAutoScrapedContentForGame. */
|
|
56116
|
-
"Roblox.LocalizationTables.Api.IngestAutoScrapedContentForGameRequest": {
|
|
56117
|
-
/** @description The entries of an ingest content request. */
|
|
56118
|
-
entries?: components["schemas"]["Roblox.LocalizationTables.Api.AutoScrapeEntry"][];
|
|
56119
|
-
metadata?: components["schemas"]["Roblox.LocalizationTables.Api.IngestContentMetadata"];
|
|
56120
|
-
};
|
|
56121
|
-
/** @description The metadata of an ingest content request. */
|
|
56122
|
-
"Roblox.LocalizationTables.Api.IngestContentMetadata": {
|
|
56123
|
-
placeInformation?: components["schemas"]["Roblox.LocalizationTables.Api.IngestContentMetadataPlaceInformation"];
|
|
56124
|
-
};
|
|
56125
|
-
/** @description The place information metadata of an ingest content request. */
|
|
56126
|
-
"Roblox.LocalizationTables.Api.IngestContentMetadataPlaceInformation": {
|
|
56127
|
-
/**
|
|
56128
|
-
* Format: int64
|
|
56129
|
-
* @description The place id of an ingest content request.
|
|
56130
|
-
*/
|
|
56131
|
-
placeId?: number;
|
|
56132
|
-
/**
|
|
56133
|
-
* Format: int32
|
|
56134
|
-
* @description The place version number of an ingest content request.
|
|
56135
|
-
*/
|
|
56136
|
-
placeVersionNumber?: number;
|
|
56137
|
-
};
|
|
56138
56029
|
"Roblox.LocalizationTables.Api.LocalizationTablesMetadataResponse": {
|
|
56139
56030
|
/** @description Is bulk upload feature enabled */
|
|
56140
56031
|
isBulkUploadFeatureEnabled?: boolean;
|
|
@@ -56149,11 +56040,6 @@ export interface components {
|
|
|
56149
56040
|
/** @description Is filter for automatic translations on UI is enabled */
|
|
56150
56041
|
isAutomaticTranslationFilterEnabled?: boolean;
|
|
56151
56042
|
};
|
|
56152
|
-
"Roblox.LocalizationTables.Api.MatchedEntry": {
|
|
56153
|
-
source?: string;
|
|
56154
|
-
/** Format: int32 */
|
|
56155
|
-
matchedParamIndex?: number;
|
|
56156
|
-
};
|
|
56157
56043
|
"Roblox.LocalizationTables.Api.ModifiedEntry": {
|
|
56158
56044
|
identifier?: components["schemas"]["Roblox.LocalizationTables.Api.EntryIdentifier"];
|
|
56159
56045
|
translations?: components["schemas"]["Roblox.LocalizationTables.Api.Translation"][];
|
|
@@ -56181,6 +56067,8 @@ export interface components {
|
|
|
56181
56067
|
isAutomaticEntriesSettingEnabled?: boolean;
|
|
56182
56068
|
isAutomaticEntriesDeletionsEnabled?: boolean;
|
|
56183
56069
|
shouldUseLocalizationTable?: boolean;
|
|
56070
|
+
shouldUseImageLocalizationTable?: boolean;
|
|
56071
|
+
isAutoLocalizationForImageEnabled?: boolean;
|
|
56184
56072
|
};
|
|
56185
56073
|
"Roblox.LocalizationTables.Api.SetAutolocalizationTableForGameRequest": {
|
|
56186
56074
|
/** Format: uuid */
|
|
@@ -60332,13 +60220,6 @@ export interface components {
|
|
|
60332
60220
|
"text/json": components["schemas"]["Roblox.Groups.Api.PayoutRequest"];
|
|
60333
60221
|
};
|
|
60334
60222
|
};
|
|
60335
|
-
/** @description The request body. */
|
|
60336
|
-
"Roblox.LocalizationTables.Api.IngestAutoScrapedContentForGameRequest": {
|
|
60337
|
-
content: {
|
|
60338
|
-
"application/json": components["schemas"]["Roblox.LocalizationTables.Api.IngestAutoScrapedContentForGameRequest"];
|
|
60339
|
-
"text/json": components["schemas"]["Roblox.LocalizationTables.Api.IngestAutoScrapedContentForGameRequest"];
|
|
60340
|
-
};
|
|
60341
|
-
};
|
|
60342
60223
|
"Roblox.PrivateMessages.Api.Models.BatchMessagesRequest": {
|
|
60343
60224
|
content: {
|
|
60344
60225
|
"application/json": components["schemas"]["Roblox.PrivateMessages.Api.Models.BatchMessagesRequest"];
|