@mintlify/common 1.0.805 → 1.0.807

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -114,6 +114,7 @@ export type SchemaProperty = {
114
114
  name: string;
115
115
  type: string | undefined;
116
116
  description?: string | undefined;
117
+ enumValues?: Array<string | number | boolean>;
117
118
  properties?: SchemaProperty[];
118
119
  required?: boolean;
119
120
  deprecated?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mintlify/common",
3
- "version": "1.0.805",
3
+ "version": "1.0.807",
4
4
  "description": "Commonly shared code within Mintlify",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -60,7 +60,7 @@
60
60
  "@mintlify/mdx": "^3.0.4",
61
61
  "@mintlify/models": "0.0.286",
62
62
  "@mintlify/openapi-parser": "^0.0.8",
63
- "@mintlify/validation": "0.1.638",
63
+ "@mintlify/validation": "0.1.639",
64
64
  "@sindresorhus/slugify": "2.2.0",
65
65
  "@types/mdast": "4.0.4",
66
66
  "acorn": "8.11.2",
@@ -124,5 +124,5 @@
124
124
  "typescript": "5.5.3",
125
125
  "vitest": "2.0.4"
126
126
  },
127
- "gitHead": "089f16917f02354675a98ac580e02fd32c1150a2"
127
+ "gitHead": "e428f597d92b9fa7976c747318f3e63926f10e59"
128
128
  }