@integry/sdk 3.2.9 → 3.2.11

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.
@@ -200,6 +200,7 @@ type AuthorizationType = {
200
200
  authorizations: Authorization[];
201
201
  provider: string;
202
202
  is_sandbox_enabled: boolean;
203
+ is_userinfo_required?: boolean;
203
204
  authorization_url_sandbox: string;
204
205
  app: {
205
206
  icon_url: string;