Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dist/base/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,8 @@ var visualIdentitySchema = zod.z.object({
var partnerContactSchema = zod.z.object({
name: zod.z.string().nullable().optional(),
email: zod.z.string().nullable(),
office_phone: zod.z.string().nullable().optional()
office_phone: zod.z.string().nullable().optional(),
office_email: zod.z.string().nullable().optional()
});
var partnerDataSchema = zod.z.object({
source: zod.z.string(),
Expand Down
2 changes: 1 addition & 1 deletion dist/base/index.cjs.map

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions dist/base/index.d.cts
Original file line number Diff line number Diff line change
Expand Up @@ -1018,14 +1018,17 @@ declare const HPartnerSchema: z.ZodObject<{
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
email: z.ZodNullable<z.ZodString>;
office_phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
office_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
}, z.UnknownKeysParam, z.ZodTypeAny, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}>;
address: z.ZodObject<{
street: z.ZodOptional<z.ZodNullable<z.ZodString>>;
Expand Down Expand Up @@ -1855,6 +1858,7 @@ declare const HPartnerSchema: z.ZodObject<{
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
};
address: {
country?: string | null | undefined;
Expand Down Expand Up @@ -2039,6 +2043,7 @@ declare const HPartnerSchema: z.ZodObject<{
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
};
address: {
country?: string | null | undefined;
Expand Down Expand Up @@ -2586,14 +2591,17 @@ declare const HPartnerAppSchema: z.ZodObject<{
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
email: z.ZodNullable<z.ZodString>;
office_phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
office_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
}, z.UnknownKeysParam, z.ZodTypeAny, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}>;
address: z.ZodObject<{
street: z.ZodOptional<z.ZodNullable<z.ZodString>>;
Expand Down Expand Up @@ -3423,6 +3431,7 @@ declare const HPartnerAppSchema: z.ZodObject<{
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
};
address: {
country?: string | null | undefined;
Expand Down Expand Up @@ -3607,6 +3616,7 @@ declare const HPartnerAppSchema: z.ZodObject<{
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
};
address: {
country?: string | null | undefined;
Expand Down Expand Up @@ -4724,14 +4734,17 @@ declare const HPartnerContactSchema: z.ZodObject<{
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
email: z.ZodNullable<z.ZodString>;
office_phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
office_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
}, "strip", z.ZodTypeAny, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}>;
declare const HPartnerDataSchema: z.ZodObject<{
source: z.ZodString;
Expand Down
13 changes: 13 additions & 0 deletions dist/base/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1018,14 +1018,17 @@ declare const HPartnerSchema: z.ZodObject<{
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
email: z.ZodNullable<z.ZodString>;
office_phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
office_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
}, z.UnknownKeysParam, z.ZodTypeAny, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}>;
address: z.ZodObject<{
street: z.ZodOptional<z.ZodNullable<z.ZodString>>;
Expand Down Expand Up @@ -1855,6 +1858,7 @@ declare const HPartnerSchema: z.ZodObject<{
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
};
address: {
country?: string | null | undefined;
Expand Down Expand Up @@ -2039,6 +2043,7 @@ declare const HPartnerSchema: z.ZodObject<{
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
};
address: {
country?: string | null | undefined;
Expand Down Expand Up @@ -2586,14 +2591,17 @@ declare const HPartnerAppSchema: z.ZodObject<{
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
email: z.ZodNullable<z.ZodString>;
office_phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
office_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
}, z.UnknownKeysParam, z.ZodTypeAny, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}>;
address: z.ZodObject<{
street: z.ZodOptional<z.ZodNullable<z.ZodString>>;
Expand Down Expand Up @@ -3423,6 +3431,7 @@ declare const HPartnerAppSchema: z.ZodObject<{
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
};
address: {
country?: string | null | undefined;
Expand Down Expand Up @@ -3607,6 +3616,7 @@ declare const HPartnerAppSchema: z.ZodObject<{
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
};
address: {
country?: string | null | undefined;
Expand Down Expand Up @@ -4724,14 +4734,17 @@ declare const HPartnerContactSchema: z.ZodObject<{
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
email: z.ZodNullable<z.ZodString>;
office_phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
office_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
}, "strip", z.ZodTypeAny, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}>;
declare const HPartnerDataSchema: z.ZodObject<{
source: z.ZodString;
Expand Down
3 changes: 2 additions & 1 deletion dist/base/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/base/index.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,8 @@ var visualIdentitySchema = zod.z.object({
var partnerContactSchema = zod.z.object({
name: zod.z.string().nullable().optional(),
email: zod.z.string().nullable(),
office_phone: zod.z.string().nullable().optional()
office_phone: zod.z.string().nullable().optional(),
office_email: zod.z.string().nullable().optional()
});
var partnerDataSchema = zod.z.object({
source: zod.z.string(),
Expand Down
2 changes: 1 addition & 1 deletion dist/index.cjs.map

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions dist/index.d.cts
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ declare const partnerSchemaSpec: {
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
email: z.ZodNullable<z.ZodString>;
office_phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
office_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
};
nullable: boolean;
};
Expand Down Expand Up @@ -2279,14 +2280,17 @@ declare const HPartnerSchema: z.ZodObject<{
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
email: z.ZodNullable<z.ZodString>;
office_phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
office_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
}, z.UnknownKeysParam, z.ZodTypeAny, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}>;
address: z.ZodObject<{
street: z.ZodOptional<z.ZodNullable<z.ZodString>>;
Expand Down Expand Up @@ -3116,6 +3120,7 @@ declare const HPartnerSchema: z.ZodObject<{
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
};
address: {
country?: string | null | undefined;
Expand Down Expand Up @@ -3300,6 +3305,7 @@ declare const HPartnerSchema: z.ZodObject<{
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
};
address: {
country?: string | null | undefined;
Expand Down Expand Up @@ -3847,14 +3853,17 @@ declare const HPartnerAppSchema: z.ZodObject<{
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
email: z.ZodNullable<z.ZodString>;
office_phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
office_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
}, z.UnknownKeysParam, z.ZodTypeAny, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}>;
address: z.ZodObject<{
street: z.ZodOptional<z.ZodNullable<z.ZodString>>;
Expand Down Expand Up @@ -4684,6 +4693,7 @@ declare const HPartnerAppSchema: z.ZodObject<{
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
};
address: {
country?: string | null | undefined;
Expand Down Expand Up @@ -4868,6 +4878,7 @@ declare const HPartnerAppSchema: z.ZodObject<{
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
};
address: {
country?: string | null | undefined;
Expand Down Expand Up @@ -5985,14 +5996,17 @@ declare const HPartnerContactSchema: z.ZodObject<{
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
email: z.ZodNullable<z.ZodString>;
office_phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
office_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
}, "strip", z.ZodTypeAny, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}>;
declare const HPartnerDataSchema: z.ZodObject<{
source: z.ZodString;
Expand Down Expand Up @@ -6277,14 +6291,17 @@ declare const PartnerContactSchema: z.ZodObject<{
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
email: z.ZodNullable<z.ZodString>;
office_phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
office_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
}, "strip", z.ZodTypeAny, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}>;
declare const PartnerDataSchema: z.ZodObject<{
source: z.ZodString;
Expand Down Expand Up @@ -6429,14 +6446,17 @@ declare const partnerAppSchema: z.ZodObject<{
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
email: z.ZodNullable<z.ZodString>;
office_phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
office_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
}, z.UnknownKeysParam, z.ZodTypeAny, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}, {
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
}>;
address: z.ZodObject<{
street: z.ZodOptional<z.ZodNullable<z.ZodString>>;
Expand Down Expand Up @@ -7266,6 +7286,7 @@ declare const partnerAppSchema: z.ZodObject<{
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
};
address: {
country?: string | null | undefined;
Expand Down Expand Up @@ -7450,6 +7471,7 @@ declare const partnerAppSchema: z.ZodObject<{
email: string | null;
name?: string | null | undefined;
office_phone?: string | null | undefined;
office_email?: string | null | undefined;
};
address: {
country?: string | null | undefined;
Expand Down
Loading