@mintlify/models
Advanced tools
Comparing version 0.0.16 to 0.0.17
export * from './mintconfig'; | ||
export * from './entities'; | ||
export * from './types'; | ||
export { ENTITY_TYPE } from './entities'; |
@@ -0,1 +1,2 @@ | ||
import { ENTITY_TYPE } from './ENTITY_TYPE'; | ||
import { CustomerPageType } from './customerPageType'; | ||
@@ -7,8 +8,3 @@ import { DeploymentHistoryType } from './deploymentHistoryType'; | ||
import { UserType } from './userType'; | ||
export declare enum ENTITY_TYPE { | ||
DEPLOYMENT = "deployment", | ||
SNIPPET = "snippet", | ||
PAGE = "page", | ||
ORG = "org" | ||
} | ||
export { ENTITY_TYPE }; | ||
export type { CustomerPageType, DeploymentHistoryType, DeploymentType, OrgType, SnippetType, UserType, }; |
@@ -1,7 +0,2 @@ | ||
export var ENTITY_TYPE; | ||
(function (ENTITY_TYPE) { | ||
ENTITY_TYPE["DEPLOYMENT"] = "deployment"; | ||
ENTITY_TYPE["SNIPPET"] = "snippet"; | ||
ENTITY_TYPE["PAGE"] = "page"; | ||
ENTITY_TYPE["ORG"] = "org"; | ||
})(ENTITY_TYPE || (ENTITY_TYPE = {})); | ||
import { ENTITY_TYPE } from './ENTITY_TYPE'; | ||
export { ENTITY_TYPE }; |
export * from './mintconfig'; | ||
export * from './entities'; | ||
export * from './types'; | ||
export { ENTITY_TYPE } from './entities'; |
export * from './mintconfig'; | ||
export * from './entities'; | ||
export * from './types'; | ||
export { ENTITY_TYPE } from './entities'; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "Mintlify models", | ||
@@ -73,3 +73,3 @@ "engines": { | ||
}, | ||
"gitHead": "5790e1751d482b1bf041b1942b5c9d4c43708115" | ||
"gitHead": "0ca9ce25f7c6def7d80e19ed2cf68b3a8a428374" | ||
} |
Sorry, the diff of this file is not supported yet
107655
65
269