@supernova-studio/model 1.95.0 → 1.95.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 CHANGED
@@ -6461,7 +6461,7 @@ var IntegrationToken = _zod.z.object({
6461
6461
  customUrl: data.custom_url
6462
6462
  };
6463
6463
  });
6464
- var forbiddenCustomUrlDomainList = ["github.com", "gitlab.com", "bitbucket.org", "figma.com", "dev.azure.com"];
6464
+ var forbiddenCustomUrlDomainList = ["github.com", "gitlab.com", "figma.com", "dev.azure.com"];
6465
6465
  function formatCustomUrl(url) {
6466
6466
  let formattedUrl = url.trim().toLowerCase();
6467
6467
  if (!formattedUrl.startsWith("http://") && !formattedUrl.startsWith("https://")) {