@aws505/sheetsite 1.0.8 → 1.0.10

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.
@@ -48,6 +48,7 @@ declare const BusinessInfoSchema: z.ZodObject<{
48
48
  priceRange: z.ZodOptional<z.ZodEnum<["$", "$$", "$$$", "$$$$"]>>;
49
49
  yearEstablished: z.ZodOptional<z.ZodNumber>;
50
50
  licenseNumber: z.ZodOptional<z.ZodString>;
51
+ type: z.ZodOptional<z.ZodString>;
51
52
  }, "strip", z.ZodTypeAny, {
52
53
  name: string;
53
54
  country: string;
@@ -60,6 +61,7 @@ declare const BusinessInfoSchema: z.ZodObject<{
60
61
  phone?: string | undefined;
61
62
  phoneAlt?: string | undefined;
62
63
  email?: string | undefined;
64
+ type?: string | undefined;
63
65
  addressLine1?: string | undefined;
64
66
  addressLine2?: string | undefined;
65
67
  city?: string | undefined;
@@ -96,6 +98,7 @@ declare const BusinessInfoSchema: z.ZodObject<{
96
98
  phone?: string | undefined;
97
99
  phoneAlt?: string | undefined;
98
100
  email?: string | undefined;
101
+ type?: string | undefined;
99
102
  addressLine1?: string | undefined;
100
103
  addressLine2?: string | undefined;
101
104
  city?: string | undefined;
@@ -48,6 +48,7 @@ declare const BusinessInfoSchema: z.ZodObject<{
48
48
  priceRange: z.ZodOptional<z.ZodEnum<["$", "$$", "$$$", "$$$$"]>>;
49
49
  yearEstablished: z.ZodOptional<z.ZodNumber>;
50
50
  licenseNumber: z.ZodOptional<z.ZodString>;
51
+ type: z.ZodOptional<z.ZodString>;
51
52
  }, "strip", z.ZodTypeAny, {
52
53
  name: string;
53
54
  country: string;
@@ -60,6 +61,7 @@ declare const BusinessInfoSchema: z.ZodObject<{
60
61
  phone?: string | undefined;
61
62
  phoneAlt?: string | undefined;
62
63
  email?: string | undefined;
64
+ type?: string | undefined;
63
65
  addressLine1?: string | undefined;
64
66
  addressLine2?: string | undefined;
65
67
  city?: string | undefined;
@@ -96,6 +98,7 @@ declare const BusinessInfoSchema: z.ZodObject<{
96
98
  phone?: string | undefined;
97
99
  phoneAlt?: string | undefined;
98
100
  email?: string | undefined;
101
+ type?: string | undefined;
99
102
  addressLine1?: string | undefined;
100
103
  addressLine2?: string | undefined;
101
104
  city?: string | undefined;
@@ -824,6 +824,7 @@ var defaultTrustSignals = {
824
824
  tailor: ["Expert Craftsmanship", "Perfect Fit Guaranteed", "Quick Turnaround"],
825
825
  professional: ["Licensed & Insured", "Years of Experience", "Client Focused"],
826
826
  retail: ["Quality Products", "Great Selection", "Friendly Service"],
827
+ boutique: ["Unique Selection", "Personal Service", "Quality Brands"],
827
828
  generic: ["Quality Service", "Customer First", "Community Trusted"],
828
829
  default: ["Quality Service", "Fair Prices", "Customer First"]
829
830
  };