@integry/sdk 3.2.6 → 3.2.7

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.
@@ -194,6 +194,11 @@ type AuthorizationType = {
194
194
  provider: string;
195
195
  is_sandbox_enabled: boolean;
196
196
  authorization_url_sandbox: string;
197
+ app: {
198
+ icon_url: string;
199
+ id: number;
200
+ name: string;
201
+ };
197
202
  };
198
203
  interface TemplateField {
199
204
  id: number;