@unified-api/typescript-sdk 2.66.0 → 2.68.0

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.
Files changed (52) hide show
  1. package/docs/sdks/unified/README.md +2 -2
  2. package/docs/sdks/webhook/README.md +2 -2
  3. package/jsr.json +1 -1
  4. package/lib/config.d.ts +2 -2
  5. package/lib/config.js +2 -2
  6. package/package.json +1 -1
  7. package/sdk/models/shared/index.d.ts +0 -5
  8. package/sdk/models/shared/index.d.ts.map +1 -1
  9. package/sdk/models/shared/index.js +0 -5
  10. package/sdk/models/shared/index.js.map +1 -1
  11. package/sdk/models/shared/integration.d.ts +638 -9
  12. package/sdk/models/shared/integration.d.ts.map +1 -1
  13. package/sdk/models/shared/integration.js +935 -6
  14. package/sdk/models/shared/integration.js.map +1 -1
  15. package/sdk/models/shared/propertyconnectionpermissions.d.ts +6 -0
  16. package/sdk/models/shared/propertyconnectionpermissions.d.ts.map +1 -1
  17. package/sdk/models/shared/propertyconnectionpermissions.js +2 -0
  18. package/sdk/models/shared/propertyconnectionpermissions.js.map +1 -1
  19. package/sdk/models/shared/webhook.d.ts +3 -0
  20. package/sdk/models/shared/webhook.d.ts.map +1 -1
  21. package/sdk/models/shared/webhook.js +1 -0
  22. package/sdk/models/shared/webhook.js.map +1 -1
  23. package/src/lib/config.ts +2 -2
  24. package/src/sdk/models/shared/index.ts +0 -5
  25. package/src/sdk/models/shared/integration.ts +1860 -14
  26. package/src/sdk/models/shared/propertyconnectionpermissions.ts +2 -0
  27. package/src/sdk/models/shared/webhook.ts +1 -0
  28. package/sdk/models/shared/integrationsupport.d.ts +0 -2036
  29. package/sdk/models/shared/integrationsupport.d.ts.map +0 -1
  30. package/sdk/models/shared/integrationsupport.js +0 -1704
  31. package/sdk/models/shared/integrationsupport.js.map +0 -1
  32. package/sdk/models/shared/propertyintegrationsupportwebhookevents.d.ts +0 -36
  33. package/sdk/models/shared/propertyintegrationsupportwebhookevents.d.ts.map +0 -1
  34. package/sdk/models/shared/propertyintegrationsupportwebhookevents.js +0 -69
  35. package/sdk/models/shared/propertyintegrationsupportwebhookevents.js.map +0 -1
  36. package/sdk/models/shared/propertyintegrationsupportwebhookeventscreated.d.ts +0 -28
  37. package/sdk/models/shared/propertyintegrationsupportwebhookeventscreated.d.ts.map +0 -1
  38. package/sdk/models/shared/propertyintegrationsupportwebhookeventscreated.js +0 -51
  39. package/sdk/models/shared/propertyintegrationsupportwebhookeventscreated.js.map +0 -1
  40. package/sdk/models/shared/propertyintegrationsupportwebhookeventsdeleted.d.ts +0 -28
  41. package/sdk/models/shared/propertyintegrationsupportwebhookeventsdeleted.d.ts.map +0 -1
  42. package/sdk/models/shared/propertyintegrationsupportwebhookeventsdeleted.js +0 -51
  43. package/sdk/models/shared/propertyintegrationsupportwebhookeventsdeleted.js.map +0 -1
  44. package/sdk/models/shared/propertyintegrationsupportwebhookeventsupdated.d.ts +0 -28
  45. package/sdk/models/shared/propertyintegrationsupportwebhookeventsupdated.d.ts.map +0 -1
  46. package/sdk/models/shared/propertyintegrationsupportwebhookeventsupdated.js +0 -51
  47. package/sdk/models/shared/propertyintegrationsupportwebhookeventsupdated.js.map +0 -1
  48. package/src/sdk/models/shared/integrationsupport.ts +0 -2308
  49. package/src/sdk/models/shared/propertyintegrationsupportwebhookevents.ts +0 -109
  50. package/src/sdk/models/shared/propertyintegrationsupportwebhookeventscreated.ts +0 -37
  51. package/src/sdk/models/shared/propertyintegrationsupportwebhookeventsdeleted.ts +0 -37
  52. package/src/sdk/models/shared/propertyintegrationsupportwebhookeventsupdated.ts +0 -37
