@integry/sdk 3.1.4-beta.1 → 3.1.4-beta.12

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.
@@ -56,6 +56,7 @@ type IntegrySDKEvents = {
56
56
  appName: string;
57
57
  appIcon: string;
58
58
  alreadyExists: boolean;
59
+ externalId?: string;
59
60
  }) => void;
60
61
  "did-fail-authorization-verification": (data: {
61
62
  identity: string;
@@ -197,6 +198,7 @@ interface TemplateField {
197
198
  regex: string | null;
198
199
  regex_error_message?: string | null;
199
200
  is_searchable: boolean;
201
+ conditional_fields?: string | null;
200
202
  } | null;
201
203
  title: string | null;
202
204
  type: string;