@base44-preview/cli 0.0.30-pr.189.0dd35c7 → 0.0.30-pr.189.583592e

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
@@ -153805,7 +153805,7 @@ var SlackConnectorSchema = exports_external.object({
153805
153805
  });
153806
153806
  var NotionConnectorSchema = exports_external.object({
153807
153807
  type: exports_external.literal("notion"),
153808
- scopes: exports_external.array(exports_external.string()).default([])
153808
+ scopes: exports_external.array(exports_external.string()).default([]).optional()
153809
153809
  });
153810
153810
  var SalesforceConnectorSchema = exports_external.object({
153811
153811
  type: exports_external.literal("salesforce"),
@@ -169940,9 +169940,6 @@ async function pushConnectorsAction() {
169940
169940
  }
169941
169941
  const { results } = await runTask("Pushing connectors to Base44", async () => {
169942
169942
  return await pushConnectors(connectors);
169943
- }, {
169944
- successMessage: "Connectors pushed",
169945
- errorMessage: "Failed to push connectors"
169946
169943
  });
169947
169944
  const oauthOutcomes = new Map;
169948
169945
  const needsOAuth = results.filter(isPendingOAuth);
@@ -174934,4 +174931,4 @@ export {
174934
174931
  CLIExitError
174935
174932
  };
174936
174933
 
174937
- //# debugId=E51B04D035013F9B64756E2164756E21
174934
+ //# debugId=22BFC865DE87374D64756E2164756E21