@base44-preview/cli 0.0.47-pr.370.b77da88 → 0.0.47-pr.370.d2e964f

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/cli/index.js CHANGED
@@ -231030,8 +231030,8 @@ var SiteConfigSchema = exports_external.object({
231030
231030
  outputDirectory: exports_external.string().optional(),
231031
231031
  installCommand: exports_external.string().optional()
231032
231032
  });
231033
- var VisibilitySchema = exports_external.enum(["public", "private"], {
231034
- error: 'Invalid visibility value. Allowed values: "public", "private"'
231033
+ var VisibilitySchema = exports_external.enum(["public", "private", "workspace"], {
231034
+ error: 'Invalid visibility value. Allowed values: "public", "private", "workspace"'
231035
231035
  });
231036
231036
  var ProjectConfigSchema = exports_external.object({
231037
231037
  name: exports_external.string({
@@ -239392,7 +239392,8 @@ async function createProject(projectName, description) {
239392
239392
  }
239393
239393
  var VISIBILITY_TO_PUBLIC_SETTINGS = {
239394
239394
  public: "public_without_login",
239395
- private: "private_with_login"
239395
+ private: "private_with_login",
239396
+ workspace: "workspace_with_login"
239396
239397
  };
239397
239398
  async function updateProjectVisibility(visibility) {
239398
239399
  const { id } = getAppConfig();
@@ -256183,4 +256184,4 @@ export {
256183
256184
  CLIExitError
256184
256185
  };
256185
256186
 
256186
- //# debugId=1A07E0BD1CCB37CD64756E2164756E21
256187
+ //# debugId=2431C70C733BE15064756E2164756E21