@boomi/embedkit 1.3.7 → 1.3.9

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
@@ -565,7 +565,9 @@ export type PluginUiConfig = {
565
565
  /** Configuration settings for various components in the plugin UI. */
566
566
  components?: Record<string, string | (ComponentConfig & {
567
567
  modalOffset?: ModalOffsetConfig;
568
- })>;
568
+ })
569
+ // Backwards-compatible: allow nested arbitrary config objects per component key
570
+ | Record<string, any>>;
569
571
  };
570
572
  export type PluginConfig = {
571
573
  /** The tenantId for CORS on the server. This is typically your boomi parent account Id */