@mintlify/models
Advanced tools
Comparing version 0.0.153 to 0.0.154
@@ -33,2 +33,3 @@ import { Analytics } from '../mintconfig/analytics.js'; | ||
entitlements?: DeploymentEntitlements; | ||
feedback?: DeploymentFeedbackType; | ||
}; | ||
@@ -42,1 +43,6 @@ export type StaticPropsDeploymentType = Pick<DeploymentType, 'subdomain' | 'inkeep' | 'featureFlags' | 'mintConfig' | 'basePath' | 'isWhiteLabeled' | 'trieve' | 'userAuth' | 'disableAiChat' | 'entitlements'>; | ||
}; | ||
export type DeploymentFeedbackType = { | ||
thumbs?: boolean; | ||
edits?: boolean; | ||
issues?: boolean; | ||
}; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.153", | ||
"version": "0.0.154", | ||
"description": "Mintlify models", | ||
@@ -57,3 +57,3 @@ "engines": { | ||
}, | ||
"gitHead": "328ec45e7b77e0a09006647a1d7bffbd010e990a" | ||
"gitHead": "265c6ac97529def42675b58a1251042726c90703" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
152094
935