@scoreboardmax/api-types 1.0.16 → 1.0.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 +3 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -577,6 +577,7 @@ export interface MagicLinkResponse {
|
|
|
577
577
|
dateExpires?: string;
|
|
578
578
|
dateLastUsed?: string;
|
|
579
579
|
token?: string;
|
|
580
|
+
code?: string;
|
|
580
581
|
}
|
|
581
582
|
export interface MagicLinkScoreboardGuestRequest {
|
|
582
583
|
scoreboardId: string;
|
|
@@ -981,6 +982,7 @@ export interface UserCredentialsRequest {
|
|
|
981
982
|
name?: string;
|
|
982
983
|
email: string;
|
|
983
984
|
password?: string;
|
|
985
|
+
emailConsent: boolean;
|
|
984
986
|
}
|
|
985
987
|
export interface UserCredentialsResponse {
|
|
986
988
|
object: string;
|
|
@@ -996,6 +998,7 @@ export interface UserCredentialsResponse {
|
|
|
996
998
|
dateModified: string;
|
|
997
999
|
dateLastSignIn: string;
|
|
998
1000
|
dateNow: string;
|
|
1001
|
+
emailConsent: boolean;
|
|
999
1002
|
}
|
|
1000
1003
|
export interface UserListResponse {
|
|
1001
1004
|
url: string;
|