sim-setup 1.0.4-preview.55.1 → 1.0.4-preview.57.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 +8 -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. 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",
@@ -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: [
@@ -31150,6 +31150,7 @@ var init_twins = __esm(() => {
31150
31150
  { server: "DISABLE_INVITATIONS", client: "NEXT_PUBLIC_DISABLE_INVITATIONS" },
31151
31151
  { server: "DISABLE_PUBLIC_API", client: "NEXT_PUBLIC_DISABLE_PUBLIC_API" },
31152
31152
  { server: "SSO_ENABLED", client: "NEXT_PUBLIC_SSO_ENABLED" },
31153
+ { server: "USAGE_MONITORING_ENABLED", client: "NEXT_PUBLIC_USAGE_MONITORING_ENABLED" },
31153
31154
  { server: "EMAIL_PASSWORD_SIGNUP_ENABLED", client: "NEXT_PUBLIC_EMAIL_PASSWORD_SIGNUP_ENABLED" },
31154
31155
  { server: "E2B_ENABLED", client: "NEXT_PUBLIC_E2B_ENABLED" },
31155
31156
  { server: "SLACK_EXTENDED_SCOPES", client: "NEXT_PUBLIC_SLACK_EXTENDED_SCOPES" }
@@ -31173,6 +31174,11 @@ var init_twins = __esm(() => {
31173
31174
  { server: "DATA_DRAINS_ENABLED", label: "Data drains", hint: "export streams" },
31174
31175
  { server: "FORKING_ENABLED", label: "Workflow forking", hint: "" },
31175
31176
  { server: "INBOX_ENABLED", label: "Inbox", hint: "" },
31177
+ {
31178
+ server: "USAGE_MONITORING_ENABLED",
31179
+ label: "Usage monitoring",
31180
+ hint: "org-wide credit usage"
31181
+ },
31176
31182
  { server: "WHITELABELING_ENABLED", label: "Whitelabeling", hint: "custom branding" }
31177
31183
  ];
31178
31184
  LOGIN_PROVIDERS = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-setup",
3
- "version": "1.0.4-preview.55.1",
3
+ "version": "1.0.4-preview.57.1",
4
4
  "description": "Set up and manage a self-hosted Sim installation",
5
5
  "type": "module",
6
6
  "bin": {