@jacobhumston/roblox-openapi-ts 1.0.45 → 1.0.46

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 +55 -353
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -12719,107 +12719,6 @@ export interface paths {
12719
12719
  };
12720
12720
  trace?: never;
12721
12721
  };
12722
- "/v1/autolocalization/games/{gameId}/autolocalizationtable": {
12723
- parameters: {
12724
- query?: never;
12725
- header?: never;
12726
- path?: never;
12727
- cookie?: never;
12728
- };
12729
- get?: never;
12730
- put?: never;
12731
- /**
12732
- * @deprecated
12733
- * @description Use the Autolocalization controller in LocalizationTables API
12734
- */
12735
- post: {
12736
- parameters: {
12737
- query?: never;
12738
- header?: never;
12739
- path: {
12740
- gameId: number;
12741
- };
12742
- cookie?: never;
12743
- };
12744
- requestBody?: never;
12745
- responses: {
12746
- /** @description OK */
12747
- 200: {
12748
- headers: {
12749
- [name: string]: unknown;
12750
- };
12751
- content: {
12752
- "application/json": components["schemas"]["Roblox.GameInternationalization.Api.GameAutolocalizationInformationResponse"];
12753
- "text/json": components["schemas"]["Roblox.GameInternationalization.Api.GameAutolocalizationInformationResponse"];
12754
- };
12755
- };
12756
- /** @description 0: Authorization has been denied for this request. */
12757
- 401: {
12758
- headers: {
12759
- [name: string]: unknown;
12760
- };
12761
- content?: never;
12762
- };
12763
- /** @description 0: Token Validation Failed */
12764
- 403: {
12765
- headers: {
12766
- [name: string]: unknown;
12767
- };
12768
- content?: never;
12769
- };
12770
- };
12771
- };
12772
- delete?: never;
12773
- options?: never;
12774
- head?: never;
12775
- /**
12776
- * @deprecated
12777
- * @description Use the Autolocalization controller in LocalizationTables API
12778
- */
12779
- patch: {
12780
- parameters: {
12781
- query?: never;
12782
- header?: never;
12783
- path: {
12784
- gameId: number;
12785
- };
12786
- cookie?: never;
12787
- };
12788
- requestBody: {
12789
- content: {
12790
- "application/json": components["schemas"]["Roblox.GameInternationalization.Api.SetAutolocalizationTableForGameRequest"];
12791
- "text/json": components["schemas"]["Roblox.GameInternationalization.Api.SetAutolocalizationTableForGameRequest"];
12792
- };
12793
- };
12794
- responses: {
12795
- /** @description OK */
12796
- 200: {
12797
- headers: {
12798
- [name: string]: unknown;
12799
- };
12800
- content: {
12801
- "application/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
12802
- "text/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
12803
- };
12804
- };
12805
- /** @description 0: Authorization has been denied for this request. */
12806
- 401: {
12807
- headers: {
12808
- [name: string]: unknown;
12809
- };
12810
- content?: never;
12811
- };
12812
- /** @description 0: Token Validation Failed */
12813
- 403: {
12814
- headers: {
12815
- [name: string]: unknown;
12816
- };
12817
- content?: never;
12818
- };
12819
- };
12820
- };
12821
- trace?: never;
12822
- };
12823
12722
  "/v1/autolocalization/games/{gameId}/autolocalizationtable#localizationtables.roblox.com": {
12824
12723
  parameters: {
12825
12724
  query?: never;
@@ -12913,87 +12812,6 @@ export interface paths {
12913
12812
  };
12914
12813
  trace?: never;
12915
12814
  };
12916
- "/v1/autolocalization/games/{gameId}/settings": {
12917
- parameters: {
12918
- query?: never;
12919
- header?: never;
12920
- path?: never;
12921
- cookie?: never;
12922
- };
12923
- get?: never;
12924
- put?: never;
12925
- post?: never;
12926
- delete?: never;
12927
- options?: never;
12928
- head?: never;
12929
- /**
12930
- * Sets a game's auto-localization related settings
12931
- * @deprecated
12932
- * @description Use the Autolocalization controller in LocalizationTables API
12933
- */
12934
- patch: {
12935
- parameters: {
12936
- query?: never;
12937
- header?: never;
12938
- path: {
12939
- /** @description The id of the game. */
12940
- gameId: number;
12941
- };
12942
- cookie?: never;
12943
- };
12944
- /** @description The request body. */
12945
- requestBody: {
12946
- content: {
12947
- "application/json": components["schemas"]["Roblox.GameInternationalization.Api.SetAutolocalizationSettingsForGameRequest"];
12948
- "text/json": components["schemas"]["Roblox.GameInternationalization.Api.SetAutolocalizationSettingsForGameRequest"];
12949
- };
12950
- };
12951
- responses: {
12952
- /** @description OK */
12953
- 200: {
12954
- headers: {
12955
- [name: string]: unknown;
12956
- };
12957
- content: {
12958
- "application/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
12959
- "text/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
12960
- };
12961
- };
12962
- /** @description 14: Invalid game id */
12963
- 400: {
12964
- headers: {
12965
- [name: string]: unknown;
12966
- };
12967
- content?: never;
12968
- };
12969
- /** @description 0: Authorization has been denied for this request. */
12970
- 401: {
12971
- headers: {
12972
- [name: string]: unknown;
12973
- };
12974
- content?: never;
12975
- };
12976
- /**
12977
- * @description 0: Token Validation Failed
12978
- * 18: You do not have permission to manage this game
12979
- */
12980
- 403: {
12981
- headers: {
12982
- [name: string]: unknown;
12983
- };
12984
- content?: never;
12985
- };
12986
- /** @description 17: Feature is disabled */
12987
- 503: {
12988
- headers: {
12989
- [name: string]: unknown;
12990
- };
12991
- content?: never;
12992
- };
12993
- };
12994
- };
12995
- trace?: never;
12996
- };
12997
12815
  "/v1/autolocalization/games/{gameId}/settings#localizationtables.roblox.com": {
12998
12816
  parameters: {
12999
12817
  query?: never;
@@ -13074,54 +12892,6 @@ export interface paths {
13074
12892
  };
13075
12893
  trace?: never;
13076
12894
  };
13077
- "/v1/autolocalization/metadata": {
13078
- parameters: {
13079
- query?: never;
13080
- header?: never;
13081
- path?: never;
13082
- cookie?: never;
13083
- };
13084
- /**
13085
- * Metadata for AutoLocalization Configuration
13086
- * @deprecated
13087
- * @description Use the Autolocalization controller in LocalizationTables API
13088
- */
13089
- get: {
13090
- parameters: {
13091
- query?: never;
13092
- header?: never;
13093
- path?: never;
13094
- cookie?: never;
13095
- };
13096
- requestBody?: never;
13097
- responses: {
13098
- /** @description OK */
13099
- 200: {
13100
- headers: {
13101
- [name: string]: unknown;
13102
- };
13103
- content: {
13104
- "application/json": components["schemas"]["Roblox.GameInternationalization.Api.AutoLocalizationMetadataResponse"];
13105
- "text/json": components["schemas"]["Roblox.GameInternationalization.Api.AutoLocalizationMetadataResponse"];
13106
- };
13107
- };
13108
- /** @description 0: Authorization has been denied for this request. */
13109
- 401: {
13110
- headers: {
13111
- [name: string]: unknown;
13112
- };
13113
- content?: never;
13114
- };
13115
- };
13116
- };
13117
- put?: never;
13118
- post?: never;
13119
- delete?: never;
13120
- options?: never;
13121
- head?: never;
13122
- patch?: never;
13123
- trace?: never;
13124
- };
13125
12895
  "/v1/autolocalization/metadata#localizationtables.roblox.com": {
13126
12896
  parameters: {
13127
12897
  query?: never;
@@ -15303,8 +15073,8 @@ export interface paths {
15303
15073
  [name: string]: unknown;
15304
15074
  };
15305
15075
  content: {
15306
- "application/json": components["schemas"]["ClientSettingsApi.Roblox.ClientSettings.Api.Models.Response.ClientVersionResponse"];
15307
- "text/json": components["schemas"]["ClientSettingsApi.Roblox.ClientSettings.Api.Models.Response.ClientVersionResponse"];
15076
+ "application/json": components["schemas"]["Roblox.ClientSettings.Api.Models.Response.ClientVersionResponse"];
15077
+ "text/json": components["schemas"]["Roblox.ClientSettings.Api.Models.Response.ClientVersionResponse"];
15308
15078
  };
15309
15079
  };
15310
15080
  };
@@ -26587,63 +26357,6 @@ export interface paths {
26587
26357
  patch?: never;
26588
26358
  trace?: never;
26589
26359
  };
26590
- "/v1/localizationtable/gametables/{gameId}": {
26591
- parameters: {
26592
- query?: never;
26593
- header?: never;
26594
- path?: never;
26595
- cookie?: never;
26596
- };
26597
- get?: never;
26598
- put?: never;
26599
- post?: never;
26600
- delete?: never;
26601
- options?: never;
26602
- head?: never;
26603
- patch: {
26604
- parameters: {
26605
- query?: never;
26606
- header?: never;
26607
- path: {
26608
- gameId: number;
26609
- };
26610
- cookie?: never;
26611
- };
26612
- requestBody: {
26613
- content: {
26614
- "application/json": components["schemas"]["Roblox.GameInternationalization.Api.AssociateLocalizationTablesToGameRequest"];
26615
- "text/json": components["schemas"]["Roblox.GameInternationalization.Api.AssociateLocalizationTablesToGameRequest"];
26616
- };
26617
- };
26618
- responses: {
26619
- /** @description OK */
26620
- 200: {
26621
- headers: {
26622
- [name: string]: unknown;
26623
- };
26624
- content: {
26625
- "application/json": components["schemas"]["Roblox.GameInternationalization.Api.AssociateLocalizationTablesToGameResponse"];
26626
- "text/json": components["schemas"]["Roblox.GameInternationalization.Api.AssociateLocalizationTablesToGameResponse"];
26627
- };
26628
- };
26629
- /** @description 0: Authorization has been denied for this request. */
26630
- 401: {
26631
- headers: {
26632
- [name: string]: unknown;
26633
- };
26634
- content?: never;
26635
- };
26636
- /** @description 0: Token Validation Failed */
26637
- 403: {
26638
- headers: {
26639
- [name: string]: unknown;
26640
- };
26641
- content?: never;
26642
- };
26643
- };
26644
- };
26645
- trace?: never;
26646
- };
26647
26360
  "/v1/marAssetHash/{marAssetHash}/marCheckSum/{marCheckSum}": {
26648
26361
  parameters: {
26649
26362
  query?: never;
@@ -34370,6 +34083,8 @@ export interface paths {
34370
34083
  userIds: number[];
34371
34084
  /** @description Whether to include a background in the thumbnail (defaults to false) */
34372
34085
  includeBackground?: boolean;
34086
+ /** @description Whether to composite the user's equipped profile frame into the thumbnail (defaults to false) */
34087
+ includeProfileFrame?: boolean;
34373
34088
  /** @description The thumbnail size, formatted widthxheight */
34374
34089
  size?: "48x48" | "50x50" | "60x60" | "75x75" | "100x100" | "110x110" | "150x150" | "180x180" | "352x352" | "420x420" | "720x720";
34375
34090
  /** @description The thumbnail format */
@@ -44824,14 +44539,6 @@ export interface components {
44824
44539
  /** Format: int32 */
44825
44540
  rank?: number;
44826
44541
  };
44827
- "ClientSettingsApi.Roblox.ClientSettings.Api.Models.Response.ClientVersionResponse": {
44828
- version?: string;
44829
- clientVersionUpload?: string;
44830
- bootstrapperVersion?: string;
44831
- nextClientVersionUpload?: string;
44832
- nextClientVersion?: string;
44833
- forceInstall?: boolean;
44834
- };
44835
44542
  /** @description Get Client Status request. */
44836
44543
  ClientStatusGetRequest: {
44837
44544
  /**
@@ -49555,6 +49262,8 @@ export interface components {
49555
49262
  publishingAdvanceRebates?: number;
49556
49263
  /** Format: int64 */
49557
49264
  groupAffiliatePayoutRobux?: number;
49265
+ /** Format: int64 */
49266
+ creatorRewardsPayoutRobux?: number;
49558
49267
  };
49559
49268
  /** @enum {string} */
49560
49269
  RevenueSummaryTimeFrame: "Day" | "Week" | "Month" | "Year";
@@ -53157,6 +52866,7 @@ export interface components {
53157
52866
  bootstrapperVersion?: string;
53158
52867
  nextClientVersionUpload?: string;
53159
52868
  nextClientVersion?: string;
52869
+ forceInstall?: boolean;
53160
52870
  };
53161
52871
  "Roblox.ClientSettings.Api.Models.Response.MobileClientVersionResponse": {
53162
52872
  activeVersion?: string;
@@ -53636,22 +53346,6 @@ export interface components {
53636
53346
  */
53637
53347
  count?: number;
53638
53348
  };
53639
- "Roblox.GameInternationalization.Api.AssociateLocalizationTablesToGameRequest": {
53640
- tables?: components["schemas"]["Roblox.GameInternationalization.Api.LocalizationTableGameAssociation"][];
53641
- };
53642
- "Roblox.GameInternationalization.Api.AssociateLocalizationTablesToGameResponse": {
53643
- success?: boolean;
53644
- };
53645
- "Roblox.GameInternationalization.Api.AutoLocalizationMetadataResponse": {
53646
- /** @description Is React Implementation of AutoLocalization Settings Enabled */
53647
- isReactVersionEnabledForAutoLocalizationSettings?: boolean;
53648
- /** @description Is Tabbed UI Enabled for Configure Localization Page */
53649
- isTabbedUIEnabledForConfigureLocalizationPage?: boolean;
53650
- /** @description Is Toggle UI Enabled for Automatic Translations */
53651
- isAutomaticTranslationToggleUIEnabled?: boolean;
53652
- /** @description Is Quota UI Enabled for Automatic Translations */
53653
- isAutomaticTranslationQuotaUIEnabled?: boolean;
53654
- };
53655
53349
  "Roblox.GameInternationalization.Api.AutomaticTranslationStatusTargetLanguage": {
53656
53350
  /** @description The language code. */
53657
53351
  languageCode?: string;
@@ -53685,14 +53379,6 @@ export interface components {
53685
53379
  /** Format: int32 */
53686
53380
  errorCode?: number;
53687
53381
  };
53688
- "Roblox.GameInternationalization.Api.GameAutolocalizationInformationResponse": {
53689
- isAutolocalizationEnabled?: boolean;
53690
- shouldUseLocalizationTable?: boolean;
53691
- /** Format: uuid */
53692
- autoLocalizationTableId?: string;
53693
- /** Format: int64 */
53694
- assetId?: number;
53695
- };
53696
53382
  /** @description A response model for getting the automatic translation allowed status of target languages. */
53697
53383
  "Roblox.GameInternationalization.Api.GetAllowedAutomaticTranslationStatusForLanguagesResponse": {
53698
53384
  /** @description The source language. */
@@ -53724,7 +53410,7 @@ export interface components {
53724
53410
  imageId?: string;
53725
53411
  imageUrl?: string;
53726
53412
  /**
53727
- * @description Enum for image status. ['Approved' = 0, 'PendingReview' = 1, 'UnAvailable' = 2, 'Rejected' = 3, 'Error' = 4]
53413
+ * @description Enum for image status.
53728
53414
  * @enum {string}
53729
53415
  */
53730
53416
  state?: "Approved" | "PendingReview" | "UnAvailable" | "Rejected" | "Error";
@@ -53735,7 +53421,7 @@ export interface components {
53735
53421
  imageId?: string;
53736
53422
  imageUrl?: string;
53737
53423
  /**
53738
- * @description Enum for image status. ['Approved' = 0, 'PendingReview' = 1, 'UnAvailable' = 2, 'Rejected' = 3, 'Error' = 4]
53424
+ * @description Enum for image status.
53739
53425
  * @enum {string}
53740
53426
  */
53741
53427
  state?: "Approved" | "PendingReview" | "UnAvailable" | "Rejected" | "Error";
@@ -53745,7 +53431,7 @@ export interface components {
53745
53431
  imageId?: string;
53746
53432
  imageUrl?: string;
53747
53433
  /**
53748
- * @description Enum for image status. ['Approved' = 0, 'PendingReview' = 1, 'UnAvailable' = 2, 'Rejected' = 3, 'Error' = 4]
53434
+ * @description Enum for image status.
53749
53435
  * @enum {string}
53750
53436
  */
53751
53437
  state?: "Approved" | "PendingReview" | "UnAvailable" | "Rejected" | "Error";
@@ -53756,7 +53442,7 @@ export interface components {
53756
53442
  imageId?: string;
53757
53443
  imageUrl?: string;
53758
53444
  /**
53759
- * @description Enum for image status. ['Approved' = 0, 'PendingReview' = 1, 'UnAvailable' = 2, 'Rejected' = 3, 'Error' = 4]
53445
+ * @description Enum for image status.
53760
53446
  * @enum {string}
53761
53447
  */
53762
53448
  state?: "Approved" | "PendingReview" | "UnAvailable" | "Rejected" | "Error";
@@ -53778,7 +53464,7 @@ export interface components {
53778
53464
  /** Format: int64 */
53779
53465
  contentId?: number;
53780
53466
  /**
53781
- * @description The enum representing the type of request while requesting name/description history ['UniverseDisplayNames' = 0, 'UniverseDisplayDescriptions' = 1, 'BadgeDisplayName' = 2, 'BadgeDisplayDescription' = 3, 'DeveloperProductDisplayName' = 4, 'DeveloperProductDisplayDescription' = 5, 'GamePassDisplayName' = 6, 'GamePassDisplayDescription' = 7]
53467
+ * @description The enum representing the type of request while requesting name/description history
53782
53468
  * @enum {string}
53783
53469
  */
53784
53470
  contentType?: "UniverseDisplayNames" | "UniverseDisplayDescriptions" | "BadgeDisplayName" | "BadgeDisplayDescription" | "DeveloperProductDisplayName" | "DeveloperProductDisplayDescription" | "GamePassDisplayName" | "GamePassDisplayDescription";
@@ -53807,7 +53493,7 @@ export interface components {
53807
53493
  /** @description The code of the language or locale. */
53808
53494
  languageOrLocaleCode?: string;
53809
53495
  /**
53810
- * @description An indicator that says whether the passed in language/locale code represents a language or locale. ['Language' = 0, 'Locale' = 1]
53496
+ * @description An indicator that says whether the passed in language/locale code represents a language or locale.
53811
53497
  * @enum {string}
53812
53498
  */
53813
53499
  languageOrLocaleType?: "Language" | "Locale";
@@ -53832,7 +53518,7 @@ export interface components {
53832
53518
  "Roblox.GameInternationalization.Api.LanguageOrLocale": {
53833
53519
  name?: string;
53834
53520
  /**
53835
- * @description An enum to distinguish between locale codes and language codes. ['Language' = 0, 'Locale' = 1]
53521
+ * @description An enum to distinguish between locale codes and language codes.
53836
53522
  * @enum {string}
53837
53523
  */
53838
53524
  languageCodeType?: "Language" | "Locale";
@@ -53840,7 +53526,7 @@ export interface components {
53840
53526
  };
53841
53527
  "Roblox.GameInternationalization.Api.LanguageOrLocaleSettings": {
53842
53528
  /**
53843
- * @description The language code type. ['Language' = 0, 'Locale' = 1]
53529
+ * @description The language code type.
53844
53530
  * @enum {string}
53845
53531
  */
53846
53532
  languageCodeType?: "Language" | "Locale";
@@ -53855,16 +53541,11 @@ export interface components {
53855
53541
  languageFamily?: components["schemas"]["Roblox.GameInternationalization.Api.Language"];
53856
53542
  childLocales?: components["schemas"]["Roblox.Localization.Client.SupportedLocale"][];
53857
53543
  };
53858
- "Roblox.GameInternationalization.Api.LocalizationTableGameAssociation": {
53859
- /** Format: uuid */
53860
- id?: string;
53861
- dissociate?: boolean;
53862
- };
53863
53544
  "Roblox.GameInternationalization.Api.MediaAssetResponse": {
53864
53545
  mediaAssetId?: string;
53865
53546
  mediaAssetAltText?: string;
53866
53547
  /**
53867
- * @description Enum for image status. ['Approved' = 0, 'PendingReview' = 1, 'UnAvailable' = 2, 'Rejected' = 3, 'Error' = 4]
53548
+ * @description Enum for image status.
53868
53549
  * @enum {string}
53869
53550
  */
53870
53551
  state?: "Approved" | "PendingReview" | "UnAvailable" | "Rejected" | "Error";
@@ -53906,7 +53587,7 @@ export interface components {
53906
53587
  };
53907
53588
  "Roblox.GameInternationalization.Api.PatchLanguage": {
53908
53589
  /**
53909
- * @description The language code type. ['Language' = 0, 'Locale' = 1]
53590
+ * @description The language code type.
53910
53591
  * @enum {string}
53911
53592
  */
53912
53593
  languageCodeType?: "Language" | "Locale";
@@ -53933,7 +53614,7 @@ export interface components {
53933
53614
  */
53934
53615
  endDateTime?: string;
53935
53616
  /**
53936
- * @description The report type ['GameTranslationStatus' = 0, 'GameTranslationStatusForTranslator' = 1, 'GameTranslationStatusForTranslatorGroup' = 2, 'Test' = 3]
53617
+ * @description The report type
53937
53618
  * @enum {string}
53938
53619
  */
53939
53620
  reportType?: "GameTranslationStatus" | "GameTranslationStatusForTranslator" | "GameTranslationStatusForTranslatorGroup" | "Test";
@@ -53950,14 +53631,6 @@ export interface components {
53950
53631
  */
53951
53632
  reportGenerationStatus?: "inProgress" | "ready" | "unavailable";
53952
53633
  };
53953
- "Roblox.GameInternationalization.Api.SetAutolocalizationSettingsForGameRequest": {
53954
- isAutolocalizationEnabled?: boolean;
53955
- shouldUseLocalizationTable?: boolean;
53956
- };
53957
- "Roblox.GameInternationalization.Api.SetAutolocalizationTableForGameRequest": {
53958
- /** Format: uuid */
53959
- tableId?: string;
53960
- };
53961
53634
  /** @description A request model for sorting of image Ids for game thumbnails */
53962
53635
  "Roblox.GameInternationalization.Api.SortImageIdsRequest": {
53963
53636
  /** @description List of thumbnail ids in desired order. */
@@ -53999,7 +53672,7 @@ export interface components {
53999
53672
  /** Format: int32 */
54000
53673
  count?: number;
54001
53674
  /**
54002
- * @description The enum representing a translation status. ['Approved' = 0]
53675
+ * @description The enum representing a translation status.
54003
53676
  * @enum {string}
54004
53677
  */
54005
53678
  translationStatus?: "Approved";
@@ -54012,7 +53685,7 @@ export interface components {
54012
53685
  /** @description A response model that contains category info for getting a translation count. */
54013
53686
  "Roblox.GameInternationalization.Api.TranslationCountCategoryInfoResponse": {
54014
53687
  /**
54015
- * @description The category of the translation counts. ['InGameContent' = 0]
53688
+ * @description The category of the translation counts.
54016
53689
  * @enum {string}
54017
53690
  */
54018
53691
  category?: "InGameContent";
@@ -54033,7 +53706,7 @@ export interface components {
54033
53706
  */
54034
53707
  gameId?: number;
54035
53708
  /**
54036
- * @description The status of the response for the requested game. ['LanguageOrLocaleSupportedForGame' = 0, 'LanguageOrLocaleNotSupportedForGame' = 1, 'LanguageOrLocaleIsSource' = 2, 'InsufficientPermission' = 3, 'GameDoesNotExist' = 4, 'GameDoesNotHaveTable' = 5, 'UnknownError' = 6]
53709
+ * @description The status of the response for the requested game.
54037
53710
  * @enum {string}
54038
53711
  */
54039
53712
  status?: "LanguageOrLocaleSupportedForGame" | "LanguageOrLocaleNotSupportedForGame" | "LanguageOrLocaleIsSource" | "InsufficientPermission" | "GameDoesNotExist" | "GameDoesNotHaveTable" | "UnknownError";
@@ -54042,7 +53715,7 @@ export interface components {
54042
53715
  };
54043
53716
  "Roblox.GameInternationalization.Api.TranslationCountLanguageOrLocaleResponse": {
54044
53717
  /**
54045
- * @description The status of the response for the requested game. ['Success' = 1, 'LanguageOrLocaleNotSupportedForGame' = 2]
53718
+ * @description The status of the response for the requested game.
54046
53719
  * @enum {string}
54047
53720
  */
54048
53721
  status?: "Success" | "LanguageOrLocaleNotSupportedForGame";
@@ -54050,7 +53723,7 @@ export interface components {
54050
53723
  categories?: components["schemas"]["Roblox.GameInternationalization.Api.TranslationCountCategoryInfoResponse"][];
54051
53724
  name?: string;
54052
53725
  /**
54053
- * @description An enum to distinguish between locale codes and language codes. ['Language' = 0, 'Locale' = 1]
53726
+ * @description An enum to distinguish between locale codes and language codes.
54054
53727
  * @enum {string}
54055
53728
  */
54056
53729
  languageCodeType?: "Language" | "Locale";
@@ -56870,6 +56543,11 @@ export interface components {
56870
56543
  headShape?: string;
56871
56544
  /** @description Whether to include a background in avatar thumbnails (defaults to false) */
56872
56545
  includeBackground?: boolean;
56546
+ /**
56547
+ * @description Whether to composite the user's equipped profile frame into the thumbnail (defaults to false).
56548
+ * When true the returned image has the frame baked in server-side.
56549
+ */
56550
+ includeProfileFrame?: boolean;
56873
56551
  };
56874
56552
  "Roblox.Trades.Api.CanTradeResponse": {
56875
56553
  /** @description Returns true if you can trade with the given user. */
@@ -56891,10 +56569,12 @@ export interface components {
56891
56569
  /** @description Whether the user can trade or not. */
56892
56570
  canTrade?: boolean;
56893
56571
  /**
56894
- * @description The trade eligibility status of the user. ['Unknown' = 0, 'Eligible' = 1, 'IneligibleTradeSystemDisabled' = 2, 'IneligibleCannotTradeWithRoblox' = 3, 'IneligibleUserNotFound' = 4, 'IneligibleMissingPremiumMembership' = 5, 'IneligibleLegalOrRegulatoryRestrictions' = 6]
56572
+ * @description The trade eligibility status of the user. ['Unknown' = 0, 'Eligible' = 1, 'IneligibleTradeSystemDisabled' = 2, 'IneligibleCannotTradeWithRoblox' = 3, 'IneligibleUserNotFound' = 4, 'IneligibleMissingPremiumMembership' = 5, 'IneligibleLegalOrRegulatoryRestrictions' = 6, 'IneligibleFreeTradesLimitReached' = 7]
56895
56573
  * @enum {string}
56896
56574
  */
56897
- tradeEligibility?: "Unknown" | "Eligible" | "IneligibleTradeSystemDisabled" | "IneligibleCannotTradeWithRoblox" | "IneligibleUserNotFound" | "IneligibleMissingPremiumMembership" | "IneligibleLegalOrRegulatoryRestrictions";
56575
+ tradeEligibility?: "Unknown" | "Eligible" | "IneligibleTradeSystemDisabled" | "IneligibleCannotTradeWithRoblox" | "IneligibleUserNotFound" | "IneligibleMissingPremiumMembership" | "IneligibleLegalOrRegulatoryRestrictions" | "IneligibleFreeTradesLimitReached";
56576
+ freeTradesAllowance?: components["schemas"]["Roblox.Trades.Api.Models.V2.FreeTradesAllowanceResponse"];
56577
+ currencyTransferEligibility?: components["schemas"]["Roblox.Trades.Api.Models.V2.CurrencyTransferEligibilityResponse"];
56898
56578
  };
56899
56579
  /** @description The response for the CanTradeWith endpoint. */
56900
56580
  "Roblox.Trades.Api.Models.V2.CanTradeWithResponse": {
@@ -56915,6 +56595,22 @@ export interface components {
56915
56595
  * @enum {string}
56916
56596
  */
56917
56597
  mutualTradeEligibility?: "Unknown" | "Eligible" | "CallingUserIneligible" | "TargetUserIneligible" | "CannotTradeWithSelf" | "CallingUserPrivacySettingsRestricted";
56598
+ currencyTransferEligibility?: components["schemas"]["Roblox.Trades.Api.Models.V2.CurrencyTransferEligibilityResponse"];
56599
+ };
56600
+ "Roblox.Trades.Api.Models.V2.CurrencyTransferEligibilityResponse": {
56601
+ canSend?: boolean;
56602
+ canRequest?: boolean;
56603
+ };
56604
+ "Roblox.Trades.Api.Models.V2.FreeTradesAllowanceResponse": {
56605
+ /** Format: int32 */
56606
+ limit?: number;
56607
+ /** Format: int32 */
56608
+ remaining?: number;
56609
+ /**
56610
+ * @description ['Day' = 1, 'Week' = 2, 'Month' = 3, 'Year' = 4, 'Lifetime' = 5]
56611
+ * @enum {string}
56612
+ */
56613
+ window?: "day" | "week" | "month" | "year" | "lifetime";
56918
56614
  };
56919
56615
  /** @description The response for the GetUserTradableItems endpoint. */
56920
56616
  "Roblox.Trades.Api.Models.V2.GetUserTradableItemsResponse": {
@@ -59119,9 +58815,13 @@ export interface components {
59119
58815
  robloxSelectOutgoingTotal?: number;
59120
58816
  /** Format: int64 */
59121
58817
  privateServerEngagementPayoutsTotal?: number;
58818
+ /** Format: int64 */
58819
+ creatorRewardsPayoutsTotal?: number;
58820
+ /** Format: int64 */
58821
+ subscriptionReferralPayoutsTotal?: number;
59122
58822
  };
59123
58823
  /** @enum {string} */
59124
- TransactionType: "Undefined" | "Sale" | "Purchase" | "AffiliateSale" | "DevEx" | "GroupPayout" | "AdImpressionPayout" | "CurrencyPurchase" | "TradeRobux" | "PremiumStipend" | "PendingRobux" | "EngagementPayout" | "GroupEngagementPayout" | "AdSpend" | "Summary" | "IndividualToGroup" | "CSAdjustment" | "AdsRevsharePayout" | "GroupAdsRevsharePayout" | "SubscriptionsRevsharePayout" | "GroupSubscriptionsRevsharePayout" | "SubscriptionsRevshareClawback" | "GroupSubscriptionsRevshareClawback" | "PublishingAdvanceRebates" | "AffiliatePayout" | "LicensingPayment" | "LicensingPaymentClawback" | "CurrencyTransfer" | "RobloxSelectTransfer" | "PrivateServerEngagementPayout" | "CurrencySubscriptionStipend";
58824
+ TransactionType: "Undefined" | "Sale" | "Purchase" | "AffiliateSale" | "DevEx" | "GroupPayout" | "AdImpressionPayout" | "CurrencyPurchase" | "TradeRobux" | "PremiumStipend" | "PendingRobux" | "EngagementPayout" | "GroupEngagementPayout" | "AdSpend" | "Summary" | "IndividualToGroup" | "CSAdjustment" | "AdsRevsharePayout" | "GroupAdsRevsharePayout" | "SubscriptionsRevsharePayout" | "GroupSubscriptionsRevsharePayout" | "SubscriptionsRevshareClawback" | "GroupSubscriptionsRevshareClawback" | "PublishingAdvanceRebates" | "AffiliatePayout" | "LicensingPayment" | "LicensingPaymentClawback" | "CurrencyTransfer" | "RobloxSelectTransfer" | "PrivateServerEngagementPayout" | "CurrencySubscriptionStipend" | "SubscriptionReferralPayout" | "CreatorRewardsPayout";
59125
58825
  TransactionUsedTypesResponse: {
59126
58826
  HasPurchase?: boolean;
59127
58827
  HasSale?: boolean;
@@ -59147,6 +58847,8 @@ export interface components {
59147
58847
  HasTransfer?: boolean;
59148
58848
  HasRobloxSelectTransfer?: boolean;
59149
58849
  HasPrivateServerEngagementPayout?: boolean;
58850
+ HasCreatorRewardsPayout?: boolean;
58851
+ HasSubscriptionReferralPayout?: boolean;
59150
58852
  };
59151
58853
  /**
59152
58854
  * @description Contains the text to be translated, the source language (optional), and a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jacobhumston/roblox-openapi-ts",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "description": "An automatically updated Roblox API client based on their OpenAPI documentation.",
5
5
  "keywords": [
6
6
  "roblox",