@budibase/backend-core 3.2.38 → 3.2.39
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
CHANGED
|
@@ -11598,7 +11598,9 @@ var TenantResolutionStrategy = /* @__PURE__ */ ((TenantResolutionStrategy2) => {
|
|
|
11598
11598
|
|
|
11599
11599
|
// ../types/src/sdk/featureFlag.ts
|
|
11600
11600
|
var FeatureFlagDefaults = {
|
|
11601
|
-
["USE_ZOD_VALIDATOR" /* USE_ZOD_VALIDATOR */]: false
|
|
11601
|
+
["USE_ZOD_VALIDATOR" /* USE_ZOD_VALIDATOR */]: false,
|
|
11602
|
+
// Account-portal
|
|
11603
|
+
["DIRECT_LOGIN_TO_ACCOUNT_PORTAL" /* DIRECT_LOGIN_TO_ACCOUNT_PORTAL */]: false
|
|
11602
11604
|
};
|
|
11603
11605
|
|
|
11604
11606
|
// ../types/src/sdk/cli/constants.ts
|