@greatapps/greatagents-ui 0.3.5 → 0.3.7

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
@@ -493,8 +493,9 @@ interface AgentFormDialogProps {
493
493
  open: boolean;
494
494
  onOpenChange: (open: boolean) => void;
495
495
  agent?: Agent;
496
+ idAccount?: string | number | null;
496
497
  }
497
- declare function AgentFormDialog({ config, open, onOpenChange, agent, }: AgentFormDialogProps): react_jsx_runtime.JSX.Element;
498
+ declare function AgentFormDialog({ config, open, onOpenChange, agent, idAccount, }: AgentFormDialogProps): react_jsx_runtime.JSX.Element;
498
499
 
499
500
  interface AgentEditFormProps {
500
501
  config: GagentsHookConfig;