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