@integry/sdk 3.7.3 → 3.7.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.
@@ -315,7 +315,13 @@ interface TemplateField {
315
315
  app_user: number;
316
316
  id: number;
317
317
  value: string | number;
318
- is_changed: boolean;
318
+ is_changed: boolean /**
319
+ * Render the template form we ship
320
+ * @param data
321
+ */; /**
322
+ * Render the template form we ship
323
+ * @param data
324
+ */
319
325
  changed_dynamic_fields: string;
320
326
  }[];
321
327
  added_in_mapping?: boolean;
@@ -502,7 +508,6 @@ declare class IntegryJS {
502
508
  renderMarketplace: (marketplaceConfig: MarketplaceConfig) => void;
503
509
  renderAppFlows: (appFlowConfig: InitConfig) => void;
504
510
  verifyAuthConfig: () => Promise<{
505
- /** REMOVED THIS TO SUPPRESS x-integry-layout dom attribute to avoid grid */
506
511
  config_verified: boolean;
507
512
  } | null>;
508
513
  /**