sim-setup 1.0.3 → 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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  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. The file content must be provided as a base64-encoded string."
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",
@@ -21288,7 +21288,7 @@ var init_integrations = __esm(() => {
21288
21288
  },
21289
21289
  {
21290
21290
  name: "OData Query (advanced)",
21291
- description: "Make an arbitrary OData v2 call against any SAP S/4HANA Cloud whitelisted Communication Scenario. Use when no dedicated tool exists for the entity. The proxy handles auth, CSRF, and OData unwrapping. For write operations (POST/PUT/PATCH/MERGE/DELETE), pass an If-Match ETag obtained from a prior GET to avoid lost updates; misuse will mutate production data."
21291
+ description: "Make an arbitrary OData v2 call against any SAP S/4HANA Cloud whitelisted Communication Scenario. Use when no dedicated tool exists for the entity. The integration handles auth, CSRF, and OData unwrapping. For write operations (POST/PUT/PATCH/MERGE/DELETE), pass an If-Match ETag obtained from a prior GET to avoid lost updates; misuse will mutate production data."
21292
21292
  }
21293
21293
  ],
21294
21294
  operationCount: 38,
@@ -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: "#FF6700",
25078
+ bgColor: "#FFFFFF",
25079
25079
  iconName: "TinyFishIcon",
25080
25080
  docsUrl: "https://docs.sim.ai/integrations/tinyfish",
25081
25081
  operations: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-setup",
3
- "version": "1.0.3",
3
+ "version": "1.0.4-preview.56.1",
4
4
  "description": "Set up and manage a self-hosted Sim installation",
5
5
  "type": "module",
6
6
  "bin": {