@kl1/contracts 1.2.26-uat → 1.2.27-uat
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.
- package/dist/api-contracts/src/activity-log/index.d.ts +17 -17
- package/dist/api-contracts/src/attribute/index.d.ts +164 -148
- package/dist/api-contracts/src/attribute/index.d.ts.map +1 -1
- package/dist/api-contracts/src/attribute/schema.d.ts +11 -8
- package/dist/api-contracts/src/attribute/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/attribute-option/schema.d.ts +3 -2
- package/dist/api-contracts/src/attribute-option/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/auth/index.d.ts +51 -47
- package/dist/api-contracts/src/auth/index.d.ts.map +1 -1
- package/dist/api-contracts/src/automation-queue/index.d.ts +43 -31
- package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
- package/dist/api-contracts/src/automation-queue/schema.d.ts +3 -2
- package/dist/api-contracts/src/automation-queue/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/aws/index.d.ts +8 -6
- package/dist/api-contracts/src/aws/index.d.ts.map +1 -1
- package/dist/api-contracts/src/botpress/index.d.ts +17 -13
- package/dist/api-contracts/src/botpress/index.d.ts.map +1 -1
- package/dist/api-contracts/src/business-calendar/index.d.ts +40 -28
- package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
- package/dist/api-contracts/src/business-calendar/schema.d.ts +15 -10
- package/dist/api-contracts/src/business-calendar/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/call-log/schema.d.ts +5 -4
- package/dist/api-contracts/src/call-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/category/index.d.ts +118 -109
- package/dist/api-contracts/src/category/index.d.ts.map +1 -1
- package/dist/api-contracts/src/category/schema.d.ts +3 -2
- package/dist/api-contracts/src/category/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/index.d.ts +1064 -1039
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +38 -38
- package/dist/api-contracts/src/channel/validation.d.ts +52 -52
- package/dist/api-contracts/src/chat/index.d.ts +14634 -14201
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +2120 -1984
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +3894 -3827
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +281 -224
- package/dist/api-contracts/src/comment/index.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/schema.d.ts +68 -50
- package/dist/api-contracts/src/comment/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/validation.d.ts +1 -1
- package/dist/api-contracts/src/company/index.d.ts +136 -109
- package/dist/api-contracts/src/company/index.d.ts.map +1 -1
- package/dist/api-contracts/src/company/schema.d.ts +33 -24
- package/dist/api-contracts/src/company/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/company/validation.d.ts +78 -62
- package/dist/api-contracts/src/company/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contact/index.d.ts +686 -568
- package/dist/api-contracts/src/contact/index.d.ts.map +1 -1
- package/dist/api-contracts/src/contact/schema.d.ts +56 -42
- package/dist/api-contracts/src/contact/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/contact/validation.d.ts +299 -218
- package/dist/api-contracts/src/contact/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contact-email/schema.d.ts +3 -2
- package/dist/api-contracts/src/contact-email/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/contact-phone/schema.d.ts +3 -2
- package/dist/api-contracts/src/contact-phone/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +23919 -22617
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/custom-field/schema.d.ts +3 -2
- package/dist/api-contracts/src/custom-field/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/custom-field/validation.d.ts +2 -2
- package/dist/api-contracts/src/custom-field-upload/schema.d.ts +3 -2
- package/dist/api-contracts/src/custom-field-upload/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +684 -644
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +448 -405
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +39 -39
- package/dist/api-contracts/src/dashboard/index.d.ts +378 -337
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +7 -6
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +24 -18
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/evaluate-form/index.d.ts +4 -3
- package/dist/api-contracts/src/evaluate-form/index.d.ts.map +1 -1
- package/dist/api-contracts/src/evaluate-form/schema.d.ts +3 -2
- package/dist/api-contracts/src/evaluate-form/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/export/index.d.ts +4 -3
- package/dist/api-contracts/src/export/index.d.ts.map +1 -1
- package/dist/api-contracts/src/extension/index.d.ts +118 -112
- package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +1872 -1802
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +73 -62
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +96 -79
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/general-setting/index.d.ts +2 -2
- package/dist/api-contracts/src/group/schema.d.ts +3 -2
- package/dist/api-contracts/src/group/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +37 -27
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/schema.d.ts +3 -2
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/index.d.ts +1 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +1366 -1316
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/validation.d.ts +6 -6
- package/dist/api-contracts/src/line/index.d.ts +1469 -1419
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/schema.d.ts +12 -11
- package/dist/api-contracts/src/line/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +98 -98
- package/dist/api-contracts/src/log-form/schema.d.ts +3 -2
- package/dist/api-contracts/src/log-form/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/account-contract.d.ts +184 -174
- package/dist/api-contracts/src/mail/account-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts +4 -3
- package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-contract.d.ts +461 -416
- package/dist/api-contracts/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +24 -18
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/message-contract.d.ts +113 -107
- package/dist/api-contracts/src/mail/message-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/room-contract.d.ts +88 -65
- package/dist/api-contracts/src/mail/room-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/message-validation.schema.d.ts +16 -16
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +22 -18
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +15 -10
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +1368 -1316
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/validation.d.ts +96 -79
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/notification/index.d.ts +16 -12
- package/dist/api-contracts/src/notification/index.d.ts.map +1 -1
- package/dist/api-contracts/src/permission/index.d.ts +17 -17
- package/dist/api-contracts/src/presence-status/index.d.ts +84 -81
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/public-api/index.d.ts +260 -196
- package/dist/api-contracts/src/public-api/index.d.ts.map +1 -1
- package/dist/api-contracts/src/public-api/schema.d.ts +48 -34
- package/dist/api-contracts/src/public-api/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/public-api/validation.d.ts +113 -88
- package/dist/api-contracts/src/public-api/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/role/index.d.ts +88 -83
- package/dist/api-contracts/src/role/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +209 -154
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/schema.d.ts +22 -0
- package/dist/api-contracts/src/sms/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/snippet/index.d.ts +76 -54
- package/dist/api-contracts/src/snippet/index.d.ts.map +1 -1
- package/dist/api-contracts/src/snippet/schema.d.ts +21 -14
- package/dist/api-contracts/src/snippet/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/snippet/validation.d.ts +5 -4
- package/dist/api-contracts/src/snippet/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/subscription/index.d.ts +71 -49
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
- package/dist/api-contracts/src/subscription/schema.d.ts +90 -60
- package/dist/api-contracts/src/subscription/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/tag/index.d.ts +79 -72
- package/dist/api-contracts/src/tag/index.d.ts.map +1 -1
- package/dist/api-contracts/src/tag/schema.d.ts +3 -2
- package/dist/api-contracts/src/tag/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/tag-group/schema.d.ts +3 -2
- package/dist/api-contracts/src/tag-group/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +1214 -1166
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +58 -54
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +3 -2
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/call-report.schema.d.ts +38 -38
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +1214 -1149
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +186 -166
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/validation.d.ts +52 -45
- package/dist/api-contracts/src/telephony-cdr/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-extension/index.d.ts +21 -21
- package/dist/api-contracts/src/telephony-extension/schema.d.ts +4 -4
- package/dist/api-contracts/src/telephony-live-queue-call/schema.d.ts +3 -2
- package/dist/api-contracts/src/telephony-live-queue-call/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-queue-call-count/schema.d.ts +3 -2
- package/dist/api-contracts/src/telephony-queue-call-count/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/tenant/schema.d.ts +3 -2
- package/dist/api-contracts/src/tenant/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/ticket/index.d.ts +722 -623
- package/dist/api-contracts/src/ticket/index.d.ts.map +1 -1
- package/dist/api-contracts/src/ticket/schema.d.ts +81 -58
- package/dist/api-contracts/src/ticket/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/ticket/validation.d.ts +57 -55
- package/dist/api-contracts/src/ticket/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/upload/index.d.ts +36 -34
- package/dist/api-contracts/src/upload/index.d.ts.map +1 -1
- package/dist/api-contracts/src/upload/schema.d.ts +3 -2
- package/dist/api-contracts/src/upload/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/user/index.d.ts +114 -108
- package/dist/api-contracts/src/user/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user/validation.d.ts +5 -4
- package/dist/api-contracts/src/user/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +32 -31
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +3 -2
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +1341 -1293
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +2461 -2416
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +2715 -2666
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/validation.d.ts +3 -2
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +139 -128
- package/dist/api-contracts/src/widget/index.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/schema.d.ts +3 -2
- package/dist/api-contracts/src/widget/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +1500 -1465
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +3 -2
- package/dist/api-contracts/src/workflow-rule/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +166 -147
- package/dist/api-contracts/src/wrap-up-form/index.d.ts.map +1 -1
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +9 -6
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/wrap-up-form/validation.d.ts +21 -20
- package/dist/api-contracts/src/wrap-up-form/validation.d.ts.map +1 -1
- package/dist/api-contracts/utils.d.ts +4 -3
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/index.js +4242 -4219
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4239 -4217
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -141,13 +141,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
141
141
|
notes: z.ZodNullable<z.ZodString>;
|
|
142
142
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
143
143
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
144
|
-
tags: z.ZodArray<z.ZodObject<{
|
|
144
|
+
tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
145
145
|
id: z.ZodString;
|
|
146
146
|
createdAt: z.ZodDate;
|
|
147
147
|
updatedAt: z.ZodDate;
|
|
148
148
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
149
|
+
}, {
|
|
149
150
|
name: z.ZodString;
|
|
150
|
-
}
|
|
151
|
+
}>, "strip", z.ZodTypeAny, {
|
|
151
152
|
name: string;
|
|
152
153
|
id: string;
|
|
153
154
|
createdAt: Date;
|
|
@@ -160,29 +161,32 @@ export declare const ContactContractValidationSchema: {
|
|
|
160
161
|
updatedAt: Date;
|
|
161
162
|
deletedAt: Date | null;
|
|
162
163
|
}>, "many">;
|
|
163
|
-
company: z.ZodNullable<z.ZodObject<Omit<{
|
|
164
|
+
company: z.ZodNullable<z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
164
165
|
id: z.ZodString;
|
|
165
166
|
createdAt: z.ZodDate;
|
|
166
167
|
updatedAt: z.ZodDate;
|
|
167
168
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
169
|
+
}, {
|
|
168
170
|
name: z.ZodOptional<z.ZodString>;
|
|
169
171
|
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
170
172
|
address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
171
173
|
industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
172
|
-
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
174
|
+
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
173
175
|
id: z.ZodString;
|
|
174
176
|
createdAt: z.ZodDate;
|
|
175
177
|
updatedAt: z.ZodDate;
|
|
176
178
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
179
|
+
}, {
|
|
177
180
|
textValue: z.ZodNullable<z.ZodString>;
|
|
178
181
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
|
179
182
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
|
180
183
|
dateValue: z.ZodNullable<z.ZodDate>;
|
|
181
|
-
attribute: z.ZodObject<Omit<{
|
|
184
|
+
attribute: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
182
185
|
id: z.ZodString;
|
|
183
186
|
createdAt: z.ZodDate;
|
|
184
187
|
updatedAt: z.ZodDate;
|
|
185
188
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
189
|
+
}, {
|
|
186
190
|
systemName: z.ZodString;
|
|
187
191
|
displayName: z.ZodString;
|
|
188
192
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
|
@@ -191,13 +195,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
191
195
|
isArchived: z.ZodBoolean;
|
|
192
196
|
isRequired: z.ZodBoolean;
|
|
193
197
|
isUnique: z.ZodBoolean;
|
|
194
|
-
options: z.ZodArray<z.ZodObject<{
|
|
195
|
-
position: z.ZodNumber;
|
|
196
|
-
value: z.ZodString;
|
|
198
|
+
options: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
197
199
|
label: z.ZodString;
|
|
200
|
+
value: z.ZodString;
|
|
198
201
|
isDefault: z.ZodBoolean;
|
|
202
|
+
position: z.ZodNumber;
|
|
203
|
+
}, {
|
|
199
204
|
id: z.ZodString;
|
|
200
|
-
}
|
|
205
|
+
}>, "strip", z.ZodTypeAny, {
|
|
201
206
|
id: string;
|
|
202
207
|
position: number;
|
|
203
208
|
value: string;
|
|
@@ -210,14 +215,15 @@ export declare const ContactContractValidationSchema: {
|
|
|
210
215
|
label: string;
|
|
211
216
|
isDefault: boolean;
|
|
212
217
|
}>, "many">;
|
|
213
|
-
group: z.ZodObject<{
|
|
218
|
+
group: z.ZodObject<z.objectUtil.extendShape<{
|
|
214
219
|
id: z.ZodString;
|
|
215
220
|
createdAt: z.ZodDate;
|
|
216
221
|
updatedAt: z.ZodDate;
|
|
217
222
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
223
|
+
}, {
|
|
218
224
|
systemName: z.ZodString;
|
|
219
225
|
displayName: z.ZodString;
|
|
220
|
-
}
|
|
226
|
+
}>, "strip", z.ZodTypeAny, {
|
|
221
227
|
id: string;
|
|
222
228
|
createdAt: Date;
|
|
223
229
|
updatedAt: Date;
|
|
@@ -232,7 +238,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
232
238
|
systemName: string;
|
|
233
239
|
displayName: string;
|
|
234
240
|
}>;
|
|
235
|
-
}
|
|
241
|
+
}>, "options" | "group">, "strip", z.ZodTypeAny, {
|
|
236
242
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
|
237
243
|
id: string;
|
|
238
244
|
position: number;
|
|
@@ -259,7 +265,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
259
265
|
isRequired: boolean;
|
|
260
266
|
isUnique: boolean;
|
|
261
267
|
}>;
|
|
262
|
-
}
|
|
268
|
+
}>, "strip", z.ZodTypeAny, {
|
|
263
269
|
id: string;
|
|
264
270
|
createdAt: Date;
|
|
265
271
|
updatedAt: Date;
|
|
@@ -306,7 +312,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
306
312
|
numberValue: number | null;
|
|
307
313
|
dateValue: Date | null;
|
|
308
314
|
}>, "many">>;
|
|
309
|
-
}
|
|
315
|
+
}>, "customFields">, "strip", z.ZodTypeAny, {
|
|
310
316
|
id: string;
|
|
311
317
|
createdAt: Date;
|
|
312
318
|
updatedAt: Date;
|
|
@@ -387,11 +393,12 @@ export declare const ContactContractValidationSchema: {
|
|
|
387
393
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
|
388
394
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
|
389
395
|
dateValue: z.ZodNullable<z.ZodDate>;
|
|
390
|
-
attribute: z.ZodObject<Omit<{
|
|
396
|
+
attribute: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
391
397
|
id: z.ZodString;
|
|
392
398
|
createdAt: z.ZodDate;
|
|
393
399
|
updatedAt: z.ZodDate;
|
|
394
400
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
401
|
+
}, {
|
|
395
402
|
systemName: z.ZodString;
|
|
396
403
|
displayName: z.ZodString;
|
|
397
404
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
|
@@ -400,13 +407,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
400
407
|
isArchived: z.ZodBoolean;
|
|
401
408
|
isRequired: z.ZodBoolean;
|
|
402
409
|
isUnique: z.ZodBoolean;
|
|
403
|
-
options: z.ZodArray<z.ZodObject<{
|
|
404
|
-
position: z.ZodNumber;
|
|
405
|
-
value: z.ZodString;
|
|
410
|
+
options: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
406
411
|
label: z.ZodString;
|
|
412
|
+
value: z.ZodString;
|
|
407
413
|
isDefault: z.ZodBoolean;
|
|
414
|
+
position: z.ZodNumber;
|
|
415
|
+
}, {
|
|
408
416
|
id: z.ZodString;
|
|
409
|
-
}
|
|
417
|
+
}>, "strip", z.ZodTypeAny, {
|
|
410
418
|
id: string;
|
|
411
419
|
position: number;
|
|
412
420
|
value: string;
|
|
@@ -419,14 +427,15 @@ export declare const ContactContractValidationSchema: {
|
|
|
419
427
|
label: string;
|
|
420
428
|
isDefault: boolean;
|
|
421
429
|
}>, "many">;
|
|
422
|
-
group: z.ZodObject<{
|
|
430
|
+
group: z.ZodObject<z.objectUtil.extendShape<{
|
|
423
431
|
id: z.ZodString;
|
|
424
432
|
createdAt: z.ZodDate;
|
|
425
433
|
updatedAt: z.ZodDate;
|
|
426
434
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
435
|
+
}, {
|
|
427
436
|
systemName: z.ZodString;
|
|
428
437
|
displayName: z.ZodString;
|
|
429
|
-
}
|
|
438
|
+
}>, "strip", z.ZodTypeAny, {
|
|
430
439
|
id: string;
|
|
431
440
|
createdAt: Date;
|
|
432
441
|
updatedAt: Date;
|
|
@@ -441,7 +450,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
441
450
|
systemName: string;
|
|
442
451
|
displayName: string;
|
|
443
452
|
}>;
|
|
444
|
-
}
|
|
453
|
+
}>, "options" | "group">, "strip", z.ZodTypeAny, {
|
|
445
454
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
|
446
455
|
id: string;
|
|
447
456
|
position: number;
|
|
@@ -468,18 +477,19 @@ export declare const ContactContractValidationSchema: {
|
|
|
468
477
|
isRequired: boolean;
|
|
469
478
|
isUnique: boolean;
|
|
470
479
|
}>;
|
|
471
|
-
uploads: z.ZodArray<z.ZodObject<{
|
|
480
|
+
uploads: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
472
481
|
id: z.ZodString;
|
|
473
482
|
createdAt: z.ZodDate;
|
|
474
483
|
updatedAt: z.ZodDate;
|
|
475
484
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
485
|
+
}, {
|
|
476
486
|
bucketName: z.ZodString;
|
|
477
487
|
fileName: z.ZodString;
|
|
478
488
|
fileSize: z.ZodNumber;
|
|
479
489
|
fileKey: z.ZodString;
|
|
480
490
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
481
491
|
status: z.ZodNullable<z.ZodString>;
|
|
482
|
-
}
|
|
492
|
+
}>, "strip", z.ZodTypeAny, {
|
|
483
493
|
id: string;
|
|
484
494
|
status: string | null;
|
|
485
495
|
createdAt: Date;
|
|
@@ -927,11 +937,11 @@ export declare const ContactContractValidationSchema: {
|
|
|
927
937
|
value: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
|
|
928
938
|
}, "strip", z.ZodTypeAny, {
|
|
929
939
|
type: string;
|
|
930
|
-
value:
|
|
940
|
+
value: string | string[];
|
|
931
941
|
attributeId: string;
|
|
932
942
|
}, {
|
|
933
943
|
type: string;
|
|
934
|
-
value:
|
|
944
|
+
value: string | string[];
|
|
935
945
|
attributeId: string;
|
|
936
946
|
}>, "many">>;
|
|
937
947
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -939,41 +949,41 @@ export declare const ContactContractValidationSchema: {
|
|
|
939
949
|
email: z.ZodOptional<z.ZodString>;
|
|
940
950
|
notes: z.ZodOptional<z.ZodString>;
|
|
941
951
|
}, "strip", z.ZodTypeAny, {
|
|
942
|
-
page?: number | undefined;
|
|
943
|
-
pageSize?: number | undefined;
|
|
944
|
-
keyword?: string | undefined;
|
|
945
|
-
company?: string[] | undefined;
|
|
946
952
|
name?: string | undefined;
|
|
947
|
-
address?: string | undefined;
|
|
948
953
|
channel?: string[] | undefined;
|
|
949
|
-
|
|
954
|
+
address?: string | undefined;
|
|
955
|
+
page?: number | undefined;
|
|
956
|
+
email?: string | undefined;
|
|
957
|
+
pageSize?: number | undefined;
|
|
958
|
+
phone?: string | undefined;
|
|
950
959
|
customFields?: {
|
|
951
960
|
type: string;
|
|
952
|
-
value:
|
|
961
|
+
value: string | string[];
|
|
953
962
|
attributeId: string;
|
|
954
963
|
}[] | undefined;
|
|
955
|
-
|
|
956
|
-
phone?: string | undefined;
|
|
957
|
-
email?: string | undefined;
|
|
964
|
+
company?: string[] | undefined;
|
|
958
965
|
notes?: string | undefined;
|
|
959
|
-
|
|
960
|
-
page?: number | undefined;
|
|
961
|
-
pageSize?: number | undefined;
|
|
966
|
+
tags?: string[] | undefined;
|
|
962
967
|
keyword?: string | undefined;
|
|
963
|
-
|
|
968
|
+
selectedDate?: string | undefined;
|
|
969
|
+
}, {
|
|
964
970
|
name?: string | undefined;
|
|
965
|
-
address?: string | undefined;
|
|
966
971
|
channel?: string[] | undefined;
|
|
967
|
-
|
|
972
|
+
address?: string | undefined;
|
|
973
|
+
page?: number | undefined;
|
|
974
|
+
email?: string | undefined;
|
|
975
|
+
pageSize?: number | undefined;
|
|
976
|
+
phone?: string | undefined;
|
|
968
977
|
customFields?: {
|
|
969
978
|
type: string;
|
|
970
|
-
value:
|
|
979
|
+
value: string | string[];
|
|
971
980
|
attributeId: string;
|
|
972
981
|
}[] | undefined;
|
|
973
|
-
|
|
974
|
-
phone?: string | undefined;
|
|
975
|
-
email?: string | undefined;
|
|
982
|
+
company?: string[] | undefined;
|
|
976
983
|
notes?: string | undefined;
|
|
984
|
+
tags?: string[] | undefined;
|
|
985
|
+
keyword?: string | undefined;
|
|
986
|
+
selectedDate?: string | undefined;
|
|
977
987
|
}>;
|
|
978
988
|
response: {
|
|
979
989
|
page: z.ZodNumber;
|
|
@@ -991,13 +1001,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
991
1001
|
notes: z.ZodNullable<z.ZodString>;
|
|
992
1002
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
993
1003
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
994
|
-
tags: z.ZodArray<z.ZodObject<{
|
|
1004
|
+
tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
995
1005
|
id: z.ZodString;
|
|
996
1006
|
createdAt: z.ZodDate;
|
|
997
1007
|
updatedAt: z.ZodDate;
|
|
998
1008
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
1009
|
+
}, {
|
|
999
1010
|
name: z.ZodString;
|
|
1000
|
-
}
|
|
1011
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1001
1012
|
name: string;
|
|
1002
1013
|
id: string;
|
|
1003
1014
|
createdAt: Date;
|
|
@@ -1010,29 +1021,32 @@ export declare const ContactContractValidationSchema: {
|
|
|
1010
1021
|
updatedAt: Date;
|
|
1011
1022
|
deletedAt: Date | null;
|
|
1012
1023
|
}>, "many">;
|
|
1013
|
-
company: z.ZodNullable<z.ZodObject<Omit<{
|
|
1024
|
+
company: z.ZodNullable<z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
1014
1025
|
id: z.ZodString;
|
|
1015
1026
|
createdAt: z.ZodDate;
|
|
1016
1027
|
updatedAt: z.ZodDate;
|
|
1017
1028
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
1029
|
+
}, {
|
|
1018
1030
|
name: z.ZodOptional<z.ZodString>;
|
|
1019
1031
|
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1020
1032
|
address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1021
1033
|
industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1022
|
-
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1034
|
+
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
1023
1035
|
id: z.ZodString;
|
|
1024
1036
|
createdAt: z.ZodDate;
|
|
1025
1037
|
updatedAt: z.ZodDate;
|
|
1026
1038
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
1039
|
+
}, {
|
|
1027
1040
|
textValue: z.ZodNullable<z.ZodString>;
|
|
1028
1041
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
|
1029
1042
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
|
1030
1043
|
dateValue: z.ZodNullable<z.ZodDate>;
|
|
1031
|
-
attribute: z.ZodObject<Omit<{
|
|
1044
|
+
attribute: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
1032
1045
|
id: z.ZodString;
|
|
1033
1046
|
createdAt: z.ZodDate;
|
|
1034
1047
|
updatedAt: z.ZodDate;
|
|
1035
1048
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
1049
|
+
}, {
|
|
1036
1050
|
systemName: z.ZodString;
|
|
1037
1051
|
displayName: z.ZodString;
|
|
1038
1052
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
|
@@ -1041,13 +1055,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
1041
1055
|
isArchived: z.ZodBoolean;
|
|
1042
1056
|
isRequired: z.ZodBoolean;
|
|
1043
1057
|
isUnique: z.ZodBoolean;
|
|
1044
|
-
options: z.ZodArray<z.ZodObject<{
|
|
1045
|
-
position: z.ZodNumber;
|
|
1046
|
-
value: z.ZodString;
|
|
1058
|
+
options: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
1047
1059
|
label: z.ZodString;
|
|
1060
|
+
value: z.ZodString;
|
|
1048
1061
|
isDefault: z.ZodBoolean;
|
|
1062
|
+
position: z.ZodNumber;
|
|
1063
|
+
}, {
|
|
1049
1064
|
id: z.ZodString;
|
|
1050
|
-
}
|
|
1065
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1051
1066
|
id: string;
|
|
1052
1067
|
position: number;
|
|
1053
1068
|
value: string;
|
|
@@ -1060,14 +1075,15 @@ export declare const ContactContractValidationSchema: {
|
|
|
1060
1075
|
label: string;
|
|
1061
1076
|
isDefault: boolean;
|
|
1062
1077
|
}>, "many">;
|
|
1063
|
-
group: z.ZodObject<{
|
|
1078
|
+
group: z.ZodObject<z.objectUtil.extendShape<{
|
|
1064
1079
|
id: z.ZodString;
|
|
1065
1080
|
createdAt: z.ZodDate;
|
|
1066
1081
|
updatedAt: z.ZodDate;
|
|
1067
1082
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
1083
|
+
}, {
|
|
1068
1084
|
systemName: z.ZodString;
|
|
1069
1085
|
displayName: z.ZodString;
|
|
1070
|
-
}
|
|
1086
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1071
1087
|
id: string;
|
|
1072
1088
|
createdAt: Date;
|
|
1073
1089
|
updatedAt: Date;
|
|
@@ -1082,7 +1098,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
1082
1098
|
systemName: string;
|
|
1083
1099
|
displayName: string;
|
|
1084
1100
|
}>;
|
|
1085
|
-
}
|
|
1101
|
+
}>, "options" | "group">, "strip", z.ZodTypeAny, {
|
|
1086
1102
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
|
1087
1103
|
id: string;
|
|
1088
1104
|
position: number;
|
|
@@ -1109,7 +1125,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
1109
1125
|
isRequired: boolean;
|
|
1110
1126
|
isUnique: boolean;
|
|
1111
1127
|
}>;
|
|
1112
|
-
}
|
|
1128
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1113
1129
|
id: string;
|
|
1114
1130
|
createdAt: Date;
|
|
1115
1131
|
updatedAt: Date;
|
|
@@ -1156,7 +1172,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
1156
1172
|
numberValue: number | null;
|
|
1157
1173
|
dateValue: Date | null;
|
|
1158
1174
|
}>, "many">>;
|
|
1159
|
-
}
|
|
1175
|
+
}>, "customFields">, "strip", z.ZodTypeAny, {
|
|
1160
1176
|
id: string;
|
|
1161
1177
|
createdAt: Date;
|
|
1162
1178
|
updatedAt: Date;
|
|
@@ -1237,11 +1253,12 @@ export declare const ContactContractValidationSchema: {
|
|
|
1237
1253
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
|
1238
1254
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
|
1239
1255
|
dateValue: z.ZodNullable<z.ZodDate>;
|
|
1240
|
-
attribute: z.ZodObject<Omit<{
|
|
1256
|
+
attribute: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
1241
1257
|
id: z.ZodString;
|
|
1242
1258
|
createdAt: z.ZodDate;
|
|
1243
1259
|
updatedAt: z.ZodDate;
|
|
1244
1260
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
1261
|
+
}, {
|
|
1245
1262
|
systemName: z.ZodString;
|
|
1246
1263
|
displayName: z.ZodString;
|
|
1247
1264
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
|
@@ -1250,13 +1267,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
1250
1267
|
isArchived: z.ZodBoolean;
|
|
1251
1268
|
isRequired: z.ZodBoolean;
|
|
1252
1269
|
isUnique: z.ZodBoolean;
|
|
1253
|
-
options: z.ZodArray<z.ZodObject<{
|
|
1254
|
-
position: z.ZodNumber;
|
|
1255
|
-
value: z.ZodString;
|
|
1270
|
+
options: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
1256
1271
|
label: z.ZodString;
|
|
1272
|
+
value: z.ZodString;
|
|
1257
1273
|
isDefault: z.ZodBoolean;
|
|
1274
|
+
position: z.ZodNumber;
|
|
1275
|
+
}, {
|
|
1258
1276
|
id: z.ZodString;
|
|
1259
|
-
}
|
|
1277
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1260
1278
|
id: string;
|
|
1261
1279
|
position: number;
|
|
1262
1280
|
value: string;
|
|
@@ -1269,14 +1287,15 @@ export declare const ContactContractValidationSchema: {
|
|
|
1269
1287
|
label: string;
|
|
1270
1288
|
isDefault: boolean;
|
|
1271
1289
|
}>, "many">;
|
|
1272
|
-
group: z.ZodObject<{
|
|
1290
|
+
group: z.ZodObject<z.objectUtil.extendShape<{
|
|
1273
1291
|
id: z.ZodString;
|
|
1274
1292
|
createdAt: z.ZodDate;
|
|
1275
1293
|
updatedAt: z.ZodDate;
|
|
1276
1294
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
1295
|
+
}, {
|
|
1277
1296
|
systemName: z.ZodString;
|
|
1278
1297
|
displayName: z.ZodString;
|
|
1279
|
-
}
|
|
1298
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1280
1299
|
id: string;
|
|
1281
1300
|
createdAt: Date;
|
|
1282
1301
|
updatedAt: Date;
|
|
@@ -1291,7 +1310,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
1291
1310
|
systemName: string;
|
|
1292
1311
|
displayName: string;
|
|
1293
1312
|
}>;
|
|
1294
|
-
}
|
|
1313
|
+
}>, "options" | "group">, "strip", z.ZodTypeAny, {
|
|
1295
1314
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
|
1296
1315
|
id: string;
|
|
1297
1316
|
position: number;
|
|
@@ -1318,18 +1337,19 @@ export declare const ContactContractValidationSchema: {
|
|
|
1318
1337
|
isRequired: boolean;
|
|
1319
1338
|
isUnique: boolean;
|
|
1320
1339
|
}>;
|
|
1321
|
-
uploads: z.ZodArray<z.ZodObject<{
|
|
1340
|
+
uploads: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
1322
1341
|
id: z.ZodString;
|
|
1323
1342
|
createdAt: z.ZodDate;
|
|
1324
1343
|
updatedAt: z.ZodDate;
|
|
1325
1344
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
1345
|
+
}, {
|
|
1326
1346
|
bucketName: z.ZodString;
|
|
1327
1347
|
fileName: z.ZodString;
|
|
1328
1348
|
fileSize: z.ZodNumber;
|
|
1329
1349
|
fileKey: z.ZodString;
|
|
1330
1350
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
1331
1351
|
status: z.ZodNullable<z.ZodString>;
|
|
1332
|
-
}
|
|
1352
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1333
1353
|
id: string;
|
|
1334
1354
|
status: string | null;
|
|
1335
1355
|
createdAt: Date;
|
|
@@ -1771,13 +1791,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
1771
1791
|
notes: z.ZodNullable<z.ZodString>;
|
|
1772
1792
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
1773
1793
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
1774
|
-
tags: z.ZodArray<z.ZodObject<{
|
|
1794
|
+
tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
1775
1795
|
id: z.ZodString;
|
|
1776
1796
|
createdAt: z.ZodDate;
|
|
1777
1797
|
updatedAt: z.ZodDate;
|
|
1778
1798
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
1799
|
+
}, {
|
|
1779
1800
|
name: z.ZodString;
|
|
1780
|
-
}
|
|
1801
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1781
1802
|
name: string;
|
|
1782
1803
|
id: string;
|
|
1783
1804
|
createdAt: Date;
|
|
@@ -1790,29 +1811,32 @@ export declare const ContactContractValidationSchema: {
|
|
|
1790
1811
|
updatedAt: Date;
|
|
1791
1812
|
deletedAt: Date | null;
|
|
1792
1813
|
}>, "many">;
|
|
1793
|
-
company: z.ZodNullable<z.ZodObject<Omit<{
|
|
1814
|
+
company: z.ZodNullable<z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
1794
1815
|
id: z.ZodString;
|
|
1795
1816
|
createdAt: z.ZodDate;
|
|
1796
1817
|
updatedAt: z.ZodDate;
|
|
1797
1818
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
1819
|
+
}, {
|
|
1798
1820
|
name: z.ZodOptional<z.ZodString>;
|
|
1799
1821
|
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1800
1822
|
address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1801
1823
|
industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1802
|
-
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1824
|
+
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
1803
1825
|
id: z.ZodString;
|
|
1804
1826
|
createdAt: z.ZodDate;
|
|
1805
1827
|
updatedAt: z.ZodDate;
|
|
1806
1828
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
1829
|
+
}, {
|
|
1807
1830
|
textValue: z.ZodNullable<z.ZodString>;
|
|
1808
1831
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
|
1809
1832
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
|
1810
1833
|
dateValue: z.ZodNullable<z.ZodDate>;
|
|
1811
|
-
attribute: z.ZodObject<Omit<{
|
|
1834
|
+
attribute: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
1812
1835
|
id: z.ZodString;
|
|
1813
1836
|
createdAt: z.ZodDate;
|
|
1814
1837
|
updatedAt: z.ZodDate;
|
|
1815
1838
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
1839
|
+
}, {
|
|
1816
1840
|
systemName: z.ZodString;
|
|
1817
1841
|
displayName: z.ZodString;
|
|
1818
1842
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
|
@@ -1821,13 +1845,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
1821
1845
|
isArchived: z.ZodBoolean;
|
|
1822
1846
|
isRequired: z.ZodBoolean;
|
|
1823
1847
|
isUnique: z.ZodBoolean;
|
|
1824
|
-
options: z.ZodArray<z.ZodObject<{
|
|
1825
|
-
position: z.ZodNumber;
|
|
1826
|
-
value: z.ZodString;
|
|
1848
|
+
options: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
1827
1849
|
label: z.ZodString;
|
|
1850
|
+
value: z.ZodString;
|
|
1828
1851
|
isDefault: z.ZodBoolean;
|
|
1852
|
+
position: z.ZodNumber;
|
|
1853
|
+
}, {
|
|
1829
1854
|
id: z.ZodString;
|
|
1830
|
-
}
|
|
1855
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1831
1856
|
id: string;
|
|
1832
1857
|
position: number;
|
|
1833
1858
|
value: string;
|
|
@@ -1840,14 +1865,15 @@ export declare const ContactContractValidationSchema: {
|
|
|
1840
1865
|
label: string;
|
|
1841
1866
|
isDefault: boolean;
|
|
1842
1867
|
}>, "many">;
|
|
1843
|
-
group: z.ZodObject<{
|
|
1868
|
+
group: z.ZodObject<z.objectUtil.extendShape<{
|
|
1844
1869
|
id: z.ZodString;
|
|
1845
1870
|
createdAt: z.ZodDate;
|
|
1846
1871
|
updatedAt: z.ZodDate;
|
|
1847
1872
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
1873
|
+
}, {
|
|
1848
1874
|
systemName: z.ZodString;
|
|
1849
1875
|
displayName: z.ZodString;
|
|
1850
|
-
}
|
|
1876
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1851
1877
|
id: string;
|
|
1852
1878
|
createdAt: Date;
|
|
1853
1879
|
updatedAt: Date;
|
|
@@ -1862,7 +1888,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
1862
1888
|
systemName: string;
|
|
1863
1889
|
displayName: string;
|
|
1864
1890
|
}>;
|
|
1865
|
-
}
|
|
1891
|
+
}>, "options" | "group">, "strip", z.ZodTypeAny, {
|
|
1866
1892
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
|
1867
1893
|
id: string;
|
|
1868
1894
|
position: number;
|
|
@@ -1889,7 +1915,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
1889
1915
|
isRequired: boolean;
|
|
1890
1916
|
isUnique: boolean;
|
|
1891
1917
|
}>;
|
|
1892
|
-
}
|
|
1918
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1893
1919
|
id: string;
|
|
1894
1920
|
createdAt: Date;
|
|
1895
1921
|
updatedAt: Date;
|
|
@@ -1936,7 +1962,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
1936
1962
|
numberValue: number | null;
|
|
1937
1963
|
dateValue: Date | null;
|
|
1938
1964
|
}>, "many">>;
|
|
1939
|
-
}
|
|
1965
|
+
}>, "customFields">, "strip", z.ZodTypeAny, {
|
|
1940
1966
|
id: string;
|
|
1941
1967
|
createdAt: Date;
|
|
1942
1968
|
updatedAt: Date;
|
|
@@ -2017,11 +2043,12 @@ export declare const ContactContractValidationSchema: {
|
|
|
2017
2043
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
|
2018
2044
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
|
2019
2045
|
dateValue: z.ZodNullable<z.ZodDate>;
|
|
2020
|
-
attribute: z.ZodObject<Omit<{
|
|
2046
|
+
attribute: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
2021
2047
|
id: z.ZodString;
|
|
2022
2048
|
createdAt: z.ZodDate;
|
|
2023
2049
|
updatedAt: z.ZodDate;
|
|
2024
2050
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
2051
|
+
}, {
|
|
2025
2052
|
systemName: z.ZodString;
|
|
2026
2053
|
displayName: z.ZodString;
|
|
2027
2054
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
|
@@ -2030,13 +2057,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
2030
2057
|
isArchived: z.ZodBoolean;
|
|
2031
2058
|
isRequired: z.ZodBoolean;
|
|
2032
2059
|
isUnique: z.ZodBoolean;
|
|
2033
|
-
options: z.ZodArray<z.ZodObject<{
|
|
2034
|
-
position: z.ZodNumber;
|
|
2035
|
-
value: z.ZodString;
|
|
2060
|
+
options: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
2036
2061
|
label: z.ZodString;
|
|
2062
|
+
value: z.ZodString;
|
|
2037
2063
|
isDefault: z.ZodBoolean;
|
|
2064
|
+
position: z.ZodNumber;
|
|
2065
|
+
}, {
|
|
2038
2066
|
id: z.ZodString;
|
|
2039
|
-
}
|
|
2067
|
+
}>, "strip", z.ZodTypeAny, {
|
|
2040
2068
|
id: string;
|
|
2041
2069
|
position: number;
|
|
2042
2070
|
value: string;
|
|
@@ -2049,14 +2077,15 @@ export declare const ContactContractValidationSchema: {
|
|
|
2049
2077
|
label: string;
|
|
2050
2078
|
isDefault: boolean;
|
|
2051
2079
|
}>, "many">;
|
|
2052
|
-
group: z.ZodObject<{
|
|
2080
|
+
group: z.ZodObject<z.objectUtil.extendShape<{
|
|
2053
2081
|
id: z.ZodString;
|
|
2054
2082
|
createdAt: z.ZodDate;
|
|
2055
2083
|
updatedAt: z.ZodDate;
|
|
2056
2084
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
2085
|
+
}, {
|
|
2057
2086
|
systemName: z.ZodString;
|
|
2058
2087
|
displayName: z.ZodString;
|
|
2059
|
-
}
|
|
2088
|
+
}>, "strip", z.ZodTypeAny, {
|
|
2060
2089
|
id: string;
|
|
2061
2090
|
createdAt: Date;
|
|
2062
2091
|
updatedAt: Date;
|
|
@@ -2071,7 +2100,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
2071
2100
|
systemName: string;
|
|
2072
2101
|
displayName: string;
|
|
2073
2102
|
}>;
|
|
2074
|
-
}
|
|
2103
|
+
}>, "options" | "group">, "strip", z.ZodTypeAny, {
|
|
2075
2104
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
|
2076
2105
|
id: string;
|
|
2077
2106
|
position: number;
|
|
@@ -2098,18 +2127,19 @@ export declare const ContactContractValidationSchema: {
|
|
|
2098
2127
|
isRequired: boolean;
|
|
2099
2128
|
isUnique: boolean;
|
|
2100
2129
|
}>;
|
|
2101
|
-
uploads: z.ZodArray<z.ZodObject<{
|
|
2130
|
+
uploads: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
2102
2131
|
id: z.ZodString;
|
|
2103
2132
|
createdAt: z.ZodDate;
|
|
2104
2133
|
updatedAt: z.ZodDate;
|
|
2105
2134
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
2135
|
+
}, {
|
|
2106
2136
|
bucketName: z.ZodString;
|
|
2107
2137
|
fileName: z.ZodString;
|
|
2108
2138
|
fileSize: z.ZodNumber;
|
|
2109
2139
|
fileKey: z.ZodString;
|
|
2110
2140
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
2111
2141
|
status: z.ZodNullable<z.ZodString>;
|
|
2112
|
-
}
|
|
2142
|
+
}>, "strip", z.ZodTypeAny, {
|
|
2113
2143
|
id: string;
|
|
2114
2144
|
status: string | null;
|
|
2115
2145
|
createdAt: Date;
|
|
@@ -2559,13 +2589,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
2559
2589
|
notes: z.ZodNullable<z.ZodString>;
|
|
2560
2590
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
2561
2591
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
2562
|
-
tags: z.ZodArray<z.ZodObject<{
|
|
2592
|
+
tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
2563
2593
|
id: z.ZodString;
|
|
2564
2594
|
createdAt: z.ZodDate;
|
|
2565
2595
|
updatedAt: z.ZodDate;
|
|
2566
2596
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
2597
|
+
}, {
|
|
2567
2598
|
name: z.ZodString;
|
|
2568
|
-
}
|
|
2599
|
+
}>, "strip", z.ZodTypeAny, {
|
|
2569
2600
|
name: string;
|
|
2570
2601
|
id: string;
|
|
2571
2602
|
createdAt: Date;
|
|
@@ -2578,29 +2609,32 @@ export declare const ContactContractValidationSchema: {
|
|
|
2578
2609
|
updatedAt: Date;
|
|
2579
2610
|
deletedAt: Date | null;
|
|
2580
2611
|
}>, "many">;
|
|
2581
|
-
company: z.ZodNullable<z.ZodObject<Omit<{
|
|
2612
|
+
company: z.ZodNullable<z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
2582
2613
|
id: z.ZodString;
|
|
2583
2614
|
createdAt: z.ZodDate;
|
|
2584
2615
|
updatedAt: z.ZodDate;
|
|
2585
2616
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
2617
|
+
}, {
|
|
2586
2618
|
name: z.ZodOptional<z.ZodString>;
|
|
2587
2619
|
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2588
2620
|
address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2589
2621
|
industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2590
|
-
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2622
|
+
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
2591
2623
|
id: z.ZodString;
|
|
2592
2624
|
createdAt: z.ZodDate;
|
|
2593
2625
|
updatedAt: z.ZodDate;
|
|
2594
2626
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
2627
|
+
}, {
|
|
2595
2628
|
textValue: z.ZodNullable<z.ZodString>;
|
|
2596
2629
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
|
2597
2630
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
|
2598
2631
|
dateValue: z.ZodNullable<z.ZodDate>;
|
|
2599
|
-
attribute: z.ZodObject<Omit<{
|
|
2632
|
+
attribute: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
2600
2633
|
id: z.ZodString;
|
|
2601
2634
|
createdAt: z.ZodDate;
|
|
2602
2635
|
updatedAt: z.ZodDate;
|
|
2603
2636
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
2637
|
+
}, {
|
|
2604
2638
|
systemName: z.ZodString;
|
|
2605
2639
|
displayName: z.ZodString;
|
|
2606
2640
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
|
@@ -2609,13 +2643,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
2609
2643
|
isArchived: z.ZodBoolean;
|
|
2610
2644
|
isRequired: z.ZodBoolean;
|
|
2611
2645
|
isUnique: z.ZodBoolean;
|
|
2612
|
-
options: z.ZodArray<z.ZodObject<{
|
|
2613
|
-
position: z.ZodNumber;
|
|
2614
|
-
value: z.ZodString;
|
|
2646
|
+
options: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
2615
2647
|
label: z.ZodString;
|
|
2648
|
+
value: z.ZodString;
|
|
2616
2649
|
isDefault: z.ZodBoolean;
|
|
2650
|
+
position: z.ZodNumber;
|
|
2651
|
+
}, {
|
|
2617
2652
|
id: z.ZodString;
|
|
2618
|
-
}
|
|
2653
|
+
}>, "strip", z.ZodTypeAny, {
|
|
2619
2654
|
id: string;
|
|
2620
2655
|
position: number;
|
|
2621
2656
|
value: string;
|
|
@@ -2628,14 +2663,15 @@ export declare const ContactContractValidationSchema: {
|
|
|
2628
2663
|
label: string;
|
|
2629
2664
|
isDefault: boolean;
|
|
2630
2665
|
}>, "many">;
|
|
2631
|
-
group: z.ZodObject<{
|
|
2666
|
+
group: z.ZodObject<z.objectUtil.extendShape<{
|
|
2632
2667
|
id: z.ZodString;
|
|
2633
2668
|
createdAt: z.ZodDate;
|
|
2634
2669
|
updatedAt: z.ZodDate;
|
|
2635
2670
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
2671
|
+
}, {
|
|
2636
2672
|
systemName: z.ZodString;
|
|
2637
2673
|
displayName: z.ZodString;
|
|
2638
|
-
}
|
|
2674
|
+
}>, "strip", z.ZodTypeAny, {
|
|
2639
2675
|
id: string;
|
|
2640
2676
|
createdAt: Date;
|
|
2641
2677
|
updatedAt: Date;
|
|
@@ -2650,7 +2686,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
2650
2686
|
systemName: string;
|
|
2651
2687
|
displayName: string;
|
|
2652
2688
|
}>;
|
|
2653
|
-
}
|
|
2689
|
+
}>, "options" | "group">, "strip", z.ZodTypeAny, {
|
|
2654
2690
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
|
2655
2691
|
id: string;
|
|
2656
2692
|
position: number;
|
|
@@ -2677,7 +2713,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
2677
2713
|
isRequired: boolean;
|
|
2678
2714
|
isUnique: boolean;
|
|
2679
2715
|
}>;
|
|
2680
|
-
}
|
|
2716
|
+
}>, "strip", z.ZodTypeAny, {
|
|
2681
2717
|
id: string;
|
|
2682
2718
|
createdAt: Date;
|
|
2683
2719
|
updatedAt: Date;
|
|
@@ -2724,7 +2760,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
2724
2760
|
numberValue: number | null;
|
|
2725
2761
|
dateValue: Date | null;
|
|
2726
2762
|
}>, "many">>;
|
|
2727
|
-
}
|
|
2763
|
+
}>, "customFields">, "strip", z.ZodTypeAny, {
|
|
2728
2764
|
id: string;
|
|
2729
2765
|
createdAt: Date;
|
|
2730
2766
|
updatedAt: Date;
|
|
@@ -2805,11 +2841,12 @@ export declare const ContactContractValidationSchema: {
|
|
|
2805
2841
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
|
2806
2842
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
|
2807
2843
|
dateValue: z.ZodNullable<z.ZodDate>;
|
|
2808
|
-
attribute: z.ZodObject<Omit<{
|
|
2844
|
+
attribute: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
2809
2845
|
id: z.ZodString;
|
|
2810
2846
|
createdAt: z.ZodDate;
|
|
2811
2847
|
updatedAt: z.ZodDate;
|
|
2812
2848
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
2849
|
+
}, {
|
|
2813
2850
|
systemName: z.ZodString;
|
|
2814
2851
|
displayName: z.ZodString;
|
|
2815
2852
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
|
@@ -2818,13 +2855,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
2818
2855
|
isArchived: z.ZodBoolean;
|
|
2819
2856
|
isRequired: z.ZodBoolean;
|
|
2820
2857
|
isUnique: z.ZodBoolean;
|
|
2821
|
-
options: z.ZodArray<z.ZodObject<{
|
|
2822
|
-
position: z.ZodNumber;
|
|
2823
|
-
value: z.ZodString;
|
|
2858
|
+
options: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
2824
2859
|
label: z.ZodString;
|
|
2860
|
+
value: z.ZodString;
|
|
2825
2861
|
isDefault: z.ZodBoolean;
|
|
2862
|
+
position: z.ZodNumber;
|
|
2863
|
+
}, {
|
|
2826
2864
|
id: z.ZodString;
|
|
2827
|
-
}
|
|
2865
|
+
}>, "strip", z.ZodTypeAny, {
|
|
2828
2866
|
id: string;
|
|
2829
2867
|
position: number;
|
|
2830
2868
|
value: string;
|
|
@@ -2837,14 +2875,15 @@ export declare const ContactContractValidationSchema: {
|
|
|
2837
2875
|
label: string;
|
|
2838
2876
|
isDefault: boolean;
|
|
2839
2877
|
}>, "many">;
|
|
2840
|
-
group: z.ZodObject<{
|
|
2878
|
+
group: z.ZodObject<z.objectUtil.extendShape<{
|
|
2841
2879
|
id: z.ZodString;
|
|
2842
2880
|
createdAt: z.ZodDate;
|
|
2843
2881
|
updatedAt: z.ZodDate;
|
|
2844
2882
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
2883
|
+
}, {
|
|
2845
2884
|
systemName: z.ZodString;
|
|
2846
2885
|
displayName: z.ZodString;
|
|
2847
|
-
}
|
|
2886
|
+
}>, "strip", z.ZodTypeAny, {
|
|
2848
2887
|
id: string;
|
|
2849
2888
|
createdAt: Date;
|
|
2850
2889
|
updatedAt: Date;
|
|
@@ -2859,7 +2898,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
2859
2898
|
systemName: string;
|
|
2860
2899
|
displayName: string;
|
|
2861
2900
|
}>;
|
|
2862
|
-
}
|
|
2901
|
+
}>, "options" | "group">, "strip", z.ZodTypeAny, {
|
|
2863
2902
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
|
2864
2903
|
id: string;
|
|
2865
2904
|
position: number;
|
|
@@ -2886,18 +2925,19 @@ export declare const ContactContractValidationSchema: {
|
|
|
2886
2925
|
isRequired: boolean;
|
|
2887
2926
|
isUnique: boolean;
|
|
2888
2927
|
}>;
|
|
2889
|
-
uploads: z.ZodArray<z.ZodObject<{
|
|
2928
|
+
uploads: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
2890
2929
|
id: z.ZodString;
|
|
2891
2930
|
createdAt: z.ZodDate;
|
|
2892
2931
|
updatedAt: z.ZodDate;
|
|
2893
2932
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
2933
|
+
}, {
|
|
2894
2934
|
bucketName: z.ZodString;
|
|
2895
2935
|
fileName: z.ZodString;
|
|
2896
2936
|
fileSize: z.ZodNumber;
|
|
2897
2937
|
fileKey: z.ZodString;
|
|
2898
2938
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
2899
2939
|
status: z.ZodNullable<z.ZodString>;
|
|
2900
|
-
}
|
|
2940
|
+
}>, "strip", z.ZodTypeAny, {
|
|
2901
2941
|
id: string;
|
|
2902
2942
|
status: string | null;
|
|
2903
2943
|
createdAt: Date;
|
|
@@ -3338,13 +3378,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
3338
3378
|
notes: z.ZodNullable<z.ZodString>;
|
|
3339
3379
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
3340
3380
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
3341
|
-
tags: z.ZodArray<z.ZodObject<{
|
|
3381
|
+
tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
3342
3382
|
id: z.ZodString;
|
|
3343
3383
|
createdAt: z.ZodDate;
|
|
3344
3384
|
updatedAt: z.ZodDate;
|
|
3345
3385
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
3386
|
+
}, {
|
|
3346
3387
|
name: z.ZodString;
|
|
3347
|
-
}
|
|
3388
|
+
}>, "strip", z.ZodTypeAny, {
|
|
3348
3389
|
name: string;
|
|
3349
3390
|
id: string;
|
|
3350
3391
|
createdAt: Date;
|
|
@@ -3357,29 +3398,32 @@ export declare const ContactContractValidationSchema: {
|
|
|
3357
3398
|
updatedAt: Date;
|
|
3358
3399
|
deletedAt: Date | null;
|
|
3359
3400
|
}>, "many">;
|
|
3360
|
-
company: z.ZodNullable<z.ZodObject<Omit<{
|
|
3401
|
+
company: z.ZodNullable<z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
3361
3402
|
id: z.ZodString;
|
|
3362
3403
|
createdAt: z.ZodDate;
|
|
3363
3404
|
updatedAt: z.ZodDate;
|
|
3364
3405
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
3406
|
+
}, {
|
|
3365
3407
|
name: z.ZodOptional<z.ZodString>;
|
|
3366
3408
|
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3367
3409
|
address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3368
3410
|
industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3369
|
-
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3411
|
+
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
3370
3412
|
id: z.ZodString;
|
|
3371
3413
|
createdAt: z.ZodDate;
|
|
3372
3414
|
updatedAt: z.ZodDate;
|
|
3373
3415
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
3416
|
+
}, {
|
|
3374
3417
|
textValue: z.ZodNullable<z.ZodString>;
|
|
3375
3418
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
|
3376
3419
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
|
3377
3420
|
dateValue: z.ZodNullable<z.ZodDate>;
|
|
3378
|
-
attribute: z.ZodObject<Omit<{
|
|
3421
|
+
attribute: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
3379
3422
|
id: z.ZodString;
|
|
3380
3423
|
createdAt: z.ZodDate;
|
|
3381
3424
|
updatedAt: z.ZodDate;
|
|
3382
3425
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
3426
|
+
}, {
|
|
3383
3427
|
systemName: z.ZodString;
|
|
3384
3428
|
displayName: z.ZodString;
|
|
3385
3429
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
|
@@ -3388,13 +3432,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
3388
3432
|
isArchived: z.ZodBoolean;
|
|
3389
3433
|
isRequired: z.ZodBoolean;
|
|
3390
3434
|
isUnique: z.ZodBoolean;
|
|
3391
|
-
options: z.ZodArray<z.ZodObject<{
|
|
3392
|
-
position: z.ZodNumber;
|
|
3393
|
-
value: z.ZodString;
|
|
3435
|
+
options: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
3394
3436
|
label: z.ZodString;
|
|
3437
|
+
value: z.ZodString;
|
|
3395
3438
|
isDefault: z.ZodBoolean;
|
|
3439
|
+
position: z.ZodNumber;
|
|
3440
|
+
}, {
|
|
3396
3441
|
id: z.ZodString;
|
|
3397
|
-
}
|
|
3442
|
+
}>, "strip", z.ZodTypeAny, {
|
|
3398
3443
|
id: string;
|
|
3399
3444
|
position: number;
|
|
3400
3445
|
value: string;
|
|
@@ -3407,14 +3452,15 @@ export declare const ContactContractValidationSchema: {
|
|
|
3407
3452
|
label: string;
|
|
3408
3453
|
isDefault: boolean;
|
|
3409
3454
|
}>, "many">;
|
|
3410
|
-
group: z.ZodObject<{
|
|
3455
|
+
group: z.ZodObject<z.objectUtil.extendShape<{
|
|
3411
3456
|
id: z.ZodString;
|
|
3412
3457
|
createdAt: z.ZodDate;
|
|
3413
3458
|
updatedAt: z.ZodDate;
|
|
3414
3459
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
3460
|
+
}, {
|
|
3415
3461
|
systemName: z.ZodString;
|
|
3416
3462
|
displayName: z.ZodString;
|
|
3417
|
-
}
|
|
3463
|
+
}>, "strip", z.ZodTypeAny, {
|
|
3418
3464
|
id: string;
|
|
3419
3465
|
createdAt: Date;
|
|
3420
3466
|
updatedAt: Date;
|
|
@@ -3429,7 +3475,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
3429
3475
|
systemName: string;
|
|
3430
3476
|
displayName: string;
|
|
3431
3477
|
}>;
|
|
3432
|
-
}
|
|
3478
|
+
}>, "options" | "group">, "strip", z.ZodTypeAny, {
|
|
3433
3479
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
|
3434
3480
|
id: string;
|
|
3435
3481
|
position: number;
|
|
@@ -3456,7 +3502,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
3456
3502
|
isRequired: boolean;
|
|
3457
3503
|
isUnique: boolean;
|
|
3458
3504
|
}>;
|
|
3459
|
-
}
|
|
3505
|
+
}>, "strip", z.ZodTypeAny, {
|
|
3460
3506
|
id: string;
|
|
3461
3507
|
createdAt: Date;
|
|
3462
3508
|
updatedAt: Date;
|
|
@@ -3503,7 +3549,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
3503
3549
|
numberValue: number | null;
|
|
3504
3550
|
dateValue: Date | null;
|
|
3505
3551
|
}>, "many">>;
|
|
3506
|
-
}
|
|
3552
|
+
}>, "customFields">, "strip", z.ZodTypeAny, {
|
|
3507
3553
|
id: string;
|
|
3508
3554
|
createdAt: Date;
|
|
3509
3555
|
updatedAt: Date;
|
|
@@ -3584,11 +3630,12 @@ export declare const ContactContractValidationSchema: {
|
|
|
3584
3630
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
|
3585
3631
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
|
3586
3632
|
dateValue: z.ZodNullable<z.ZodDate>;
|
|
3587
|
-
attribute: z.ZodObject<Omit<{
|
|
3633
|
+
attribute: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
3588
3634
|
id: z.ZodString;
|
|
3589
3635
|
createdAt: z.ZodDate;
|
|
3590
3636
|
updatedAt: z.ZodDate;
|
|
3591
3637
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
3638
|
+
}, {
|
|
3592
3639
|
systemName: z.ZodString;
|
|
3593
3640
|
displayName: z.ZodString;
|
|
3594
3641
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
|
@@ -3597,13 +3644,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
3597
3644
|
isArchived: z.ZodBoolean;
|
|
3598
3645
|
isRequired: z.ZodBoolean;
|
|
3599
3646
|
isUnique: z.ZodBoolean;
|
|
3600
|
-
options: z.ZodArray<z.ZodObject<{
|
|
3601
|
-
position: z.ZodNumber;
|
|
3602
|
-
value: z.ZodString;
|
|
3647
|
+
options: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
3603
3648
|
label: z.ZodString;
|
|
3649
|
+
value: z.ZodString;
|
|
3604
3650
|
isDefault: z.ZodBoolean;
|
|
3651
|
+
position: z.ZodNumber;
|
|
3652
|
+
}, {
|
|
3605
3653
|
id: z.ZodString;
|
|
3606
|
-
}
|
|
3654
|
+
}>, "strip", z.ZodTypeAny, {
|
|
3607
3655
|
id: string;
|
|
3608
3656
|
position: number;
|
|
3609
3657
|
value: string;
|
|
@@ -3616,14 +3664,15 @@ export declare const ContactContractValidationSchema: {
|
|
|
3616
3664
|
label: string;
|
|
3617
3665
|
isDefault: boolean;
|
|
3618
3666
|
}>, "many">;
|
|
3619
|
-
group: z.ZodObject<{
|
|
3667
|
+
group: z.ZodObject<z.objectUtil.extendShape<{
|
|
3620
3668
|
id: z.ZodString;
|
|
3621
3669
|
createdAt: z.ZodDate;
|
|
3622
3670
|
updatedAt: z.ZodDate;
|
|
3623
3671
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
3672
|
+
}, {
|
|
3624
3673
|
systemName: z.ZodString;
|
|
3625
3674
|
displayName: z.ZodString;
|
|
3626
|
-
}
|
|
3675
|
+
}>, "strip", z.ZodTypeAny, {
|
|
3627
3676
|
id: string;
|
|
3628
3677
|
createdAt: Date;
|
|
3629
3678
|
updatedAt: Date;
|
|
@@ -3638,7 +3687,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
3638
3687
|
systemName: string;
|
|
3639
3688
|
displayName: string;
|
|
3640
3689
|
}>;
|
|
3641
|
-
}
|
|
3690
|
+
}>, "options" | "group">, "strip", z.ZodTypeAny, {
|
|
3642
3691
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
|
3643
3692
|
id: string;
|
|
3644
3693
|
position: number;
|
|
@@ -3665,18 +3714,19 @@ export declare const ContactContractValidationSchema: {
|
|
|
3665
3714
|
isRequired: boolean;
|
|
3666
3715
|
isUnique: boolean;
|
|
3667
3716
|
}>;
|
|
3668
|
-
uploads: z.ZodArray<z.ZodObject<{
|
|
3717
|
+
uploads: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
3669
3718
|
id: z.ZodString;
|
|
3670
3719
|
createdAt: z.ZodDate;
|
|
3671
3720
|
updatedAt: z.ZodDate;
|
|
3672
3721
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
3722
|
+
}, {
|
|
3673
3723
|
bucketName: z.ZodString;
|
|
3674
3724
|
fileName: z.ZodString;
|
|
3675
3725
|
fileSize: z.ZodNumber;
|
|
3676
3726
|
fileKey: z.ZodString;
|
|
3677
3727
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
3678
3728
|
status: z.ZodNullable<z.ZodString>;
|
|
3679
|
-
}
|
|
3729
|
+
}>, "strip", z.ZodTypeAny, {
|
|
3680
3730
|
id: string;
|
|
3681
3731
|
status: string | null;
|
|
3682
3732
|
createdAt: Date;
|
|
@@ -4120,13 +4170,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
4120
4170
|
notes: z.ZodNullable<z.ZodString>;
|
|
4121
4171
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
4122
4172
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
4123
|
-
tags: z.ZodArray<z.ZodObject<{
|
|
4173
|
+
tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
4124
4174
|
id: z.ZodString;
|
|
4125
4175
|
createdAt: z.ZodDate;
|
|
4126
4176
|
updatedAt: z.ZodDate;
|
|
4127
4177
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
4178
|
+
}, {
|
|
4128
4179
|
name: z.ZodString;
|
|
4129
|
-
}
|
|
4180
|
+
}>, "strip", z.ZodTypeAny, {
|
|
4130
4181
|
name: string;
|
|
4131
4182
|
id: string;
|
|
4132
4183
|
createdAt: Date;
|
|
@@ -4139,29 +4190,32 @@ export declare const ContactContractValidationSchema: {
|
|
|
4139
4190
|
updatedAt: Date;
|
|
4140
4191
|
deletedAt: Date | null;
|
|
4141
4192
|
}>, "many">;
|
|
4142
|
-
company: z.ZodNullable<z.ZodObject<Omit<{
|
|
4193
|
+
company: z.ZodNullable<z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
4143
4194
|
id: z.ZodString;
|
|
4144
4195
|
createdAt: z.ZodDate;
|
|
4145
4196
|
updatedAt: z.ZodDate;
|
|
4146
4197
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
4198
|
+
}, {
|
|
4147
4199
|
name: z.ZodOptional<z.ZodString>;
|
|
4148
4200
|
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4149
4201
|
address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4150
4202
|
industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4151
|
-
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4203
|
+
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
4152
4204
|
id: z.ZodString;
|
|
4153
4205
|
createdAt: z.ZodDate;
|
|
4154
4206
|
updatedAt: z.ZodDate;
|
|
4155
4207
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
4208
|
+
}, {
|
|
4156
4209
|
textValue: z.ZodNullable<z.ZodString>;
|
|
4157
4210
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
|
4158
4211
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
|
4159
4212
|
dateValue: z.ZodNullable<z.ZodDate>;
|
|
4160
|
-
attribute: z.ZodObject<Omit<{
|
|
4213
|
+
attribute: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
4161
4214
|
id: z.ZodString;
|
|
4162
4215
|
createdAt: z.ZodDate;
|
|
4163
4216
|
updatedAt: z.ZodDate;
|
|
4164
4217
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
4218
|
+
}, {
|
|
4165
4219
|
systemName: z.ZodString;
|
|
4166
4220
|
displayName: z.ZodString;
|
|
4167
4221
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
|
@@ -4170,13 +4224,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
4170
4224
|
isArchived: z.ZodBoolean;
|
|
4171
4225
|
isRequired: z.ZodBoolean;
|
|
4172
4226
|
isUnique: z.ZodBoolean;
|
|
4173
|
-
options: z.ZodArray<z.ZodObject<{
|
|
4174
|
-
position: z.ZodNumber;
|
|
4175
|
-
value: z.ZodString;
|
|
4227
|
+
options: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
4176
4228
|
label: z.ZodString;
|
|
4229
|
+
value: z.ZodString;
|
|
4177
4230
|
isDefault: z.ZodBoolean;
|
|
4231
|
+
position: z.ZodNumber;
|
|
4232
|
+
}, {
|
|
4178
4233
|
id: z.ZodString;
|
|
4179
|
-
}
|
|
4234
|
+
}>, "strip", z.ZodTypeAny, {
|
|
4180
4235
|
id: string;
|
|
4181
4236
|
position: number;
|
|
4182
4237
|
value: string;
|
|
@@ -4189,14 +4244,15 @@ export declare const ContactContractValidationSchema: {
|
|
|
4189
4244
|
label: string;
|
|
4190
4245
|
isDefault: boolean;
|
|
4191
4246
|
}>, "many">;
|
|
4192
|
-
group: z.ZodObject<{
|
|
4247
|
+
group: z.ZodObject<z.objectUtil.extendShape<{
|
|
4193
4248
|
id: z.ZodString;
|
|
4194
4249
|
createdAt: z.ZodDate;
|
|
4195
4250
|
updatedAt: z.ZodDate;
|
|
4196
4251
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
4252
|
+
}, {
|
|
4197
4253
|
systemName: z.ZodString;
|
|
4198
4254
|
displayName: z.ZodString;
|
|
4199
|
-
}
|
|
4255
|
+
}>, "strip", z.ZodTypeAny, {
|
|
4200
4256
|
id: string;
|
|
4201
4257
|
createdAt: Date;
|
|
4202
4258
|
updatedAt: Date;
|
|
@@ -4211,7 +4267,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
4211
4267
|
systemName: string;
|
|
4212
4268
|
displayName: string;
|
|
4213
4269
|
}>;
|
|
4214
|
-
}
|
|
4270
|
+
}>, "options" | "group">, "strip", z.ZodTypeAny, {
|
|
4215
4271
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
|
4216
4272
|
id: string;
|
|
4217
4273
|
position: number;
|
|
@@ -4238,7 +4294,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
4238
4294
|
isRequired: boolean;
|
|
4239
4295
|
isUnique: boolean;
|
|
4240
4296
|
}>;
|
|
4241
|
-
}
|
|
4297
|
+
}>, "strip", z.ZodTypeAny, {
|
|
4242
4298
|
id: string;
|
|
4243
4299
|
createdAt: Date;
|
|
4244
4300
|
updatedAt: Date;
|
|
@@ -4285,7 +4341,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
4285
4341
|
numberValue: number | null;
|
|
4286
4342
|
dateValue: Date | null;
|
|
4287
4343
|
}>, "many">>;
|
|
4288
|
-
}
|
|
4344
|
+
}>, "customFields">, "strip", z.ZodTypeAny, {
|
|
4289
4345
|
id: string;
|
|
4290
4346
|
createdAt: Date;
|
|
4291
4347
|
updatedAt: Date;
|
|
@@ -4366,11 +4422,12 @@ export declare const ContactContractValidationSchema: {
|
|
|
4366
4422
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
|
4367
4423
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
|
4368
4424
|
dateValue: z.ZodNullable<z.ZodDate>;
|
|
4369
|
-
attribute: z.ZodObject<Omit<{
|
|
4425
|
+
attribute: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
4370
4426
|
id: z.ZodString;
|
|
4371
4427
|
createdAt: z.ZodDate;
|
|
4372
4428
|
updatedAt: z.ZodDate;
|
|
4373
4429
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
4430
|
+
}, {
|
|
4374
4431
|
systemName: z.ZodString;
|
|
4375
4432
|
displayName: z.ZodString;
|
|
4376
4433
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
|
@@ -4379,13 +4436,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
4379
4436
|
isArchived: z.ZodBoolean;
|
|
4380
4437
|
isRequired: z.ZodBoolean;
|
|
4381
4438
|
isUnique: z.ZodBoolean;
|
|
4382
|
-
options: z.ZodArray<z.ZodObject<{
|
|
4383
|
-
position: z.ZodNumber;
|
|
4384
|
-
value: z.ZodString;
|
|
4439
|
+
options: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
4385
4440
|
label: z.ZodString;
|
|
4441
|
+
value: z.ZodString;
|
|
4386
4442
|
isDefault: z.ZodBoolean;
|
|
4443
|
+
position: z.ZodNumber;
|
|
4444
|
+
}, {
|
|
4387
4445
|
id: z.ZodString;
|
|
4388
|
-
}
|
|
4446
|
+
}>, "strip", z.ZodTypeAny, {
|
|
4389
4447
|
id: string;
|
|
4390
4448
|
position: number;
|
|
4391
4449
|
value: string;
|
|
@@ -4398,14 +4456,15 @@ export declare const ContactContractValidationSchema: {
|
|
|
4398
4456
|
label: string;
|
|
4399
4457
|
isDefault: boolean;
|
|
4400
4458
|
}>, "many">;
|
|
4401
|
-
group: z.ZodObject<{
|
|
4459
|
+
group: z.ZodObject<z.objectUtil.extendShape<{
|
|
4402
4460
|
id: z.ZodString;
|
|
4403
4461
|
createdAt: z.ZodDate;
|
|
4404
4462
|
updatedAt: z.ZodDate;
|
|
4405
4463
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
4464
|
+
}, {
|
|
4406
4465
|
systemName: z.ZodString;
|
|
4407
4466
|
displayName: z.ZodString;
|
|
4408
|
-
}
|
|
4467
|
+
}>, "strip", z.ZodTypeAny, {
|
|
4409
4468
|
id: string;
|
|
4410
4469
|
createdAt: Date;
|
|
4411
4470
|
updatedAt: Date;
|
|
@@ -4420,7 +4479,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
4420
4479
|
systemName: string;
|
|
4421
4480
|
displayName: string;
|
|
4422
4481
|
}>;
|
|
4423
|
-
}
|
|
4482
|
+
}>, "options" | "group">, "strip", z.ZodTypeAny, {
|
|
4424
4483
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
|
4425
4484
|
id: string;
|
|
4426
4485
|
position: number;
|
|
@@ -4447,18 +4506,19 @@ export declare const ContactContractValidationSchema: {
|
|
|
4447
4506
|
isRequired: boolean;
|
|
4448
4507
|
isUnique: boolean;
|
|
4449
4508
|
}>;
|
|
4450
|
-
uploads: z.ZodArray<z.ZodObject<{
|
|
4509
|
+
uploads: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
4451
4510
|
id: z.ZodString;
|
|
4452
4511
|
createdAt: z.ZodDate;
|
|
4453
4512
|
updatedAt: z.ZodDate;
|
|
4454
4513
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
4514
|
+
}, {
|
|
4455
4515
|
bucketName: z.ZodString;
|
|
4456
4516
|
fileName: z.ZodString;
|
|
4457
4517
|
fileSize: z.ZodNumber;
|
|
4458
4518
|
fileKey: z.ZodString;
|
|
4459
4519
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
4460
4520
|
status: z.ZodNullable<z.ZodString>;
|
|
4461
|
-
}
|
|
4521
|
+
}>, "strip", z.ZodTypeAny, {
|
|
4462
4522
|
id: string;
|
|
4463
4523
|
status: string | null;
|
|
4464
4524
|
createdAt: Date;
|
|
@@ -4964,13 +5024,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
4964
5024
|
notes: z.ZodNullable<z.ZodString>;
|
|
4965
5025
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
4966
5026
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
4967
|
-
tags: z.ZodArray<z.ZodObject<{
|
|
5027
|
+
tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
4968
5028
|
id: z.ZodString;
|
|
4969
5029
|
createdAt: z.ZodDate;
|
|
4970
5030
|
updatedAt: z.ZodDate;
|
|
4971
5031
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5032
|
+
}, {
|
|
4972
5033
|
name: z.ZodString;
|
|
4973
|
-
}
|
|
5034
|
+
}>, "strip", z.ZodTypeAny, {
|
|
4974
5035
|
name: string;
|
|
4975
5036
|
id: string;
|
|
4976
5037
|
createdAt: Date;
|
|
@@ -4983,29 +5044,32 @@ export declare const ContactContractValidationSchema: {
|
|
|
4983
5044
|
updatedAt: Date;
|
|
4984
5045
|
deletedAt: Date | null;
|
|
4985
5046
|
}>, "many">;
|
|
4986
|
-
company: z.ZodNullable<z.ZodObject<Omit<{
|
|
5047
|
+
company: z.ZodNullable<z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
4987
5048
|
id: z.ZodString;
|
|
4988
5049
|
createdAt: z.ZodDate;
|
|
4989
5050
|
updatedAt: z.ZodDate;
|
|
4990
5051
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5052
|
+
}, {
|
|
4991
5053
|
name: z.ZodOptional<z.ZodString>;
|
|
4992
5054
|
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4993
5055
|
address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4994
5056
|
industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4995
|
-
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5057
|
+
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
4996
5058
|
id: z.ZodString;
|
|
4997
5059
|
createdAt: z.ZodDate;
|
|
4998
5060
|
updatedAt: z.ZodDate;
|
|
4999
5061
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5062
|
+
}, {
|
|
5000
5063
|
textValue: z.ZodNullable<z.ZodString>;
|
|
5001
5064
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
|
5002
5065
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
|
5003
5066
|
dateValue: z.ZodNullable<z.ZodDate>;
|
|
5004
|
-
attribute: z.ZodObject<Omit<{
|
|
5067
|
+
attribute: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
5005
5068
|
id: z.ZodString;
|
|
5006
5069
|
createdAt: z.ZodDate;
|
|
5007
5070
|
updatedAt: z.ZodDate;
|
|
5008
5071
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5072
|
+
}, {
|
|
5009
5073
|
systemName: z.ZodString;
|
|
5010
5074
|
displayName: z.ZodString;
|
|
5011
5075
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
|
@@ -5014,13 +5078,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
5014
5078
|
isArchived: z.ZodBoolean;
|
|
5015
5079
|
isRequired: z.ZodBoolean;
|
|
5016
5080
|
isUnique: z.ZodBoolean;
|
|
5017
|
-
options: z.ZodArray<z.ZodObject<{
|
|
5018
|
-
position: z.ZodNumber;
|
|
5019
|
-
value: z.ZodString;
|
|
5081
|
+
options: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
5020
5082
|
label: z.ZodString;
|
|
5083
|
+
value: z.ZodString;
|
|
5021
5084
|
isDefault: z.ZodBoolean;
|
|
5085
|
+
position: z.ZodNumber;
|
|
5086
|
+
}, {
|
|
5022
5087
|
id: z.ZodString;
|
|
5023
|
-
}
|
|
5088
|
+
}>, "strip", z.ZodTypeAny, {
|
|
5024
5089
|
id: string;
|
|
5025
5090
|
position: number;
|
|
5026
5091
|
value: string;
|
|
@@ -5033,14 +5098,15 @@ export declare const ContactContractValidationSchema: {
|
|
|
5033
5098
|
label: string;
|
|
5034
5099
|
isDefault: boolean;
|
|
5035
5100
|
}>, "many">;
|
|
5036
|
-
group: z.ZodObject<{
|
|
5101
|
+
group: z.ZodObject<z.objectUtil.extendShape<{
|
|
5037
5102
|
id: z.ZodString;
|
|
5038
5103
|
createdAt: z.ZodDate;
|
|
5039
5104
|
updatedAt: z.ZodDate;
|
|
5040
5105
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5106
|
+
}, {
|
|
5041
5107
|
systemName: z.ZodString;
|
|
5042
5108
|
displayName: z.ZodString;
|
|
5043
|
-
}
|
|
5109
|
+
}>, "strip", z.ZodTypeAny, {
|
|
5044
5110
|
id: string;
|
|
5045
5111
|
createdAt: Date;
|
|
5046
5112
|
updatedAt: Date;
|
|
@@ -5055,7 +5121,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
5055
5121
|
systemName: string;
|
|
5056
5122
|
displayName: string;
|
|
5057
5123
|
}>;
|
|
5058
|
-
}
|
|
5124
|
+
}>, "options" | "group">, "strip", z.ZodTypeAny, {
|
|
5059
5125
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
|
5060
5126
|
id: string;
|
|
5061
5127
|
position: number;
|
|
@@ -5082,7 +5148,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
5082
5148
|
isRequired: boolean;
|
|
5083
5149
|
isUnique: boolean;
|
|
5084
5150
|
}>;
|
|
5085
|
-
}
|
|
5151
|
+
}>, "strip", z.ZodTypeAny, {
|
|
5086
5152
|
id: string;
|
|
5087
5153
|
createdAt: Date;
|
|
5088
5154
|
updatedAt: Date;
|
|
@@ -5129,7 +5195,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
5129
5195
|
numberValue: number | null;
|
|
5130
5196
|
dateValue: Date | null;
|
|
5131
5197
|
}>, "many">>;
|
|
5132
|
-
}
|
|
5198
|
+
}>, "customFields">, "strip", z.ZodTypeAny, {
|
|
5133
5199
|
id: string;
|
|
5134
5200
|
createdAt: Date;
|
|
5135
5201
|
updatedAt: Date;
|
|
@@ -5210,11 +5276,12 @@ export declare const ContactContractValidationSchema: {
|
|
|
5210
5276
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
|
5211
5277
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
|
5212
5278
|
dateValue: z.ZodNullable<z.ZodDate>;
|
|
5213
|
-
attribute: z.ZodObject<Omit<{
|
|
5279
|
+
attribute: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
5214
5280
|
id: z.ZodString;
|
|
5215
5281
|
createdAt: z.ZodDate;
|
|
5216
5282
|
updatedAt: z.ZodDate;
|
|
5217
5283
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5284
|
+
}, {
|
|
5218
5285
|
systemName: z.ZodString;
|
|
5219
5286
|
displayName: z.ZodString;
|
|
5220
5287
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
|
@@ -5223,13 +5290,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
5223
5290
|
isArchived: z.ZodBoolean;
|
|
5224
5291
|
isRequired: z.ZodBoolean;
|
|
5225
5292
|
isUnique: z.ZodBoolean;
|
|
5226
|
-
options: z.ZodArray<z.ZodObject<{
|
|
5227
|
-
position: z.ZodNumber;
|
|
5228
|
-
value: z.ZodString;
|
|
5293
|
+
options: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
5229
5294
|
label: z.ZodString;
|
|
5295
|
+
value: z.ZodString;
|
|
5230
5296
|
isDefault: z.ZodBoolean;
|
|
5297
|
+
position: z.ZodNumber;
|
|
5298
|
+
}, {
|
|
5231
5299
|
id: z.ZodString;
|
|
5232
|
-
}
|
|
5300
|
+
}>, "strip", z.ZodTypeAny, {
|
|
5233
5301
|
id: string;
|
|
5234
5302
|
position: number;
|
|
5235
5303
|
value: string;
|
|
@@ -5242,14 +5310,15 @@ export declare const ContactContractValidationSchema: {
|
|
|
5242
5310
|
label: string;
|
|
5243
5311
|
isDefault: boolean;
|
|
5244
5312
|
}>, "many">;
|
|
5245
|
-
group: z.ZodObject<{
|
|
5313
|
+
group: z.ZodObject<z.objectUtil.extendShape<{
|
|
5246
5314
|
id: z.ZodString;
|
|
5247
5315
|
createdAt: z.ZodDate;
|
|
5248
5316
|
updatedAt: z.ZodDate;
|
|
5249
5317
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5318
|
+
}, {
|
|
5250
5319
|
systemName: z.ZodString;
|
|
5251
5320
|
displayName: z.ZodString;
|
|
5252
|
-
}
|
|
5321
|
+
}>, "strip", z.ZodTypeAny, {
|
|
5253
5322
|
id: string;
|
|
5254
5323
|
createdAt: Date;
|
|
5255
5324
|
updatedAt: Date;
|
|
@@ -5264,7 +5333,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
5264
5333
|
systemName: string;
|
|
5265
5334
|
displayName: string;
|
|
5266
5335
|
}>;
|
|
5267
|
-
}
|
|
5336
|
+
}>, "options" | "group">, "strip", z.ZodTypeAny, {
|
|
5268
5337
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
|
5269
5338
|
id: string;
|
|
5270
5339
|
position: number;
|
|
@@ -5291,18 +5360,19 @@ export declare const ContactContractValidationSchema: {
|
|
|
5291
5360
|
isRequired: boolean;
|
|
5292
5361
|
isUnique: boolean;
|
|
5293
5362
|
}>;
|
|
5294
|
-
uploads: z.ZodArray<z.ZodObject<{
|
|
5363
|
+
uploads: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
5295
5364
|
id: z.ZodString;
|
|
5296
5365
|
createdAt: z.ZodDate;
|
|
5297
5366
|
updatedAt: z.ZodDate;
|
|
5298
5367
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5368
|
+
}, {
|
|
5299
5369
|
bucketName: z.ZodString;
|
|
5300
5370
|
fileName: z.ZodString;
|
|
5301
5371
|
fileSize: z.ZodNumber;
|
|
5302
5372
|
fileKey: z.ZodString;
|
|
5303
5373
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
5304
5374
|
status: z.ZodNullable<z.ZodString>;
|
|
5305
|
-
}
|
|
5375
|
+
}>, "strip", z.ZodTypeAny, {
|
|
5306
5376
|
id: string;
|
|
5307
5377
|
status: string | null;
|
|
5308
5378
|
createdAt: Date;
|
|
@@ -5762,16 +5832,16 @@ export declare const ContactContractValidationSchema: {
|
|
|
5762
5832
|
}, "strip", z.ZodTypeAny, {
|
|
5763
5833
|
page?: number | undefined;
|
|
5764
5834
|
pageSize?: number | undefined;
|
|
5765
|
-
keyword?: string | undefined;
|
|
5766
5835
|
channelType?: string | undefined;
|
|
5836
|
+
keyword?: string | undefined;
|
|
5767
5837
|
channelIds?: string[] | undefined;
|
|
5768
5838
|
withEmail?: boolean | undefined;
|
|
5769
5839
|
relations?: ("company" | "platformContacts" | "contactEmails" | "contactPhones")[] | undefined;
|
|
5770
5840
|
}, {
|
|
5771
5841
|
page?: number | undefined;
|
|
5772
5842
|
pageSize?: number | undefined;
|
|
5773
|
-
keyword?: string | undefined;
|
|
5774
5843
|
channelType?: string | undefined;
|
|
5844
|
+
keyword?: string | undefined;
|
|
5775
5845
|
channelIds?: string[] | undefined;
|
|
5776
5846
|
withEmail?: boolean | undefined;
|
|
5777
5847
|
relations?: ("company" | "platformContacts" | "contactEmails" | "contactPhones")[] | undefined;
|
|
@@ -5792,13 +5862,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
5792
5862
|
notes: z.ZodNullable<z.ZodString>;
|
|
5793
5863
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
5794
5864
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
5795
|
-
tags: z.ZodArray<z.ZodObject<{
|
|
5865
|
+
tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
5796
5866
|
id: z.ZodString;
|
|
5797
5867
|
createdAt: z.ZodDate;
|
|
5798
5868
|
updatedAt: z.ZodDate;
|
|
5799
5869
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5870
|
+
}, {
|
|
5800
5871
|
name: z.ZodString;
|
|
5801
|
-
}
|
|
5872
|
+
}>, "strip", z.ZodTypeAny, {
|
|
5802
5873
|
name: string;
|
|
5803
5874
|
id: string;
|
|
5804
5875
|
createdAt: Date;
|
|
@@ -5811,29 +5882,32 @@ export declare const ContactContractValidationSchema: {
|
|
|
5811
5882
|
updatedAt: Date;
|
|
5812
5883
|
deletedAt: Date | null;
|
|
5813
5884
|
}>, "many">;
|
|
5814
|
-
company: z.ZodNullable<z.ZodObject<Omit<{
|
|
5885
|
+
company: z.ZodNullable<z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
5815
5886
|
id: z.ZodString;
|
|
5816
5887
|
createdAt: z.ZodDate;
|
|
5817
5888
|
updatedAt: z.ZodDate;
|
|
5818
5889
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5890
|
+
}, {
|
|
5819
5891
|
name: z.ZodOptional<z.ZodString>;
|
|
5820
5892
|
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5821
5893
|
address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5822
5894
|
industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5823
|
-
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5895
|
+
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
5824
5896
|
id: z.ZodString;
|
|
5825
5897
|
createdAt: z.ZodDate;
|
|
5826
5898
|
updatedAt: z.ZodDate;
|
|
5827
5899
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5900
|
+
}, {
|
|
5828
5901
|
textValue: z.ZodNullable<z.ZodString>;
|
|
5829
5902
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
|
5830
5903
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
|
5831
5904
|
dateValue: z.ZodNullable<z.ZodDate>;
|
|
5832
|
-
attribute: z.ZodObject<Omit<{
|
|
5905
|
+
attribute: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
5833
5906
|
id: z.ZodString;
|
|
5834
5907
|
createdAt: z.ZodDate;
|
|
5835
5908
|
updatedAt: z.ZodDate;
|
|
5836
5909
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5910
|
+
}, {
|
|
5837
5911
|
systemName: z.ZodString;
|
|
5838
5912
|
displayName: z.ZodString;
|
|
5839
5913
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
|
@@ -5842,13 +5916,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
5842
5916
|
isArchived: z.ZodBoolean;
|
|
5843
5917
|
isRequired: z.ZodBoolean;
|
|
5844
5918
|
isUnique: z.ZodBoolean;
|
|
5845
|
-
options: z.ZodArray<z.ZodObject<{
|
|
5846
|
-
position: z.ZodNumber;
|
|
5847
|
-
value: z.ZodString;
|
|
5919
|
+
options: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
5848
5920
|
label: z.ZodString;
|
|
5921
|
+
value: z.ZodString;
|
|
5849
5922
|
isDefault: z.ZodBoolean;
|
|
5923
|
+
position: z.ZodNumber;
|
|
5924
|
+
}, {
|
|
5850
5925
|
id: z.ZodString;
|
|
5851
|
-
}
|
|
5926
|
+
}>, "strip", z.ZodTypeAny, {
|
|
5852
5927
|
id: string;
|
|
5853
5928
|
position: number;
|
|
5854
5929
|
value: string;
|
|
@@ -5861,14 +5936,15 @@ export declare const ContactContractValidationSchema: {
|
|
|
5861
5936
|
label: string;
|
|
5862
5937
|
isDefault: boolean;
|
|
5863
5938
|
}>, "many">;
|
|
5864
|
-
group: z.ZodObject<{
|
|
5939
|
+
group: z.ZodObject<z.objectUtil.extendShape<{
|
|
5865
5940
|
id: z.ZodString;
|
|
5866
5941
|
createdAt: z.ZodDate;
|
|
5867
5942
|
updatedAt: z.ZodDate;
|
|
5868
5943
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5944
|
+
}, {
|
|
5869
5945
|
systemName: z.ZodString;
|
|
5870
5946
|
displayName: z.ZodString;
|
|
5871
|
-
}
|
|
5947
|
+
}>, "strip", z.ZodTypeAny, {
|
|
5872
5948
|
id: string;
|
|
5873
5949
|
createdAt: Date;
|
|
5874
5950
|
updatedAt: Date;
|
|
@@ -5883,7 +5959,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
5883
5959
|
systemName: string;
|
|
5884
5960
|
displayName: string;
|
|
5885
5961
|
}>;
|
|
5886
|
-
}
|
|
5962
|
+
}>, "options" | "group">, "strip", z.ZodTypeAny, {
|
|
5887
5963
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
|
5888
5964
|
id: string;
|
|
5889
5965
|
position: number;
|
|
@@ -5910,7 +5986,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
5910
5986
|
isRequired: boolean;
|
|
5911
5987
|
isUnique: boolean;
|
|
5912
5988
|
}>;
|
|
5913
|
-
}
|
|
5989
|
+
}>, "strip", z.ZodTypeAny, {
|
|
5914
5990
|
id: string;
|
|
5915
5991
|
createdAt: Date;
|
|
5916
5992
|
updatedAt: Date;
|
|
@@ -5957,7 +6033,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
5957
6033
|
numberValue: number | null;
|
|
5958
6034
|
dateValue: Date | null;
|
|
5959
6035
|
}>, "many">>;
|
|
5960
|
-
}
|
|
6036
|
+
}>, "customFields">, "strip", z.ZodTypeAny, {
|
|
5961
6037
|
id: string;
|
|
5962
6038
|
createdAt: Date;
|
|
5963
6039
|
updatedAt: Date;
|
|
@@ -6038,11 +6114,12 @@ export declare const ContactContractValidationSchema: {
|
|
|
6038
6114
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
|
6039
6115
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
|
6040
6116
|
dateValue: z.ZodNullable<z.ZodDate>;
|
|
6041
|
-
attribute: z.ZodObject<Omit<{
|
|
6117
|
+
attribute: z.ZodObject<Omit<z.objectUtil.extendShape<{
|
|
6042
6118
|
id: z.ZodString;
|
|
6043
6119
|
createdAt: z.ZodDate;
|
|
6044
6120
|
updatedAt: z.ZodDate;
|
|
6045
6121
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
6122
|
+
}, {
|
|
6046
6123
|
systemName: z.ZodString;
|
|
6047
6124
|
displayName: z.ZodString;
|
|
6048
6125
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
|
@@ -6051,13 +6128,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
6051
6128
|
isArchived: z.ZodBoolean;
|
|
6052
6129
|
isRequired: z.ZodBoolean;
|
|
6053
6130
|
isUnique: z.ZodBoolean;
|
|
6054
|
-
options: z.ZodArray<z.ZodObject<{
|
|
6055
|
-
position: z.ZodNumber;
|
|
6056
|
-
value: z.ZodString;
|
|
6131
|
+
options: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
6057
6132
|
label: z.ZodString;
|
|
6133
|
+
value: z.ZodString;
|
|
6058
6134
|
isDefault: z.ZodBoolean;
|
|
6135
|
+
position: z.ZodNumber;
|
|
6136
|
+
}, {
|
|
6059
6137
|
id: z.ZodString;
|
|
6060
|
-
}
|
|
6138
|
+
}>, "strip", z.ZodTypeAny, {
|
|
6061
6139
|
id: string;
|
|
6062
6140
|
position: number;
|
|
6063
6141
|
value: string;
|
|
@@ -6070,14 +6148,15 @@ export declare const ContactContractValidationSchema: {
|
|
|
6070
6148
|
label: string;
|
|
6071
6149
|
isDefault: boolean;
|
|
6072
6150
|
}>, "many">;
|
|
6073
|
-
group: z.ZodObject<{
|
|
6151
|
+
group: z.ZodObject<z.objectUtil.extendShape<{
|
|
6074
6152
|
id: z.ZodString;
|
|
6075
6153
|
createdAt: z.ZodDate;
|
|
6076
6154
|
updatedAt: z.ZodDate;
|
|
6077
6155
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
6156
|
+
}, {
|
|
6078
6157
|
systemName: z.ZodString;
|
|
6079
6158
|
displayName: z.ZodString;
|
|
6080
|
-
}
|
|
6159
|
+
}>, "strip", z.ZodTypeAny, {
|
|
6081
6160
|
id: string;
|
|
6082
6161
|
createdAt: Date;
|
|
6083
6162
|
updatedAt: Date;
|
|
@@ -6092,7 +6171,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
6092
6171
|
systemName: string;
|
|
6093
6172
|
displayName: string;
|
|
6094
6173
|
}>;
|
|
6095
|
-
}
|
|
6174
|
+
}>, "options" | "group">, "strip", z.ZodTypeAny, {
|
|
6096
6175
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
|
6097
6176
|
id: string;
|
|
6098
6177
|
position: number;
|
|
@@ -6119,18 +6198,19 @@ export declare const ContactContractValidationSchema: {
|
|
|
6119
6198
|
isRequired: boolean;
|
|
6120
6199
|
isUnique: boolean;
|
|
6121
6200
|
}>;
|
|
6122
|
-
uploads: z.ZodArray<z.ZodObject<{
|
|
6201
|
+
uploads: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
6123
6202
|
id: z.ZodString;
|
|
6124
6203
|
createdAt: z.ZodDate;
|
|
6125
6204
|
updatedAt: z.ZodDate;
|
|
6126
6205
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
6206
|
+
}, {
|
|
6127
6207
|
bucketName: z.ZodString;
|
|
6128
6208
|
fileName: z.ZodString;
|
|
6129
6209
|
fileSize: z.ZodNumber;
|
|
6130
6210
|
fileKey: z.ZodString;
|
|
6131
6211
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
6132
6212
|
status: z.ZodNullable<z.ZodString>;
|
|
6133
|
-
}
|
|
6213
|
+
}>, "strip", z.ZodTypeAny, {
|
|
6134
6214
|
id: string;
|
|
6135
6215
|
status: string | null;
|
|
6136
6216
|
createdAt: Date;
|
|
@@ -6597,18 +6677,19 @@ export declare const ContactContractValidationSchema: {
|
|
|
6597
6677
|
fileSize: number;
|
|
6598
6678
|
}[];
|
|
6599
6679
|
}>;
|
|
6600
|
-
response: z.ZodObject<{
|
|
6680
|
+
response: z.ZodObject<z.objectUtil.extendShape<{
|
|
6601
6681
|
id: z.ZodString;
|
|
6602
6682
|
createdAt: z.ZodDate;
|
|
6603
6683
|
updatedAt: z.ZodDate;
|
|
6604
6684
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
6685
|
+
}, {
|
|
6605
6686
|
textValue: z.ZodNullable<z.ZodString>;
|
|
6606
6687
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
|
6607
6688
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
|
6608
6689
|
dateValue: z.ZodNullable<z.ZodDate>;
|
|
6609
6690
|
entityId: z.ZodString;
|
|
6610
6691
|
attributeId: z.ZodString;
|
|
6611
|
-
}
|
|
6692
|
+
}>, "strip", z.ZodTypeAny, {
|
|
6612
6693
|
id: string;
|
|
6613
6694
|
createdAt: Date;
|
|
6614
6695
|
updatedAt: Date;
|