@sport-activities/sdk
Advanced tools
Comparing version 0.0.117 to 0.0.119
{ | ||
"name": "@sport-activities/sdk", | ||
"version": "0.0.117", | ||
"version": "0.0.119", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -583,3 +583,3 @@ // Generated by dts-bundle-generator v6.4.0 | ||
} | ||
export interface PersonInterface { | ||
export interface UserInterface { | ||
identifier: string; | ||
@@ -592,5 +592,4 @@ givenName: string; | ||
phoneNumber?: string; | ||
keepPhoneNumber?: boolean; | ||
country?: string; | ||
} | ||
export interface UserInterface extends PersonInterface { | ||
providerName?: AuthProviderEnum; | ||
@@ -729,2 +728,3 @@ providerIdentifier?: string; | ||
} | ||
export declare type PersonInterface = UserInterface; | ||
@@ -731,0 +731,0 @@ export { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18604