sim-setup 1.0.2-preview.42.1 → 1.0.2-preview.44.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 +5 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1570,7 +1570,7 @@ var init_env_capabilities = __esm(() => {
1570
1570
  var integrations_default;
1571
1571
  var init_integrations = __esm(() => {
1572
1572
  integrations_default = {
1573
- updatedAt: "2026-08-25",
1573
+ updatedAt: "2026-08-26",
1574
1574
  integrations: [
1575
1575
  {
1576
1576
  type: "onepassword",
@@ -8989,11 +8989,11 @@ var init_integrations = __esm(() => {
8989
8989
  operations: [
8990
8990
  {
8991
8991
  name: "Find Email",
8992
- description: "Find a verified B2B email address from a full name and company domain or name. Uses the Enrow async finder — submits a search and polls until the result is ready. Costs 1 credit per valid email found. (https://enrow.readme.io/reference/find-single-email)"
8992
+ description: "Find a verified B2B email address from a full name and company domain or name. Uses the Enrow async finder — submits a search and polls until the result is ready. Costs 1 credit per valid email found. (https://docs.enrow.io/api-reference/email-finder/find-single)"
8993
8993
  },
8994
8994
  {
8995
8995
  name: "Verify Email",
8996
- description: "Verify the deliverability of an email address using the Enrow async verifier. Submits a verification request and polls until the result is ready. Costs 0.25 credits per verification. (https://enrow.readme.io/reference/verify-single-email)"
8996
+ description: "Verify the deliverability of an email address using the Enrow async verifier. Submits a verification request and polls until the result is ready. Costs 0.25 credits per verification. (https://docs.enrow.io/api-reference/email-verifier/verify-single)"
8997
8997
  }
8998
8998
  ],
8999
8999
  operationCount: 2,
@@ -31090,6 +31090,7 @@ var init_twins = __esm(() => {
31090
31090
  { server: "ORGANIZATIONS_ENABLED", client: "NEXT_PUBLIC_ORGANIZATIONS_ENABLED" },
31091
31091
  { server: "WHITELABELING_ENABLED", client: "NEXT_PUBLIC_WHITELABELING_ENABLED" },
31092
31092
  { server: "AUDIT_LOGS_ENABLED", client: "NEXT_PUBLIC_AUDIT_LOGS_ENABLED" },
31093
+ { server: "CUSTOM_BLOCKS_ENABLED", client: "NEXT_PUBLIC_CUSTOM_BLOCKS_ENABLED" },
31093
31094
  { server: "DATA_RETENTION_ENABLED", client: "NEXT_PUBLIC_DATA_RETENTION_ENABLED" },
31094
31095
  { server: "SESSION_POLICIES_ENABLED", client: "NEXT_PUBLIC_SESSION_POLICIES_ENABLED" },
31095
31096
  { server: "DATA_DRAINS_ENABLED", client: "NEXT_PUBLIC_DATA_DRAINS_ENABLED" },
@@ -31115,6 +31116,7 @@ var init_twins = __esm(() => {
31115
31116
  },
31116
31117
  { server: "ORGANIZATIONS_ENABLED", label: "Organizations", hint: "multi-workspace orgs" },
31117
31118
  { server: "AUDIT_LOGS_ENABLED", label: "Audit logs", hint: "" },
31119
+ { server: "CUSTOM_BLOCKS_ENABLED", label: "Custom blocks", hint: "reusable org-wide blocks" },
31118
31120
  { server: "DATA_RETENTION_ENABLED", label: "Data retention", hint: "deletes expired data" },
31119
31121
  { server: "SESSION_POLICIES_ENABLED", label: "Session policies", hint: "session lifetime caps" },
31120
31122
  { server: "DATA_DRAINS_ENABLED", label: "Data drains", hint: "export streams" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-setup",
3
- "version": "1.0.2-preview.42.1",
3
+ "version": "1.0.2-preview.44.1",
4
4
  "description": "Set up and manage a self-hosted Sim installation",
5
5
  "type": "module",
6
6
  "bin": {