@supernova-studio/model 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.d.mts +46 -0
- package/dist/index.d.ts +46 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -133,6 +133,8 @@ var featureWithImportJobsSchema = featureLimitedSchema.extend({
|
|
|
133
133
|
var FeaturesSummary = z7.object({
|
|
134
134
|
designSystems: featureLimitedSchema,
|
|
135
135
|
designSystemSources: featureWithImportJobsSchema,
|
|
136
|
+
designSystemStorybookSources: featureLimitedSchema,
|
|
137
|
+
documentationCustomCssAndJs: featureToggleSchema,
|
|
136
138
|
designSystemVersions: featureLimitedSchema,
|
|
137
139
|
themes: featureLimitedSchema,
|
|
138
140
|
brands: featureLimitedSchema,
|
|
@@ -6461,7 +6463,7 @@ var IntegrationToken = z194.object({
|
|
|
6461
6463
|
customUrl: data.custom_url
|
|
6462
6464
|
};
|
|
6463
6465
|
});
|
|
6464
|
-
var forbiddenCustomUrlDomainList = ["github.com", "gitlab.com", "
|
|
6466
|
+
var forbiddenCustomUrlDomainList = ["github.com", "gitlab.com", "figma.com", "dev.azure.com"];
|
|
6465
6467
|
function formatCustomUrl(url) {
|
|
6466
6468
|
let formattedUrl = url.trim().toLowerCase();
|
|
6467
6469
|
if (!formattedUrl.startsWith("http://") && !formattedUrl.startsWith("https://")) {
|