@scoreboardmax/api-types 1.0.22-next.17 → 1.0.22-next.18
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/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -788,6 +788,7 @@ export interface PlayerSummaryRequest {
|
|
|
788
788
|
number: string | null;
|
|
789
789
|
position: string | null;
|
|
790
790
|
imageFilename: string | null;
|
|
791
|
+
reference?: string;
|
|
791
792
|
}
|
|
792
793
|
export interface PlayerSummaryResponse {
|
|
793
794
|
playerId: string | null;
|
|
@@ -799,6 +800,7 @@ export interface PlayerSummaryResponse {
|
|
|
799
800
|
imageUrl: string | null;
|
|
800
801
|
imagePreviewUrl: string | null;
|
|
801
802
|
imageMediumUrl: string | null;
|
|
803
|
+
reference: string;
|
|
802
804
|
}
|
|
803
805
|
export interface PortalSessionResponse {
|
|
804
806
|
redirectUrl: string;
|