🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@mintlify/models

Package Overview
Dependencies
Maintainers
8
Versions
321
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/models - npm Package Compare versions

Comparing version
0.0.319
to
0.0.320
+9
dist/entities/privatePageType.d.ts
export type PrivatePageType = {
_id: string;
pageId: string;
orgId: string;
deploymentId: string;
ownerUserId: string;
title: string;
createdAt: Date;
};
+2
-1

@@ -13,6 +13,7 @@ import { AutopilotSuggestionType, PrAutopilotSuggestion } from './autopilotSuggestionType.js';

import { PlanTypeV2, PLAN_TIERS, OrgType, OriginalOrgType, StaticPropsOrgType, normalizeOrgType, normalizePlan } from './orgType.js';
import { PrivatePageType } from './privatePageType.js';
import { RssFileType } from './rssFileType.js';
import { SnippetType } from './snippetType.js';
import { UserType } from './userType.js';
export type { AutopilotSuggestionType, PrAutopilotSuggestion, CustomerPageType, DeploymentHistoryType, DeploymentQuotaType, DraftType, LlmTranslationHistoryType, OriginalOrgType, PlanTypeV2, OrgType, StaticPropsOrgType, SnippetType, UserType, CssFileType, JsFileType, OpenApiFileType, FeatureFlag, FeatureFlags, OrgEntitlement, OrgEntitlements, RssFileType, };
export type { AutopilotSuggestionType, PrAutopilotSuggestion, CustomerPageType, DeploymentHistoryType, DeploymentQuotaType, DraftType, LlmTranslationHistoryType, OriginalOrgType, PlanTypeV2, OrgType, StaticPropsOrgType, SnippetType, UserType, CssFileType, JsFileType, OpenApiFileType, FeatureFlag, FeatureFlags, OrgEntitlement, OrgEntitlements, PrivatePageType, RssFileType, };
export { orgEntitlements, PLAN_TIERS, normalizeOrgType, normalizePlan };
{
"name": "@mintlify/models",
"version": "0.0.319",
"version": "0.0.320",
"description": "Mintlify models",

@@ -62,3 +62,3 @@ "engines": {

},
"gitHead": "b3f181e44ac6dc6e4f275f9aef61affd42a7dd9d"
"gitHead": "8af9d25e417e23cd1927b14c9393d7e8015799cb"
}

Sorry, the diff of this file is not supported yet