@integry/sdk 3.2.18-beta.1 → 3.2.19

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.
@@ -143,6 +143,7 @@ interface UserConfig {
143
143
  autoRedirectToMyFlows?: boolean;
144
144
  isReadOnly?: boolean;
145
145
  marketplaceModalTitle?: string;
146
+ buttonLabelToSaveIntegration?: string;
146
147
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
147
148
  [other: string]: any;
148
149
  }
@@ -258,10 +259,7 @@ interface TemplateField {
258
259
  app_user_data?: {
259
260
  app_user: number;
260
261
  id: number;
261
- value: string | number; /**
262
- * Render the template form we ship
263
- * @param data
264
- */
262
+ value: string | number;
265
263
  is_changed: boolean;
266
264
  changed_dynamic_fields: string;
267
265
  }[];