@supernova-studio/client 1.95.0 → 1.95.2

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.mjs CHANGED
@@ -126,6 +126,8 @@ var featureWithImportJobsSchema = featureLimitedSchema.extend({
126
126
  var FeaturesSummary = z7.object({
127
127
  designSystems: featureLimitedSchema,
128
128
  designSystemSources: featureWithImportJobsSchema,
129
+ designSystemStorybookSources: featureLimitedSchema,
130
+ documentationCustomCssAndJs: featureToggleSchema,
129
131
  designSystemVersions: featureLimitedSchema,
130
132
  themes: featureLimitedSchema,
131
133
  brands: featureLimitedSchema,
@@ -6079,7 +6081,7 @@ var IntegrationToken = z194.object({
6079
6081
  customUrl: data.custom_url
6080
6082
  };
6081
6083
  });
6082
- var forbiddenCustomUrlDomainList = ["github.com", "gitlab.com", "bitbucket.org", "figma.com", "dev.azure.com"];
6084
+ var forbiddenCustomUrlDomainList = ["github.com", "gitlab.com", "figma.com", "dev.azure.com"];
6083
6085
  function formatCustomUrl(url) {
6084
6086
  let formattedUrl = url.trim().toLowerCase();
6085
6087
  if (!formattedUrl.startsWith("http://") && !formattedUrl.startsWith("https://")) {