@mintlify/models
Advanced tools
Comparing version 0.0.61 to 0.0.62
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
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
125371
89
572