Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mintlify/models

Package Overview
Dependencies
Maintainers
3
Versions
151
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.61 to 0.0.62

dist/entities/jsFileType.d.ts

1

dist/entities/cssFileType.d.ts
export type CssFileType = {
subdomain: string;
content: string;
filePath: string;
};

@@ -6,2 +6,3 @@ import { ENTITY_TYPE } from '../enums/ENTITY_TYPE.js';

import { DeploymentType } from './deploymentType.js';
import { JsFileType } from './jsFileType.js';
import { OrgType } from './orgType.js';

@@ -11,2 +12,2 @@ import { SnippetType } from './snippetType.js';

export { ENTITY_TYPE };
export type { CustomerPageType, DeploymentHistoryType, DeploymentType, OrgType, SnippetType, UserType, CssFileType, };
export type { CustomerPageType, DeploymentHistoryType, DeploymentType, OrgType, SnippetType, UserType, CssFileType, JsFileType, };

@@ -6,3 +6,4 @@ export declare const enum ENTITY_TYPE {

ORG = "org",
CSS_FILE = "css-file"
CSS_FILE = "css-file",
JS_FILE = "js-file"
}

@@ -8,2 +8,3 @@ export var ENTITY_TYPE;

ENTITY_TYPE["CSS_FILE"] = "css-file";
ENTITY_TYPE["JS_FILE"] = "js-file";
})(ENTITY_TYPE || (ENTITY_TYPE = {}));
{
"name": "@mintlify/models",
"version": "0.0.61",
"version": "0.0.62",
"description": "Mintlify models",

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

},
"gitHead": "034803743d5a9a5c119225f928eda4a30b95a98c"
"gitHead": "ba23d28b1d3dbcb1921094343c23d22d4974cd92"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc