@integry/sdk 3.0.16 → 3.0.17-beta.4

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.
@@ -36,6 +36,7 @@ type IntegrySDKEvents = {
36
36
  identity: string;
37
37
  authorizationId: number;
38
38
  flowId: number;
39
+ appId: number;
39
40
  alreadyExists: boolean;
40
41
  }) => void;
41
42
  "did-remove-authorization": (data: {
@@ -132,6 +133,7 @@ interface TemplateField {
132
133
  weight: number;
133
134
  is_required: boolean;
134
135
  child_fields: string | null;
136
+ placeholder: string | null;
135
137
  is_dynamic: boolean;
136
138
  data_src: string | null;
137
139
  data_src_endpoint: number | null;