@intuned/pavilion-types
Advanced tools
Comparing version 1.5.6 to 1.5.7
@@ -17,2 +17,3 @@ declare module '@intuned/pavilion-helpers' { | ||
export function formatPhoneNumber(phoneNumber: string, sperateStr: string): string; | ||
export function getPdfBufferFromUrl(url: string): Promise<Buffer>; | ||
export const stringNotBlankSchema: z.ZodString; | ||
@@ -19,0 +20,0 @@ export const contactSchema: z.ZodEffects<z.ZodObject<{ |
{ | ||
"name": "@intuned/pavilion-types", | ||
"main": "./index.js", | ||
"version": "1.5.6", | ||
"version": "1.5.7", | ||
"description": "intuned pavilion types", | ||
@@ -6,0 +6,0 @@ "author": "Intuned Team", |
11004
337