File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/* eslint-disable no-unused-vars, no-shadow */
22import { FortniteAPIResponseData , FortniteAPIRequestParams } from './httpStructs' ;
33
4- // Auto-generated at 2025-02-08T18:31:38.942Z
4+ // Auto-generated at 2026-04-17T17:38:11.004Z
55
66/* -----------------------------------------------------
77AES Keys
@@ -41,10 +41,34 @@ export interface BannersResponseData extends FortniteAPIResponseData {
4141 description : string ;
4242 category : string ;
4343 fullUsageRights : boolean ;
44+ rarity : {
45+ value : string ;
46+ displayValue : string ;
47+ backendValue : string ;
48+ } ;
49+ series : {
50+ value : string ;
51+ image : string ;
52+ colors : string [ ] ;
53+ backendValue : string ;
54+ } ;
55+ set : {
56+ value : string ;
57+ text : string ;
58+ backendValue : string ;
59+ } ;
60+ introduction : {
61+ chapter : string ;
62+ season : string ;
63+ text : string ;
64+ backendValue : number ;
65+ } ;
4466 images : {
4567 smallIcon : string ;
4668 icon : string ;
4769 } ;
70+ gameplayTags : string [ ] ;
71+ path : string ;
4872 } [ ] ;
4973}
5074
@@ -1871,6 +1895,7 @@ export interface ShopResponseData extends FortniteAPIResponseData {
18711895 color3 : string ;
18721896 textBackgroundColor : string ;
18731897 } ;
1898+ tileBackgroundMaterial : string ;
18741899 tileSize : string ;
18751900 displayAssetPath : string ;
18761901 newDisplayAssetPath : string ;
You can’t perform that action at this time.
0 commit comments