sim-setup 1.0.4-preview.55.1 → 1.0.4-preview.56.1
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.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15809,7 +15809,7 @@ var init_integrations = __esm(() => {
|
|
|
15809
15809
|
},
|
|
15810
15810
|
{
|
|
15811
15811
|
name: "Upload File",
|
|
15812
|
-
description: "Upload a file to a file or image column on a Dataverse record. Supports single-request upload for files up to 128 MB.
|
|
15812
|
+
description: "Upload a file to a file or image column on a Dataverse record. Supports single-request upload for files up to 128 MB. Provide the file through the File input; its bytes are read from storage and sent as the raw request body."
|
|
15813
15813
|
},
|
|
15814
15814
|
{
|
|
15815
15815
|
name: "Download File",
|
|
@@ -25075,7 +25075,7 @@ var init_integrations = __esm(() => {
|
|
|
25075
25075
|
name: "TinyFish",
|
|
25076
25076
|
description: "Automate and read the live web",
|
|
25077
25077
|
longDescription: "Integrate TinyFish into the workflow. Give a web agent a natural-language goal and let it drive a real browser on any site, queue and track long-running automations, search the web, and fetch pages as clean markdown.",
|
|
25078
|
-
bgColor: "#
|
|
25078
|
+
bgColor: "#FFFFFF",
|
|
25079
25079
|
iconName: "TinyFishIcon",
|
|
25080
25080
|
docsUrl: "https://docs.sim.ai/integrations/tinyfish",
|
|
25081
25081
|
operations: [
|