sim-setup 1.0.2-preview.42.1 → 1.0.2-preview.43.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 +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -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.43.1",
4
4
  "description": "Set up and manage a self-hosted Sim installation",
5
5
  "type": "module",
6
6
  "bin": {