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