@embedreach/components 0.1.57 → 0.1.58

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.
package/dist/index.d.ts CHANGED
@@ -198,6 +198,10 @@ declare type ViewAutomationModalProps = {
198
198
  * Optional logo url to display in the top left corner
199
199
  */
200
200
  logoUrl?: string;
201
+ /**
202
+ * Optional callback when a duplication is created
203
+ */
204
+ onDuplicationCreated?: (duplicationId: string) => void;
201
205
  /**
202
206
  * Optional function to call prior to scheduling if a user wants to implement custom
203
207
  * logic to block scheduling