@@ -1,2308 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
-
5
- import * as z from "zod";
6
- import { remap as remap$ } from "../../../lib/primitives.js";
7
- import { safeParse } from "../../../lib/schemas.js";
8
- import { ClosedEnum } from "../../types/enums.js";
9
- import { Result as SafeParseResult } from "../../types/fp.js";
10
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
11
- import {
12
- PropertyIntegrationSupportWebhookEvents,
13
- PropertyIntegrationSupportWebhookEvents$inboundSchema,
14
- PropertyIntegrationSupportWebhookEvents$Outbound,
15
- PropertyIntegrationSupportWebhookEvents$outboundSchema,
16
- } from "./propertyintegrationsupportwebhookevents.js";
17
-
18
- export const FromWebhook = {
19
- SupportedRequired: "supported-required",
20
- Supported: "supported",
21
- NotSupported: "not-supported",
22
- } as const;
23
- export type FromWebhook = ClosedEnum<typeof FromWebhook>;
24
-
25
- export const ListAccountId = {
26
- SupportedRequired: "supported-required",
27
- Supported: "supported",
28
- NotSupported: "not-supported",
29
- } as const;
30
- export type ListAccountId = ClosedEnum<typeof ListAccountId>;
31
-
32
- export const ListApplicationId = {
33
- SupportedRequired: "supported-required",
34
- Supported: "supported",
35
- NotSupported: "not-supported",
36
- } as const;
37
- export type ListApplicationId = ClosedEnum<typeof ListApplicationId>;
38
-
39
- export const ListCalendarId = {
40
- SupportedRequired: "supported-required",
41
- Supported: "supported",
42
- NotSupported: "not-supported",
43
- } as const;
44
- export type ListCalendarId = ClosedEnum<typeof ListCalendarId>;
45
-
46
- export const ListCallId = {
47
- SupportedRequired: "supported-required",
48
- Supported: "supported",
49
- NotSupported: "not-supported",
50
- } as const;
51
- export type ListCallId = ClosedEnum<typeof ListCallId>;
52
-
53
- export const ListCandidateId = {
54
- SupportedRequired: "supported-required",
55
- Supported: "supported",
56
- NotSupported: "not-supported",
57
- } as const;
58
- export type ListCandidateId = ClosedEnum<typeof ListCandidateId>;
59
-
60
- export const ListChannelId = {
61
- SupportedRequired: "supported-required",
62
- Supported: "supported",
63
- NotSupported: "not-supported",
64
- } as const;
65
- export type ListChannelId = ClosedEnum<typeof ListChannelId>;
66
-
67
- export const ListClassId = {
68
- SupportedRequired: "supported-required",
69
- Supported: "supported",
70
- NotSupported: "not-supported",
71
- } as const;
72
- export type ListClassId = ClosedEnum<typeof ListClassId>;
73
-
74
- export const ListCollectionId = {
75
- SupportedRequired: "supported-required",
76
- Supported: "supported",
77
- NotSupported: "not-supported",
78
- } as const;
79
- export type ListCollectionId = ClosedEnum<typeof ListCollectionId>;
80
-
81
- export const ListCompanyId = {
82
- SupportedRequired: "supported-required",
83
- Supported: "supported",
84
- NotSupported: "not-supported",
85
- } as const;
86
- export type ListCompanyId = ClosedEnum<typeof ListCompanyId>;
87
-
88
- export const ListContactId = {
89
- SupportedRequired: "supported-required",
90
- Supported: "supported",
91
- NotSupported: "not-supported",
92
- } as const;
93
- export type ListContactId = ClosedEnum<typeof ListContactId>;
94
-
95
- export const ListCourseId = {
96
- SupportedRequired: "supported-required",
97
- Supported: "supported",
98
- NotSupported: "not-supported",
99
- } as const;
100
- export type ListCourseId = ClosedEnum<typeof ListCourseId>;
101
-
102
- export const ListCustomerId = {
103
- SupportedRequired: "supported-required",
104
- Supported: "supported",
105
- NotSupported: "not-supported",
106
- } as const;
107
- export type ListCustomerId = ClosedEnum<typeof ListCustomerId>;
108
-
109
- export const ListDealId = {
110
- SupportedRequired: "supported-required",
111
- Supported: "supported",
112
- NotSupported: "not-supported",
113
- } as const;
114
- export type ListDealId = ClosedEnum<typeof ListDealId>;
115
-
116
- export const ListEndLe = {
117
- SupportedRequired: "supported-required",
118
- Supported: "supported",
119
- NotSupported: "not-supported",
120
- } as const;
121
- export type ListEndLe = ClosedEnum<typeof ListEndLe>;
122
-
123
- export const ListEventId = {
124
- SupportedRequired: "supported-required",
125
- Supported: "supported",
126
- NotSupported: "not-supported",
127
- } as const;
128
- export type ListEventId = ClosedEnum<typeof ListEventId>;
129
-
130
- export const ListInstructorId = {
131
- SupportedRequired: "supported-required",
132
- Supported: "supported",
133
- NotSupported: "not-supported",
134
- } as const;
135
- export type ListInstructorId = ClosedEnum<typeof ListInstructorId>;
136
-
137
- export const ListInterviewId = {
138
- SupportedRequired: "supported-required",
139
- Supported: "supported",
140
- NotSupported: "not-supported",
141
- } as const;
142
- export type ListInterviewId = ClosedEnum<typeof ListInterviewId>;
143
-
144
- export const ListInvoiceId = {
145
- SupportedRequired: "supported-required",
146
- Supported: "supported",
147
- NotSupported: "not-supported",
148
- } as const;
149
- export type ListInvoiceId = ClosedEnum<typeof ListInvoiceId>;
150
-
151
- export const ListItemId = {
152
- SupportedRequired: "supported-required",
153
- Supported: "supported",
154
- NotSupported: "not-supported",
155
- } as const;
156
- export type ListItemId = ClosedEnum<typeof ListItemId>;
157
-
158
- export const ListItemVariantId = {
159
- SupportedRequired: "supported-required",
160
- Supported: "supported",
161
- NotSupported: "not-supported",
162
- } as const;
163
- export type ListItemVariantId = ClosedEnum<typeof ListItemVariantId>;
164
-
165
- export const ListJobId = {
166
- SupportedRequired: "supported-required",
167
- Supported: "supported",
168
- NotSupported: "not-supported",
169
- } as const;
170
- export type ListJobId = ClosedEnum<typeof ListJobId>;
171
-
172
- export const ListLeadId = {
173
- SupportedRequired: "supported-required",
174
- Supported: "supported",
175
- NotSupported: "not-supported",
176
- } as const;
177
- export type ListLeadId = ClosedEnum<typeof ListLeadId>;
178
-
179
- export const ListLimit = {
180
- SupportedRequired: "supported-required",
181
- Supported: "supported",
182
- NotSupported: "not-supported",
183
- } as const;
184
- export type ListLimit = ClosedEnum<typeof ListLimit>;
185
-
186
- export const ListLinkId = {
187
- SupportedRequired: "supported-required",
188
- Supported: "supported",
189
- NotSupported: "not-supported",
190
- } as const;
191
- export type ListLinkId = ClosedEnum<typeof ListLinkId>;
192
-
193
- export const ListListId = {
194
- SupportedRequired: "supported-required",
195
- Supported: "supported",
196
- NotSupported: "not-supported",
197
- } as const;
198
- export type ListListId = ClosedEnum<typeof ListListId>;
199
-
200
- export const ListLocationId = {
201
- SupportedRequired: "supported-required",
202
- Supported: "supported",
203
- NotSupported: "not-supported",
204
- } as const;
205
- export type ListLocationId = ClosedEnum<typeof ListLocationId>;
206
-
207
- export const ListOffset = {
208
- SupportedRequired: "supported-required",
209
- Supported: "supported",
210
- NotSupported: "not-supported",
211
- } as const;
212
- export type ListOffset = ClosedEnum<typeof ListOffset>;
213
-
214
- export const ListOrder = {
215
- SupportedRequired: "supported-required",
216
- Supported: "supported",
217
- NotSupported: "not-supported",
218
- } as const;
219
- export type ListOrder = ClosedEnum<typeof ListOrder>;
220
-
221
- export const ListOrgId = {
222
- SupportedRequired: "supported-required",
223
- Supported: "supported",
224
- NotSupported: "not-supported",
225
- } as const;
226
- export type ListOrgId = ClosedEnum<typeof ListOrgId>;
227
-
228
- export const ListPageId = {
229
- SupportedRequired: "supported-required",
230
- Supported: "supported",
231
- NotSupported: "not-supported",
232
- } as const;
233
- export type ListPageId = ClosedEnum<typeof ListPageId>;
234
-
235
- export const ListParentId = {
236
- SupportedRequired: "supported-required",
237
- Supported: "supported",
238
- NotSupported: "not-supported",
239
- } as const;
240
- export type ListParentId = ClosedEnum<typeof ListParentId>;
241
-
242
- export const ListProjectId = {
243
- SupportedRequired: "supported-required",
244
- Supported: "supported",
245
- NotSupported: "not-supported",
246
- } as const;
247
- export type ListProjectId = ClosedEnum<typeof ListProjectId>;
248
-
249
- export const ListQuery = {
250
- SupportedRequired: "supported-required",
251
- Supported: "supported",
252
- NotSupported: "not-supported",
253
- } as const;
254
- export type ListQuery = ClosedEnum<typeof ListQuery>;
255
-
256
- export const ListRawFields = {
257
- SupportedRequired: "supported-required",
258
- Supported: "supported",
259
- NotSupported: "not-supported",
260
- } as const;
261
- export type ListRawFields = ClosedEnum<typeof ListRawFields>;
262
-
263
- export const ListRepoId = {
264
- SupportedRequired: "supported-required",
265
- Supported: "supported",
266
- NotSupported: "not-supported",
267
- } as const;
268
- export type ListRepoId = ClosedEnum<typeof ListRepoId>;
269
-
270
- export const ListRootId = {
271
- SupportedRequired: "supported-required",
272
- Supported: "supported",
273
- NotSupported: "not-supported",
274
- } as const;
275
- export type ListRootId = ClosedEnum<typeof ListRootId>;
276
-
277
- export const ListSortByCreatedAt = {
278
- SupportedRequired: "supported-required",
279
- Supported: "supported",
280
- NotSupported: "not-supported",
281
- } as const;
282
- export type ListSortByCreatedAt = ClosedEnum<typeof ListSortByCreatedAt>;
283
-
284
- export const ListSortByName = {
285
- SupportedRequired: "supported-required",
286
- Supported: "supported",
287
- NotSupported: "not-supported",
288
- } as const;
289
- export type ListSortByName = ClosedEnum<typeof ListSortByName>;
290
-
291
- export const ListSortByUpdatedAt = {
292
- SupportedRequired: "supported-required",
293
- Supported: "supported",
294
- NotSupported: "not-supported",
295
- } as const;
296
- export type ListSortByUpdatedAt = ClosedEnum<typeof ListSortByUpdatedAt>;
297
-
298
- export const ListSpaceId = {
299
- SupportedRequired: "supported-required",
300
- Supported: "supported",
301
- NotSupported: "not-supported",
302
- } as const;
303
- export type ListSpaceId = ClosedEnum<typeof ListSpaceId>;
304
-
305
- export const ListStartGte = {
306
- SupportedRequired: "supported-required",
307
- Supported: "supported",
308
- NotSupported: "not-supported",
309
- } as const;
310
- export type ListStartGte = ClosedEnum<typeof ListStartGte>;
311
-
312
- export const ListStudentId = {
313
- SupportedRequired: "supported-required",
314
- Supported: "supported",
315
- NotSupported: "not-supported",
316
- } as const;
317
- export type ListStudentId = ClosedEnum<typeof ListStudentId>;
318
-
319
- export const ListTaskId = {
320
- SupportedRequired: "supported-required",
321
- Supported: "supported",
322
- NotSupported: "not-supported",
323
- } as const;
324
- export type ListTaskId = ClosedEnum<typeof ListTaskId>;
325
-
326
- export const ListTicketId = {
327
- SupportedRequired: "supported-required",
328
- Supported: "supported",
329
- NotSupported: "not-supported",
330
- } as const;
331
- export type ListTicketId = ClosedEnum<typeof ListTicketId>;
332
-
333
- export const ListType = {
334
- SupportedRequired: "supported-required",
335
- Supported: "supported",
336
- NotSupported: "not-supported",
337
- } as const;
338
- export type ListType = ClosedEnum<typeof ListType>;
339
-
340
- export const ListUpdatedGte = {
341
- SupportedRequired: "supported-required",
342
- Supported: "supported",
343
- NotSupported: "not-supported",
344
- } as const;
345
- export type ListUpdatedGte = ClosedEnum<typeof ListUpdatedGte>;
346
-
347
- export const ListUserId = {
348
- SupportedRequired: "supported-required",
349
- Supported: "supported",
350
- NotSupported: "not-supported",
351
- } as const;
352
- export type ListUserId = ClosedEnum<typeof ListUserId>;
353
-
354
- export const NativeWebhookParentId = {
355
- SupportedRequired: "supported-required",
356
- Supported: "supported",
357
- NotSupported: "not-supported",
358
- } as const;
359
- export type NativeWebhookParentId = ClosedEnum<typeof NativeWebhookParentId>;
360
-
361
- export const NativeWebhookProjectId = {
362
- SupportedRequired: "supported-required",
363
- Supported: "supported",
364
- NotSupported: "not-supported",
365
- } as const;
366
- export type NativeWebhookProjectId = ClosedEnum<typeof NativeWebhookProjectId>;
367
-
368
- export const SearchDomain = {
369
- SupportedRequired: "supported-required",
370
- Supported: "supported",
371
- NotSupported: "not-supported",
372
- } as const;
373
- export type SearchDomain = ClosedEnum<typeof SearchDomain>;
374
-
375
- export const SearchEmail = {
376
- SupportedRequired: "supported-required",
377
- Supported: "supported",
378
- NotSupported: "not-supported",
379
- } as const;
380
- export type SearchEmail = ClosedEnum<typeof SearchEmail>;
381
-
382
- export const SearchLinkedinurl = {
383
- SupportedRequired: "supported-required",
384
- Supported: "supported",
385
- NotSupported: "not-supported",
386
- } as const;
387
- export type SearchLinkedinurl = ClosedEnum<typeof SearchLinkedinurl>;
388
-
389
- export const SearchName = {
390
- SupportedRequired: "supported-required",
391
- Supported: "supported",
392
- NotSupported: "not-supported",
393
- } as const;
394
- export type SearchName = ClosedEnum<typeof SearchName>;
395
-
396
- export const SearchTwitter = {
397
- SupportedRequired: "supported-required",
398
- Supported: "supported",
399
- NotSupported: "not-supported",
400
- } as const;
401
- export type SearchTwitter = ClosedEnum<typeof SearchTwitter>;
402
-
403
- export const VirtualWebhookChannelId = {
404
- SupportedRequired: "supported-required",
405
- Supported: "supported",
406
- NotSupported: "not-supported",
407
- } as const;
408
- export type VirtualWebhookChannelId = ClosedEnum<
409
- typeof VirtualWebhookChannelId
410
- >;
411
-
412
- export const VirtualWebhookCompanyId = {
413
- SupportedRequired: "supported-required",
414
- Supported: "supported",
415
- NotSupported: "not-supported",
416
- } as const;
417
- export type VirtualWebhookCompanyId = ClosedEnum<
418
- typeof VirtualWebhookCompanyId
419
- >;
420
-
421
- export const VirtualWebhookContactId = {
422
- SupportedRequired: "supported-required",
423
- Supported: "supported",
424
- NotSupported: "not-supported",
425
- } as const;
426
- export type VirtualWebhookContactId = ClosedEnum<
427
- typeof VirtualWebhookContactId
428
- >;
429
-
430
- export const VirtualWebhookDealId = {
431
- SupportedRequired: "supported-required",
432
- Supported: "supported",
433
- NotSupported: "not-supported",
434
- } as const;
435
- export type VirtualWebhookDealId = ClosedEnum<typeof VirtualWebhookDealId>;
436
-
437
- export const VirtualWebhookJobId = {
438
- SupportedRequired: "supported-required",
439
- Supported: "supported",
440
- NotSupported: "not-supported",
441
- } as const;
442
- export type VirtualWebhookJobId = ClosedEnum<typeof VirtualWebhookJobId>;
443
-
444
- export const VirtualWebhookLimit = {
445
- SupportedRequired: "supported-required",
446
- Supported: "supported",
447
- NotSupported: "not-supported",
448
- } as const;
449
- export type VirtualWebhookLimit = ClosedEnum<typeof VirtualWebhookLimit>;
450
-
451
- export const VirtualWebhookParentId = {
452
- SupportedRequired: "supported-required",
453
- Supported: "supported",
454
- NotSupported: "not-supported",
455
- } as const;
456
- export type VirtualWebhookParentId = ClosedEnum<typeof VirtualWebhookParentId>;
457
-
458
- export const VirtualWebhookTicketId = {
459
- SupportedRequired: "supported-required",
460
- Supported: "supported",
461
- NotSupported: "not-supported",
462
- } as const;
463
- export type VirtualWebhookTicketId = ClosedEnum<typeof VirtualWebhookTicketId>;
464
-
465
- export const VirtualWebhookType = {
466
- SupportedRequired: "supported-required",
467
- Supported: "supported",
468
- NotSupported: "not-supported",
469
- } as const;
470
- export type VirtualWebhookType = ClosedEnum<typeof VirtualWebhookType>;
471
-
472
- export const VirtualWebhookUpdatedGte = {
473
- SupportedRequired: "supported-required",
474
- Supported: "supported",
475
- NotSupported: "not-supported",
476
- } as const;
477
- export type VirtualWebhookUpdatedGte = ClosedEnum<
478
- typeof VirtualWebhookUpdatedGte
479
- >;
480
-
481
- export const VirtualWebhookUserId = {
482
- SupportedRequired: "supported-required",
483
- Supported: "supported",
484
- NotSupported: "not-supported",
485
- } as const;
486
- export type VirtualWebhookUserId = ClosedEnum<typeof VirtualWebhookUserId>;
487
-
488
- export type IntegrationSupport = {
489
- fromWebhook?: FromWebhook | undefined;
490
- inboundFields?: { [k: string]: any } | undefined;
491
- listAccountId?: ListAccountId | undefined;
492
- listApplicationId?: ListApplicationId | undefined;
493
- listCalendarId?: ListCalendarId | undefined;
494
- listCallId?: ListCallId | undefined;
495
- listCandidateId?: ListCandidateId | undefined;
496
- listChannelId?: ListChannelId | undefined;
497
- listClassId?: ListClassId | undefined;
498
- listCollectionId?: ListCollectionId | undefined;
499
- listCompanyId?: ListCompanyId | undefined;
500
- listContactId?: ListContactId | undefined;
501
- listCourseId?: ListCourseId | undefined;
502
- listCustomerId?: ListCustomerId | undefined;
503
- listDealId?: ListDealId | undefined;
504
- listEndLe?: ListEndLe | undefined;
505
- listEventId?: ListEventId | undefined;
506
- listInstructorId?: ListInstructorId | undefined;
507
- listInterviewId?: ListInterviewId | undefined;
508
- listInvoiceId?: ListInvoiceId | undefined;
509
- listItemId?: ListItemId | undefined;
510
- listItemVariantId?: ListItemVariantId | undefined;
511
- listJobId?: ListJobId | undefined;
512
- listLeadId?: ListLeadId | undefined;
513
- listLimit?: ListLimit | undefined;
514
- listLinkId?: ListLinkId | undefined;
515
- listListId?: ListListId | undefined;
516
- listLocationId?: ListLocationId | undefined;
517
- listOffset?: ListOffset | undefined;
518
- listOrder?: ListOrder | undefined;
519
- listOrgId?: ListOrgId | undefined;
520
- listPageId?: ListPageId | undefined;
521
- listParentId?: ListParentId | undefined;
522
- listProjectId?: ListProjectId | undefined;
523
- listQuery?: ListQuery | undefined;
524
- listRawFields?: ListRawFields | undefined;
525
- listRepoId?: ListRepoId | undefined;
526
- listRootId?: ListRootId | undefined;
527
- listSortByCreatedAt?: ListSortByCreatedAt | undefined;
528
- listSortByName?: ListSortByName | undefined;
529
- listSortByUpdatedAt?: ListSortByUpdatedAt | undefined;
530
- listSpaceId?: ListSpaceId | undefined;
531
- listStartGte?: ListStartGte | undefined;
532
- listStudentId?: ListStudentId | undefined;
533
- listTaskId?: ListTaskId | undefined;
534
- listTicketId?: ListTicketId | undefined;
535
- listType?: ListType | undefined;
536
- listUpdatedGte?: ListUpdatedGte | undefined;
537
- listUserId?: ListUserId | undefined;
538
- methods?: { [k: string]: any } | undefined;
539
- nativeWebhookParentId?: NativeWebhookParentId | undefined;
540
- nativeWebhookProjectId?: NativeWebhookProjectId | undefined;
541
- outboundFields?: { [k: string]: any } | undefined;
542
- /**
543
- * objects that we map from in the integration
544
- */
545
- rawObjects?: Array<string> | undefined;
546
- searchDomain?: SearchDomain | undefined;
547
- searchEmail?: SearchEmail | undefined;
548
- searchLinkedinurl?: SearchLinkedinurl | undefined;
549
- searchName?: SearchName | undefined;
550
- searchTwitter?: SearchTwitter | undefined;
551
- slowFields?: Array<string> | undefined;
552
- virtualWebhookChannelId?: VirtualWebhookChannelId | undefined;
553
- virtualWebhookCompanyId?: VirtualWebhookCompanyId | undefined;
554
- virtualWebhookContactId?: VirtualWebhookContactId | undefined;
555
- virtualWebhookDealId?: VirtualWebhookDealId | undefined;
556
- virtualWebhookJobId?: VirtualWebhookJobId | undefined;
557
- virtualWebhookLimit?: VirtualWebhookLimit | undefined;
558
- virtualWebhookParentId?: VirtualWebhookParentId | undefined;
559
- virtualWebhookTicketId?: VirtualWebhookTicketId | undefined;
560
- virtualWebhookType?: VirtualWebhookType | undefined;
561
- virtualWebhookUpdatedGte?: VirtualWebhookUpdatedGte | undefined;
562
- virtualWebhookUserId?: VirtualWebhookUserId | undefined;
563
- webhookEvents?: PropertyIntegrationSupportWebhookEvents | undefined;
564
- };
565
-
566
- /** @internal */
567
- export const FromWebhook$inboundSchema: z.ZodNativeEnum<typeof FromWebhook> = z
568
- .nativeEnum(FromWebhook);
569
-
570
- /** @internal */
571
- export const FromWebhook$outboundSchema: z.ZodNativeEnum<typeof FromWebhook> =
572
- FromWebhook$inboundSchema;
573
-
574
- /**
575
- * @internal
576
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
577
- */
578
- export namespace FromWebhook$ {
579
- /** @deprecated use `FromWebhook$inboundSchema` instead. */
580
- export const inboundSchema = FromWebhook$inboundSchema;
581
- /** @deprecated use `FromWebhook$outboundSchema` instead. */
582
- export const outboundSchema = FromWebhook$outboundSchema;
583
- }
584
-
585
- /** @internal */
586
- export const ListAccountId$inboundSchema: z.ZodNativeEnum<
587
- typeof ListAccountId
588
- > = z.nativeEnum(ListAccountId);
589
-
590
- /** @internal */
591
- export const ListAccountId$outboundSchema: z.ZodNativeEnum<
592
- typeof ListAccountId
593
- > = ListAccountId$inboundSchema;
594
-
595
- /**
596
- * @internal
597
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
598
- */
599
- export namespace ListAccountId$ {
600
- /** @deprecated use `ListAccountId$inboundSchema` instead. */
601
- export const inboundSchema = ListAccountId$inboundSchema;
602
- /** @deprecated use `ListAccountId$outboundSchema` instead. */
603
- export const outboundSchema = ListAccountId$outboundSchema;
604
- }
605
-
606
- /** @internal */
607
- export const ListApplicationId$inboundSchema: z.ZodNativeEnum<
608
- typeof ListApplicationId
609
- > = z.nativeEnum(ListApplicationId);
610
-
611
- /** @internal */
612
- export const ListApplicationId$outboundSchema: z.ZodNativeEnum<
613
- typeof ListApplicationId
614
- > = ListApplicationId$inboundSchema;
615
-
616
- /**
617
- * @internal
618
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
619
- */
620
- export namespace ListApplicationId$ {
621
- /** @deprecated use `ListApplicationId$inboundSchema` instead. */
622
- export const inboundSchema = ListApplicationId$inboundSchema;
623
- /** @deprecated use `ListApplicationId$outboundSchema` instead. */
624
- export const outboundSchema = ListApplicationId$outboundSchema;
625
- }
626
-
627
- /** @internal */
628
- export const ListCalendarId$inboundSchema: z.ZodNativeEnum<
629
- typeof ListCalendarId
630
- > = z.nativeEnum(ListCalendarId);
631
-
632
- /** @internal */
633
- export const ListCalendarId$outboundSchema: z.ZodNativeEnum<
634
- typeof ListCalendarId
635
- > = ListCalendarId$inboundSchema;
636
-
637
- /**
638
- * @internal
639
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
640
- */
641
- export namespace ListCalendarId$ {
642
- /** @deprecated use `ListCalendarId$inboundSchema` instead. */
643
- export const inboundSchema = ListCalendarId$inboundSchema;
644
- /** @deprecated use `ListCalendarId$outboundSchema` instead. */
645
- export const outboundSchema = ListCalendarId$outboundSchema;
646
- }
647
-
648
- /** @internal */
649
- export const ListCallId$inboundSchema: z.ZodNativeEnum<typeof ListCallId> = z
650
- .nativeEnum(ListCallId);
651
-
652
- /** @internal */
653
- export const ListCallId$outboundSchema: z.ZodNativeEnum<typeof ListCallId> =
654
- ListCallId$inboundSchema;
655
-
656
- /**
657
- * @internal
658
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
659
- */
660
- export namespace ListCallId$ {
661
- /** @deprecated use `ListCallId$inboundSchema` instead. */
662
- export const inboundSchema = ListCallId$inboundSchema;
663
- /** @deprecated use `ListCallId$outboundSchema` instead. */
664
- export const outboundSchema = ListCallId$outboundSchema;
665
- }
666
-
667
- /** @internal */
668
- export const ListCandidateId$inboundSchema: z.ZodNativeEnum<
669
- typeof ListCandidateId
670
- > = z.nativeEnum(ListCandidateId);
671
-
672
- /** @internal */
673
- export const ListCandidateId$outboundSchema: z.ZodNativeEnum<
674
- typeof ListCandidateId
675
- > = ListCandidateId$inboundSchema;
676
-
677
- /**
678
- * @internal
679
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
680
- */
681
- export namespace ListCandidateId$ {
682
- /** @deprecated use `ListCandidateId$inboundSchema` instead. */
683
- export const inboundSchema = ListCandidateId$inboundSchema;
684
- /** @deprecated use `ListCandidateId$outboundSchema` instead. */
685
- export const outboundSchema = ListCandidateId$outboundSchema;
686
- }
687
-
688
- /** @internal */
689
- export const ListChannelId$inboundSchema: z.ZodNativeEnum<
690
- typeof ListChannelId
691
- > = z.nativeEnum(ListChannelId);
692
-
693
- /** @internal */
694
- export const ListChannelId$outboundSchema: z.ZodNativeEnum<
695
- typeof ListChannelId
696
- > = ListChannelId$inboundSchema;
697
-
698
- /**
699
- * @internal
700
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
701
- */
702
- export namespace ListChannelId$ {
703
- /** @deprecated use `ListChannelId$inboundSchema` instead. */
704
- export const inboundSchema = ListChannelId$inboundSchema;
705
- /** @deprecated use `ListChannelId$outboundSchema` instead. */
706
- export const outboundSchema = ListChannelId$outboundSchema;
707
- }
708
-
709
- /** @internal */
710
- export const ListClassId$inboundSchema: z.ZodNativeEnum<typeof ListClassId> = z
711
- .nativeEnum(ListClassId);
712
-
713
- /** @internal */
714
- export const ListClassId$outboundSchema: z.ZodNativeEnum<typeof ListClassId> =
715
- ListClassId$inboundSchema;
716
-
717
- /**
718
- * @internal
719
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
720
- */
721
- export namespace ListClassId$ {
722
- /** @deprecated use `ListClassId$inboundSchema` instead. */
723
- export const inboundSchema = ListClassId$inboundSchema;
724
- /** @deprecated use `ListClassId$outboundSchema` instead. */
725
- export const outboundSchema = ListClassId$outboundSchema;
726
- }
727
-
728
- /** @internal */
729
- export const ListCollectionId$inboundSchema: z.ZodNativeEnum<
730
- typeof ListCollectionId
731
- > = z.nativeEnum(ListCollectionId);
732
-
733
- /** @internal */
734
- export const ListCollectionId$outboundSchema: z.ZodNativeEnum<
735
- typeof ListCollectionId
736
- > = ListCollectionId$inboundSchema;
737
-
738
- /**
739
- * @internal
740
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
741
- */
742
- export namespace ListCollectionId$ {
743
- /** @deprecated use `ListCollectionId$inboundSchema` instead. */
744
- export const inboundSchema = ListCollectionId$inboundSchema;
745
- /** @deprecated use `ListCollectionId$outboundSchema` instead. */
746
- export const outboundSchema = ListCollectionId$outboundSchema;
747
- }
748
-
749
- /** @internal */
750
- export const ListCompanyId$inboundSchema: z.ZodNativeEnum<
751
- typeof ListCompanyId
752
- > = z.nativeEnum(ListCompanyId);
753
-
754
- /** @internal */
755
- export const ListCompanyId$outboundSchema: z.ZodNativeEnum<
756
- typeof ListCompanyId
757
- > = ListCompanyId$inboundSchema;
758
-
759
- /**
760
- * @internal
761
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
762
- */
763
- export namespace ListCompanyId$ {
764
- /** @deprecated use `ListCompanyId$inboundSchema` instead. */
765
- export const inboundSchema = ListCompanyId$inboundSchema;
766
- /** @deprecated use `ListCompanyId$outboundSchema` instead. */
767
- export const outboundSchema = ListCompanyId$outboundSchema;
768
- }
769
-
770
- /** @internal */
771
- export const ListContactId$inboundSchema: z.ZodNativeEnum<
772
- typeof ListContactId
773
- > = z.nativeEnum(ListContactId);
774
-
775
- /** @internal */
776
- export const ListContactId$outboundSchema: z.ZodNativeEnum<
777
- typeof ListContactId
778
- > = ListContactId$inboundSchema;
779
-
780
- /**
781
- * @internal
782
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
783
- */
784
- export namespace ListContactId$ {
785
- /** @deprecated use `ListContactId$inboundSchema` instead. */
786
- export const inboundSchema = ListContactId$inboundSchema;
787
- /** @deprecated use `ListContactId$outboundSchema` instead. */
788
- export const outboundSchema = ListContactId$outboundSchema;
789
- }
790
-
791
- /** @internal */
792
- export const ListCourseId$inboundSchema: z.ZodNativeEnum<typeof ListCourseId> =
793
- z.nativeEnum(ListCourseId);
794
-
795
- /** @internal */
796
- export const ListCourseId$outboundSchema: z.ZodNativeEnum<typeof ListCourseId> =
797
- ListCourseId$inboundSchema;
798
-
799
- /**
800
- * @internal
801
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
802
- */
803
- export namespace ListCourseId$ {
804
- /** @deprecated use `ListCourseId$inboundSchema` instead. */
805
- export const inboundSchema = ListCourseId$inboundSchema;
806
- /** @deprecated use `ListCourseId$outboundSchema` instead. */
807
- export const outboundSchema = ListCourseId$outboundSchema;
808
- }
809
-
810
- /** @internal */
811
- export const ListCustomerId$inboundSchema: z.ZodNativeEnum<
812
- typeof ListCustomerId
813
- > = z.nativeEnum(ListCustomerId);
814
-
815
- /** @internal */
816
- export const ListCustomerId$outboundSchema: z.ZodNativeEnum<
817
- typeof ListCustomerId
818
- > = ListCustomerId$inboundSchema;
819
-
820
- /**
821
- * @internal
822
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
823
- */
824
- export namespace ListCustomerId$ {
825
- /** @deprecated use `ListCustomerId$inboundSchema` instead. */
826
- export const inboundSchema = ListCustomerId$inboundSchema;
827
- /** @deprecated use `ListCustomerId$outboundSchema` instead. */
828
- export const outboundSchema = ListCustomerId$outboundSchema;
829
- }
830
-
831
- /** @internal */
832
- export const ListDealId$inboundSchema: z.ZodNativeEnum<typeof ListDealId> = z
833
- .nativeEnum(ListDealId);
834
-
835
- /** @internal */
836
- export const ListDealId$outboundSchema: z.ZodNativeEnum<typeof ListDealId> =
837
- ListDealId$inboundSchema;
838
-
839
- /**
840
- * @internal
841
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
842
- */
843
- export namespace ListDealId$ {
844
- /** @deprecated use `ListDealId$inboundSchema` instead. */
845
- export const inboundSchema = ListDealId$inboundSchema;
846
- /** @deprecated use `ListDealId$outboundSchema` instead. */
847
- export const outboundSchema = ListDealId$outboundSchema;
848
- }
849
-
850
- /** @internal */
851
- export const ListEndLe$inboundSchema: z.ZodNativeEnum<typeof ListEndLe> = z
852
- .nativeEnum(ListEndLe);
853
-
854
- /** @internal */
855
- export const ListEndLe$outboundSchema: z.ZodNativeEnum<typeof ListEndLe> =
856
- ListEndLe$inboundSchema;
857
-
858
- /**
859
- * @internal
860
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
861
- */
862
- export namespace ListEndLe$ {
863
- /** @deprecated use `ListEndLe$inboundSchema` instead. */
864
- export const inboundSchema = ListEndLe$inboundSchema;
865
- /** @deprecated use `ListEndLe$outboundSchema` instead. */
866
- export const outboundSchema = ListEndLe$outboundSchema;
867
- }
868
-
869
- /** @internal */
870
- export const ListEventId$inboundSchema: z.ZodNativeEnum<typeof ListEventId> = z
871
- .nativeEnum(ListEventId);
872
-
873
- /** @internal */
874
- export const ListEventId$outboundSchema: z.ZodNativeEnum<typeof ListEventId> =
875
- ListEventId$inboundSchema;
876
-
877
- /**
878
- * @internal
879
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
880
- */
881
- export namespace ListEventId$ {
882
- /** @deprecated use `ListEventId$inboundSchema` instead. */
883
- export const inboundSchema = ListEventId$inboundSchema;
884
- /** @deprecated use `ListEventId$outboundSchema` instead. */
885
- export const outboundSchema = ListEventId$outboundSchema;
886
- }
887
-
888
- /** @internal */
889
- export const ListInstructorId$inboundSchema: z.ZodNativeEnum<
890
- typeof ListInstructorId
891
- > = z.nativeEnum(ListInstructorId);
892
-
893
- /** @internal */
894
- export const ListInstructorId$outboundSchema: z.ZodNativeEnum<
895
- typeof ListInstructorId
896
- > = ListInstructorId$inboundSchema;
897
-
898
- /**
899
- * @internal
900
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
901
- */
902
- export namespace ListInstructorId$ {
903
- /** @deprecated use `ListInstructorId$inboundSchema` instead. */
904
- export const inboundSchema = ListInstructorId$inboundSchema;
905
- /** @deprecated use `ListInstructorId$outboundSchema` instead. */
906
- export const outboundSchema = ListInstructorId$outboundSchema;
907
- }
908
-
909
- /** @internal */
910
- export const ListInterviewId$inboundSchema: z.ZodNativeEnum<
911
- typeof ListInterviewId
912
- > = z.nativeEnum(ListInterviewId);
913
-
914
- /** @internal */
915
- export const ListInterviewId$outboundSchema: z.ZodNativeEnum<
916
- typeof ListInterviewId
917
- > = ListInterviewId$inboundSchema;
918
-
919
- /**
920
- * @internal
921
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
922
- */
923
- export namespace ListInterviewId$ {
924
- /** @deprecated use `ListInterviewId$inboundSchema` instead. */
925
- export const inboundSchema = ListInterviewId$inboundSchema;
926
- /** @deprecated use `ListInterviewId$outboundSchema` instead. */
927
- export const outboundSchema = ListInterviewId$outboundSchema;
928
- }
929
-
930
- /** @internal */
931
- export const ListInvoiceId$inboundSchema: z.ZodNativeEnum<
932
- typeof ListInvoiceId
933
- > = z.nativeEnum(ListInvoiceId);
934
-
935
- /** @internal */
936
- export const ListInvoiceId$outboundSchema: z.ZodNativeEnum<
937
- typeof ListInvoiceId
938
- > = ListInvoiceId$inboundSchema;
939
-
940
- /**
941
- * @internal
942
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
943
- */
944
- export namespace ListInvoiceId$ {
945
- /** @deprecated use `ListInvoiceId$inboundSchema` instead. */
946
- export const inboundSchema = ListInvoiceId$inboundSchema;
947
- /** @deprecated use `ListInvoiceId$outboundSchema` instead. */
948
- export const outboundSchema = ListInvoiceId$outboundSchema;
949
- }
950
-
951
- /** @internal */
952
- export const ListItemId$inboundSchema: z.ZodNativeEnum<typeof ListItemId> = z
953
- .nativeEnum(ListItemId);
954
-
955
- /** @internal */
956
- export const ListItemId$outboundSchema: z.ZodNativeEnum<typeof ListItemId> =
957
- ListItemId$inboundSchema;
958
-
959
- /**
960
- * @internal
961
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
962
- */
963
- export namespace ListItemId$ {
964
- /** @deprecated use `ListItemId$inboundSchema` instead. */
965
- export const inboundSchema = ListItemId$inboundSchema;
966
- /** @deprecated use `ListItemId$outboundSchema` instead. */
967
- export const outboundSchema = ListItemId$outboundSchema;
968
- }
969
-
970
- /** @internal */
971
- export const ListItemVariantId$inboundSchema: z.ZodNativeEnum<
972
- typeof ListItemVariantId
973
- > = z.nativeEnum(ListItemVariantId);
974
-
975
- /** @internal */
976
- export const ListItemVariantId$outboundSchema: z.ZodNativeEnum<
977
- typeof ListItemVariantId
978
- > = ListItemVariantId$inboundSchema;
979
-
980
- /**
981
- * @internal
982
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
983
- */
984
- export namespace ListItemVariantId$ {
985
- /** @deprecated use `ListItemVariantId$inboundSchema` instead. */
986
- export const inboundSchema = ListItemVariantId$inboundSchema;
987
- /** @deprecated use `ListItemVariantId$outboundSchema` instead. */
988
- export const outboundSchema = ListItemVariantId$outboundSchema;
989
- }
990
-
991
- /** @internal */
992
- export const ListJobId$inboundSchema: z.ZodNativeEnum<typeof ListJobId> = z
993
- .nativeEnum(ListJobId);
994
-
995
- /** @internal */
996
- export const ListJobId$outboundSchema: z.ZodNativeEnum<typeof ListJobId> =
997
- ListJobId$inboundSchema;
998
-
999
- /**
1000
- * @internal
1001
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1002
- */
1003
- export namespace ListJobId$ {
1004
- /** @deprecated use `ListJobId$inboundSchema` instead. */
1005
- export const inboundSchema = ListJobId$inboundSchema;
1006
- /** @deprecated use `ListJobId$outboundSchema` instead. */
1007
- export const outboundSchema = ListJobId$outboundSchema;
1008
- }
1009
-
1010
- /** @internal */
1011
- export const ListLeadId$inboundSchema: z.ZodNativeEnum<typeof ListLeadId> = z
1012
- .nativeEnum(ListLeadId);
1013
-
1014
- /** @internal */
1015
- export const ListLeadId$outboundSchema: z.ZodNativeEnum<typeof ListLeadId> =
1016
- ListLeadId$inboundSchema;
1017
-
1018
- /**
1019
- * @internal
1020
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1021
- */
1022
- export namespace ListLeadId$ {
1023
- /** @deprecated use `ListLeadId$inboundSchema` instead. */
1024
- export const inboundSchema = ListLeadId$inboundSchema;
1025
- /** @deprecated use `ListLeadId$outboundSchema` instead. */
1026
- export const outboundSchema = ListLeadId$outboundSchema;
1027
- }
1028
-
1029
- /** @internal */
1030
- export const ListLimit$inboundSchema: z.ZodNativeEnum<typeof ListLimit> = z
1031
- .nativeEnum(ListLimit);
1032
-
1033
- /** @internal */
1034
- export const ListLimit$outboundSchema: z.ZodNativeEnum<typeof ListLimit> =
1035
- ListLimit$inboundSchema;
1036
-
1037
- /**
1038
- * @internal
1039
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1040
- */
1041
- export namespace ListLimit$ {
1042
- /** @deprecated use `ListLimit$inboundSchema` instead. */
1043
- export const inboundSchema = ListLimit$inboundSchema;
1044
- /** @deprecated use `ListLimit$outboundSchema` instead. */
1045
- export const outboundSchema = ListLimit$outboundSchema;
1046
- }
1047
-
1048
- /** @internal */
1049
- export const ListLinkId$inboundSchema: z.ZodNativeEnum<typeof ListLinkId> = z
1050
- .nativeEnum(ListLinkId);
1051
-
1052
- /** @internal */
1053
- export const ListLinkId$outboundSchema: z.ZodNativeEnum<typeof ListLinkId> =
1054
- ListLinkId$inboundSchema;
1055
-
1056
- /**
1057
- * @internal
1058
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1059
- */
1060
- export namespace ListLinkId$ {
1061
- /** @deprecated use `ListLinkId$inboundSchema` instead. */
1062
- export const inboundSchema = ListLinkId$inboundSchema;
1063
- /** @deprecated use `ListLinkId$outboundSchema` instead. */
1064
- export const outboundSchema = ListLinkId$outboundSchema;
1065
- }
1066
-
1067
- /** @internal */
1068
- export const ListListId$inboundSchema: z.ZodNativeEnum<typeof ListListId> = z
1069
- .nativeEnum(ListListId);
1070
-
1071
- /** @internal */
1072
- export const ListListId$outboundSchema: z.ZodNativeEnum<typeof ListListId> =
1073
- ListListId$inboundSchema;
1074
-
1075
- /**
1076
- * @internal
1077
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1078
- */
1079
- export namespace ListListId$ {
1080
- /** @deprecated use `ListListId$inboundSchema` instead. */
1081
- export const inboundSchema = ListListId$inboundSchema;
1082
- /** @deprecated use `ListListId$outboundSchema` instead. */
1083
- export const outboundSchema = ListListId$outboundSchema;
1084
- }
1085
-
1086
- /** @internal */
1087
- export const ListLocationId$inboundSchema: z.ZodNativeEnum<
1088
- typeof ListLocationId
1089
- > = z.nativeEnum(ListLocationId);
1090
-
1091
- /** @internal */
1092
- export const ListLocationId$outboundSchema: z.ZodNativeEnum<
1093
- typeof ListLocationId
1094
- > = ListLocationId$inboundSchema;
1095
-
1096
- /**
1097
- * @internal
1098
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1099
- */
1100
- export namespace ListLocationId$ {
1101
- /** @deprecated use `ListLocationId$inboundSchema` instead. */
1102
- export const inboundSchema = ListLocationId$inboundSchema;
1103
- /** @deprecated use `ListLocationId$outboundSchema` instead. */
1104
- export const outboundSchema = ListLocationId$outboundSchema;
1105
- }
1106
-
1107
- /** @internal */
1108
- export const ListOffset$inboundSchema: z.ZodNativeEnum<typeof ListOffset> = z
1109
- .nativeEnum(ListOffset);
1110
-
1111
- /** @internal */
1112
- export const ListOffset$outboundSchema: z.ZodNativeEnum<typeof ListOffset> =
1113
- ListOffset$inboundSchema;
1114
-
1115
- /**
1116
- * @internal
1117
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1118
- */
1119
- export namespace ListOffset$ {
1120
- /** @deprecated use `ListOffset$inboundSchema` instead. */
1121
- export const inboundSchema = ListOffset$inboundSchema;
1122
- /** @deprecated use `ListOffset$outboundSchema` instead. */
1123
- export const outboundSchema = ListOffset$outboundSchema;
1124
- }
1125
-
1126
- /** @internal */
1127
- export const ListOrder$inboundSchema: z.ZodNativeEnum<typeof ListOrder> = z
1128
- .nativeEnum(ListOrder);
1129
-
1130
- /** @internal */
1131
- export const ListOrder$outboundSchema: z.ZodNativeEnum<typeof ListOrder> =
1132
- ListOrder$inboundSchema;
1133
-
1134
- /**
1135
- * @internal
1136
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1137
- */
1138
- export namespace ListOrder$ {
1139
- /** @deprecated use `ListOrder$inboundSchema` instead. */
1140
- export const inboundSchema = ListOrder$inboundSchema;
1141
- /** @deprecated use `ListOrder$outboundSchema` instead. */
1142
- export const outboundSchema = ListOrder$outboundSchema;
1143
- }
1144
-
1145
- /** @internal */
1146
- export const ListOrgId$inboundSchema: z.ZodNativeEnum<typeof ListOrgId> = z
1147
- .nativeEnum(ListOrgId);
1148
-
1149
- /** @internal */
1150
- export const ListOrgId$outboundSchema: z.ZodNativeEnum<typeof ListOrgId> =
1151
- ListOrgId$inboundSchema;
1152
-
1153
- /**
1154
- * @internal
1155
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1156
- */
1157
- export namespace ListOrgId$ {
1158
- /** @deprecated use `ListOrgId$inboundSchema` instead. */
1159
- export const inboundSchema = ListOrgId$inboundSchema;
1160
- /** @deprecated use `ListOrgId$outboundSchema` instead. */
1161
- export const outboundSchema = ListOrgId$outboundSchema;
1162
- }
1163
-
1164
- /** @internal */
1165
- export const ListPageId$inboundSchema: z.ZodNativeEnum<typeof ListPageId> = z
1166
- .nativeEnum(ListPageId);
1167
-
1168
- /** @internal */
1169
- export const ListPageId$outboundSchema: z.ZodNativeEnum<typeof ListPageId> =
1170
- ListPageId$inboundSchema;
1171
-
1172
- /**
1173
- * @internal
1174
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1175
- */
1176
- export namespace ListPageId$ {
1177
- /** @deprecated use `ListPageId$inboundSchema` instead. */
1178
- export const inboundSchema = ListPageId$inboundSchema;
1179
- /** @deprecated use `ListPageId$outboundSchema` instead. */
1180
- export const outboundSchema = ListPageId$outboundSchema;
1181
- }
1182
-
1183
- /** @internal */
1184
- export const ListParentId$inboundSchema: z.ZodNativeEnum<typeof ListParentId> =
1185
- z.nativeEnum(ListParentId);
1186
-
1187
- /** @internal */
1188
- export const ListParentId$outboundSchema: z.ZodNativeEnum<typeof ListParentId> =
1189
- ListParentId$inboundSchema;
1190
-
1191
- /**
1192
- * @internal
1193
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1194
- */
1195
- export namespace ListParentId$ {
1196
- /** @deprecated use `ListParentId$inboundSchema` instead. */
1197
- export const inboundSchema = ListParentId$inboundSchema;
1198
- /** @deprecated use `ListParentId$outboundSchema` instead. */
1199
- export const outboundSchema = ListParentId$outboundSchema;
1200
- }
1201
-
1202
- /** @internal */
1203
- export const ListProjectId$inboundSchema: z.ZodNativeEnum<
1204
- typeof ListProjectId
1205
- > = z.nativeEnum(ListProjectId);
1206
-
1207
- /** @internal */
1208
- export const ListProjectId$outboundSchema: z.ZodNativeEnum<
1209
- typeof ListProjectId
1210
- > = ListProjectId$inboundSchema;
1211
-
1212
- /**
1213
- * @internal
1214
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1215
- */
1216
- export namespace ListProjectId$ {
1217
- /** @deprecated use `ListProjectId$inboundSchema` instead. */
1218
- export const inboundSchema = ListProjectId$inboundSchema;
1219
- /** @deprecated use `ListProjectId$outboundSchema` instead. */
1220
- export const outboundSchema = ListProjectId$outboundSchema;
1221
- }
1222
-
1223
- /** @internal */
1224
- export const ListQuery$inboundSchema: z.ZodNativeEnum<typeof ListQuery> = z
1225
- .nativeEnum(ListQuery);
1226
-
1227
- /** @internal */
1228
- export const ListQuery$outboundSchema: z.ZodNativeEnum<typeof ListQuery> =
1229
- ListQuery$inboundSchema;
1230
-
1231
- /**
1232
- * @internal
1233
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1234
- */
1235
- export namespace ListQuery$ {
1236
- /** @deprecated use `ListQuery$inboundSchema` instead. */
1237
- export const inboundSchema = ListQuery$inboundSchema;
1238
- /** @deprecated use `ListQuery$outboundSchema` instead. */
1239
- export const outboundSchema = ListQuery$outboundSchema;
1240
- }
1241
-
1242
- /** @internal */
1243
- export const ListRawFields$inboundSchema: z.ZodNativeEnum<
1244
- typeof ListRawFields
1245
- > = z.nativeEnum(ListRawFields);
1246
-
1247
- /** @internal */
1248
- export const ListRawFields$outboundSchema: z.ZodNativeEnum<
1249
- typeof ListRawFields
1250
- > = ListRawFields$inboundSchema;
1251
-
1252
- /**
1253
- * @internal
1254
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1255
- */
1256
- export namespace ListRawFields$ {
1257
- /** @deprecated use `ListRawFields$inboundSchema` instead. */
1258
- export const inboundSchema = ListRawFields$inboundSchema;
1259
- /** @deprecated use `ListRawFields$outboundSchema` instead. */
1260
- export const outboundSchema = ListRawFields$outboundSchema;
1261
- }
1262
-
1263
- /** @internal */
1264
- export const ListRepoId$inboundSchema: z.ZodNativeEnum<typeof ListRepoId> = z
1265
- .nativeEnum(ListRepoId);
1266
-
1267
- /** @internal */
1268
- export const ListRepoId$outboundSchema: z.ZodNativeEnum<typeof ListRepoId> =
1269
- ListRepoId$inboundSchema;
1270
-
1271
- /**
1272
- * @internal
1273
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1274
- */
1275
- export namespace ListRepoId$ {
1276
- /** @deprecated use `ListRepoId$inboundSchema` instead. */
1277
- export const inboundSchema = ListRepoId$inboundSchema;
1278
- /** @deprecated use `ListRepoId$outboundSchema` instead. */
1279
- export const outboundSchema = ListRepoId$outboundSchema;
1280
- }
1281
-
1282
- /** @internal */
1283
- export const ListRootId$inboundSchema: z.ZodNativeEnum<typeof ListRootId> = z
1284
- .nativeEnum(ListRootId);
1285
-
1286
- /** @internal */
1287
- export const ListRootId$outboundSchema: z.ZodNativeEnum<typeof ListRootId> =
1288
- ListRootId$inboundSchema;
1289
-
1290
- /**
1291
- * @internal
1292
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1293
- */
1294
- export namespace ListRootId$ {
1295
- /** @deprecated use `ListRootId$inboundSchema` instead. */
1296
- export const inboundSchema = ListRootId$inboundSchema;
1297
- /** @deprecated use `ListRootId$outboundSchema` instead. */
1298
- export const outboundSchema = ListRootId$outboundSchema;
1299
- }
1300
-
1301
- /** @internal */
1302
- export const ListSortByCreatedAt$inboundSchema: z.ZodNativeEnum<
1303
- typeof ListSortByCreatedAt
1304
- > = z.nativeEnum(ListSortByCreatedAt);
1305
-
1306
- /** @internal */
1307
- export const ListSortByCreatedAt$outboundSchema: z.ZodNativeEnum<
1308
- typeof ListSortByCreatedAt
1309
- > = ListSortByCreatedAt$inboundSchema;
1310
-
1311
- /**
1312
- * @internal
1313
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1314
- */
1315
- export namespace ListSortByCreatedAt$ {
1316
- /** @deprecated use `ListSortByCreatedAt$inboundSchema` instead. */
1317
- export const inboundSchema = ListSortByCreatedAt$inboundSchema;
1318
- /** @deprecated use `ListSortByCreatedAt$outboundSchema` instead. */
1319
- export const outboundSchema = ListSortByCreatedAt$outboundSchema;
1320
- }
1321
-
1322
- /** @internal */
1323
- export const ListSortByName$inboundSchema: z.ZodNativeEnum<
1324
- typeof ListSortByName
1325
- > = z.nativeEnum(ListSortByName);
1326
-
1327
- /** @internal */
1328
- export const ListSortByName$outboundSchema: z.ZodNativeEnum<
1329
- typeof ListSortByName
1330
- > = ListSortByName$inboundSchema;
1331
-
1332
- /**
1333
- * @internal
1334
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1335
- */
1336
- export namespace ListSortByName$ {
1337
- /** @deprecated use `ListSortByName$inboundSchema` instead. */
1338
- export const inboundSchema = ListSortByName$inboundSchema;
1339
- /** @deprecated use `ListSortByName$outboundSchema` instead. */
1340
- export const outboundSchema = ListSortByName$outboundSchema;
1341
- }
1342
-
1343
- /** @internal */
1344
- export const ListSortByUpdatedAt$inboundSchema: z.ZodNativeEnum<
1345
- typeof ListSortByUpdatedAt
1346
- > = z.nativeEnum(ListSortByUpdatedAt);
1347
-
1348
- /** @internal */
1349
- export const ListSortByUpdatedAt$outboundSchema: z.ZodNativeEnum<
1350
- typeof ListSortByUpdatedAt
1351
- > = ListSortByUpdatedAt$inboundSchema;
1352
-
1353
- /**
1354
- * @internal
1355
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1356
- */
1357
- export namespace ListSortByUpdatedAt$ {
1358
- /** @deprecated use `ListSortByUpdatedAt$inboundSchema` instead. */
1359
- export const inboundSchema = ListSortByUpdatedAt$inboundSchema;
1360
- /** @deprecated use `ListSortByUpdatedAt$outboundSchema` instead. */
1361
- export const outboundSchema = ListSortByUpdatedAt$outboundSchema;
1362
- }
1363
-
1364
- /** @internal */
1365
- export const ListSpaceId$inboundSchema: z.ZodNativeEnum<typeof ListSpaceId> = z
1366
- .nativeEnum(ListSpaceId);
1367
-
1368
- /** @internal */
1369
- export const ListSpaceId$outboundSchema: z.ZodNativeEnum<typeof ListSpaceId> =
1370
- ListSpaceId$inboundSchema;
1371
-
1372
- /**
1373
- * @internal
1374
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1375
- */
1376
- export namespace ListSpaceId$ {
1377
- /** @deprecated use `ListSpaceId$inboundSchema` instead. */
1378
- export const inboundSchema = ListSpaceId$inboundSchema;
1379
- /** @deprecated use `ListSpaceId$outboundSchema` instead. */
1380
- export const outboundSchema = ListSpaceId$outboundSchema;
1381
- }
1382
-
1383
- /** @internal */
1384
- export const ListStartGte$inboundSchema: z.ZodNativeEnum<typeof ListStartGte> =
1385
- z.nativeEnum(ListStartGte);
1386
-
1387
- /** @internal */
1388
- export const ListStartGte$outboundSchema: z.ZodNativeEnum<typeof ListStartGte> =
1389
- ListStartGte$inboundSchema;
1390
-
1391
- /**
1392
- * @internal
1393
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1394
- */
1395
- export namespace ListStartGte$ {
1396
- /** @deprecated use `ListStartGte$inboundSchema` instead. */
1397
- export const inboundSchema = ListStartGte$inboundSchema;
1398
- /** @deprecated use `ListStartGte$outboundSchema` instead. */
1399
- export const outboundSchema = ListStartGte$outboundSchema;
1400
- }
1401
-
1402
- /** @internal */
1403
- export const ListStudentId$inboundSchema: z.ZodNativeEnum<
1404
- typeof ListStudentId
1405
- > = z.nativeEnum(ListStudentId);
1406
-
1407
- /** @internal */
1408
- export const ListStudentId$outboundSchema: z.ZodNativeEnum<
1409
- typeof ListStudentId
1410
- > = ListStudentId$inboundSchema;
1411
-
1412
- /**
1413
- * @internal
1414
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1415
- */
1416
- export namespace ListStudentId$ {
1417
- /** @deprecated use `ListStudentId$inboundSchema` instead. */
1418
- export const inboundSchema = ListStudentId$inboundSchema;
1419
- /** @deprecated use `ListStudentId$outboundSchema` instead. */
1420
- export const outboundSchema = ListStudentId$outboundSchema;
1421
- }
1422
-
1423
- /** @internal */
1424
- export const ListTaskId$inboundSchema: z.ZodNativeEnum<typeof ListTaskId> = z
1425
- .nativeEnum(ListTaskId);
1426
-
1427
- /** @internal */
1428
- export const ListTaskId$outboundSchema: z.ZodNativeEnum<typeof ListTaskId> =
1429
- ListTaskId$inboundSchema;
1430
-
1431
- /**
1432
- * @internal
1433
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1434
- */
1435
- export namespace ListTaskId$ {
1436
- /** @deprecated use `ListTaskId$inboundSchema` instead. */
1437
- export const inboundSchema = ListTaskId$inboundSchema;
1438
- /** @deprecated use `ListTaskId$outboundSchema` instead. */
1439
- export const outboundSchema = ListTaskId$outboundSchema;
1440
- }
1441
-
1442
- /** @internal */
1443
- export const ListTicketId$inboundSchema: z.ZodNativeEnum<typeof ListTicketId> =
1444
- z.nativeEnum(ListTicketId);
1445
-
1446
- /** @internal */
1447
- export const ListTicketId$outboundSchema: z.ZodNativeEnum<typeof ListTicketId> =
1448
- ListTicketId$inboundSchema;
1449
-
1450
- /**
1451
- * @internal
1452
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1453
- */
1454
- export namespace ListTicketId$ {
1455
- /** @deprecated use `ListTicketId$inboundSchema` instead. */
1456
- export const inboundSchema = ListTicketId$inboundSchema;
1457
- /** @deprecated use `ListTicketId$outboundSchema` instead. */
1458
- export const outboundSchema = ListTicketId$outboundSchema;
1459
- }
1460
-
1461
- /** @internal */
1462
- export const ListType$inboundSchema: z.ZodNativeEnum<typeof ListType> = z
1463
- .nativeEnum(ListType);
1464
-
1465
- /** @internal */
1466
- export const ListType$outboundSchema: z.ZodNativeEnum<typeof ListType> =
1467
- ListType$inboundSchema;
1468
-
1469
- /**
1470
- * @internal
1471
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1472
- */
1473
- export namespace ListType$ {
1474
- /** @deprecated use `ListType$inboundSchema` instead. */
1475
- export const inboundSchema = ListType$inboundSchema;
1476
- /** @deprecated use `ListType$outboundSchema` instead. */
1477
- export const outboundSchema = ListType$outboundSchema;
1478
- }
1479
-
1480
- /** @internal */
1481
- export const ListUpdatedGte$inboundSchema: z.ZodNativeEnum<
1482
- typeof ListUpdatedGte
1483
- > = z.nativeEnum(ListUpdatedGte);
1484
-
1485
- /** @internal */
1486
- export const ListUpdatedGte$outboundSchema: z.ZodNativeEnum<
1487
- typeof ListUpdatedGte
1488
- > = ListUpdatedGte$inboundSchema;
1489
-
1490
- /**
1491
- * @internal
1492
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1493
- */
1494
- export namespace ListUpdatedGte$ {
1495
- /** @deprecated use `ListUpdatedGte$inboundSchema` instead. */
1496
- export const inboundSchema = ListUpdatedGte$inboundSchema;
1497
- /** @deprecated use `ListUpdatedGte$outboundSchema` instead. */
1498
- export const outboundSchema = ListUpdatedGte$outboundSchema;
1499
- }
1500
-
1501
- /** @internal */
1502
- export const ListUserId$inboundSchema: z.ZodNativeEnum<typeof ListUserId> = z
1503
- .nativeEnum(ListUserId);
1504
-
1505
- /** @internal */
1506
- export const ListUserId$outboundSchema: z.ZodNativeEnum<typeof ListUserId> =
1507
- ListUserId$inboundSchema;
1508
-
1509
- /**
1510
- * @internal
1511
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1512
- */
1513
- export namespace ListUserId$ {
1514
- /** @deprecated use `ListUserId$inboundSchema` instead. */
1515
- export const inboundSchema = ListUserId$inboundSchema;
1516
- /** @deprecated use `ListUserId$outboundSchema` instead. */
1517
- export const outboundSchema = ListUserId$outboundSchema;
1518
- }
1519
-
1520
- /** @internal */
1521
- export const NativeWebhookParentId$inboundSchema: z.ZodNativeEnum<
1522
- typeof NativeWebhookParentId
1523
- > = z.nativeEnum(NativeWebhookParentId);
1524
-
1525
- /** @internal */
1526
- export const NativeWebhookParentId$outboundSchema: z.ZodNativeEnum<
1527
- typeof NativeWebhookParentId
1528
- > = NativeWebhookParentId$inboundSchema;
1529
-
1530
- /**
1531
- * @internal
1532
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1533
- */
1534
- export namespace NativeWebhookParentId$ {
1535
- /** @deprecated use `NativeWebhookParentId$inboundSchema` instead. */
1536
- export const inboundSchema = NativeWebhookParentId$inboundSchema;
1537
- /** @deprecated use `NativeWebhookParentId$outboundSchema` instead. */
1538
- export const outboundSchema = NativeWebhookParentId$outboundSchema;
1539
- }
1540
-
1541
- /** @internal */
1542
- export const NativeWebhookProjectId$inboundSchema: z.ZodNativeEnum<
1543
- typeof NativeWebhookProjectId
1544
- > = z.nativeEnum(NativeWebhookProjectId);
1545
-
1546
- /** @internal */
1547
- export const NativeWebhookProjectId$outboundSchema: z.ZodNativeEnum<
1548
- typeof NativeWebhookProjectId
1549
- > = NativeWebhookProjectId$inboundSchema;
1550
-
1551
- /**
1552
- * @internal
1553
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1554
- */
1555
- export namespace NativeWebhookProjectId$ {
1556
- /** @deprecated use `NativeWebhookProjectId$inboundSchema` instead. */
1557
- export const inboundSchema = NativeWebhookProjectId$inboundSchema;
1558
- /** @deprecated use `NativeWebhookProjectId$outboundSchema` instead. */
1559
- export const outboundSchema = NativeWebhookProjectId$outboundSchema;
1560
- }
1561
-
1562
- /** @internal */
1563
- export const SearchDomain$inboundSchema: z.ZodNativeEnum<typeof SearchDomain> =
1564
- z.nativeEnum(SearchDomain);
1565
-
1566
- /** @internal */
1567
- export const SearchDomain$outboundSchema: z.ZodNativeEnum<typeof SearchDomain> =
1568
- SearchDomain$inboundSchema;
1569
-
1570
- /**
1571
- * @internal
1572
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1573
- */
1574
- export namespace SearchDomain$ {
1575
- /** @deprecated use `SearchDomain$inboundSchema` instead. */
1576
- export const inboundSchema = SearchDomain$inboundSchema;
1577
- /** @deprecated use `SearchDomain$outboundSchema` instead. */
1578
- export const outboundSchema = SearchDomain$outboundSchema;
1579
- }
1580
-
1581
- /** @internal */
1582
- export const SearchEmail$inboundSchema: z.ZodNativeEnum<typeof SearchEmail> = z
1583
- .nativeEnum(SearchEmail);
1584
-
1585
- /** @internal */
1586
- export const SearchEmail$outboundSchema: z.ZodNativeEnum<typeof SearchEmail> =
1587
- SearchEmail$inboundSchema;
1588
-
1589
- /**
1590
- * @internal
1591
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1592
- */
1593
- export namespace SearchEmail$ {
1594
- /** @deprecated use `SearchEmail$inboundSchema` instead. */
1595
- export const inboundSchema = SearchEmail$inboundSchema;
1596
- /** @deprecated use `SearchEmail$outboundSchema` instead. */
1597
- export const outboundSchema = SearchEmail$outboundSchema;
1598
- }
1599
-
1600
- /** @internal */
1601
- export const SearchLinkedinurl$inboundSchema: z.ZodNativeEnum<
1602
- typeof SearchLinkedinurl
1603
- > = z.nativeEnum(SearchLinkedinurl);
1604
-
1605
- /** @internal */
1606
- export const SearchLinkedinurl$outboundSchema: z.ZodNativeEnum<
1607
- typeof SearchLinkedinurl
1608
- > = SearchLinkedinurl$inboundSchema;
1609
-
1610
- /**
1611
- * @internal
1612
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1613
- */
1614
- export namespace SearchLinkedinurl$ {
1615
- /** @deprecated use `SearchLinkedinurl$inboundSchema` instead. */
1616
- export const inboundSchema = SearchLinkedinurl$inboundSchema;
1617
- /** @deprecated use `SearchLinkedinurl$outboundSchema` instead. */
1618
- export const outboundSchema = SearchLinkedinurl$outboundSchema;
1619
- }
1620
-
1621
- /** @internal */
1622
- export const SearchName$inboundSchema: z.ZodNativeEnum<typeof SearchName> = z
1623
- .nativeEnum(SearchName);
1624
-
1625
- /** @internal */
1626
- export const SearchName$outboundSchema: z.ZodNativeEnum<typeof SearchName> =
1627
- SearchName$inboundSchema;
1628
-
1629
- /**
1630
- * @internal
1631
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1632
- */
1633
- export namespace SearchName$ {
1634
- /** @deprecated use `SearchName$inboundSchema` instead. */
1635
- export const inboundSchema = SearchName$inboundSchema;
1636
- /** @deprecated use `SearchName$outboundSchema` instead. */
1637
- export const outboundSchema = SearchName$outboundSchema;
1638
- }
1639
-
1640
- /** @internal */
1641
- export const SearchTwitter$inboundSchema: z.ZodNativeEnum<
1642
- typeof SearchTwitter
1643
- > = z.nativeEnum(SearchTwitter);
1644
-
1645
- /** @internal */
1646
- export const SearchTwitter$outboundSchema: z.ZodNativeEnum<
1647
- typeof SearchTwitter
1648
- > = SearchTwitter$inboundSchema;
1649
-
1650
- /**
1651
- * @internal
1652
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1653
- */
1654
- export namespace SearchTwitter$ {
1655
- /** @deprecated use `SearchTwitter$inboundSchema` instead. */
1656
- export const inboundSchema = SearchTwitter$inboundSchema;
1657
- /** @deprecated use `SearchTwitter$outboundSchema` instead. */
1658
- export const outboundSchema = SearchTwitter$outboundSchema;
1659
- }
1660
-
1661
- /** @internal */
1662
- export const VirtualWebhookChannelId$inboundSchema: z.ZodNativeEnum<
1663
- typeof VirtualWebhookChannelId
1664
- > = z.nativeEnum(VirtualWebhookChannelId);
1665
-
1666
- /** @internal */
1667
- export const VirtualWebhookChannelId$outboundSchema: z.ZodNativeEnum<
1668
- typeof VirtualWebhookChannelId
1669
- > = VirtualWebhookChannelId$inboundSchema;
1670
-
1671
- /**
1672
- * @internal
1673
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1674
- */
1675
- export namespace VirtualWebhookChannelId$ {
1676
- /** @deprecated use `VirtualWebhookChannelId$inboundSchema` instead. */
1677
- export const inboundSchema = VirtualWebhookChannelId$inboundSchema;
1678
- /** @deprecated use `VirtualWebhookChannelId$outboundSchema` instead. */
1679
- export const outboundSchema = VirtualWebhookChannelId$outboundSchema;
1680
- }
1681
-
1682
- /** @internal */
1683
- export const VirtualWebhookCompanyId$inboundSchema: z.ZodNativeEnum<
1684
- typeof VirtualWebhookCompanyId
1685
- > = z.nativeEnum(VirtualWebhookCompanyId);
1686
-
1687
- /** @internal */
1688
- export const VirtualWebhookCompanyId$outboundSchema: z.ZodNativeEnum<
1689
- typeof VirtualWebhookCompanyId
1690
- > = VirtualWebhookCompanyId$inboundSchema;
1691
-
1692
- /**
1693
- * @internal
1694
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1695
- */
1696
- export namespace VirtualWebhookCompanyId$ {
1697
- /** @deprecated use `VirtualWebhookCompanyId$inboundSchema` instead. */
1698
- export const inboundSchema = VirtualWebhookCompanyId$inboundSchema;
1699
- /** @deprecated use `VirtualWebhookCompanyId$outboundSchema` instead. */
1700
- export const outboundSchema = VirtualWebhookCompanyId$outboundSchema;
1701
- }
1702
-
1703
- /** @internal */
1704
- export const VirtualWebhookContactId$inboundSchema: z.ZodNativeEnum<
1705
- typeof VirtualWebhookContactId
1706
- > = z.nativeEnum(VirtualWebhookContactId);
1707
-
1708
- /** @internal */
1709
- export const VirtualWebhookContactId$outboundSchema: z.ZodNativeEnum<
1710
- typeof VirtualWebhookContactId
1711
- > = VirtualWebhookContactId$inboundSchema;
1712
-
1713
- /**
1714
- * @internal
1715
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1716
- */
1717
- export namespace VirtualWebhookContactId$ {
1718
- /** @deprecated use `VirtualWebhookContactId$inboundSchema` instead. */
1719
- export const inboundSchema = VirtualWebhookContactId$inboundSchema;
1720
- /** @deprecated use `VirtualWebhookContactId$outboundSchema` instead. */
1721
- export const outboundSchema = VirtualWebhookContactId$outboundSchema;
1722
- }
1723
-
1724
- /** @internal */
1725
- export const VirtualWebhookDealId$inboundSchema: z.ZodNativeEnum<
1726
- typeof VirtualWebhookDealId
1727
- > = z.nativeEnum(VirtualWebhookDealId);
1728
-
1729
- /** @internal */
1730
- export const VirtualWebhookDealId$outboundSchema: z.ZodNativeEnum<
1731
- typeof VirtualWebhookDealId
1732
- > = VirtualWebhookDealId$inboundSchema;
1733
-
1734
- /**
1735
- * @internal
1736
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1737
- */
1738
- export namespace VirtualWebhookDealId$ {
1739
- /** @deprecated use `VirtualWebhookDealId$inboundSchema` instead. */
1740
- export const inboundSchema = VirtualWebhookDealId$inboundSchema;
1741
- /** @deprecated use `VirtualWebhookDealId$outboundSchema` instead. */
1742
- export const outboundSchema = VirtualWebhookDealId$outboundSchema;
1743
- }
1744
-
1745
- /** @internal */
1746
- export const VirtualWebhookJobId$inboundSchema: z.ZodNativeEnum<
1747
- typeof VirtualWebhookJobId
1748
- > = z.nativeEnum(VirtualWebhookJobId);
1749
-
1750
- /** @internal */
1751
- export const VirtualWebhookJobId$outboundSchema: z.ZodNativeEnum<
1752
- typeof VirtualWebhookJobId
1753
- > = VirtualWebhookJobId$inboundSchema;
1754
-
1755
- /**
1756
- * @internal
1757
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1758
- */
1759
- export namespace VirtualWebhookJobId$ {
1760
- /** @deprecated use `VirtualWebhookJobId$inboundSchema` instead. */
1761
- export const inboundSchema = VirtualWebhookJobId$inboundSchema;
1762
- /** @deprecated use `VirtualWebhookJobId$outboundSchema` instead. */
1763
- export const outboundSchema = VirtualWebhookJobId$outboundSchema;
1764
- }
1765
-
1766
- /** @internal */
1767
- export const VirtualWebhookLimit$inboundSchema: z.ZodNativeEnum<
1768
- typeof VirtualWebhookLimit
1769
- > = z.nativeEnum(VirtualWebhookLimit);
1770
-
1771
- /** @internal */
1772
- export const VirtualWebhookLimit$outboundSchema: z.ZodNativeEnum<
1773
- typeof VirtualWebhookLimit
1774
- > = VirtualWebhookLimit$inboundSchema;
1775
-
1776
- /**
1777
- * @internal
1778
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1779
- */
1780
- export namespace VirtualWebhookLimit$ {
1781
- /** @deprecated use `VirtualWebhookLimit$inboundSchema` instead. */
1782
- export const inboundSchema = VirtualWebhookLimit$inboundSchema;
1783
- /** @deprecated use `VirtualWebhookLimit$outboundSchema` instead. */
1784
- export const outboundSchema = VirtualWebhookLimit$outboundSchema;
1785
- }
1786
-
1787
- /** @internal */
1788
- export const VirtualWebhookParentId$inboundSchema: z.ZodNativeEnum<
1789
- typeof VirtualWebhookParentId
1790
- > = z.nativeEnum(VirtualWebhookParentId);
1791
-
1792
- /** @internal */
1793
- export const VirtualWebhookParentId$outboundSchema: z.ZodNativeEnum<
1794
- typeof VirtualWebhookParentId
1795
- > = VirtualWebhookParentId$inboundSchema;
1796
-
1797
- /**
1798
- * @internal
1799
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1800
- */
1801
- export namespace VirtualWebhookParentId$ {
1802
- /** @deprecated use `VirtualWebhookParentId$inboundSchema` instead. */
1803
- export const inboundSchema = VirtualWebhookParentId$inboundSchema;
1804
- /** @deprecated use `VirtualWebhookParentId$outboundSchema` instead. */
1805
- export const outboundSchema = VirtualWebhookParentId$outboundSchema;
1806
- }
1807
-
1808
- /** @internal */
1809
- export const VirtualWebhookTicketId$inboundSchema: z.ZodNativeEnum<
1810
- typeof VirtualWebhookTicketId
1811
- > = z.nativeEnum(VirtualWebhookTicketId);
1812
-
1813
- /** @internal */
1814
- export const VirtualWebhookTicketId$outboundSchema: z.ZodNativeEnum<
1815
- typeof VirtualWebhookTicketId
1816
- > = VirtualWebhookTicketId$inboundSchema;
1817
-
1818
- /**
1819
- * @internal
1820
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1821
- */
1822
- export namespace VirtualWebhookTicketId$ {
1823
- /** @deprecated use `VirtualWebhookTicketId$inboundSchema` instead. */
1824
- export const inboundSchema = VirtualWebhookTicketId$inboundSchema;
1825
- /** @deprecated use `VirtualWebhookTicketId$outboundSchema` instead. */
1826
- export const outboundSchema = VirtualWebhookTicketId$outboundSchema;
1827
- }
1828
-
1829
- /** @internal */
1830
- export const VirtualWebhookType$inboundSchema: z.ZodNativeEnum<
1831
- typeof VirtualWebhookType
1832
- > = z.nativeEnum(VirtualWebhookType);
1833
-
1834
- /** @internal */
1835
- export const VirtualWebhookType$outboundSchema: z.ZodNativeEnum<
1836
- typeof VirtualWebhookType
1837
- > = VirtualWebhookType$inboundSchema;
1838
-
1839
- /**
1840
- * @internal
1841
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1842
- */
1843
- export namespace VirtualWebhookType$ {
1844
- /** @deprecated use `VirtualWebhookType$inboundSchema` instead. */
1845
- export const inboundSchema = VirtualWebhookType$inboundSchema;
1846
- /** @deprecated use `VirtualWebhookType$outboundSchema` instead. */
1847
- export const outboundSchema = VirtualWebhookType$outboundSchema;
1848
- }
1849
-
1850
- /** @internal */
1851
- export const VirtualWebhookUpdatedGte$inboundSchema: z.ZodNativeEnum<
1852
- typeof VirtualWebhookUpdatedGte
1853
- > = z.nativeEnum(VirtualWebhookUpdatedGte);
1854
-
1855
- /** @internal */
1856
- export const VirtualWebhookUpdatedGte$outboundSchema: z.ZodNativeEnum<
1857
- typeof VirtualWebhookUpdatedGte
1858
- > = VirtualWebhookUpdatedGte$inboundSchema;
1859
-
1860
- /**
1861
- * @internal
1862
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1863
- */
1864
- export namespace VirtualWebhookUpdatedGte$ {
1865
- /** @deprecated use `VirtualWebhookUpdatedGte$inboundSchema` instead. */
1866
- export const inboundSchema = VirtualWebhookUpdatedGte$inboundSchema;
1867
- /** @deprecated use `VirtualWebhookUpdatedGte$outboundSchema` instead. */
1868
- export const outboundSchema = VirtualWebhookUpdatedGte$outboundSchema;
1869
- }
1870
-
1871
- /** @internal */
1872
- export const VirtualWebhookUserId$inboundSchema: z.ZodNativeEnum<
1873
- typeof VirtualWebhookUserId
1874
- > = z.nativeEnum(VirtualWebhookUserId);
1875
-
1876
- /** @internal */
1877
- export const VirtualWebhookUserId$outboundSchema: z.ZodNativeEnum<
1878
- typeof VirtualWebhookUserId
1879
- > = VirtualWebhookUserId$inboundSchema;
1880
-
1881
- /**
1882
- * @internal
1883
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1884
- */
1885
- export namespace VirtualWebhookUserId$ {
1886
- /** @deprecated use `VirtualWebhookUserId$inboundSchema` instead. */
1887
- export const inboundSchema = VirtualWebhookUserId$inboundSchema;
1888
- /** @deprecated use `VirtualWebhookUserId$outboundSchema` instead. */
1889
- export const outboundSchema = VirtualWebhookUserId$outboundSchema;
1890
- }
1891
-
1892
- /** @internal */
1893
- export const IntegrationSupport$inboundSchema: z.ZodType<
1894
- IntegrationSupport,
1895
- z.ZodTypeDef,
1896
- unknown
1897
- > = z.object({
1898
- from_webhook: FromWebhook$inboundSchema.optional(),
1899
- inbound_fields: z.record(z.any()).optional(),
1900
- list_account_id: ListAccountId$inboundSchema.optional(),
1901
- list_application_id: ListApplicationId$inboundSchema.optional(),
1902
- list_calendar_id: ListCalendarId$inboundSchema.optional(),
1903
- list_call_id: ListCallId$inboundSchema.optional(),
1904
- list_candidate_id: ListCandidateId$inboundSchema.optional(),
1905
- list_channel_id: ListChannelId$inboundSchema.optional(),
1906
- list_class_id: ListClassId$inboundSchema.optional(),
1907
- list_collection_id: ListCollectionId$inboundSchema.optional(),
1908
- list_company_id: ListCompanyId$inboundSchema.optional(),
1909
- list_contact_id: ListContactId$inboundSchema.optional(),
1910
- list_course_id: ListCourseId$inboundSchema.optional(),
1911
- list_customer_id: ListCustomerId$inboundSchema.optional(),
1912
- list_deal_id: ListDealId$inboundSchema.optional(),
1913
- list_end_le: ListEndLe$inboundSchema.optional(),
1914
- list_event_id: ListEventId$inboundSchema.optional(),
1915
- list_instructor_id: ListInstructorId$inboundSchema.optional(),
1916
- list_interview_id: ListInterviewId$inboundSchema.optional(),
1917
- list_invoice_id: ListInvoiceId$inboundSchema.optional(),
1918
- list_item_id: ListItemId$inboundSchema.optional(),
1919
- list_item_variant_id: ListItemVariantId$inboundSchema.optional(),
1920
- list_job_id: ListJobId$inboundSchema.optional(),
1921
- list_lead_id: ListLeadId$inboundSchema.optional(),
1922
- list_limit: ListLimit$inboundSchema.optional(),
1923
- list_link_id: ListLinkId$inboundSchema.optional(),
1924
- list_list_id: ListListId$inboundSchema.optional(),
1925
- list_location_id: ListLocationId$inboundSchema.optional(),
1926
- list_offset: ListOffset$inboundSchema.optional(),
1927
- list_order: ListOrder$inboundSchema.optional(),
1928
- list_org_id: ListOrgId$inboundSchema.optional(),
1929
- list_page_id: ListPageId$inboundSchema.optional(),
1930
- list_parent_id: ListParentId$inboundSchema.optional(),
1931
- list_project_id: ListProjectId$inboundSchema.optional(),
1932
- list_query: ListQuery$inboundSchema.optional(),
1933
- list_raw_fields: ListRawFields$inboundSchema.optional(),
1934
- list_repo_id: ListRepoId$inboundSchema.optional(),
1935
- list_root_id: ListRootId$inboundSchema.optional(),
1936
- list_sort_by_created_at: ListSortByCreatedAt$inboundSchema.optional(),
1937
- list_sort_by_name: ListSortByName$inboundSchema.optional(),
1938
- list_sort_by_updated_at: ListSortByUpdatedAt$inboundSchema.optional(),
1939
- list_space_id: ListSpaceId$inboundSchema.optional(),
1940
- list_start_gte: ListStartGte$inboundSchema.optional(),
1941
- list_student_id: ListStudentId$inboundSchema.optional(),
1942
- list_task_id: ListTaskId$inboundSchema.optional(),
1943
- list_ticket_id: ListTicketId$inboundSchema.optional(),
1944
- list_type: ListType$inboundSchema.optional(),
1945
- list_updated_gte: ListUpdatedGte$inboundSchema.optional(),
1946
- list_user_id: ListUserId$inboundSchema.optional(),
1947
- methods: z.record(z.any()).optional(),
1948
- native_webhook_parent_id: NativeWebhookParentId$inboundSchema.optional(),
1949
- native_webhook_project_id: NativeWebhookProjectId$inboundSchema.optional(),
1950
- outbound_fields: z.record(z.any()).optional(),
1951
- raw_objects: z.array(z.string()).optional(),
1952
- search_domain: SearchDomain$inboundSchema.optional(),
1953
- search_email: SearchEmail$inboundSchema.optional(),
1954
- search_linkedinurl: SearchLinkedinurl$inboundSchema.optional(),
1955
- search_name: SearchName$inboundSchema.optional(),
1956
- search_twitter: SearchTwitter$inboundSchema.optional(),
1957
- slow_fields: z.array(z.string()).optional(),
1958
- virtual_webhook_channel_id: VirtualWebhookChannelId$inboundSchema.optional(),
1959
- virtual_webhook_company_id: VirtualWebhookCompanyId$inboundSchema.optional(),
1960
- virtual_webhook_contact_id: VirtualWebhookContactId$inboundSchema.optional(),
1961
- virtual_webhook_deal_id: VirtualWebhookDealId$inboundSchema.optional(),
1962
- virtual_webhook_job_id: VirtualWebhookJobId$inboundSchema.optional(),
1963
- virtual_webhook_limit: VirtualWebhookLimit$inboundSchema.optional(),
1964
- virtual_webhook_parent_id: VirtualWebhookParentId$inboundSchema.optional(),
1965
- virtual_webhook_ticket_id: VirtualWebhookTicketId$inboundSchema.optional(),
1966
- virtual_webhook_type: VirtualWebhookType$inboundSchema.optional(),
1967
- virtual_webhook_updated_gte: VirtualWebhookUpdatedGte$inboundSchema
1968
- .optional(),
1969
- virtual_webhook_user_id: VirtualWebhookUserId$inboundSchema.optional(),
1970
- webhook_events: PropertyIntegrationSupportWebhookEvents$inboundSchema
1971
- .optional(),
1972
- }).transform((v) => {
1973
- return remap$(v, {
1974
- "from_webhook": "fromWebhook",
1975
- "inbound_fields": "inboundFields",
1976
- "list_account_id": "listAccountId",
1977
- "list_application_id": "listApplicationId",
1978
- "list_calendar_id": "listCalendarId",
1979
- "list_call_id": "listCallId",
1980
- "list_candidate_id": "listCandidateId",
1981
- "list_channel_id": "listChannelId",
1982
- "list_class_id": "listClassId",
1983
- "list_collection_id": "listCollectionId",
1984
- "list_company_id": "listCompanyId",
1985
- "list_contact_id": "listContactId",
1986
- "list_course_id": "listCourseId",
1987
- "list_customer_id": "listCustomerId",
1988
- "list_deal_id": "listDealId",
1989
- "list_end_le": "listEndLe",
1990
- "list_event_id": "listEventId",
1991
- "list_instructor_id": "listInstructorId",
1992
- "list_interview_id": "listInterviewId",
1993
- "list_invoice_id": "listInvoiceId",
1994
- "list_item_id": "listItemId",
1995
- "list_item_variant_id": "listItemVariantId",
1996
- "list_job_id": "listJobId",
1997
- "list_lead_id": "listLeadId",
1998
- "list_limit": "listLimit",
1999
- "list_link_id": "listLinkId",
2000
- "list_list_id": "listListId",
2001
- "list_location_id": "listLocationId",
2002
- "list_offset": "listOffset",
2003
- "list_order": "listOrder",
2004
- "list_org_id": "listOrgId",
2005
- "list_page_id": "listPageId",
2006
- "list_parent_id": "listParentId",
2007
- "list_project_id": "listProjectId",
2008
- "list_query": "listQuery",
2009
- "list_raw_fields": "listRawFields",
2010
- "list_repo_id": "listRepoId",
2011
- "list_root_id": "listRootId",
2012
- "list_sort_by_created_at": "listSortByCreatedAt",
2013
- "list_sort_by_name": "listSortByName",
2014
- "list_sort_by_updated_at": "listSortByUpdatedAt",
2015
- "list_space_id": "listSpaceId",
2016
- "list_start_gte": "listStartGte",
2017
- "list_student_id": "listStudentId",
2018
- "list_task_id": "listTaskId",
2019
- "list_ticket_id": "listTicketId",
2020
- "list_type": "listType",
2021
- "list_updated_gte": "listUpdatedGte",
2022
- "list_user_id": "listUserId",
2023
- "native_webhook_parent_id": "nativeWebhookParentId",
2024
- "native_webhook_project_id": "nativeWebhookProjectId",
2025
- "outbound_fields": "outboundFields",
2026
- "raw_objects": "rawObjects",
2027
- "search_domain": "searchDomain",
2028
- "search_email": "searchEmail",
2029
- "search_linkedinurl": "searchLinkedinurl",
2030
- "search_name": "searchName",
2031
- "search_twitter": "searchTwitter",
2032
- "slow_fields": "slowFields",
2033
- "virtual_webhook_channel_id": "virtualWebhookChannelId",
2034
- "virtual_webhook_company_id": "virtualWebhookCompanyId",
2035
- "virtual_webhook_contact_id": "virtualWebhookContactId",
2036
- "virtual_webhook_deal_id": "virtualWebhookDealId",
2037
- "virtual_webhook_job_id": "virtualWebhookJobId",
2038
- "virtual_webhook_limit": "virtualWebhookLimit",
2039
- "virtual_webhook_parent_id": "virtualWebhookParentId",
2040
- "virtual_webhook_ticket_id": "virtualWebhookTicketId",
2041
- "virtual_webhook_type": "virtualWebhookType",
2042
- "virtual_webhook_updated_gte": "virtualWebhookUpdatedGte",
2043
- "virtual_webhook_user_id": "virtualWebhookUserId",
2044
- "webhook_events": "webhookEvents",
2045
- });
2046
- });
2047
-
2048
- /** @internal */
2049
- export type IntegrationSupport$Outbound = {
2050
- from_webhook?: string | undefined;
2051
- inbound_fields?: { [k: string]: any } | undefined;
2052
- list_account_id?: string | undefined;
2053
- list_application_id?: string | undefined;
2054
- list_calendar_id?: string | undefined;
2055
- list_call_id?: string | undefined;
2056
- list_candidate_id?: string | undefined;
2057
- list_channel_id?: string | undefined;
2058
- list_class_id?: string | undefined;
2059
- list_collection_id?: string | undefined;
2060
- list_company_id?: string | undefined;
2061
- list_contact_id?: string | undefined;
2062
- list_course_id?: string | undefined;
2063
- list_customer_id?: string | undefined;
2064
- list_deal_id?: string | undefined;
2065
- list_end_le?: string | undefined;
2066
- list_event_id?: string | undefined;
2067
- list_instructor_id?: string | undefined;
2068
- list_interview_id?: string | undefined;
2069
- list_invoice_id?: string | undefined;
2070
- list_item_id?: string | undefined;
2071
- list_item_variant_id?: string | undefined;
2072
- list_job_id?: string | undefined;
2073
- list_lead_id?: string | undefined;
2074
- list_limit?: string | undefined;
2075
- list_link_id?: string | undefined;
2076
- list_list_id?: string | undefined;
2077
- list_location_id?: string | undefined;
2078
- list_offset?: string | undefined;
2079
- list_order?: string | undefined;
2080
- list_org_id?: string | undefined;
2081
- list_page_id?: string | undefined;
2082
- list_parent_id?: string | undefined;
2083
- list_project_id?: string | undefined;
2084
- list_query?: string | undefined;
2085
- list_raw_fields?: string | undefined;
2086
- list_repo_id?: string | undefined;
2087
- list_root_id?: string | undefined;
2088
- list_sort_by_created_at?: string | undefined;
2089
- list_sort_by_name?: string | undefined;
2090
- list_sort_by_updated_at?: string | undefined;
2091
- list_space_id?: string | undefined;
2092
- list_start_gte?: string | undefined;
2093
- list_student_id?: string | undefined;
2094
- list_task_id?: string | undefined;
2095
- list_ticket_id?: string | undefined;
2096
- list_type?: string | undefined;
2097
- list_updated_gte?: string | undefined;
2098
- list_user_id?: string | undefined;
2099
- methods?: { [k: string]: any } | undefined;
2100
- native_webhook_parent_id?: string | undefined;
2101
- native_webhook_project_id?: string | undefined;
2102
- outbound_fields?: { [k: string]: any } | undefined;
2103
- raw_objects?: Array<string> | undefined;
2104
- search_domain?: string | undefined;
2105
- search_email?: string | undefined;
2106
- search_linkedinurl?: string | undefined;
2107
- search_name?: string | undefined;
2108
- search_twitter?: string | undefined;
2109
- slow_fields?: Array<string> | undefined;
2110
- virtual_webhook_channel_id?: string | undefined;
2111
- virtual_webhook_company_id?: string | undefined;
2112
- virtual_webhook_contact_id?: string | undefined;
2113
- virtual_webhook_deal_id?: string | undefined;
2114
- virtual_webhook_job_id?: string | undefined;
2115
- virtual_webhook_limit?: string | undefined;
2116
- virtual_webhook_parent_id?: string | undefined;
2117
- virtual_webhook_ticket_id?: string | undefined;
2118
- virtual_webhook_type?: string | undefined;
2119
- virtual_webhook_updated_gte?: string | undefined;
2120
- virtual_webhook_user_id?: string | undefined;
2121
- webhook_events?: PropertyIntegrationSupportWebhookEvents$Outbound | undefined;
2122
- };
2123
-
2124
- /** @internal */
2125
- export const IntegrationSupport$outboundSchema: z.ZodType<
2126
- IntegrationSupport$Outbound,
2127
- z.ZodTypeDef,
2128
- IntegrationSupport
2129
- > = z.object({
2130
- fromWebhook: FromWebhook$outboundSchema.optional(),
2131
- inboundFields: z.record(z.any()).optional(),
2132
- listAccountId: ListAccountId$outboundSchema.optional(),
2133
- listApplicationId: ListApplicationId$outboundSchema.optional(),
2134
- listCalendarId: ListCalendarId$outboundSchema.optional(),
2135
- listCallId: ListCallId$outboundSchema.optional(),
2136
- listCandidateId: ListCandidateId$outboundSchema.optional(),
2137
- listChannelId: ListChannelId$outboundSchema.optional(),
2138
- listClassId: ListClassId$outboundSchema.optional(),
2139
- listCollectionId: ListCollectionId$outboundSchema.optional(),
2140
- listCompanyId: ListCompanyId$outboundSchema.optional(),
2141
- listContactId: ListContactId$outboundSchema.optional(),
2142
- listCourseId: ListCourseId$outboundSchema.optional(),
2143
- listCustomerId: ListCustomerId$outboundSchema.optional(),
2144
- listDealId: ListDealId$outboundSchema.optional(),
2145
- listEndLe: ListEndLe$outboundSchema.optional(),
2146
- listEventId: ListEventId$outboundSchema.optional(),
2147
- listInstructorId: ListInstructorId$outboundSchema.optional(),
2148
- listInterviewId: ListInterviewId$outboundSchema.optional(),
2149
- listInvoiceId: ListInvoiceId$outboundSchema.optional(),
2150
- listItemId: ListItemId$outboundSchema.optional(),
2151
- listItemVariantId: ListItemVariantId$outboundSchema.optional(),
2152
- listJobId: ListJobId$outboundSchema.optional(),
2153
- listLeadId: ListLeadId$outboundSchema.optional(),
2154
- listLimit: ListLimit$outboundSchema.optional(),
2155
- listLinkId: ListLinkId$outboundSchema.optional(),
2156
- listListId: ListListId$outboundSchema.optional(),
2157
- listLocationId: ListLocationId$outboundSchema.optional(),
2158
- listOffset: ListOffset$outboundSchema.optional(),
2159
- listOrder: ListOrder$outboundSchema.optional(),
2160
- listOrgId: ListOrgId$outboundSchema.optional(),
2161
- listPageId: ListPageId$outboundSchema.optional(),
2162
- listParentId: ListParentId$outboundSchema.optional(),
2163
- listProjectId: ListProjectId$outboundSchema.optional(),
2164
- listQuery: ListQuery$outboundSchema.optional(),
2165
- listRawFields: ListRawFields$outboundSchema.optional(),
2166
- listRepoId: ListRepoId$outboundSchema.optional(),
2167
- listRootId: ListRootId$outboundSchema.optional(),
2168
- listSortByCreatedAt: ListSortByCreatedAt$outboundSchema.optional(),
2169
- listSortByName: ListSortByName$outboundSchema.optional(),
2170
- listSortByUpdatedAt: ListSortByUpdatedAt$outboundSchema.optional(),
2171
- listSpaceId: ListSpaceId$outboundSchema.optional(),
2172
- listStartGte: ListStartGte$outboundSchema.optional(),
2173
- listStudentId: ListStudentId$outboundSchema.optional(),
2174
- listTaskId: ListTaskId$outboundSchema.optional(),
2175
- listTicketId: ListTicketId$outboundSchema.optional(),
2176
- listType: ListType$outboundSchema.optional(),
2177
- listUpdatedGte: ListUpdatedGte$outboundSchema.optional(),
2178
- listUserId: ListUserId$outboundSchema.optional(),
2179
- methods: z.record(z.any()).optional(),
2180
- nativeWebhookParentId: NativeWebhookParentId$outboundSchema.optional(),
2181
- nativeWebhookProjectId: NativeWebhookProjectId$outboundSchema.optional(),
2182
- outboundFields: z.record(z.any()).optional(),
2183
- rawObjects: z.array(z.string()).optional(),
2184
- searchDomain: SearchDomain$outboundSchema.optional(),
2185
- searchEmail: SearchEmail$outboundSchema.optional(),
2186
- searchLinkedinurl: SearchLinkedinurl$outboundSchema.optional(),
2187
- searchName: SearchName$outboundSchema.optional(),
2188
- searchTwitter: SearchTwitter$outboundSchema.optional(),
2189
- slowFields: z.array(z.string()).optional(),
2190
- virtualWebhookChannelId: VirtualWebhookChannelId$outboundSchema.optional(),
2191
- virtualWebhookCompanyId: VirtualWebhookCompanyId$outboundSchema.optional(),
2192
- virtualWebhookContactId: VirtualWebhookContactId$outboundSchema.optional(),
2193
- virtualWebhookDealId: VirtualWebhookDealId$outboundSchema.optional(),
2194
- virtualWebhookJobId: VirtualWebhookJobId$outboundSchema.optional(),
2195
- virtualWebhookLimit: VirtualWebhookLimit$outboundSchema.optional(),
2196
- virtualWebhookParentId: VirtualWebhookParentId$outboundSchema.optional(),
2197
- virtualWebhookTicketId: VirtualWebhookTicketId$outboundSchema.optional(),
2198
- virtualWebhookType: VirtualWebhookType$outboundSchema.optional(),
2199
- virtualWebhookUpdatedGte: VirtualWebhookUpdatedGte$outboundSchema.optional(),
2200
- virtualWebhookUserId: VirtualWebhookUserId$outboundSchema.optional(),
2201
- webhookEvents: PropertyIntegrationSupportWebhookEvents$outboundSchema
2202
- .optional(),
2203
- }).transform((v) => {
2204
- return remap$(v, {
2205
- fromWebhook: "from_webhook",
2206
- inboundFields: "inbound_fields",
2207
- listAccountId: "list_account_id",
2208
- listApplicationId: "list_application_id",
2209
- listCalendarId: "list_calendar_id",
2210
- listCallId: "list_call_id",
2211
- listCandidateId: "list_candidate_id",
2212
- listChannelId: "list_channel_id",
2213
- listClassId: "list_class_id",
2214
- listCollectionId: "list_collection_id",
2215
- listCompanyId: "list_company_id",
2216
- listContactId: "list_contact_id",
2217
- listCourseId: "list_course_id",
2218
- listCustomerId: "list_customer_id",
2219
- listDealId: "list_deal_id",
2220
- listEndLe: "list_end_le",
2221
- listEventId: "list_event_id",
2222
- listInstructorId: "list_instructor_id",
2223
- listInterviewId: "list_interview_id",
2224
- listInvoiceId: "list_invoice_id",
2225
- listItemId: "list_item_id",
2226
- listItemVariantId: "list_item_variant_id",
2227
- listJobId: "list_job_id",
2228
- listLeadId: "list_lead_id",
2229
- listLimit: "list_limit",
2230
- listLinkId: "list_link_id",
2231
- listListId: "list_list_id",
2232
- listLocationId: "list_location_id",
2233
- listOffset: "list_offset",
2234
- listOrder: "list_order",
2235
- listOrgId: "list_org_id",
2236
- listPageId: "list_page_id",
2237
- listParentId: "list_parent_id",
2238
- listProjectId: "list_project_id",
2239
- listQuery: "list_query",
2240
- listRawFields: "list_raw_fields",
2241
- listRepoId: "list_repo_id",
2242
- listRootId: "list_root_id",
2243
- listSortByCreatedAt: "list_sort_by_created_at",
2244
- listSortByName: "list_sort_by_name",
2245
- listSortByUpdatedAt: "list_sort_by_updated_at",
2246
- listSpaceId: "list_space_id",
2247
- listStartGte: "list_start_gte",
2248
- listStudentId: "list_student_id",
2249
- listTaskId: "list_task_id",
2250
- listTicketId: "list_ticket_id",
2251
- listType: "list_type",
2252
- listUpdatedGte: "list_updated_gte",
2253
- listUserId: "list_user_id",
2254
- nativeWebhookParentId: "native_webhook_parent_id",
2255
- nativeWebhookProjectId: "native_webhook_project_id",
2256
- outboundFields: "outbound_fields",
2257
- rawObjects: "raw_objects",
2258
- searchDomain: "search_domain",
2259
- searchEmail: "search_email",
2260
- searchLinkedinurl: "search_linkedinurl",
2261
- searchName: "search_name",
2262
- searchTwitter: "search_twitter",
2263
- slowFields: "slow_fields",
2264
- virtualWebhookChannelId: "virtual_webhook_channel_id",
2265
- virtualWebhookCompanyId: "virtual_webhook_company_id",
2266
- virtualWebhookContactId: "virtual_webhook_contact_id",
2267
- virtualWebhookDealId: "virtual_webhook_deal_id",
2268
- virtualWebhookJobId: "virtual_webhook_job_id",
2269
- virtualWebhookLimit: "virtual_webhook_limit",
2270
- virtualWebhookParentId: "virtual_webhook_parent_id",
2271
- virtualWebhookTicketId: "virtual_webhook_ticket_id",
2272
- virtualWebhookType: "virtual_webhook_type",
2273
- virtualWebhookUpdatedGte: "virtual_webhook_updated_gte",
2274
- virtualWebhookUserId: "virtual_webhook_user_id",
2275
- webhookEvents: "webhook_events",
2276
- });
2277
- });
2278
-
2279
- /**
2280
- * @internal
2281
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2282
- */
2283
- export namespace IntegrationSupport$ {
2284
- /** @deprecated use `IntegrationSupport$inboundSchema` instead. */
2285
- export const inboundSchema = IntegrationSupport$inboundSchema;
2286
- /** @deprecated use `IntegrationSupport$outboundSchema` instead. */
2287
- export const outboundSchema = IntegrationSupport$outboundSchema;
2288
- /** @deprecated use `IntegrationSupport$Outbound` instead. */
2289
- export type Outbound = IntegrationSupport$Outbound;
2290
- }
2291
-
2292
- export function integrationSupportToJSON(
2293
- integrationSupport: IntegrationSupport,
2294
- ): string {
2295
- return JSON.stringify(
2296
- IntegrationSupport$outboundSchema.parse(integrationSupport),
2297
- );
2298
- }
2299
-
2300
- export function integrationSupportFromJSON(
2301
- jsonString: string,
2302
- ): SafeParseResult<IntegrationSupport, SDKValidationError> {
2303
- return safeParse(
2304
- jsonString,
2305
- (x) => IntegrationSupport$inboundSchema.parse(JSON.parse(x)),
2306
- `Failed to parse 'IntegrationSupport' from JSON`,
2307
- );
2308
- }