@alpic80/rivet-core 1.24.2-aidon.7 → 1.24.2-aidon.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.
package/dist/cjs/bundle.cjs
CHANGED
|
@@ -16776,25 +16776,6 @@ var aidonPlugin = {
|
|
|
16776
16776
|
label: "Aidon API Key",
|
|
16777
16777
|
description: "The API Key for the Aidon application.",
|
|
16778
16778
|
helperText: "API Key for the Aidon application."
|
|
16779
|
-
},
|
|
16780
|
-
fileBrowserURL: {
|
|
16781
|
-
type: "string",
|
|
16782
|
-
label: "FileBrowser URL",
|
|
16783
|
-
description: "The URL for the FileBrowser service.",
|
|
16784
|
-
helperText: "Defaults to https://ai-fb.aidon.ai. URL for the FileBrowser service.",
|
|
16785
|
-
default: "https://ai-fb.aidon.ai"
|
|
16786
|
-
},
|
|
16787
|
-
fileBrowserUsername: {
|
|
16788
|
-
type: "string",
|
|
16789
|
-
label: "FileBrowser Username",
|
|
16790
|
-
description: "The username for the FileBrowser service.",
|
|
16791
|
-
helperText: "Enter username given to access FileBrowser."
|
|
16792
|
-
},
|
|
16793
|
-
fileBrowserPassword: {
|
|
16794
|
-
type: "secret",
|
|
16795
|
-
label: "FileBrowser password",
|
|
16796
|
-
description: "The password for the FileBrowser service.",
|
|
16797
|
-
helperText: "Enter passord given to access FileBrowser."
|
|
16798
16779
|
}
|
|
16799
16780
|
},
|
|
16800
16781
|
register: (register) => {
|