@kickflow/mcp-server 0.1.0 → 0.1.3

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.
@@ -18,13 +18,7 @@ export declare const listProxyApplicantsQueryPerPageMax = 100;
18
18
  export declare const listProxyApplicantsQueryParams: zod.ZodObject<{
19
19
  page: zod.ZodDefault<zod.ZodNumber>;
20
20
  perPage: zod.ZodDefault<zod.ZodNumber>;
21
- }, "strip", zod.ZodTypeAny, {
22
- page: number;
23
- perPage: number;
24
- }, {
25
- page?: number | undefined;
26
- perPage?: number | undefined;
27
- }>;
21
+ }, zod.core.$strip>;
28
22
  export declare const listProxyApplicantsResponseUserEmailMax = 255;
29
23
  export declare const listProxyApplicantsResponseUserCodeMax = 255;
30
24
  export declare const listProxyApplicantsResponseUserFirstNameMax = 255;
@@ -75,57 +69,18 @@ export declare const listProxyApplicantsResponseItem: zod.ZodObject<{
75
69
  "100x100": zod.ZodNullable<zod.ZodString>;
76
70
  "64x64": zod.ZodNullable<zod.ZodString>;
77
71
  "32x32": zod.ZodNullable<zod.ZodString>;
78
- }, "strip", zod.ZodTypeAny, {
79
- "100x100": string | null;
80
- "64x64": string | null;
81
- "32x32": string | null;
82
- }, {
83
- "100x100": string | null;
84
- "64x64": string | null;
85
- "32x32": string | null;
72
+ }, zod.core.$strip>;
73
+ status: zod.ZodEnum<{
74
+ invited: "invited";
75
+ activated: "activated";
76
+ suspended: "suspended";
77
+ deactivated: "deactivated";
86
78
  }>;
87
- status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
88
79
  locale: zod.ZodString;
89
80
  createdAt: zod.ZodString;
90
81
  updatedAt: zod.ZodString;
91
82
  deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
92
- }, "strip", zod.ZodTypeAny, {
93
- code: string;
94
- id: string;
95
- image: {
96
- "100x100": string | null;
97
- "64x64": string | null;
98
- "32x32": string | null;
99
- };
100
- email: string;
101
- status: "suspended" | "activated" | "invited" | "deactivated";
102
- firstName: string;
103
- lastName: string;
104
- fullName: string;
105
- locale: string;
106
- createdAt: string;
107
- updatedAt: string;
108
- employeeId?: string | null | undefined;
109
- deactivatedAt?: string | null | undefined;
110
- }, {
111
- code: string;
112
- id: string;
113
- image: {
114
- "100x100": string | null;
115
- "64x64": string | null;
116
- "32x32": string | null;
117
- };
118
- email: string;
119
- status: "suspended" | "activated" | "invited" | "deactivated";
120
- firstName: string;
121
- lastName: string;
122
- fullName: string;
123
- locale: string;
124
- createdAt: string;
125
- updatedAt: string;
126
- employeeId?: string | null | undefined;
127
- deactivatedAt?: string | null | undefined;
128
- }>;
83
+ }, zod.core.$strip>;
129
84
  proxyUser: zod.ZodObject<{
130
85
  id: zod.ZodString;
131
86
  email: zod.ZodString;
@@ -138,57 +93,18 @@ export declare const listProxyApplicantsResponseItem: zod.ZodObject<{
138
93
  "100x100": zod.ZodNullable<zod.ZodString>;
139
94
  "64x64": zod.ZodNullable<zod.ZodString>;
140
95
  "32x32": zod.ZodNullable<zod.ZodString>;
141
- }, "strip", zod.ZodTypeAny, {
142
- "100x100": string | null;
143
- "64x64": string | null;
144
- "32x32": string | null;
145
- }, {
146
- "100x100": string | null;
147
- "64x64": string | null;
148
- "32x32": string | null;
96
+ }, zod.core.$strip>;
97
+ status: zod.ZodEnum<{
98
+ invited: "invited";
99
+ activated: "activated";
100
+ suspended: "suspended";
101
+ deactivated: "deactivated";
149
102
  }>;
150
- status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
151
103
  locale: zod.ZodString;
152
104
  createdAt: zod.ZodString;
153
105
  updatedAt: zod.ZodString;
154
106
  deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
155
- }, "strip", zod.ZodTypeAny, {
156
- code: string;
157
- id: string;
158
- image: {
159
- "100x100": string | null;
160
- "64x64": string | null;
161
- "32x32": string | null;
162
- };
163
- email: string;
164
- status: "suspended" | "activated" | "invited" | "deactivated";
165
- firstName: string;
166
- lastName: string;
167
- fullName: string;
168
- locale: string;
169
- createdAt: string;
170
- updatedAt: string;
171
- employeeId?: string | null | undefined;
172
- deactivatedAt?: string | null | undefined;
173
- }, {
174
- code: string;
175
- id: string;
176
- image: {
177
- "100x100": string | null;
178
- "64x64": string | null;
179
- "32x32": string | null;
180
- };
181
- email: string;
182
- status: "suspended" | "activated" | "invited" | "deactivated";
183
- firstName: string;
184
- lastName: string;
185
- fullName: string;
186
- locale: string;
187
- createdAt: string;
188
- updatedAt: string;
189
- employeeId?: string | null | undefined;
190
- deactivatedAt?: string | null | undefined;
191
- }>;
107
+ }, zod.core.$strip>;
192
108
  startsOn: zod.ZodNullable<zod.ZodString>;
193
109
  endsOn: zod.ZodNullable<zod.ZodString>;
