sim-setup 1.0.4-preview.56.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.
- package/dist/index.js +6 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -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 = [
|