@integry/sdk 3.1.4 → 3.1.5-beta.3

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.
@@ -342,7 +342,7 @@ declare class IntegryJS {
342
342
  } | undefined) => void;
343
343
  /**
344
344
  * Render the template form we ship
345
- * @param templateId
345
+ * @param params
346
346
  */
347
347
  renderPreview: (params: PreviewPayload) => void;
348
348
  /**