@integry/sdk 3.2.20-beta.1 → 3.2.20-beta.2

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.
@@ -42,6 +42,11 @@ type IntegrySDKEventPayloads = {
42
42
  flowId: number;
43
43
  status: string;
44
44
  callbackUrl: string | null;
45
+ callbackUrlArray: {
46
+ templateStepId: number;
47
+ activityId: number;
48
+ callbackUrl: string | null;
49
+ }[];
45
50
  authorizations: {
46
51
  authorizationId: number;
47
52
  userIdentity: string;
@@ -257,12 +262,7 @@ interface TemplateField {
257
262
  regex_msg: string | null;
258
263
  is_visible: boolean;
259
264
  app_user_data?: {
260
- app_user:
261
- /**
262
- * Render the template form we ship
263
- * @param data
264
- */
265
- number;
265
+ app_user: number;
266
266
  id: number;
267
267
  value: string | number;
268
268
  is_changed: boolean;