194
110
  workflows: zod.ZodArray<zod.ZodObject<{
@@ -198,16 +114,28 @@ export declare const listProxyApplicantsResponseItem: zod.ZodObject<{
198
114
  versionNumber: zod.ZodNumber;
199
115
  name: zod.ZodString;
200
116
  description: zod.ZodString;
201
- status: zod.ZodEnum<["visible", "invisible", "deleted"]>;
117
+ status: zod.ZodEnum<{
118
+ visible: "visible";
119
+ invisible: "invisible";
120
+ deleted: "deleted";
121
+ }>;
202
122
  publicTicket: zod.ZodBoolean;
203
- visibleToManager: zod.ZodEnum<["none", "direct", "all"]>;
123
+ visibleToManager: zod.ZodEnum<{
124
+ none: "none";
125
+ direct: "direct";
126
+ all: "all";
127
+ }>;
204
128
  visibleToTeamMembers: zod.ZodBoolean;
205
129
  titleDescription: zod.ZodNullable<zod.ZodString>;
206
130
  ticketNumberFormat: zod.ZodNullable<zod.ZodString>;
207
131
  overwritable: zod.ZodBoolean;
208
132
  createdAt: zod.ZodString;
209
133
  updatedAt: zod.ZodString;
210
- titleInputMode: zod.ZodEnum<["none", "input", "calculate"]>;
134
+ titleInputMode: zod.ZodEnum<{
135
+ input: "input";
136
+ none: "none";
137
+ calculate: "calculate";
138
+ }>;
211
139
  titleFormula: zod.ZodNullable<zod.ZodString>;
212
140
  allowEditingOfViewers: zod.ZodDefault<zod.ZodBoolean>;
213
141
  author: zod.ZodNullable<zod.ZodUnion<[zod.ZodObject<{
@@ -222,57 +150,18 @@ export declare const listProxyApplicantsResponseItem: zod.ZodObject<{
222
150
  "100x100": zod.ZodNullable<zod.ZodString>;
223
151
  "64x64": zod.ZodNullable<zod.ZodString>;
224
152
  "32x32": zod.ZodNullable<zod.ZodString>;
225
- }, "strip", zod.ZodTypeAny, {
226
- "100x100": string | null;
227
- "64x64": string | null;
228
- "32x32": string | null;
229
- }, {
230
- "100x100": string | null;
231
- "64x64": string | null;
232
- "32x32": string | null;
153
+ }, zod.core.$strip>;
154
+ status: zod.ZodEnum<{
155
+ invited: "invited";
156
+ activated: "activated";
157
+ suspended: "suspended";
158
+ deactivated: "deactivated";
233
159
  }>;
234
- status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
235
160
  locale: zod.ZodString;
236
161
  createdAt: zod.ZodString;
237
162
  updatedAt: zod.ZodString;
238
163
  deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
239
- }, "strip", zod.ZodTypeAny, {
240
- code: string;
241
- id: string;
242
- image: {
243
- "100x100": string | null;
244
- "64x64": string | null;
245
- "32x32": string | null;
246
- };
247
- email: string;
248
- status: "suspended" | "activated" | "invited" | "deactivated";
249
- firstName: string;
250
- lastName: string;
251
- fullName: string;
252
- locale: string;
253
- createdAt: string;
254
- updatedAt: string;
255
- employeeId?: string | null | undefined;
256
- deactivatedAt?: string | null | undefined;
257
- }, {
258
- code: string;
259
- id: string;
260
- image: {
261
- "100x100": string | null;
262
- "64x64": string | null;
263
- "32x32": string | null;
264
- };
265
- email: string;
266
- status: "suspended" | "activated" | "invited" | "deactivated";
267
- firstName: string;
268
- lastName: string;
269
- fullName: string;
270
- locale: string;
271
- createdAt: string;
272
- updatedAt: string;
273
- employeeId?: string | null | undefined;
274
- deactivatedAt?: string | null | undefined;
275
- }>, zod.ZodNullable<zod.ZodAny>]>>;
164
+ }, zod.core.$strip>, zod.ZodNullable<zod.ZodAny>]>>;
276
165
  versionAuthor: zod.ZodNullable<zod.ZodUnion<[zod.ZodObject<{
277
166
  id: zod.ZodString;
278
167
  email: zod.ZodString;
@@ -285,57 +174,18 @@ export declare const listProxyApplicantsResponseItem: zod.ZodObject<{
285
174
  "100x100": zod.ZodNullable<zod.ZodString>;
286
175
  "64x64": zod.ZodNullable<zod.ZodString>;
287
176
  "32x32": zod.ZodNullable<zod.ZodString>;
288
- }, "strip", zod.ZodTypeAny, {
289
- "100x100": string | null;
290
- "64x64": string | null;
291
- "32x32": string | null;
292
- }, {
293
- "100x100": string | null;
294
- "64x64": string | null;
295
- "32x32": string | null;
177
+ }, zod.core.$strip>;
178
+ status: zod.ZodEnum<{
179
+ invited: "invited";
180
+ activated: "activated";
181
+ suspended: "suspended";
182
+ deactivated: "deactivated";
296
183
  }>;
297
- status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
298
184
  locale: zod.ZodString;
299
185
  createdAt: zod.ZodString;
300
186
  updatedAt: zod.ZodString;
301
187
  deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
302
- }, "strip", zod.ZodTypeAny, {
303
- code: string;
304
- id: string;
305
- image: {
306
- "100x100": string | null;
307
- "64x64": string | null;
308
- "32x32": string | null;
309
- };
310
- email: string;
311
- status: "suspended" | "activated" | "invited" | "deactivated";
312
- firstName: string;
313
- lastName: string;
314
- fullName: string;
315
- locale: string;
316
- createdAt: string;
317
- updatedAt: string;
318
- employeeId?: string | null | undefined;
319
- deactivatedAt?: string | null | undefined;
320
- }, {
321
- code: string;
322
- id: string;
323
- image: {
324
- "100x100": string | null;
325
- "64x64": string | null;
326
- "32x32": string | null;
327
- };
328
- email: string;
329
- status: "suspended" | "activated" | "invited" | "deactivated";
330
- firstName: string;
331
- lastName: string;
332
- fullName: string;
333
- locale: string;
334
- createdAt: string;
335
- updatedAt: string;
336
- employeeId?: string | null | undefined;
337
- deactivatedAt?: string | null | undefined;
338
- }>, zod.ZodNullable<zod.ZodAny>]>>;
188
+ }, zod.core.$strip>, zod.ZodNullable<zod.ZodAny>]>>;
339
189
  folder: zod.ZodObject<{
340
190
  id: zod.ZodString;
341
191
  name: zod.ZodString;
@@ -346,287 +196,15 @@ export declare const listProxyApplicantsResponseItem: zod.ZodObject<{
346
196
  pipelinesCount: zod.ZodNumber;
347
197
  createdAt: zod.ZodString;
348
198
  updatedAt: zod.ZodString;
349
- }, "strip", zod.ZodTypeAny, {
350
- code: string;
351
- name: string;
352
- id: string;
353
- createdAt: string;
354
- updatedAt: string;
355
- workflowsCount: number;
356
- routesCount: number;
357
- pipelinesCount: number;
358
- description?: string | null | undefined;
359
- }, {
360
- code: string;
361
- name: string;
362
- id: string;
363
- createdAt: string;
364
- updatedAt: string;
365
- workflowsCount: number;
366
- routesCount: number;
367
- pipelinesCount: number;
368
- description?: string | null | undefined;
369
- }>;
199
+ }, zod.core.$strip>;
370
200
  categories: zod.ZodArray<zod.ZodObject<{
371
201
  id: zod.ZodString;
372
202
  name: zod.ZodString;
373
203
  createdAt: zod.ZodString;
374
204
  updatedAt: zod.ZodString;
375
- }, "strip", zod.ZodTypeAny, {
376
- name: string;
377
- id: string;
378
- createdAt: string;
379
- updatedAt: string;
380
- }, {
381
- name: string;
382
- id: string;
383
- createdAt: string;
384
- updatedAt: string;
385
- }>, "many">;
386
- }, "strip", zod.ZodTypeAny, {
387
- code: string;
388
- name: string;
389
- id: string;
390
- description: string;
391
- status: "visible" | "invisible" | "deleted";
392
- createdAt: string;
393
- updatedAt: string;
394
- versionId: string;
395
- versionNumber: number;
396
- publicTicket: boolean;
397
- visibleToManager: "direct" | "all" | "none";
398
- visibleToTeamMembers: boolean;
399
- titleDescription: string | null;
400
- ticketNumberFormat: string | null;
401
- overwritable: boolean;
402
- titleInputMode: "input" | "none" | "calculate";
403
- titleFormula: string | null;
404
- allowEditingOfViewers: boolean;
405
- folder: {
406
- code: string;
407
- name: string;
408
- id: string;
409
- createdAt: string;
410
- updatedAt: string;
411
- workflowsCount: number;
412
- routesCount: number;
413
- pipelinesCount: number;
414
- description?: string | null | undefined;
415
- };
416
- categories: {
417
- name: string;
418
- id: string;
419
- createdAt: string;
420
- updatedAt: string;
421
- }[];
422
- author?: any;
423
- versionAuthor?: any;
424
- }, {
425
- code: string;
426
- name: string;
427
- id: string;
428
- description: string;
429
- status: "visible" | "invisible" | "deleted";
430
- createdAt: string;
431
- updatedAt: string;
432
- versionId: string;
433
- versionNumber: number;
434
- publicTicket: boolean;
435
- visibleToManager: "direct" | "all" | "none";
436
- visibleToTeamMembers: boolean;
437
- titleDescription: string | null;
438
- ticketNumberFormat: string | null;
439
- overwritable: boolean;
440
- titleInputMode: "input" | "none" | "calculate";
441
- titleFormula: string | null;
442
- folder: {
443
- code: string;
444
- name: string;
445
- id: string;
446
- createdAt: string;
447
- updatedAt: string;
448
- workflowsCount: number;
449
- routesCount: number;
450
- pipelinesCount: number;
451
- description?: string | null | undefined;
452
- };
453
- categories: {
454
- name: string;
455
- id: string;
456
- createdAt: string;
457
- updatedAt: string;
458
- }[];
459
- author?: any;
460
- allowEditingOfViewers?: boolean | undefined;
461
- versionAuthor?: any;
462
- }>, "many">;
463
- }, "strip", zod.ZodTypeAny, {
464
- id: string;
465
- user: {
466
- code: string;
467
- id: string;
468
- image: {
469
- "100x100": string | null;
470
- "64x64": string | null;
471
- "32x32": string | null;
472
- };
473
- email: string;
474
- status: "suspended" | "activated" | "invited" | "deactivated";
475
- firstName: string;
476
- lastName: string;
477
- fullName: string;
478
- locale: string;
479
- createdAt: string;
480
- updatedAt: string;
481
- employeeId?: string | null | undefined;
482
- deactivatedAt?: string | null | undefined;
483
- };
484
- createdAt: string;
485
- updatedAt: string;
486
- proxyUser: {
487
- code: string;
488
- id: string;
489
- image: {
490
- "100x100": string | null;
491
- "64x64": string | null;
492
- "32x32": string | null;
493
- };
494
- email: string;
495
- status: "suspended" | "activated" | "invited" | "deactivated";
496
- firstName: string;
497
- lastName: string;
498
- fullName: string;
499
- locale: string;
500
- createdAt: string;
501
- updatedAt: string;
502
- employeeId?: string | null | undefined;
503
- deactivatedAt?: string | null | undefined;
504
- };
505
- startsOn: string | null;
506
- endsOn: string | null;
507
- workflows: {
508
- code: string;
509
- name: string;
510
- id: string;
511
- description: string;
512
- status: "visible" | "invisible" | "deleted";
513
- createdAt: string;
514
- updatedAt: string;
515
- versionId: string;
516
- versionNumber: number;
517
- publicTicket: boolean;
518
- visibleToManager: "direct" | "all" | "none";
519
- visibleToTeamMembers: boolean;
520
- titleDescription: string | null;
521
- ticketNumberFormat: string | null;
522
- overwritable: boolean;
523
- titleInputMode: "input" | "none" | "calculate";
524
- titleFormula: string | null;
525
- allowEditingOfViewers: boolean;
526
- folder: {
527
- code: string;
528
- name: string;
529
- id: string;
530
- createdAt: string;
531
- updatedAt: string;
532
- workflowsCount: number;
533
- routesCount: number;
534
- pipelinesCount: number;
535
- description?: string | null | undefined;
536
- };
537
- categories: {
538
- name: string;
539
- id: string;
540
- createdAt: string;
541
- updatedAt: string;
542
- }[];
543
- author?: any;
544
- versionAuthor?: any;
545
- }[];
546
- }, {
547
- id: string;
548
- user: {
549
- code: string;
550
- id: string;
551
- image: {
552
- "100x100": string | null;
553
- "64x64": string | null;
554
- "32x32": string | null;
555
- };
556
- email: string;
557
- status: "suspended" | "activated" | "invited" | "deactivated";
558
- firstName: string;
559
- lastName: string;
560
- fullName: string;
561
- locale: string;
562
- createdAt: string;
563
- updatedAt: string;
564
- employeeId?: string | null | undefined;
565
- deactivatedAt?: string | null | undefined;
566
- };
567
- createdAt: string;
568
- updatedAt: string;
569
- proxyUser: {
570
- code: string;
571
- id: string;
572
- image: {
573
- "100x100": string | null;
574
- "64x64": string | null;
575
- "32x32": string | null;
576
- };
577
- email: string;
578
- status: "suspended" | "activated" | "invited" | "deactivated";
579
- firstName: string;
580
- lastName: string;
581
- fullName: string;
582
- locale: string;
583
- createdAt: string;
584
- updatedAt: string;
585
- employeeId?: string | null | undefined;
586
- deactivatedAt?: string | null | undefined;
587
- };
588
- startsOn: string | null;
589
- endsOn: string | null;
590
- workflows: {
591
- code: string;
592
- name: string;
593
- id: string;
594
- description: string;
595
- status: "visible" | "invisible" | "deleted";
596
- createdAt: string;
597
- updatedAt: string;
598
- versionId: string;
599
- versionNumber: number;
600
- publicTicket: boolean;
601
- visibleToManager: "direct" | "all" | "none";
602
- visibleToTeamMembers: boolean;
603
- titleDescription: string | null;
604
- ticketNumberFormat: string | null;
605
- overwritable: boolean;
606
- titleInputMode: "input" | "none" | "calculate";
607
- titleFormula: string | null;
608
- folder: {
609
- code: string;
610
- name: string;
611
- id: string;
612
- createdAt: string;
613
- updatedAt: string;
614
- workflowsCount: number;
615
- routesCount: number;
616
- pipelinesCount: number;
617
- description?: string | null | undefined;
618
- };
619
- categories: {
620
- name: string;
621
- id: string;
622
- createdAt: string;
623
- updatedAt: string;
624
- }[];
625
- author?: any;
626
- allowEditingOfViewers?: boolean | undefined;
627
- versionAuthor?: any;
628
- }[];
629
- }>;
205
+ }, zod.core.$strip>>;
206
+ }, zod.core.$strip>>;
207
+ }, zod.core.$strip>;
630
208
  export declare const listProxyApplicantsResponse: zod.ZodArray<zod.ZodObject<{
631
209
  id: zod.ZodString;
632
210
  createdAt: zod.ZodString;
@@ -643,57 +221,18 @@ export declare const listProxyApplicantsResponse: zod.ZodArray<zod.ZodObject<{
643
221
  "100x100": zod.ZodNullable<zod.ZodString>;
644
222
  "64x64": zod.ZodNullable<zod.ZodString>;
645
223
  "32x32": zod.ZodNullable<zod.ZodString>;
646
- }, "strip", zod.ZodTypeAny, {
647
- "100x100": string | null;
648
- "64x64": string | null;
649
- "32x32": string | null;
650
- }, {
651
- "100x100": string | null;
652
- "64x64": string | null;
653
- "32x32": string | null;
224
+ }, zod.core.$strip>;
225
+ status: zod.ZodEnum<{
226
+ invited: "invited";
227
+ activated: "activated";
228
+ suspended: "suspended";
229
+ deactivated: "deactivated";
654
230
  }>;
655
- status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
656
231
  locale: zod.ZodString;
657
232
  createdAt: zod.ZodString;
658
233
  updatedAt: zod.ZodString;
659
234
  deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
660
- }, "strip", zod.ZodTypeAny, {
661
- code: string;
662
- id: string;
663
- image: {
664
- "100x100": string | null;
665
- "64x64": string | null;
666
- "32x32": string | null;
667
- };
668
- email: string;
669
- status: "suspended" | "activated" | "invited" | "deactivated";
670
- firstName: string;
671
- lastName: string;
672
- fullName: string;
673
- locale: string;
674
- createdAt: string;
675
- updatedAt: string;
676
- employeeId?: string | null | undefined;
677
- deactivatedAt?: string | null | undefined;
678
- }, {
679
- code: string;
680
- id: string;
681
- image: {
682
- "100x100": string | null;
683
- "64x64": string | null;
684
- "32x32": string | null;
685
- };
686
- email: string;
687
- status: "suspended" | "activated" | "invited" | "deactivated";
688
- firstName: string;
689
- lastName: string;
690
- fullName: string;
691
- locale: string;
692
- createdAt: string;
693
- updatedAt: string;
694
- employeeId?: string | null | undefined;
695
- deactivatedAt?: string | null | undefined;
696
- }>;
235
+ }, zod.core.$strip>;
697
236
  proxyUser: zod.ZodObject<{
698
237
  id: zod.ZodString;
699
238
  email: zod.ZodString;
@@ -706,57 +245,18 @@ export declare const listProxyApplicantsResponse: zod.ZodArray<zod.ZodObject<{
706
245
  "100x100": zod.ZodNullable<zod.ZodString>;
707
246
  "64x64": zod.ZodNullable<zod.ZodString>;
708
247
  "32x32": zod.ZodNullable<zod.ZodString>;
709
- }, "strip", zod.ZodTypeAny, {
710
- "100x100": string | null;
711
- "64x64": string | null;
712
- "32x32": string | null;
713
- }, {
714
- "100x100": string | null;
715
- "64x64": string | null;
716
- "32x32": string | null;
248
+ }, zod.core.$strip>;
249
+ status: zod.ZodEnum<{
250
+ invited: "invited";
251
+ activated: "activated";
252
+ suspended: "suspended";
253
+ deactivated: "deactivated";
717
254
  }>;
718
- status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
719
255
  locale: zod.ZodString;
720
256
  createdAt: zod.ZodString;
721
257
  updatedAt: zod.ZodString;
722
258
  deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
723
- }, "strip", zod.ZodTypeAny, {
724
- code: string;
725
- id: string;
726
- image: {
727
- "100x100": string | null;
728
- "64x64": string | null;
729
- "32x32": string | null;
730
- };
731
- email: string;
732
- status: "suspended" | "activated" | "invited" | "deactivated";
733
- firstName: string;
734
- lastName: string;
735
- fullName: string;
736
- locale: string;
737
- createdAt: string;
738
- updatedAt: string;
739
- employeeId?: string | null | undefined;
740
- deactivatedAt?: string | null | undefined;
741
- }, {
742
- code: string;
743
- id: string;
744
- image: {
745
- "100x100": string | null;
746
- "64x64": string | null;
747
- "32x32": string | null;
748
- };
749
- email: string;
750
- status: "suspended" | "activated" | "invited" | "deactivated";
751
- firstName: string;
752
- lastName: string;
753
- fullName: string;
754
- locale: string;
755
- createdAt: string;
756
- updatedAt: string;
757
- employeeId?: string | null | undefined;
758
- deactivatedAt?: string | null | undefined;
759
- }>;
259
+ }, zod.core.$strip>;
760
260
  startsOn: zod.ZodNullable<zod.ZodString>;
