@sollinked/sdk
Advanced tools
Comparing version 1.3.0 to 1.3.2
@@ -35,2 +35,3 @@ import { AuthCallParams } from "../../types"; | ||
is_verified: boolean; | ||
holiday_mode: boolean; | ||
tags?: UserTag[]; | ||
@@ -75,2 +76,3 @@ }; | ||
is_verified: boolean; | ||
holiday_mode: boolean; | ||
tags?: UserTag[]; | ||
@@ -85,2 +87,3 @@ }; | ||
is_verified: boolean; | ||
holiday_mode: boolean; | ||
tags?: UserTag[]; | ||
@@ -87,0 +90,0 @@ }; |
@@ -48,2 +48,4 @@ import { AuthCallParams } from "../../types"; | ||
display_name?: string; | ||
is_verified: boolean; | ||
holiday_mode: boolean; | ||
}; | ||
@@ -50,0 +52,0 @@ export type GetMailParams = { |
@@ -35,2 +35,3 @@ import { jsx as _jsx } from "react/jsx-runtime"; | ||
is_verified: false, | ||
holiday_mode: false, | ||
}; | ||
@@ -37,0 +38,0 @@ const SollinkedContext = createContext({ |
{ | ||
"name": "@sollinked/sdk", | ||
"version": "1.3.0", | ||
"version": "1.3.2", | ||
"description": "SDK for Sollinked", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -36,2 +36,3 @@ import { AuthCallParams } from "../../types"; | ||
is_verified: boolean; | ||
holiday_mode: boolean; | ||
tags?: UserTag[]; | ||
@@ -80,2 +81,3 @@ } | ||
is_verified: boolean; | ||
holiday_mode: boolean; | ||
tags?: UserTag[]; | ||
@@ -91,2 +93,3 @@ } | ||
is_verified: boolean; | ||
holiday_mode: boolean; | ||
tags?: UserTag[]; | ||
@@ -93,0 +96,0 @@ } |
@@ -52,2 +52,4 @@ import { AuthCallParams } from "../../types"; | ||
display_name?: string; | ||
is_verified: boolean; | ||
holiday_mode: boolean; | ||
} | ||
@@ -54,0 +56,0 @@ |
Sorry, the diff of this file is not supported yet
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
169493
4475