@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scoreboardmax/api-types",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "TypeScript definitions for ScoreboardMax API",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",