Skip to content

Commit 2fdf8e2

Browse files
committed
chore: update structs
1 parent 5ad0d25 commit 2fdf8e2

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

src/http/autogeneratedEndpointStructs.ts

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable no-unused-vars, no-shadow */
22
import { 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
/* -----------------------------------------------------
77
AES 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;

0 commit comments

Comments
 (0)