@choiceopen/atomemo-plugin-schema 0.2.5 → 0.2.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.
@@ -545,14 +545,14 @@ type Feature = CredentialDefinition | DataSourceDefinition | ModelDefinition | T
545
545
  * Credential definition
546
546
  */
547
547
  interface CredentialDefinition extends BaseDefinition {
548
- authenticate: (input: {
548
+ authenticate?: (input: {
549
549
  args: {
550
550
  credential: Record<string, string>;
551
551
  extra: {
552
552
  /**
553
553
  * If it is called for the LLM authentication, then this property is the model name.
554
554
  */
555
- model?: string | null;
555
+ model?: string | null | undefined;
556
556
  [key: string]: unknown;
557
557
  };
558
558
  };
@@ -734,4 +734,4 @@ interface ToolDefinition extends BaseDefinition {
734
734
  }
735
735
  //#endregion
736
736
  export { PropertyUIEmojiPickerProps as A, PropertyUIRadioGroupProps as B, PropertyUIBoolean as C, PropertyUIComponentType as D, PropertyUICommonProps as E, PropertyUIMisc as F, JsonValue$1 as G, PropertyUISingleSelectProps as H, PropertyUINumber as I, JsonValueSchema as K, PropertyUIObject as L, PropertyUIEncryptedString as M, PropertyUIInputProps as N, PropertyUIContainer as O, PropertyUIKeyValueEditorProps as P, PropertyUIOption as R, PropertyUIArraySectionProps as S, PropertyUIColorPickerProps as T, PropertyUIString as U, PropertyUISectionProps as V, PropertyUISwitchProps as W, PropertyNumber as _, ModelDefinition as a, PropertyString as b, DisplayCondition as c, PropertyArray as d, PropertyBase as f, PropertyEncryptedString as g, PropertyDiscriminatedUnion as h, Feature as i, PropertyUIEncryptedInputProps as j, PropertyUICredentialId as k, FilterOperators as l, PropertyCredentialId as m, CredentialDefinition as n, PluginDefinition as o, PropertyBoolean as p, I18nText as q, DataSourceDefinition as r, ToolDefinition as s, BaseDefinition as t, Property as u, PropertyObject as v, PropertyUICollapsiblePanelProps as w, PropertyUIArray as x, PropertyScalar as y, PropertyUIProps as z };
737
- //# sourceMappingURL=definition-yC3po4PO.d.mts.map
737
+ //# sourceMappingURL=definition-BHk7uCi3.d.mts.map