@scoreboardmax/api-types 1.0.17 → 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 +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -982,6 +982,7 @@ export interface UserCredentialsRequest {
|
|
|
982
982
|
name?: string;
|
|
983
983
|
email: string;
|
|
984
984
|
password?: string;
|
|
985
|
+
emailConsent: boolean;
|
|
985
986
|
}
|
|
986
987
|
export interface UserCredentialsResponse {
|
|
987
988
|
object: string;
|
|
@@ -997,6 +998,7 @@ export interface UserCredentialsResponse {
|
|
|
997
998
|
dateModified: string;
|
|
998
999
|
dateLastSignIn: string;
|
|
999
1000
|
dateNow: string;
|
|
1001
|
+
emailConsent: boolean;
|
|
1000
1002
|
}
|
|
1001
1003
|
export interface UserListResponse {
|
|
1002
1004
|
url: string;
|