@mintlify/validation
Advanced tools
Comparing version 0.1.128 to 0.1.129
@@ -38,2 +38,9 @@ import { z } from 'zod'; | ||
}>>; | ||
heap: z.ZodOptional<z.ZodObject<{ | ||
appId: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
appId: string; | ||
}, { | ||
appId: string; | ||
}>>; | ||
hotjar: z.ZodOptional<z.ZodObject<{ | ||
@@ -110,2 +117,5 @@ hjid: z.ZodString; | ||
} | undefined; | ||
heap?: { | ||
appId: string; | ||
} | undefined; | ||
hotjar?: { | ||
@@ -150,2 +160,5 @@ hjid: string; | ||
} | undefined; | ||
heap?: { | ||
appId: string; | ||
} | undefined; | ||
hotjar?: { | ||
@@ -152,0 +165,0 @@ hjid: string; |
@@ -42,2 +42,5 @@ import { z } from 'zod'; | ||
}); | ||
const heapConfigInterfaceSchema = z.object({ | ||
appId: z.string(), | ||
}); | ||
export const analyticsSchema = z | ||
@@ -50,2 +53,3 @@ .object({ | ||
gtm: googleTagManagerConfigInterfaceSchema.optional(), | ||
heap: heapConfigInterfaceSchema.optional(), | ||
hotjar: hotjarConfigInterfaceSchema.optional(), | ||
@@ -59,2 +63,2 @@ koala: koalaConfigInterfaceSchema.optional(), | ||
}) | ||
.strict('Mintlify only supports analytics integrations from: amplitude, clearbit, fathom, ga4, gtm, hotjar, koala, logrocket, mixpanel, pirsch, posthog and plausible.'); | ||
.strict('Mintlify only supports analytics integrations from: amplitude, clearbit, fathom, ga4, gtm, heap, hotjar, koala, logrocket, mixpanel, pirsch, posthog, and plausible.'); |
@@ -358,2 +358,9 @@ import { z } from 'zod'; | ||
}>>; | ||
heap: z.ZodOptional<z.ZodObject<{ | ||
appId: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
appId: string; | ||
}, { | ||
appId: string; | ||
}>>; | ||
hotjar: z.ZodOptional<z.ZodObject<{ | ||
@@ -430,2 +437,5 @@ hjid: z.ZodString; | ||
} | undefined; | ||
heap?: { | ||
appId: string; | ||
} | undefined; | ||
hotjar?: { | ||
@@ -470,2 +480,5 @@ hjid: string; | ||
} | undefined; | ||
heap?: { | ||
appId: string; | ||
} | undefined; | ||
hotjar?: { | ||
@@ -658,2 +671,5 @@ hjid: string; | ||
} | undefined; | ||
heap?: { | ||
appId: string; | ||
} | undefined; | ||
hotjar?: { | ||
@@ -820,2 +836,5 @@ hjid: string; | ||
} | undefined; | ||
heap?: { | ||
appId: string; | ||
} | undefined; | ||
hotjar?: { | ||
@@ -822,0 +841,0 @@ hjid: string; |
@@ -124,2 +124,5 @@ import { z } from 'zod'; | ||
} | undefined; | ||
heap?: { | ||
appId: string; | ||
} | undefined; | ||
hotjar?: { | ||
@@ -289,2 +292,5 @@ hjid: string; | ||
} | undefined; | ||
heap?: { | ||
appId: string; | ||
} | undefined; | ||
hotjar?: { | ||
@@ -291,0 +297,0 @@ hjid: string; |
{ | ||
"name": "@mintlify/validation", | ||
"version": "0.1.128", | ||
"version": "0.1.129", | ||
"description": "Validates mint.json files", | ||
@@ -39,3 +39,3 @@ "author": "Mintlify, Inc.", | ||
"dependencies": { | ||
"@mintlify/models": "0.0.71", | ||
"@mintlify/models": "0.0.72", | ||
"lcm": "^0.0.3", | ||
@@ -73,3 +73,3 @@ "lodash": "^4.17.21", | ||
}, | ||
"gitHead": "1cddd5d58749ec3f8c8dfbf1af37124b6eab720a" | ||
"gitHead": "b746115c11d8ecf77ea64321407b929f1f1d7ac8" | ||
} |
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
198365
3655
+ Added@mintlify/models@0.0.72(transitive)
- Removed@mintlify/models@0.0.71(transitive)
Updated@mintlify/models@0.0.72