@intuned/pavilion-types
Advanced tools
Comparing version 1.4.11 to 1.5.0
@@ -6,3 +6,3 @@ declare module '@intuned/pavilion-helpers' { | ||
export function seperateDates(date: string, splitStr: string): [ | ||
export function separateDates(date: string, splitStr: string): [ | ||
string | undefined, | ||
@@ -12,5 +12,8 @@ string | undefined | ||
export function separatePoints(inputString: string): string[]; | ||
export function transformName(name: string, splitStr: string, configs?: { | ||
inverse?: boolean; | ||
}): string; | ||
export function formatDate(date: string, formatStr: string): string | undefined; | ||
export function generateArrayOfNumbers(offset: number, limit: number): number[]; | ||
export function formatPhoneNumber(phoneNumber: string): string; | ||
export function formatPhoneNumber(phoneNumber: string, sperateStr: string): string; | ||
export const stringNotBlankSchema: z.ZodString; | ||
@@ -17,0 +20,0 @@ export const contactSchema: z.ZodEffects<z.ZodObject<{ |
{ | ||
"name": "@intuned/pavilion-types", | ||
"version": "1.4.11", | ||
"version": "1.5.0", | ||
"description": "intuned pavilion types", | ||
@@ -5,0 +5,0 @@ "author": "Intuned Team", |
10871
335