761
261
  endsOn: zod.ZodNullable<zod.ZodString>;
762
262
  workflows: zod.ZodArray<zod.ZodObject<{
@@ -766,16 +266,28 @@ export declare const listProxyApplicantsResponse: zod.ZodArray<zod.ZodObject<{
766
266
  versionNumber: zod.ZodNumber;
767
267
  name: zod.ZodString;
768
268
  description: zod.ZodString;
769
- status: zod.ZodEnum<["visible", "invisible", "deleted"]>;
269
+ status: zod.ZodEnum<{
270
+ visible: "visible";
271
+ invisible: "invisible";
272
+ deleted: "deleted";
273
+ }>;
770
274
  publicTicket: zod.ZodBoolean;
771
- visibleToManager: zod.ZodEnum<["none", "direct", "all"]>;
275
+ visibleToManager: zod.ZodEnum<{
276
+ none: "none";
277
+ direct: "direct";
278
+ all: "all";
279
+ }>;
772
280
  visibleToTeamMembers: zod.ZodBoolean;
773
281
  titleDescription: zod.ZodNullable<zod.ZodString>;
774
282
  ticketNumberFormat: zod.ZodNullable<zod.ZodString>;
775
283
  overwritable: zod.ZodBoolean;
776
284
  createdAt: zod.ZodString;
777
285
  updatedAt: zod.ZodString;
778
- titleInputMode: zod.ZodEnum<["none", "input", "calculate"]>;
286
+ titleInputMode: zod.ZodEnum<{
287
+ input: "input";
288
+ none: "none";
289
+ calculate: "calculate";
290
+ }>;
779
291
  titleFormula: zod.ZodNullable<zod.ZodString>;
780
292
  allowEditingOfViewers: zod.ZodDefault<zod.ZodBoolean>;
781
293
  author: zod.ZodNullable<zod.ZodUnion<[zod.ZodObject<{
@@ -790,57 +302,18 @@ export declare const listProxyApplicantsResponse: zod.ZodArray<zod.ZodObject<{
790
302
  "100x100": zod.ZodNullable<zod.ZodString>;
791
303
  "64x64": zod.ZodNullable<zod.ZodString>;
792
304
  "32x32": zod.ZodNullable<zod.ZodString>;
793
- }, "strip", zod.ZodTypeAny, {
794
- "100x100": string | null;
795
- "64x64": string | null;
796
- "32x32": string | null;
797
- }, {
798
- "100x100": string | null;
799
- "64x64": string | null;
800
- "32x32": string | null;
305
+ }, zod.core.$strip>;
306
+ status: zod.ZodEnum<{
307
+ invited: "invited";
308
+ activated: "activated";
309
+ suspended: "suspended";
310
+ deactivated: "deactivated";
801
311
  }>;
802
- status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
803
312
  locale: zod.ZodString;
804
313
  createdAt: zod.ZodString;
805
314
  updatedAt: zod.ZodString;
806
315
  deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
807
- }, "strip", zod.ZodTypeAny, {
808
- code: string;
809
- id: string;
810
- image: {
811
- "100x100": string | null;
812
- "64x64": string | null;
813
- "32x32": string | null;
814
- };
815
- email: string;
816
- status: "suspended" | "activated" | "invited" | "deactivated";
817
- firstName: string;
818
- lastName: string;
819
- fullName: string;
820
- locale: string;
821
- createdAt: string;
822
- updatedAt: string;
823
- employeeId?: string | null | undefined;
824
- deactivatedAt?: string | null | undefined;
825
- }, {
826
- code: string;
827
- id: string;
828
- image: {
829
- "100x100": string | null;
830
- "64x64": string | null;
831
- "32x32": string | null;
832
- };
833
- email: string;
834
- status: "suspended" | "activated" | "invited" | "deactivated";
835
- firstName: string;
836
- lastName: string;
837
- fullName: string;
838
- locale: string;
839
- createdAt: string;
840
- updatedAt: string;
841
- employeeId?: string | null | undefined;
842
- deactivatedAt?: string | null | undefined;
843
- }>, zod.ZodNullable<zod.ZodAny>]>>;
316
+ }, zod.core.$strip>, zod.ZodNullable<zod.ZodAny>]>>;
844
317
  versionAuthor: zod.ZodNullable<zod.ZodUnion<[zod.ZodObject<{
845
318
  id: zod.ZodString;
846
319
  email: zod.ZodString;
@@ -853,57 +326,18 @@ export declare const listProxyApplicantsResponse: zod.ZodArray<zod.ZodObject<{
853
326
  "100x100": zod.ZodNullable<zod.ZodString>;
854
327
  "64x64": zod.ZodNullable<zod.ZodString>;
855
328
  "32x32": zod.ZodNullable<zod.ZodString>;
856
- }, "strip", zod.ZodTypeAny, {
857
- "100x100": string | null;
858
- "64x64": string | null;
859
- "32x32": string | null;
860
- }, {
861
- "100x100": string | null;
862
- "64x64": string | null;
863
- "32x32": string | null;
329
+ }, zod.core.$strip>;
330
+ status: zod.ZodEnum<{
331
+ invited: "invited";
332
+ activated: "activated";
333
+ suspended: "suspended";
334
+ deactivated: "deactivated";
864
335
  }>;
865
- status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
866
336
  locale: zod.ZodString;
867
337
  createdAt: zod.ZodString;
868
338
  updatedAt: zod.ZodString;
869
339
  deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
870
- }, "strip", zod.ZodTypeAny, {
871
- code: string;
872
- id: string;
873
- image: {
874
- "100x100": string | null;
875
- "64x64": string | null;
876
- "32x32": string | null;
877
- };
878
- email: string;
879
- status: "suspended" | "activated" | "invited" | "deactivated";
880
- firstName: string;
881
- lastName: string;
882
- fullName: string;
883
- locale: string;
884
- createdAt: string;
885
- updatedAt: string;
886
- employeeId?: string | null | undefined;
887
- deactivatedAt?: string | null | undefined;
888
- }, {
889
- code: string;
890
- id: string;
891
- image: {
892
- "100x100": string | null;
893
- "64x64": string | null;
894
- "32x32": string | null;
895
- };
896
- email: string;
897
- status: "suspended" | "activated" | "invited" | "deactivated";
898
- firstName: string;
899
- lastName: string;
900
- fullName: string;
901
- locale: string;
902
- createdAt: string;
903
- updatedAt: string;
904
- employeeId?: string | null | undefined;
905
- deactivatedAt?: string | null | undefined;
906
- }>, zod.ZodNullable<zod.ZodAny>]>>;
340
+ }, zod.core.$strip>, zod.ZodNullable<zod.ZodAny>]>>;
907
341
  folder: zod.ZodObject<{
908
342
  id: zod.ZodString;
909
343
  name: zod.ZodString;
@@ -914,287 +348,15 @@ export declare const listProxyApplicantsResponse: zod.ZodArray<zod.ZodObject<{
914
348
  pipelinesCount: zod.ZodNumber;
915
349
  createdAt: zod.ZodString;
916
350
  updatedAt: zod.ZodString;
917
- }, "strip", zod.ZodTypeAny, {
918
- code: string;
919
- name: string;
920
- id: string;
921
- createdAt: string;
922
- updatedAt: string;
923
- workflowsCount: number;
924
- routesCount: number;
925
- pipelinesCount: number;
926
- description?: string | null | undefined;
927
- }, {
928
- code: string;
929
- name: string;
930
- id: string;
931
- createdAt: string;
932
- updatedAt: string;
933
- workflowsCount: number;
934
- routesCount: number;
935
- pipelinesCount: number;
936
- description?: string | null | undefined;
937
- }>;
351
+ }, zod.core.$strip>;
938
352
  categories: zod.ZodArray<zod.ZodObject<{
939
353
  id: zod.ZodString;
940
354
  name: zod.ZodString;
941
355
  createdAt: zod.ZodString;
942
356
  updatedAt: zod.ZodString;
943
- }, "strip", zod.ZodTypeAny, {
944
- name: string;
945
- id: string;
946
- createdAt: string;
947
- updatedAt: string;
948
- }, {
949
- name: string;
950
- id: string;
951
- createdAt: string;
952
- updatedAt: string;
953
- }>, "many">;
954
- }, "strip", zod.ZodTypeAny, {
955
- code: string;
956
- name: string;
957
- id: string;
958
- description: string;
959
- status: "visible" | "invisible" | "deleted";
960
- createdAt: string;
961
- updatedAt: string;
962
- versionId: string;
963
- versionNumber: number;
964
- publicTicket: boolean;
965
- visibleToManager: "direct" | "all" | "none";
966
- visibleToTeamMembers: boolean;
967
- titleDescription: string | null;
968
- ticketNumberFormat: string | null;
969
- overwritable: boolean;
970
- titleInputMode: "input" | "none" | "calculate";
971
- titleFormula: string | null;
972
- allowEditingOfViewers: boolean;
973
- folder: {
974
- code: string;
975
- name: string;
976
- id: string;
977
- createdAt: string;
978
- updatedAt: string;
979
- workflowsCount: number;
980
- routesCount: number;
981
- pipelinesCount: number;
982
- description?: string | null | undefined;
983
- };
984
- categories: {
985
- name: string;
986
- id: string;
987
- createdAt: string;
988
- updatedAt: string;
989
- }[];
990
- author?: any;
991
- versionAuthor?: any;
992
- }, {
993
- code: string;
994
- name: string;
995
- id: string;
996
- description: string;
997
- status: "visible" | "invisible" | "deleted";
998
- createdAt: string;
999
- updatedAt: string;
1000
- versionId: string;
1001
- versionNumber: number;
1002
- publicTicket: boolean;
1003
- visibleToManager: "direct" | "all" | "none";
1004
- visibleToTeamMembers: boolean;
1005
- titleDescription: string | null;
1006
- ticketNumberFormat: string | null;
1007
- overwritable: boolean;
1008
- titleInputMode: "input" | "none" | "calculate";
1009
- titleFormula: string | null;
1010
- folder: {
1011
- code: string;
1012
- name: string;
1013
- id: string;
1014
- createdAt: string;
1015
- updatedAt: string;
1016
- workflowsCount: number;
1017
- routesCount: number;
1018
- pipelinesCount: number;
1019
- description?: string | null | undefined;
1020
- };
1021
- categories: {
1022
- name: string;
1023
- id: string;
1024
- createdAt: string;
1025
- updatedAt: string;
1026
- }[];
1027
- author?: any;
1028
- allowEditingOfViewers?: boolean | undefined;
1029
- versionAuthor?: any;
1030
- }>, "many">;
1031
- }, "strip", zod.ZodTypeAny, {
1032
- id: string;
1033
- user: {
1034
- code: string;
1035
- id: string;
1036
- image: {
1037
- "100x100": string | null;
1038
- "64x64": string | null;
1039
- "32x32": string | null;
1040
- };
1041
- email: string;
1042
- status: "suspended" | "activated" | "invited" | "deactivated";
1043
- firstName: string;
1044
- lastName: string;
1045
- fullName: string;
1046
- locale: string;
1047
- createdAt: string;
1048
- updatedAt: string;
1049
- employeeId?: string | null | undefined;
1050
- deactivatedAt?: string | null | undefined;
1051
- };
1052
- createdAt: string;
1053
- updatedAt: string;
1054
- proxyUser: {
1055
- code: string;
1056
- id: string;
1057
- image: {
1058
- "100x100": string | null;
1059
- "64x64": string | null;
1060
- "32x32": string | null;
1061
- };
1062
- email: string;
1063
- status: "suspended" | "activated" | "invited" | "deactivated";
1064
- firstName: string;
1065
- lastName: string;
1066
- fullName: string;
1067
- locale: string;
1068
- createdAt: string;
1069
- updatedAt: string;
1070
- employeeId?: string | null | undefined;
1071
- deactivatedAt?: string | null | undefined;
1072
- };
1073
- startsOn: string | null;
1074
- endsOn: string | null;
1075
- workflows: {
1076
- code: string;
1077
- name: string;
1078
- id: string;
1079
- description: string;
1080
- status: "visible" | "invisible" | "deleted";
1081
- createdAt: string;
1082
- updatedAt: string;
1083
- versionId: string;
1084
- versionNumber: number;
1085
- publicTicket: boolean;
1086
- visibleToManager: "direct" | "all" | "none";
1087
- visibleToTeamMembers: boolean;
1088
- titleDescription: string | null;
1089
- ticketNumberFormat: string | null;
1090
- overwritable: boolean;
1091
- titleInputMode: "input" | "none" | "calculate";
1092
- titleFormula: string | null;
1093
- allowEditingOfViewers: boolean;
1094
- folder: {
1095
- code: string;
1096
- name: string;
1097
- id: string;
1098
- createdAt: string;
1099
- updatedAt: string;
1100
- workflowsCount: number;
1101
- routesCount: number;
1102
- pipelinesCount: number;
1103
- description?: string | null | undefined;
1104
- };
1105
- categories: {
1106
- name: string;
1107
- id: string;
1108
- createdAt: string;
1109
- updatedAt: string;
1110
- }[];
1111
- author?: any;
1112
- versionAuthor?: any;
1113
- }[];
1114
- }, {
1115
- id: string;
1116
- user: {
1117
- code: string;
1118
- id: string;
1119
- image: {
1120
- "100x100": string | null;
1121
- "64x64": string | null;
1122
- "32x32": string | null;
1123
- };
1124
- email: string;
1125
- status: "suspended" | "activated" | "invited" | "deactivated";
1126
- firstName: string;
1127
- lastName: string;
1128
- fullName: string;
1129
- locale: string;
1130
- createdAt: string;
1131
- updatedAt: string;
1132
- employeeId?: string | null | undefined;
1133
- deactivatedAt?: string | null | undefined;
1134
- };
1135
- createdAt: string;
1136
- updatedAt: string;
1137
- proxyUser: {
1138
- code: string;
1139
- id: string;
1140
- image: {
1141
- "100x100": string | null;
1142
- "64x64": string | null;
1143
- "32x32": string | null;
1144
- };
1145
- email: string;
1146
- status: "suspended" | "activated" | "invited" | "deactivated";
1147
- firstName: string;
1148
- lastName: string;
1149
- fullName: string;
1150
- locale: string;
1151
- createdAt: string;
1152
- updatedAt: string;
1153
- employeeId?: string | null | undefined;
1154
- deactivatedAt?: string | null | undefined;
1155
- };
1156
- startsOn: string | null;
1157
- endsOn: string | null;
1158
- workflows: {
1159
- code: string;
1160
- name: string;
1161
- id: string;
1162
- description: string;
1163
- status: "visible" | "invisible" | "deleted";
1164
- createdAt: string;
1165
- updatedAt: string;
1166
- versionId: string;
1167
- versionNumber: number;
1168
- publicTicket: boolean;
1169
- visibleToManager: "direct" | "all" | "none";
1170
- visibleToTeamMembers: boolean;
1171
- titleDescription: string | null;
1172
- ticketNumberFormat: string | null;
1173
- overwritable: boolean;
1174
- titleInputMode: "input" | "none" | "calculate";
1175
- titleFormula: string | null;
1176
- folder: {
1177
- code: string;
1178
- name: string;
1179
- id: string;
1180
- createdAt: string;
1181
- updatedAt: string;
1182
- workflowsCount: number;
1183
- routesCount: number;
1184
- pipelinesCount: number;
1185
- description?: string | null | undefined;
1186
- };
1187
- categories: {
1188
- name: string;
1189
- id: string;
1190
- createdAt: string;
1191
- updatedAt: string;
1192
- }[];
1193
- author?: any;
1194
- allowEditingOfViewers?: boolean | undefined;
1195
- versionAuthor?: any;
1196
- }[];
1197
- }>, "many">;
357
+ }, zod.core.$strip>>;
358
+ }, zod.core.$strip>>;
359
+ }, zod.core.$strip>>;
1198
360
  /**
1199
361
  * 代理申請を新規作成します。
1200
362
 
@@ -1206,20 +368,8 @@ export declare const createProxyApplicantBody: zod.ZodObject<{
1206
368
  proxyUserId: zod.ZodString;
1207
369
  startsOn: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1208
370
  endsOn: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1209
- workflowIds: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
1210
- }, "strip", zod.ZodTypeAny, {
1211
- userId: string;
1212
- proxyUserId: string;
1213
- startsOn?: string | null | undefined;
1214
- endsOn?: string | null | undefined;
1215
- workflowIds?: string[] | undefined;
1216
- }, {
1217
- userId: string;
1218
- proxyUserId: string;
1219
- startsOn?: string | null | undefined;
1220
- endsOn?: string | null | undefined;
1221
- workflowIds?: string[] | undefined;
1222
- }>;
371
+ workflowIds: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
372
+ }, zod.core.$strip>;
1223
373
  export declare const createProxyApplicantResponseUserEmailMax = 255;
1224
374
  export declare const createProxyApplicantResponseUserCodeMax = 255;
1225
375
  export declare const createProxyApplicantResponseUserFirstNameMax = 255;
@@ -1270,57 +420,18 @@ export declare const createProxyApplicantResponse: zod.ZodObject<{
1270
420
  "100x100": zod.ZodNullable<zod.ZodString>;
1271
421
  "64x64": zod.ZodNullable<zod.ZodString>;
1272
422
  "32x32": zod.ZodNullable<zod.ZodString>;
1273
- }, "strip", zod.ZodTypeAny, {
1274
- "100x100": string | null;
1275
- "64x64": string | null;
1276
- "32x32": string | null;
1277
- }, {
1278
- "100x100": string | null;
1279
- "64x64": string | null;
1280
- "32x32": string | null;
423
+ }, zod.core.$strip>;
424
+ status: zod.ZodEnum<{
425
+ invited: "invited";
426
+ activated: "activated";
427
+ suspended: "suspended";
428
+ deactivated: "deactivated";
1281
429
  }>;
1282
- status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
1283
430
  locale: zod.ZodString;
1284
431
  createdAt: zod.ZodString;
1285
432
  updatedAt: zod.ZodString;
1286
433
  deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1287
- }, "strip", zod.ZodTypeAny, {
1288
- code: string;
1289
- id: string;
1290
- image: {
1291
- "100x100": string | null;
1292
- "64x64": string | null;
1293
- "32x32": string | null;
1294
- };
1295
- email: string;
1296
- status: "suspended" | "activated" | "invited" | "deactivated";
1297
- firstName: string;
1298
- lastName: string;
1299
- fullName: string;
1300
- locale: string;
1301
- createdAt: string;
1302
- updatedAt: string;
1303
- employeeId?: string | null | undefined;
1304
- deactivatedAt?: string | null | undefined;
1305
- }, {
1306
- code: string;
1307
- id: string;
1308
- image: {
1309
- "100x100": string | null;
1310
- "64x64": string | null;
1311
- "32x32": string | null;
1312
- };
1313
- email: string;
1314
- status: "suspended" | "activated" | "invited" | "deactivated";
1315
- firstName: string;
1316
- lastName: string;
1317
- fullName: string;
1318
- locale: string;
1319
- createdAt: string;
1320
- updatedAt: string;
1321
- employeeId?: string | null | undefined;
1322
- deactivatedAt?: string | null | undefined;
1323
- }>;
434
+ }, zod.core.$strip>;
1324
435
  proxyUser: zod.ZodObject<{
1325
436
  id: zod.ZodString;
1326
437
  email: zod.ZodString;
@@ -1333,57 +444,18 @@ export declare const createProxyApplicantResponse: zod.ZodObject<{
1333
444
  "100x100": zod.ZodNullable<zod.ZodString>;
1334
445
  "64x64": zod.ZodNullable<zod.ZodString>;
1335
446
  "32x32": zod.ZodNullable<zod.ZodString>;
1336
- }, "strip", zod.ZodTypeAny, {
1337
- "100x100": string | null;
1338
- "64x64": string | null;
1339
- "32x32": string | null;
1340
- }, {
1341
- "100x100": string | null;
1342
- "64x64": string | null;
1343
- "32x32": string | null;
447
+ }, zod.core.$strip>;
448
+ status: zod.ZodEnum<{
449
+ invited: "invited";
450
+ activated: "activated";
451
+ suspended: "suspended";
452
+ deactivated: "deactivated";
1344
453
  }>;
1345
- status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
1346
454
  locale: zod.ZodString;
1347
455
  createdAt: zod.ZodString;
1348
456
  updatedAt: zod.ZodString;
1349
457
  deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1350
- }, "strip", zod.ZodTypeAny, {
1351
- code: string;
1352
- id: string;
1353
- image: {
1354
- "100x100": string | null;
1355
- "64x64": string | null;
1356
- "32x32": string | null;
1357
- };
1358
- email: string;
1359
- status: "suspended" | "activated" | "invited" | "deactivated";
1360
- firstName: string;
1361
- lastName: string;
1362
- fullName: string;
1363
- locale: string;
1364
- createdAt: string;
1365
- updatedAt: string;
1366
- employeeId?: string | null | undefined;
1367
- deactivatedAt?: string | null | undefined;
1368
- }, {
1369
- code: string;
1370
- id: string;
1371
- image: {
1372
- "100x100": string | null;
1373
- "64x64": string | null;
1374
- "32x32": string | null;
1375
- };
1376
- email: string;
1377
- status: "suspended" | "activated" | "invited" | "deactivated";
1378
- firstName: string;
1379
- lastName: string;
1380
- fullName: string;
1381
- locale: string;
1382
- createdAt: string;
1383
- updatedAt: string;
1384
- employeeId?: string | null | undefined;
1385
- deactivatedAt?: string | null | undefined;
1386
- }>;
458
+ }, zod.core.$strip>;
1387
459
  startsOn: zod.ZodNullable<zod.ZodString>;
1388
460
  endsOn: zod.ZodNullable<zod.ZodString>;
1389
461
  workflows: zod.ZodArray<zod.ZodObject<{
@@ -1393,16 +465,28 @@ export declare const createProxyApplicantResponse: zod.ZodObject<{
1393
465
  versionNumber: zod.ZodNumber;
1394
466
  name: zod.ZodString;
1395
467
  description: zod.ZodString;
1396
- status: zod.ZodEnum<["visible", "invisible", "deleted"]>;
468
+ status: zod.ZodEnum<{
469
+ visible: "visible";
470
+ invisible: "invisible";
471
+ deleted: "deleted";
472
+ }>;
1397
473
  publicTicket: zod.ZodBoolean;
1398
- visibleToManager: zod.ZodEnum<["none", "direct", "all"]>;
474
+ visibleToManager: zod.ZodEnum<{
475
+ none: "none";
476
+ direct: "direct";
477
+ all: "all";
478
+ }>;
1399
479
  visibleToTeamMembers: zod.ZodBoolean;
1400
480
  titleDescription: zod.ZodNullable<zod.ZodString>;
1401
481
  ticketNumberFormat: zod.ZodNullable<zod.ZodString>;
1402
482
  overwritable: zod.ZodBoolean;
1403
483
  createdAt: zod.ZodString;
1404
484
  updatedAt: zod.ZodString;
1405
- titleInputMode: zod.ZodEnum<["none", "input", "calculate"]>;
485
+ titleInputMode: zod.ZodEnum<{
486
+ input: "input";
487
+ none: "none";
488
+ calculate: "calculate";
489
+ }>;
1406
490
  titleFormula: zod.ZodNullable<zod.ZodString>;
1407
491
  allowEditingOfViewers: zod.ZodDefault<zod.ZodBoolean>;
1408
492
  author: zod.ZodNullable<zod.ZodUnion<[zod.ZodObject<{
@@ -1417,57 +501,18 @@ export declare const createProxyApplicantResponse: zod.ZodObject<{
1417
501
  "100x100": zod.ZodNullable<zod.ZodString>;
1418
502
  "64x64": zod.ZodNullable<zod.ZodString>;
1419
503
  "32x32": zod.ZodNullable<zod.ZodString>;
1420
- }, "strip", zod.ZodTypeAny, {
1421
- "100x100": string | null;
1422
- "64x64": string | null;
1423
- "32x32": string | null;
1424
- }, {
1425
- "100x100": string | null;
1426
- "64x64": string | null;
1427
- "32x32": string | null;
504
+ }, zod.core.$strip>;
505
+ status: zod.ZodEnum<{
506
+ invited: "invited";
507
+ activated: "activated";
508
+ suspended: "suspended";
509
+ deactivated: "deactivated";
1428
510
  }>;
1429
- status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
1430
511
  locale: zod.ZodString;
1431
512
  createdAt: zod.ZodString;
1432
513
  updatedAt: zod.ZodString;
1433
514
  deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1434
- }, "strip", zod.ZodTypeAny, {
1435
- code: string;
1436
- id: string;
1437
- image: {
1438
- "100x100": string | null;
1439
- "64x64": string | null;
1440
- "32x32": string | null;
1441
- };
1442
- email: string;
1443
- status: "suspended" | "activated" | "invited" | "deactivated";
1444
- firstName: string;
1445
- lastName: string;
1446
- fullName: string;
1447
- locale: string;
1448
- createdAt: string;
1449
- updatedAt: string;
1450
- employeeId?: string | null | undefined;
1451
- deactivatedAt?: string | null | undefined;
1452
- }, {
1453
- code: string;
1454
- id: string;
1455
- image: {
1456
- "100x100": string | null;
1457
- "64x64": string | null;
1458
- "32x32": string | null;
1459
- };
1460
- email: string;
1461
- status: "suspended" | "activated" | "invited" | "deactivated";
1462
- firstName: string;
1463
- lastName: string;
1464
- fullName: string;
1465
- locale: string;
1466
- createdAt: string;
1467
- updatedAt: string;
1468
- employeeId?: string | null | undefined;
1469
- deactivatedAt?: string | null | undefined;
1470
- }>, zod.ZodNullable<zod.ZodAny>]>>;
515
+ }, zod.core.$strip>, zod.ZodNullable<zod.ZodAny>]>>;
1471
516
  versionAuthor: zod.ZodNullable<zod.ZodUnion<[zod.ZodObject<{
1472
517
  id: zod.ZodString;
1473
518
  email: zod.ZodString;
@@ -1480,57 +525,18 @@ export declare const createProxyApplicantResponse: zod.ZodObject<{
1480
525
  "100x100": zod.ZodNullable<zod.ZodString>;
1481
526
  "64x64": zod.ZodNullable<zod.ZodString>;
1482
527
  "32x32": zod.ZodNullable<zod.ZodString>;
1483
- }, "strip", zod.ZodTypeAny, {
1484
- "100x100": string | null;
1485
- "64x64": string | null;
1486
- "32x32": string | null;
1487
- }, {
1488
- "100x100": string | null;
1489
- "64x64": string | null;
1490
- "32x32": string | null;
528
+ }, zod.core.$strip>;
529
+ status: zod.ZodEnum<{
530
+ invited: "invited";
531
+ activated: "activated";
532
+ suspended: "suspended";
533
+ deactivated: "deactivated";
1491
534
  }>;
1492
- status: zod.ZodEnum<["invited", "activated", "suspended", "deactivated"]>;
1493
535
  locale: zod.ZodString;
1494
536
  createdAt: zod.ZodString;
1495
537
  updatedAt: zod.ZodString;
1496
538
  deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1497
- }, "strip", zod.ZodTypeAny, {
1498
- code: string;
1499
- id: string;
1500
- image: {
1501
- "100x100": string | null;
1502
- "64x64": string | null;
1503
- "32x32": string | null;
1504
- };
1505
- email: string;
1506
- status: "suspended" | "activated" | "invited" | "deactivated";
1507
- firstName: string;
1508
- lastName: string;
1509
- fullName: string;
1510
- locale: string;
1511
- createdAt: string;
1512
- updatedAt: string;
1513
- employeeId?: string | null | undefined;
1514
- deactivatedAt?: string | null | undefined;
1515
- }, {
1516
- code: string;
1517
- id: string;
1518
- image: {
1519
- "100x100": string | null;
1520
- "64x64": string | null;
1521
- "32x32": string | null;
1522
- };
1523
- email: string;
1524
- status: "suspended" | "activated" | "invited" | "deactivated";
1525
- firstName: string;
1526
- lastName: string;
1527
- fullName: string;
1528
- locale: string;
1529
- createdAt: string;
1530
- updatedAt: string;
1531
- employeeId?: string | null | undefined;
1532
- deactivatedAt?: string | null | undefined;
1533
- }>, zod.ZodNullable<zod.ZodAny>]>>;
539
+ }, zod.core.$strip>, zod.ZodNullable<zod.ZodAny>]>>;
1534
540
  folder: zod.ZodObject<{
1535
541
  id: zod.ZodString;
1536
542
  name: zod.ZodString;
@@ -1541,284 +547,12 @@ export declare const createProxyApplicantResponse: zod.ZodObject<{
1541
547
  pipelinesCount: zod.ZodNumber;
1542
548
  createdAt: zod.ZodString;
1543
549
  updatedAt: zod.ZodString;
1544
- }, "strip", zod.ZodTypeAny, {
1545
- code: string;
1546
- name: string;
1547
- id: string;
1548
- createdAt: string;
1549
- updatedAt: string;
1550
- workflowsCount: number;
1551
- routesCount: number;
1552
- pipelinesCount: number;
1553
- description?: string | null | undefined;
1554
- }, {
1555
- code: string;
1556
- name: string;
1557
- id: string;
1558
- createdAt: string;
1559
- updatedAt: string;
1560
- workflowsCount: number;
1561
- routesCount: number;
1562
- pipelinesCount: number;
1563
- description?: string | null | undefined;
1564
- }>;
550
+ }, zod.core.$strip>;
1565
551
  categories: zod.ZodArray<zod.ZodObject<{
1566
552
  id: zod.ZodString;
1567
553
  name: zod.ZodString;
1568
554
  createdAt: zod.ZodString;
1569
555
  updatedAt: zod.ZodString;
1570
- }, "strip", zod.ZodTypeAny, {
1571
- name: string;
1572
- id: string;
1573
- createdAt: string;
1574
- updatedAt: string;
1575
- }, {
1576
- name: string;
1577
- id: string;
1578
- createdAt: string;
1579
- updatedAt: string;
1580
- }>, "many">;
1581
- }, "strip", zod.ZodTypeAny, {
1582
- code: string;
1583
- name: string;
1584
- id: string;
1585
- description: string;
1586
- status: "visible" | "invisible" | "deleted";
1587
- createdAt: string;
1588
- updatedAt: string;
1589
- versionId: string;
1590
- versionNumber: number;
1591
- publicTicket: boolean;
1592
- visibleToManager: "direct" | "all" | "none";
1593
- visibleToTeamMembers: boolean;
1594
- titleDescription: string | null;
1595
- ticketNumberFormat: string | null;
1596
- overwritable: boolean;
1597
- titleInputMode: "input" | "none" | "calculate";
1598
- titleFormula: string | null;
1599
- allowEditingOfViewers: boolean;
1600
- folder: {
1601
- code: string;
1602
- name: string;
1603
- id: string;
1604
- createdAt: string;
1605
- updatedAt: string;
1606
- workflowsCount: number;
1607
- routesCount: number;
1608
- pipelinesCount: number;
1609
- description?: string | null | undefined;
1610
- };
1611
- categories: {
1612
- name: string;
1613
- id: string;
1614
- createdAt: string;
1615
- updatedAt: string;
1616
- }[];
1617
- author?: any;
1618
- versionAuthor?: any;
1619
- }, {
1620
- code: string;
1621
- name: string;
1622
- id: string;
1623
- description: string;
1624
- status: "visible" | "invisible" | "deleted";
1625
- createdAt: string;
1626
- updatedAt: string;
1627
- versionId: string;
1628
- versionNumber: number;
1629
- publicTicket: boolean;
1630
- visibleToManager: "direct" | "all" | "none";
1631
- visibleToTeamMembers: boolean;
1632
- titleDescription: string | null;
1633
- ticketNumberFormat: string | null;
1634
- overwritable: boolean;
1635
- titleInputMode: "input" | "none" | "calculate";
1636
- titleFormula: string | null;
1637
- folder: {
1638
- code: string;
1639
- name: string;
1640
- id: string;
1641
- createdAt: string;
1642
- updatedAt: string;
1643
- workflowsCount: number;
1644
- routesCount: number;
1645
- pipelinesCount: number;
1646
- description?: string | null | undefined;
1647
- };
1648
- categories: {
1649
- name: string;
1650
- id: string;
1651
- createdAt: string;
1652
- updatedAt: string;
1653
- }[];
1654
- author?: any;
1655
- allowEditingOfViewers?: boolean | undefined;
1656
- versionAuthor?: any;
1657
- }>, "many">;
1658
- }, "strip", zod.ZodTypeAny, {
1659
- id: string;
1660
- user: {
1661
- code: string;
1662
- id: string;
1663
- image: {
1664
- "100x100": string | null;
1665
- "64x64": string | null;
1666
- "32x32": string | null;
1667
- };
1668
- email: string;
1669
- status: "suspended" | "activated" | "invited" | "deactivated";
1670
- firstName: string;
1671
- lastName: string;
1672
- fullName: string;
1673
- locale: string;
1674
- createdAt: string;
1675
- updatedAt: string;
1676
- employeeId?: string | null | undefined;
1677
- deactivatedAt?: string | null | undefined;
1678
- };
1679
- createdAt: string;
1680
- updatedAt: string;
1681
- proxyUser: {
1682
- code: string;
1683
- id: string;
1684
- image: {
1685
- "100x100": string | null;
1686
- "64x64": string | null;
1687
- "32x32": string | null;
1688
- };
1689
- email: string;
1690
- status: "suspended" | "activated" | "invited" | "deactivated";
1691
- firstName: string;
1692
- lastName: string;
1693
- fullName: string;
1694
- locale: string;
1695
- createdAt: string;
1696
- updatedAt: string;
1697
- employeeId?: string | null | undefined;
1698
- deactivatedAt?: string | null | undefined;
1699
- };
1700
- startsOn: string | null;
1701
- endsOn: string | null;
1702
- workflows: {
1703
- code: string;
1704
- name: string;
1705
- id: string;
1706
- description: string;
1707
- status: "visible" | "invisible" | "deleted";
1708
- createdAt: string;
1709
- updatedAt: string;
1710
- versionId: string;
1711
- versionNumber: number;
1712
- publicTicket: boolean;
1713
- visibleToManager: "direct" | "all" | "none";
1714
- visibleToTeamMembers: boolean;
1715
- titleDescription: string | null;
1716
- ticketNumberFormat: string | null;
1717
- overwritable: boolean;
1718
- titleInputMode: "input" | "none" | "calculate";
1719
- titleFormula: string | null;
1720
- allowEditingOfViewers: boolean;
1721
- folder: {
1722
- code: string;
1723
- name: string;
1724
- id: string;
1725
- createdAt: string;
1726
- updatedAt: string;
1727
- workflowsCount: number;
1728
- routesCount: number;
1729
- pipelinesCount: number;
1730
- description?: string | null | undefined;
1731
- };
1732
- categories: {
1733
- name: string;
1734
- id: string;
1735
- createdAt: string;
1736
- updatedAt: string;
1737
- }[];
1738
- author?: any;
1739
- versionAuthor?: any;
1740
- }[];
1741
- }, {
1742
- id: string;
1743
- user: {
1744
- code: string;
1745
- id: string;
1746
- image: {
1747
- "100x100": string | null;
1748
- "64x64": string | null;
1749
- "32x32": string | null;
1750
- };
1751
- email: string;
1752
- status: "suspended" | "activated" | "invited" | "deactivated";
1753
- firstName: string;
1754
- lastName: string;
1755
- fullName: string;
1756
- locale: string;
1757
- createdAt: string;
1758
- updatedAt: string;
1759
- employeeId?: string | null | undefined;
1760
- deactivatedAt?: string | null | undefined;
1761
- };
1762
- createdAt: string;
1763
- updatedAt: string;
1764
- proxyUser: {
1765
- code: string;
1766
- id: string;
1767
- image: {
1768
- "100x100": string | null;
1769
- "64x64": string | null;
1770
- "32x32": string | null;
1771
- };
1772
- email: string;
1773
- status: "suspended" | "activated" | "invited" | "deactivated";
1774
- firstName: string;
1775
- lastName: string;
1776
- fullName: string;
1777
- locale: string;
1778
- createdAt: string;
1779
- updatedAt: string;
1780
- employeeId?: string | null | undefined;
1781
- deactivatedAt?: string | null | undefined;
1782
- };
1783
- startsOn: string | null;
1784
- endsOn: string | null;
1785
- workflows: {
1786
- code: string;
1787
- name: string;
1788
- id: string;
1789
- description: string;
1790
- status: "visible" | "invisible" | "deleted";
1791
- createdAt: string;
1792
- updatedAt: string;
1793
- versionId: string;
1794
- versionNumber: number;
1795
- publicTicket: boolean;
1796
- visibleToManager: "direct" | "all" | "none";
1797
- visibleToTeamMembers: boolean;
1798
- titleDescription: string | null;
1799
- ticketNumberFormat: string | null;
1800
- overwritable: boolean;
1801
- titleInputMode: "input" | "none" | "calculate";
1802
- titleFormula: string | null;
1803
- folder: {
1804
- code: string;
1805
- name: string;
1806
- id: string;
1807
- createdAt: string;
1808
- updatedAt: string;
1809
- workflowsCount: number;
1810
- routesCount: number;
1811
- pipelinesCount: number;
1812
- description?: string | null | undefined;
1813
- };
1814
- categories: {
1815
- name: string;
1816
- id: string;
1817
- createdAt: string;
1818
- updatedAt: string;
1819
- }[];
1820
- author?: any;
1821
- allowEditingOfViewers?: boolean | undefined;
1822
- versionAuthor?: any;
1823
- }[];
1824
- }>;
556
+ }, zod.core.$strip>>;
557
+ }, zod.core.$strip>>;
558
+ }, zod.core.$strip>;