@magemetrics/ai 0.1.7 → 0.1.8

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.
@@ -814,7 +814,7 @@ declare type StandaloneConversationModalProps = {
814
814
  declare type StartOptions = DisplayControlProps & {
815
815
  label?: string;
816
816
  recommendationsLabel?: string;
817
- placeholders?: string[];
817
+ placeholder?: string;
818
818
  };
819
819
 
820
820
  declare type TableFilters = Record<string, string | number>;
@@ -814,7 +814,7 @@ declare type StandaloneConversationModalProps = {
814
814
  declare type StartOptions = DisplayControlProps & {
815
815
  label?: string;
816
816
  recommendationsLabel?: string;
817
- placeholders?: string[];
817
+ placeholder?: string;
818
818
  };
819
819
 
820
820
  declare type TableFilters = Record<string, string | number>;