@panoptic-it-solutions/zoho-projects-client 0.2.4 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +75 -7
- package/dist/__tests__/fixtures/attachments.d.ts +59 -39
- package/dist/__tests__/fixtures/attachments.d.ts.map +1 -1
- package/dist/__tests__/fixtures/attachments.js +2 -4
- package/dist/__tests__/fixtures/attachments.js.map +1 -1
- package/dist/__tests__/fixtures/comments.d.ts +25 -13
- package/dist/__tests__/fixtures/comments.d.ts.map +1 -1
- package/dist/__tests__/fixtures/events.d.ts +27 -15
- package/dist/__tests__/fixtures/events.d.ts.map +1 -1
- package/dist/__tests__/fixtures/forums.d.ts +25 -13
- package/dist/__tests__/fixtures/forums.d.ts.map +1 -1
- package/dist/__tests__/fixtures/issues.d.ts +50 -26
- package/dist/__tests__/fixtures/issues.d.ts.map +1 -1
- package/dist/__tests__/fixtures/phases.d.ts +325 -41
- package/dist/__tests__/fixtures/phases.d.ts.map +1 -1
- package/dist/__tests__/fixtures/projects.d.ts +176 -8
- package/dist/__tests__/fixtures/projects.d.ts.map +1 -1
- package/dist/__tests__/fixtures/tasklists.d.ts +71 -25
- package/dist/__tests__/fixtures/tasklists.d.ts.map +1 -1
- package/dist/__tests__/fixtures/tasklists.js +1 -3
- package/dist/__tests__/fixtures/tasklists.js.map +1 -1
- package/dist/__tests__/fixtures/tasks.d.ts +257 -62
- package/dist/__tests__/fixtures/tasks.d.ts.map +1 -1
- package/dist/__tests__/fixtures/timelogs.d.ts +2 -2
- package/dist/__tests__/integration/api-v3.test.d.ts +2 -0
- package/dist/__tests__/integration/api-v3.test.d.ts.map +1 -0
- package/dist/__tests__/integration/api-v3.test.js +180 -0
- package/dist/__tests__/integration/api-v3.test.js.map +1 -0
- package/dist/__tests__/integration/setup.d.ts +0 -3
- package/dist/__tests__/integration/setup.d.ts.map +1 -1
- package/dist/__tests__/integration/setup.js +7 -1
- package/dist/__tests__/integration/setup.js.map +1 -1
- package/dist/__tests__/unit/client/attachments.test.js +31 -10
- package/dist/__tests__/unit/client/attachments.test.js.map +1 -1
- package/dist/__tests__/unit/client/blueprints.test.js +11 -11
- package/dist/__tests__/unit/client/blueprints.test.js.map +1 -1
- package/dist/__tests__/unit/client/clients.test.js +6 -6
- package/dist/__tests__/unit/client/clients.test.js.map +1 -1
- package/dist/__tests__/unit/client/comments.test.js +7 -7
- package/dist/__tests__/unit/client/comments.test.js.map +1 -1
- package/dist/__tests__/unit/client/contacts.test.js +6 -6
- package/dist/__tests__/unit/client/contacts.test.js.map +1 -1
- package/dist/__tests__/unit/client/customviews.test.js +8 -8
- package/dist/__tests__/unit/client/customviews.test.js.map +1 -1
- package/dist/__tests__/unit/client/dashboards.test.js +6 -6
- package/dist/__tests__/unit/client/dashboards.test.js.map +1 -1
- package/dist/__tests__/unit/client/events.test.js +6 -6
- package/dist/__tests__/unit/client/events.test.js.map +1 -1
- package/dist/__tests__/unit/client/followers.test.js +8 -8
- package/dist/__tests__/unit/client/followers.test.js.map +1 -1
- package/dist/__tests__/unit/client/forums.test.js +6 -6
- package/dist/__tests__/unit/client/forums.test.js.map +1 -1
- package/dist/__tests__/unit/client/groups.test.js +6 -6
- package/dist/__tests__/unit/client/groups.test.js.map +1 -1
- package/dist/__tests__/unit/client/issues.test.js +6 -6
- package/dist/__tests__/unit/client/issues.test.js.map +1 -1
- package/dist/__tests__/unit/client/leaves.test.js +6 -6
- package/dist/__tests__/unit/client/leaves.test.js.map +1 -1
- package/dist/__tests__/unit/client/modules.test.js +7 -7
- package/dist/__tests__/unit/client/modules.test.js.map +1 -1
- package/dist/__tests__/unit/client/phases.test.js +6 -6
- package/dist/__tests__/unit/client/phases.test.js.map +1 -1
- package/dist/__tests__/unit/client/portals.test.js +3 -3
- package/dist/__tests__/unit/client/portals.test.js.map +1 -1
- package/dist/__tests__/unit/client/profiles.test.js +6 -6
- package/dist/__tests__/unit/client/profiles.test.js.map +1 -1
- package/dist/__tests__/unit/client/projects.test.js +18 -18
- package/dist/__tests__/unit/client/projects.test.js.map +1 -1
- package/dist/__tests__/unit/client/reports.test.js +9 -9
- package/dist/__tests__/unit/client/reports.test.js.map +1 -1
- package/dist/__tests__/unit/client/roles.test.js +6 -6
- package/dist/__tests__/unit/client/roles.test.js.map +1 -1
- package/dist/__tests__/unit/client/search.test.js +7 -7
- package/dist/__tests__/unit/client/search.test.js.map +1 -1
- package/dist/__tests__/unit/client/tags.test.js +9 -9
- package/dist/__tests__/unit/client/tags.test.js.map +1 -1
- package/dist/__tests__/unit/client/tasklists.test.js +12 -12
- package/dist/__tests__/unit/client/tasklists.test.js.map +1 -1
- package/dist/__tests__/unit/client/tasks.test.js +17 -17
- package/dist/__tests__/unit/client/tasks.test.js.map +1 -1
- package/dist/__tests__/unit/client/teams.test.js +8 -8
- package/dist/__tests__/unit/client/teams.test.js.map +1 -1
- package/dist/__tests__/unit/client/timelogs.test.js +7 -7
- package/dist/__tests__/unit/client/timelogs.test.js.map +1 -1
- package/dist/__tests__/unit/client/timers.test.js +11 -11
- package/dist/__tests__/unit/client/timers.test.js.map +1 -1
- package/dist/__tests__/unit/client/trash.test.js +8 -8
- package/dist/__tests__/unit/client/trash.test.js.map +1 -1
- package/dist/__tests__/unit/client/users.test.js +8 -8
- package/dist/__tests__/unit/client/users.test.js.map +1 -1
- package/dist/__tests__/unit/client/widgets.test.js +6 -6
- package/dist/__tests__/unit/client/widgets.test.js.map +1 -1
- package/dist/client.d.ts +63 -11
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +470 -274
- package/dist/client.js.map +1 -1
- package/dist/types/attachments.d.ts +1525 -512
- package/dist/types/attachments.d.ts.map +1 -1
- package/dist/types/attachments.js +51 -10
- package/dist/types/attachments.js.map +1 -1
- package/dist/types/clients.js +2 -2
- package/dist/types/clients.js.map +1 -1
- package/dist/types/comments.d.ts +325 -169
- package/dist/types/comments.d.ts.map +1 -1
- package/dist/types/common.d.ts +33 -15
- package/dist/types/common.d.ts.map +1 -1
- package/dist/types/common.js +12 -7
- package/dist/types/common.js.map +1 -1
- package/dist/types/contacts.d.ts +6 -6
- package/dist/types/dashboards.d.ts +979 -511
- package/dist/types/dashboards.d.ts.map +1 -1
- package/dist/types/dashboards.js +1 -1
- package/dist/types/dashboards.js.map +1 -1
- package/dist/types/documents.d.ts +1300 -676
- package/dist/types/documents.d.ts.map +1 -1
- package/dist/types/events.d.ts +351 -195
- package/dist/types/events.d.ts.map +1 -1
- package/dist/types/forums.d.ts +325 -169
- package/dist/types/forums.d.ts.map +1 -1
- package/dist/types/forums.js +2 -2
- package/dist/types/forums.js.map +1 -1
- package/dist/types/groups.js +1 -1
- package/dist/types/groups.js.map +1 -1
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +3 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/issues.d.ts +650 -338
- package/dist/types/issues.d.ts.map +1 -1
- package/dist/types/issues.js +3 -3
- package/dist/types/issues.js.map +1 -1
- package/dist/types/phases.d.ts +4358 -561
- package/dist/types/phases.d.ts.map +1 -1
- package/dist/types/phases.js +103 -25
- package/dist/types/phases.js.map +1 -1
- package/dist/types/portals.js +5 -5
- package/dist/types/portals.js.map +1 -1
- package/dist/types/profiles.js +1 -1
- package/dist/types/profiles.js.map +1 -1
- package/dist/types/projects.d.ts +6324 -1368
- package/dist/types/projects.d.ts.map +1 -1
- package/dist/types/projects.js +123 -39
- package/dist/types/projects.js.map +1 -1
- package/dist/types/reports.d.ts +650 -338
- package/dist/types/reports.d.ts.map +1 -1
- package/dist/types/reports.js +1 -1
- package/dist/types/reports.js.map +1 -1
- package/dist/types/search.js +1 -1
- package/dist/types/search.js.map +1 -1
- package/dist/types/tags.js +1 -1
- package/dist/types/tags.js.map +1 -1
- package/dist/types/tasklists.d.ts +938 -326
- package/dist/types/tasklists.d.ts.map +1 -1
- package/dist/types/tasklists.js +43 -16
- package/dist/types/tasklists.js.map +1 -1
- package/dist/types/tasks.d.ts +3516 -876
- package/dist/types/tasks.d.ts.map +1 -1
- package/dist/types/tasks.js +70 -23
- package/dist/types/tasks.js.map +1 -1
- package/dist/types/teams.js +2 -2
- package/dist/types/teams.js.map +1 -1
- package/dist/types/timelogs.d.ts +232 -230
- package/dist/types/timelogs.d.ts.map +1 -1
- package/dist/types/timelogs.js.map +1 -1
- package/dist/types/timers.d.ts +750 -390
- package/dist/types/timers.d.ts.map +1 -1
- package/dist/types/trash.d.ts +650 -338
- package/dist/types/trash.d.ts.map +1 -1
- package/dist/types/workdrive.d.ts +1002 -0
- package/dist/types/workdrive.d.ts.map +1 -0
- package/dist/types/workdrive.js +70 -0
- package/dist/types/workdrive.js.map +1 -0
- package/dist/utils/pagination.d.ts +9 -9
- package/dist/utils/pagination.d.ts.map +1 -1
- package/dist/utils/pagination.js +11 -11
- package/dist/utils/pagination.js.map +1 -1
- package/package.json +3 -1
- package/templates/CLAUDE.md +185 -2
package/dist/types/timelogs.d.ts
CHANGED
|
@@ -13,16 +13,16 @@ export declare const TimeLogTaskRefSchema: z.ZodObject<{
|
|
|
13
13
|
id: number;
|
|
14
14
|
name: string;
|
|
15
15
|
id_string?: string | undefined;
|
|
16
|
+
is_parent?: boolean | undefined;
|
|
16
17
|
is_sub_task?: boolean | undefined;
|
|
17
18
|
sub_task_level?: number | undefined;
|
|
18
|
-
is_parent?: boolean | undefined;
|
|
19
19
|
}, {
|
|
20
20
|
id: number;
|
|
21
21
|
name: string;
|
|
22
22
|
id_string?: string | undefined;
|
|
23
|
+
is_parent?: boolean | undefined;
|
|
23
24
|
is_sub_task?: boolean | undefined;
|
|
24
25
|
sub_task_level?: number | undefined;
|
|
25
|
-
is_parent?: boolean | undefined;
|
|
26
26
|
}>;
|
|
27
27
|
export type TimeLogTaskRef = z.infer<typeof TimeLogTaskRefSchema>;
|
|
28
28
|
/**
|
|
@@ -102,16 +102,16 @@ export declare const TimeLogSchema: z.ZodObject<{
|
|
|
102
102
|
id: number;
|
|
103
103
|
name: string;
|
|
104
104
|
id_string?: string | undefined;
|
|
105
|
+
is_parent?: boolean | undefined;
|
|
105
106
|
is_sub_task?: boolean | undefined;
|
|
106
107
|
sub_task_level?: number | undefined;
|
|
107
|
-
is_parent?: boolean | undefined;
|
|
108
108
|
}, {
|
|
109
109
|
id: number;
|
|
110
110
|
name: string;
|
|
111
111
|
id_string?: string | undefined;
|
|
112
|
+
is_parent?: boolean | undefined;
|
|
112
113
|
is_sub_task?: boolean | undefined;
|
|
113
114
|
sub_task_level?: number | undefined;
|
|
114
|
-
is_parent?: boolean | undefined;
|
|
115
115
|
}>>;
|
|
116
116
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
117
117
|
id: z.ZodNumber;
|
|
@@ -225,16 +225,16 @@ export declare const TimeLogSchema: z.ZodObject<{
|
|
|
225
225
|
id: number;
|
|
226
226
|
name: string;
|
|
227
227
|
id_string?: string | undefined;
|
|
228
|
+
is_parent?: boolean | undefined;
|
|
228
229
|
is_sub_task?: boolean | undefined;
|
|
229
230
|
sub_task_level?: number | undefined;
|
|
230
|
-
is_parent?: boolean | undefined;
|
|
231
231
|
}, {
|
|
232
232
|
id: number;
|
|
233
233
|
name: string;
|
|
234
234
|
id_string?: string | undefined;
|
|
235
|
+
is_parent?: boolean | undefined;
|
|
235
236
|
is_sub_task?: boolean | undefined;
|
|
236
237
|
sub_task_level?: number | undefined;
|
|
237
|
-
is_parent?: boolean | undefined;
|
|
238
238
|
}>>;
|
|
239
239
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
240
240
|
id: z.ZodNumber;
|
|
@@ -348,16 +348,16 @@ export declare const TimeLogSchema: z.ZodObject<{
|
|
|
348
348
|
id: number;
|
|
349
349
|
name: string;
|
|
350
350
|
id_string?: string | undefined;
|
|
351
|
+
is_parent?: boolean | undefined;
|
|
351
352
|
is_sub_task?: boolean | undefined;
|
|
352
353
|
sub_task_level?: number | undefined;
|
|
353
|
-
is_parent?: boolean | undefined;
|
|
354
354
|
}, {
|
|
355
355
|
id: number;
|
|
356
356
|
name: string;
|
|
357
357
|
id_string?: string | undefined;
|
|
358
|
+
is_parent?: boolean | undefined;
|
|
358
359
|
is_sub_task?: boolean | undefined;
|
|
359
360
|
sub_task_level?: number | undefined;
|
|
360
|
-
is_parent?: boolean | undefined;
|
|
361
361
|
}>>;
|
|
362
362
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
363
363
|
id: z.ZodNumber;
|
|
@@ -482,16 +482,16 @@ export declare const TimeLogDateGroupSchema: z.ZodObject<{
|
|
|
482
482
|
id: number;
|
|
483
483
|
name: string;
|
|
484
484
|
id_string?: string | undefined;
|
|
485
|
+
is_parent?: boolean | undefined;
|
|
485
486
|
is_sub_task?: boolean | undefined;
|
|
486
487
|
sub_task_level?: number | undefined;
|
|
487
|
-
is_parent?: boolean | undefined;
|
|
488
488
|
}, {
|
|
489
489
|
id: number;
|
|
490
490
|
name: string;
|
|
491
491
|
id_string?: string | undefined;
|
|
492
|
+
is_parent?: boolean | undefined;
|
|
492
493
|
is_sub_task?: boolean | undefined;
|
|
493
494
|
sub_task_level?: number | undefined;
|
|
494
|
-
is_parent?: boolean | undefined;
|
|
495
495
|
}>>;
|
|
496
496
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
497
497
|
id: z.ZodNumber;
|
|
@@ -605,16 +605,16 @@ export declare const TimeLogDateGroupSchema: z.ZodObject<{
|
|
|
605
605
|
id: number;
|
|
606
606
|
name: string;
|
|
607
607
|
id_string?: string | undefined;
|
|
608
|
+
is_parent?: boolean | undefined;
|
|
608
609
|
is_sub_task?: boolean | undefined;
|
|
609
610
|
sub_task_level?: number | undefined;
|
|
610
|
-
is_parent?: boolean | undefined;
|
|
611
611
|
}, {
|
|
612
612
|
id: number;
|
|
613
613
|
name: string;
|
|
614
614
|
id_string?: string | undefined;
|
|
615
|
+
is_parent?: boolean | undefined;
|
|
615
616
|
is_sub_task?: boolean | undefined;
|
|
616
617
|
sub_task_level?: number | undefined;
|
|
617
|
-
is_parent?: boolean | undefined;
|
|
618
618
|
}>>;
|
|
619
619
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
620
620
|
id: z.ZodNumber;
|
|
@@ -728,16 +728,16 @@ export declare const TimeLogDateGroupSchema: z.ZodObject<{
|
|
|
728
728
|
id: number;
|
|
729
729
|
name: string;
|
|
730
730
|
id_string?: string | undefined;
|
|
731
|
+
is_parent?: boolean | undefined;
|
|
731
732
|
is_sub_task?: boolean | undefined;
|
|
732
733
|
sub_task_level?: number | undefined;
|
|
733
|
-
is_parent?: boolean | undefined;
|
|
734
734
|
}, {
|
|
735
735
|
id: number;
|
|
736
736
|
name: string;
|
|
737
737
|
id_string?: string | undefined;
|
|
738
|
+
is_parent?: boolean | undefined;
|
|
738
739
|
is_sub_task?: boolean | undefined;
|
|
739
740
|
sub_task_level?: number | undefined;
|
|
740
|
-
is_parent?: boolean | undefined;
|
|
741
741
|
}>>;
|
|
742
742
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
743
743
|
id: z.ZodNumber;
|
|
@@ -852,16 +852,16 @@ export declare const TimeLogDateGroupSchema: z.ZodObject<{
|
|
|
852
852
|
id: number;
|
|
853
853
|
name: string;
|
|
854
854
|
id_string?: string | undefined;
|
|
855
|
+
is_parent?: boolean | undefined;
|
|
855
856
|
is_sub_task?: boolean | undefined;
|
|
856
857
|
sub_task_level?: number | undefined;
|
|
857
|
-
is_parent?: boolean | undefined;
|
|
858
858
|
}, {
|
|
859
859
|
id: number;
|
|
860
860
|
name: string;
|
|
861
861
|
id_string?: string | undefined;
|
|
862
|
+
is_parent?: boolean | undefined;
|
|
862
863
|
is_sub_task?: boolean | undefined;
|
|
863
864
|
sub_task_level?: number | undefined;
|
|
864
|
-
is_parent?: boolean | undefined;
|
|
865
865
|
}>>;
|
|
866
866
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
867
867
|
id: z.ZodNumber;
|
|
@@ -975,16 +975,16 @@ export declare const TimeLogDateGroupSchema: z.ZodObject<{
|
|
|
975
975
|
id: number;
|
|
976
976
|
name: string;
|
|
977
977
|
id_string?: string | undefined;
|
|
978
|
+
is_parent?: boolean | undefined;
|
|
978
979
|
is_sub_task?: boolean | undefined;
|
|
979
980
|
sub_task_level?: number | undefined;
|
|
980
|
-
is_parent?: boolean | undefined;
|
|
981
981
|
}, {
|
|
982
982
|
id: number;
|
|
983
983
|
name: string;
|
|
984
984
|
id_string?: string | undefined;
|
|
985
|
+
is_parent?: boolean | undefined;
|
|
985
986
|
is_sub_task?: boolean | undefined;
|
|
986
987
|
sub_task_level?: number | undefined;
|
|
987
|
-
is_parent?: boolean | undefined;
|
|
988
988
|
}>>;
|
|
989
989
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
990
990
|
id: z.ZodNumber;
|
|
@@ -1098,16 +1098,16 @@ export declare const TimeLogDateGroupSchema: z.ZodObject<{
|
|
|
1098
1098
|
id: number;
|
|
1099
1099
|
name: string;
|
|
1100
1100
|
id_string?: string | undefined;
|
|
1101
|
+
is_parent?: boolean | undefined;
|
|
1101
1102
|
is_sub_task?: boolean | undefined;
|
|
1102
1103
|
sub_task_level?: number | undefined;
|
|
1103
|
-
is_parent?: boolean | undefined;
|
|
1104
1104
|
}, {
|
|
1105
1105
|
id: number;
|
|
1106
1106
|
name: string;
|
|
1107
1107
|
id_string?: string | undefined;
|
|
1108
|
+
is_parent?: boolean | undefined;
|
|
1108
1109
|
is_sub_task?: boolean | undefined;
|
|
1109
1110
|
sub_task_level?: number | undefined;
|
|
1110
|
-
is_parent?: boolean | undefined;
|
|
1111
1111
|
}>>;
|
|
1112
1112
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
1113
1113
|
id: z.ZodNumber;
|
|
@@ -1222,16 +1222,16 @@ export declare const TimeLogDateGroupSchema: z.ZodObject<{
|
|
|
1222
1222
|
id: number;
|
|
1223
1223
|
name: string;
|
|
1224
1224
|
id_string?: string | undefined;
|
|
1225
|
+
is_parent?: boolean | undefined;
|
|
1225
1226
|
is_sub_task?: boolean | undefined;
|
|
1226
1227
|
sub_task_level?: number | undefined;
|
|
1227
|
-
is_parent?: boolean | undefined;
|
|
1228
1228
|
}, {
|
|
1229
1229
|
id: number;
|
|
1230
1230
|
name: string;
|
|
1231
1231
|
id_string?: string | undefined;
|
|
1232
|
+
is_parent?: boolean | undefined;
|
|
1232
1233
|
is_sub_task?: boolean | undefined;
|
|
1233
1234
|
sub_task_level?: number | undefined;
|
|
1234
|
-
is_parent?: boolean | undefined;
|
|
1235
1235
|
}>>;
|
|
1236
1236
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
1237
1237
|
id: z.ZodNumber;
|
|
@@ -1345,16 +1345,16 @@ export declare const TimeLogDateGroupSchema: z.ZodObject<{
|
|
|
1345
1345
|
id: number;
|
|
1346
1346
|
name: string;
|
|
1347
1347
|
id_string?: string | undefined;
|
|
1348
|
+
is_parent?: boolean | undefined;
|
|
1348
1349
|
is_sub_task?: boolean | undefined;
|
|
1349
1350
|
sub_task_level?: number | undefined;
|
|
1350
|
-
is_parent?: boolean | undefined;
|
|
1351
1351
|
}, {
|
|
1352
1352
|
id: number;
|
|
1353
1353
|
name: string;
|
|
1354
1354
|
id_string?: string | undefined;
|
|
1355
|
+
is_parent?: boolean | undefined;
|
|
1355
1356
|
is_sub_task?: boolean | undefined;
|
|
1356
1357
|
sub_task_level?: number | undefined;
|
|
1357
|
-
is_parent?: boolean | undefined;
|
|
1358
1358
|
}>>;
|
|
1359
1359
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
1360
1360
|
id: z.ZodNumber;
|
|
@@ -1468,16 +1468,16 @@ export declare const TimeLogDateGroupSchema: z.ZodObject<{
|
|
|
1468
1468
|
id: number;
|
|
1469
1469
|
name: string;
|
|
1470
1470
|
id_string?: string | undefined;
|
|
1471
|
+
is_parent?: boolean | undefined;
|
|
1471
1472
|
is_sub_task?: boolean | undefined;
|
|
1472
1473
|
sub_task_level?: number | undefined;
|
|
1473
|
-
is_parent?: boolean | undefined;
|
|
1474
1474
|
}, {
|
|
1475
1475
|
id: number;
|
|
1476
1476
|
name: string;
|
|
1477
1477
|
id_string?: string | undefined;
|
|
1478
|
+
is_parent?: boolean | undefined;
|
|
1478
1479
|
is_sub_task?: boolean | undefined;
|
|
1479
1480
|
sub_task_level?: number | undefined;
|
|
1480
|
-
is_parent?: boolean | undefined;
|
|
1481
1481
|
}>>;
|
|
1482
1482
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
1483
1483
|
id: z.ZodNumber;
|
|
@@ -1597,16 +1597,16 @@ export declare const TimeLogDateGroupSchema: z.ZodObject<{
|
|
|
1597
1597
|
id: number;
|
|
1598
1598
|
name: string;
|
|
1599
1599
|
id_string?: string | undefined;
|
|
1600
|
+
is_parent?: boolean | undefined;
|
|
1600
1601
|
is_sub_task?: boolean | undefined;
|
|
1601
1602
|
sub_task_level?: number | undefined;
|
|
1602
|
-
is_parent?: boolean | undefined;
|
|
1603
1603
|
}, {
|
|
1604
1604
|
id: number;
|
|
1605
1605
|
name: string;
|
|
1606
1606
|
id_string?: string | undefined;
|
|
1607
|
+
is_parent?: boolean | undefined;
|
|
1607
1608
|
is_sub_task?: boolean | undefined;
|
|
1608
1609
|
sub_task_level?: number | undefined;
|
|
1609
|
-
is_parent?: boolean | undefined;
|
|
1610
1610
|
}>>;
|
|
1611
1611
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
1612
1612
|
id: z.ZodNumber;
|
|
@@ -1721,16 +1721,16 @@ export declare const TimeLogDateGroupSchema: z.ZodObject<{
|
|
|
1721
1721
|
id: number;
|
|
1722
1722
|
name: string;
|
|
1723
1723
|
id_string?: string | undefined;
|
|
1724
|
+
is_parent?: boolean | undefined;
|
|
1724
1725
|
is_sub_task?: boolean | undefined;
|
|
1725
1726
|
sub_task_level?: number | undefined;
|
|
1726
|
-
is_parent?: boolean | undefined;
|
|
1727
1727
|
}, {
|
|
1728
1728
|
id: number;
|
|
1729
1729
|
name: string;
|
|
1730
1730
|
id_string?: string | undefined;
|
|
1731
|
+
is_parent?: boolean | undefined;
|
|
1731
1732
|
is_sub_task?: boolean | undefined;
|
|
1732
1733
|
sub_task_level?: number | undefined;
|
|
1733
|
-
is_parent?: boolean | undefined;
|
|
1734
1734
|
}>>;
|
|
1735
1735
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
1736
1736
|
id: z.ZodNumber;
|
|
@@ -1845,16 +1845,16 @@ export declare const TimeLogDateGroupSchema: z.ZodObject<{
|
|
|
1845
1845
|
id: number;
|
|
1846
1846
|
name: string;
|
|
1847
1847
|
id_string?: string | undefined;
|
|
1848
|
+
is_parent?: boolean | undefined;
|
|
1848
1849
|
is_sub_task?: boolean | undefined;
|
|
1849
1850
|
sub_task_level?: number | undefined;
|
|
1850
|
-
is_parent?: boolean | undefined;
|
|
1851
1851
|
}, {
|
|
1852
1852
|
id: number;
|
|
1853
1853
|
name: string;
|
|
1854
1854
|
id_string?: string | undefined;
|
|
1855
|
+
is_parent?: boolean | undefined;
|
|
1855
1856
|
is_sub_task?: boolean | undefined;
|
|
1856
1857
|
sub_task_level?: number | undefined;
|
|
1857
|
-
is_parent?: boolean | undefined;
|
|
1858
1858
|
}>>;
|
|
1859
1859
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
1860
1860
|
id: z.ZodNumber;
|
|
@@ -1974,16 +1974,16 @@ export declare const TimeLogDateGroupSchema: z.ZodObject<{
|
|
|
1974
1974
|
id: number;
|
|
1975
1975
|
name: string;
|
|
1976
1976
|
id_string?: string | undefined;
|
|
1977
|
+
is_parent?: boolean | undefined;
|
|
1977
1978
|
is_sub_task?: boolean | undefined;
|
|
1978
1979
|
sub_task_level?: number | undefined;
|
|
1979
|
-
is_parent?: boolean | undefined;
|
|
1980
1980
|
}, {
|
|
1981
1981
|
id: number;
|
|
1982
1982
|
name: string;
|
|
1983
1983
|
id_string?: string | undefined;
|
|
1984
|
+
is_parent?: boolean | undefined;
|
|
1984
1985
|
is_sub_task?: boolean | undefined;
|
|
1985
1986
|
sub_task_level?: number | undefined;
|
|
1986
|
-
is_parent?: boolean | undefined;
|
|
1987
1987
|
}>>;
|
|
1988
1988
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
1989
1989
|
id: z.ZodNumber;
|
|
@@ -2098,16 +2098,16 @@ export declare const TimeLogDateGroupSchema: z.ZodObject<{
|
|
|
2098
2098
|
id: number;
|
|
2099
2099
|
name: string;
|
|
2100
2100
|
id_string?: string | undefined;
|
|
2101
|
+
is_parent?: boolean | undefined;
|
|
2101
2102
|
is_sub_task?: boolean | undefined;
|
|
2102
2103
|
sub_task_level?: number | undefined;
|
|
2103
|
-
is_parent?: boolean | undefined;
|
|
2104
2104
|
}, {
|
|
2105
2105
|
id: number;
|
|
2106
2106
|
name: string;
|
|
2107
2107
|
id_string?: string | undefined;
|
|
2108
|
+
is_parent?: boolean | undefined;
|
|
2108
2109
|
is_sub_task?: boolean | undefined;
|
|
2109
2110
|
sub_task_level?: number | undefined;
|
|
2110
|
-
is_parent?: boolean | undefined;
|
|
2111
2111
|
}>>;
|
|
2112
2112
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
2113
2113
|
id: z.ZodNumber;
|
|
@@ -2222,16 +2222,16 @@ export declare const TimeLogDateGroupSchema: z.ZodObject<{
|
|
|
2222
2222
|
id: number;
|
|
2223
2223
|
name: string;
|
|
2224
2224
|
id_string?: string | undefined;
|
|
2225
|
+
is_parent?: boolean | undefined;
|
|
2225
2226
|
is_sub_task?: boolean | undefined;
|
|
2226
2227
|
sub_task_level?: number | undefined;
|
|
2227
|
-
is_parent?: boolean | undefined;
|
|
2228
2228
|
}, {
|
|
2229
2229
|
id: number;
|
|
2230
2230
|
name: string;
|
|
2231
2231
|
id_string?: string | undefined;
|
|
2232
|
+
is_parent?: boolean | undefined;
|
|
2232
2233
|
is_sub_task?: boolean | undefined;
|
|
2233
2234
|
sub_task_level?: number | undefined;
|
|
2234
|
-
is_parent?: boolean | undefined;
|
|
2235
2235
|
}>>;
|
|
2236
2236
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
2237
2237
|
id: z.ZodNumber;
|
|
@@ -2358,16 +2358,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
2358
2358
|
id: number;
|
|
2359
2359
|
name: string;
|
|
2360
2360
|
id_string?: string | undefined;
|
|
2361
|
+
is_parent?: boolean | undefined;
|
|
2361
2362
|
is_sub_task?: boolean | undefined;
|
|
2362
2363
|
sub_task_level?: number | undefined;
|
|
2363
|
-
is_parent?: boolean | undefined;
|
|
2364
2364
|
}, {
|
|
2365
2365
|
id: number;
|
|
2366
2366
|
name: string;
|
|
2367
2367
|
id_string?: string | undefined;
|
|
2368
|
+
is_parent?: boolean | undefined;
|
|
2368
2369
|
is_sub_task?: boolean | undefined;
|
|
2369
2370
|
sub_task_level?: number | undefined;
|
|
2370
|
-
is_parent?: boolean | undefined;
|
|
2371
2371
|
}>>;
|
|
2372
2372
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
2373
2373
|
id: z.ZodNumber;
|
|
@@ -2481,16 +2481,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
2481
2481
|
id: number;
|
|
2482
2482
|
name: string;
|
|
2483
2483
|
id_string?: string | undefined;
|
|
2484
|
+
is_parent?: boolean | undefined;
|
|
2484
2485
|
is_sub_task?: boolean | undefined;
|
|
2485
2486
|
sub_task_level?: number | undefined;
|
|
2486
|
-
is_parent?: boolean | undefined;
|
|
2487
2487
|
}, {
|
|
2488
2488
|
id: number;
|
|
2489
2489
|
name: string;
|
|
2490
2490
|
id_string?: string | undefined;
|
|
2491
|
+
is_parent?: boolean | undefined;
|
|
2491
2492
|
is_sub_task?: boolean | undefined;
|
|
2492
2493
|
sub_task_level?: number | undefined;
|
|
2493
|
-
is_parent?: boolean | undefined;
|
|
2494
2494
|
}>>;
|
|
2495
2495
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
2496
2496
|
id: z.ZodNumber;
|
|
@@ -2604,16 +2604,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
2604
2604
|
id: number;
|
|
2605
2605
|
name: string;
|
|
2606
2606
|
id_string?: string | undefined;
|
|
2607
|
+
is_parent?: boolean | undefined;
|
|
2607
2608
|
is_sub_task?: boolean | undefined;
|
|
2608
2609
|
sub_task_level?: number | undefined;
|
|
2609
|
-
is_parent?: boolean | undefined;
|
|
2610
2610
|
}, {
|
|
2611
2611
|
id: number;
|
|
2612
2612
|
name: string;
|
|
2613
2613
|
id_string?: string | undefined;
|
|
2614
|
+
is_parent?: boolean | undefined;
|
|
2614
2615
|
is_sub_task?: boolean | undefined;
|
|
2615
2616
|
sub_task_level?: number | undefined;
|
|
2616
|
-
is_parent?: boolean | undefined;
|
|
2617
2617
|
}>>;
|
|
2618
2618
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
2619
2619
|
id: z.ZodNumber;
|
|
@@ -2728,16 +2728,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
2728
2728
|
id: number;
|
|
2729
2729
|
name: string;
|
|
2730
2730
|
id_string?: string | undefined;
|
|
2731
|
+
is_parent?: boolean | undefined;
|
|
2731
2732
|
is_sub_task?: boolean | undefined;
|
|
2732
2733
|
sub_task_level?: number | undefined;
|
|
2733
|
-
is_parent?: boolean | undefined;
|
|
2734
2734
|
}, {
|
|
2735
2735
|
id: number;
|
|
2736
2736
|
name: string;
|
|
2737
2737
|
id_string?: string | undefined;
|
|
2738
|
+
is_parent?: boolean | undefined;
|
|
2738
2739
|
is_sub_task?: boolean | undefined;
|
|
2739
2740
|
sub_task_level?: number | undefined;
|
|
2740
|
-
is_parent?: boolean | undefined;
|
|
2741
2741
|
}>>;
|
|
2742
2742
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
2743
2743
|
id: z.ZodNumber;
|
|
@@ -2851,16 +2851,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
2851
2851
|
id: number;
|
|
2852
2852
|
name: string;
|
|
2853
2853
|
id_string?: string | undefined;
|
|
2854
|
+
is_parent?: boolean | undefined;
|
|
2854
2855
|
is_sub_task?: boolean | undefined;
|
|
2855
2856
|
sub_task_level?: number | undefined;
|
|
2856
|
-
is_parent?: boolean | undefined;
|
|
2857
2857
|
}, {
|
|
2858
2858
|
id: number;
|
|
2859
2859
|
name: string;
|
|
2860
2860
|
id_string?: string | undefined;
|
|
2861
|
+
is_parent?: boolean | undefined;
|
|
2861
2862
|
is_sub_task?: boolean | undefined;
|
|
2862
2863
|
sub_task_level?: number | undefined;
|
|
2863
|
-
is_parent?: boolean | undefined;
|
|
2864
2864
|
}>>;
|
|
2865
2865
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
2866
2866
|
id: z.ZodNumber;
|
|
@@ -2974,16 +2974,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
2974
2974
|
id: number;
|
|
2975
2975
|
name: string;
|
|
2976
2976
|
id_string?: string | undefined;
|
|
2977
|
+
is_parent?: boolean | undefined;
|
|
2977
2978
|
is_sub_task?: boolean | undefined;
|
|
2978
2979
|
sub_task_level?: number | undefined;
|
|
2979
|
-
is_parent?: boolean | undefined;
|
|
2980
2980
|
}, {
|
|
2981
2981
|
id: number;
|
|
2982
2982
|
name: string;
|
|
2983
2983
|
id_string?: string | undefined;
|
|
2984
|
+
is_parent?: boolean | undefined;
|
|
2984
2985
|
is_sub_task?: boolean | undefined;
|
|
2985
2986
|
sub_task_level?: number | undefined;
|
|
2986
|
-
is_parent?: boolean | undefined;
|
|
2987
2987
|
}>>;
|
|
2988
2988
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
2989
2989
|
id: z.ZodNumber;
|
|
@@ -3098,16 +3098,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
3098
3098
|
id: number;
|
|
3099
3099
|
name: string;
|
|
3100
3100
|
id_string?: string | undefined;
|
|
3101
|
+
is_parent?: boolean | undefined;
|
|
3101
3102
|
is_sub_task?: boolean | undefined;
|
|
3102
3103
|
sub_task_level?: number | undefined;
|
|
3103
|
-
is_parent?: boolean | undefined;
|
|
3104
3104
|
}, {
|
|
3105
3105
|
id: number;
|
|
3106
3106
|
name: string;
|
|
3107
3107
|
id_string?: string | undefined;
|
|
3108
|
+
is_parent?: boolean | undefined;
|
|
3108
3109
|
is_sub_task?: boolean | undefined;
|
|
3109
3110
|
sub_task_level?: number | undefined;
|
|
3110
|
-
is_parent?: boolean | undefined;
|
|
3111
3111
|
}>>;
|
|
3112
3112
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
3113
3113
|
id: z.ZodNumber;
|
|
@@ -3221,16 +3221,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
3221
3221
|
id: number;
|
|
3222
3222
|
name: string;
|
|
3223
3223
|
id_string?: string | undefined;
|
|
3224
|
+
is_parent?: boolean | undefined;
|
|
3224
3225
|
is_sub_task?: boolean | undefined;
|
|
3225
3226
|
sub_task_level?: number | undefined;
|
|
3226
|
-
is_parent?: boolean | undefined;
|
|
3227
3227
|
}, {
|
|
3228
3228
|
id: number;
|
|
3229
3229
|
name: string;
|
|
3230
3230
|
id_string?: string | undefined;
|
|
3231
|
+
is_parent?: boolean | undefined;
|
|
3231
3232
|
is_sub_task?: boolean | undefined;
|
|
3232
3233
|
sub_task_level?: number | undefined;
|
|
3233
|
-
is_parent?: boolean | undefined;
|
|
3234
3234
|
}>>;
|
|
3235
3235
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
3236
3236
|
id: z.ZodNumber;
|
|
@@ -3344,16 +3344,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
3344
3344
|
id: number;
|
|
3345
3345
|
name: string;
|
|
3346
3346
|
id_string?: string | undefined;
|
|
3347
|
+
is_parent?: boolean | undefined;
|
|
3347
3348
|
is_sub_task?: boolean | undefined;
|
|
3348
3349
|
sub_task_level?: number | undefined;
|
|
3349
|
-
is_parent?: boolean | undefined;
|
|
3350
3350
|
}, {
|
|
3351
3351
|
id: number;
|
|
3352
3352
|
name: string;
|
|
3353
3353
|
id_string?: string | undefined;
|
|
3354
|
+
is_parent?: boolean | undefined;
|
|
3354
3355
|
is_sub_task?: boolean | undefined;
|
|
3355
3356
|
sub_task_level?: number | undefined;
|
|
3356
|
-
is_parent?: boolean | undefined;
|
|
3357
3357
|
}>>;
|
|
3358
3358
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
3359
3359
|
id: z.ZodNumber;
|
|
@@ -3473,16 +3473,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
3473
3473
|
id: number;
|
|
3474
3474
|
name: string;
|
|
3475
3475
|
id_string?: string | undefined;
|
|
3476
|
+
is_parent?: boolean | undefined;
|
|
3476
3477
|
is_sub_task?: boolean | undefined;
|
|
3477
3478
|
sub_task_level?: number | undefined;
|
|
3478
|
-
is_parent?: boolean | undefined;
|
|
3479
3479
|
}, {
|
|
3480
3480
|
id: number;
|
|
3481
3481
|
name: string;
|
|
3482
3482
|
id_string?: string | undefined;
|
|
3483
|
+
is_parent?: boolean | undefined;
|
|
3483
3484
|
is_sub_task?: boolean | undefined;
|
|
3484
3485
|
sub_task_level?: number | undefined;
|
|
3485
|
-
is_parent?: boolean | undefined;
|
|
3486
3486
|
}>>;
|
|
3487
3487
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
3488
3488
|
id: z.ZodNumber;
|
|
@@ -3597,16 +3597,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
3597
3597
|
id: number;
|
|
3598
3598
|
name: string;
|
|
3599
3599
|
id_string?: string | undefined;
|
|
3600
|
+
is_parent?: boolean | undefined;
|
|
3600
3601
|
is_sub_task?: boolean | undefined;
|
|
3601
3602
|
sub_task_level?: number | undefined;
|
|
3602
|
-
is_parent?: boolean | undefined;
|
|
3603
3603
|
}, {
|
|
3604
3604
|
id: number;
|
|
3605
3605
|
name: string;
|
|
3606
3606
|
id_string?: string | undefined;
|
|
3607
|
+
is_parent?: boolean | undefined;
|
|
3607
3608
|
is_sub_task?: boolean | undefined;
|
|
3608
3609
|
sub_task_level?: number | undefined;
|
|
3609
|
-
is_parent?: boolean | undefined;
|
|
3610
3610
|
}>>;
|
|
3611
3611
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
3612
3612
|
id: z.ZodNumber;
|
|
@@ -3721,16 +3721,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
3721
3721
|
id: number;
|
|
3722
3722
|
name: string;
|
|
3723
3723
|
id_string?: string | undefined;
|
|
3724
|
+
is_parent?: boolean | undefined;
|
|
3724
3725
|
is_sub_task?: boolean | undefined;
|
|
3725
3726
|
sub_task_level?: number | undefined;
|
|
3726
|
-
is_parent?: boolean | undefined;
|
|
3727
3727
|
}, {
|
|
3728
3728
|
id: number;
|
|
3729
3729
|
name: string;
|
|
3730
3730
|
id_string?: string | undefined;
|
|
3731
|
+
is_parent?: boolean | undefined;
|
|
3731
3732
|
is_sub_task?: boolean | undefined;
|
|
3732
3733
|
sub_task_level?: number | undefined;
|
|
3733
|
-
is_parent?: boolean | undefined;
|
|
3734
3734
|
}>>;
|
|
3735
3735
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
3736
3736
|
id: z.ZodNumber;
|
|
@@ -3850,16 +3850,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
3850
3850
|
id: number;
|
|
3851
3851
|
name: string;
|
|
3852
3852
|
id_string?: string | undefined;
|
|
3853
|
+
is_parent?: boolean | undefined;
|
|
3853
3854
|
is_sub_task?: boolean | undefined;
|
|
3854
3855
|
sub_task_level?: number | undefined;
|
|
3855
|
-
is_parent?: boolean | undefined;
|
|
3856
3856
|
}, {
|
|
3857
3857
|
id: number;
|
|
3858
3858
|
name: string;
|
|
3859
3859
|
id_string?: string | undefined;
|
|
3860
|
+
is_parent?: boolean | undefined;
|
|
3860
3861
|
is_sub_task?: boolean | undefined;
|
|
3861
3862
|
sub_task_level?: number | undefined;
|
|
3862
|
-
is_parent?: boolean | undefined;
|
|
3863
3863
|
}>>;
|
|
3864
3864
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
3865
3865
|
id: z.ZodNumber;
|
|
@@ -3974,16 +3974,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
3974
3974
|
id: number;
|
|
3975
3975
|
name: string;
|
|
3976
3976
|
id_string?: string | undefined;
|
|
3977
|
+
is_parent?: boolean | undefined;
|
|
3977
3978
|
is_sub_task?: boolean | undefined;
|
|
3978
3979
|
sub_task_level?: number | undefined;
|
|
3979
|
-
is_parent?: boolean | undefined;
|
|
3980
3980
|
}, {
|
|
3981
3981
|
id: number;
|
|
3982
3982
|
name: string;
|
|
3983
3983
|
id_string?: string | undefined;
|
|
3984
|
+
is_parent?: boolean | undefined;
|
|
3984
3985
|
is_sub_task?: boolean | undefined;
|
|
3985
3986
|
sub_task_level?: number | undefined;
|
|
3986
|
-
is_parent?: boolean | undefined;
|
|
3987
3987
|
}>>;
|
|
3988
3988
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
3989
3989
|
id: z.ZodNumber;
|
|
@@ -4098,16 +4098,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
4098
4098
|
id: number;
|
|
4099
4099
|
name: string;
|
|
4100
4100
|
id_string?: string | undefined;
|
|
4101
|
+
is_parent?: boolean | undefined;
|
|
4101
4102
|
is_sub_task?: boolean | undefined;
|
|
4102
4103
|
sub_task_level?: number | undefined;
|
|
4103
|
-
is_parent?: boolean | undefined;
|
|
4104
4104
|
}, {
|
|
4105
4105
|
id: number;
|
|
4106
4106
|
name: string;
|
|
4107
4107
|
id_string?: string | undefined;
|
|
4108
|
+
is_parent?: boolean | undefined;
|
|
4108
4109
|
is_sub_task?: boolean | undefined;
|
|
4109
4110
|
sub_task_level?: number | undefined;
|
|
4110
|
-
is_parent?: boolean | undefined;
|
|
4111
4111
|
}>>;
|
|
4112
4112
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
4113
4113
|
id: z.ZodNumber;
|
|
@@ -4231,16 +4231,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
4231
4231
|
id: number;
|
|
4232
4232
|
name: string;
|
|
4233
4233
|
id_string?: string | undefined;
|
|
4234
|
+
is_parent?: boolean | undefined;
|
|
4234
4235
|
is_sub_task?: boolean | undefined;
|
|
4235
4236
|
sub_task_level?: number | undefined;
|
|
4236
|
-
is_parent?: boolean | undefined;
|
|
4237
4237
|
}, {
|
|
4238
4238
|
id: number;
|
|
4239
4239
|
name: string;
|
|
4240
4240
|
id_string?: string | undefined;
|
|
4241
|
+
is_parent?: boolean | undefined;
|
|
4241
4242
|
is_sub_task?: boolean | undefined;
|
|
4242
4243
|
sub_task_level?: number | undefined;
|
|
4243
|
-
is_parent?: boolean | undefined;
|
|
4244
4244
|
}>>;
|
|
4245
4245
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
4246
4246
|
id: z.ZodNumber;
|
|
@@ -4355,16 +4355,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
4355
4355
|
id: number;
|
|
4356
4356
|
name: string;
|
|
4357
4357
|
id_string?: string | undefined;
|
|
4358
|
+
is_parent?: boolean | undefined;
|
|
4358
4359
|
is_sub_task?: boolean | undefined;
|
|
4359
4360
|
sub_task_level?: number | undefined;
|
|
4360
|
-
is_parent?: boolean | undefined;
|
|
4361
4361
|
}, {
|
|
4362
4362
|
id: number;
|
|
4363
4363
|
name: string;
|
|
4364
4364
|
id_string?: string | undefined;
|
|
4365
|
+
is_parent?: boolean | undefined;
|
|
4365
4366
|
is_sub_task?: boolean | undefined;
|
|
4366
4367
|
sub_task_level?: number | undefined;
|
|
4367
|
-
is_parent?: boolean | undefined;
|
|
4368
4368
|
}>>;
|
|
4369
4369
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
4370
4370
|
id: z.ZodNumber;
|
|
@@ -4479,16 +4479,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
4479
4479
|
id: number;
|
|
4480
4480
|
name: string;
|
|
4481
4481
|
id_string?: string | undefined;
|
|
4482
|
+
is_parent?: boolean | undefined;
|
|
4482
4483
|
is_sub_task?: boolean | undefined;
|
|
4483
4484
|
sub_task_level?: number | undefined;
|
|
4484
|
-
is_parent?: boolean | undefined;
|
|
4485
4485
|
}, {
|
|
4486
4486
|
id: number;
|
|
4487
4487
|
name: string;
|
|
4488
4488
|
id_string?: string | undefined;
|
|
4489
|
+
is_parent?: boolean | undefined;
|
|
4489
4490
|
is_sub_task?: boolean | undefined;
|
|
4490
4491
|
sub_task_level?: number | undefined;
|
|
4491
|
-
is_parent?: boolean | undefined;
|
|
4492
4492
|
}>>;
|
|
4493
4493
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
4494
4494
|
id: z.ZodNumber;
|
|
@@ -4612,16 +4612,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
4612
4612
|
id: number;
|
|
4613
4613
|
name: string;
|
|
4614
4614
|
id_string?: string | undefined;
|
|
4615
|
+
is_parent?: boolean | undefined;
|
|
4615
4616
|
is_sub_task?: boolean | undefined;
|
|
4616
4617
|
sub_task_level?: number | undefined;
|
|
4617
|
-
is_parent?: boolean | undefined;
|
|
4618
4618
|
}, {
|
|
4619
4619
|
id: number;
|
|
4620
4620
|
name: string;
|
|
4621
4621
|
id_string?: string | undefined;
|
|
4622
|
+
is_parent?: boolean | undefined;
|
|
4622
4623
|
is_sub_task?: boolean | undefined;
|
|
4623
4624
|
sub_task_level?: number | undefined;
|
|
4624
|
-
is_parent?: boolean | undefined;
|
|
4625
4625
|
}>>;
|
|
4626
4626
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
4627
4627
|
id: z.ZodNumber;
|
|
@@ -4736,16 +4736,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
4736
4736
|
id: number;
|
|
4737
4737
|
name: string;
|
|
4738
4738
|
id_string?: string | undefined;
|
|
4739
|
+
is_parent?: boolean | undefined;
|
|
4739
4740
|
is_sub_task?: boolean | undefined;
|
|
4740
4741
|
sub_task_level?: number | undefined;
|
|
4741
|
-
is_parent?: boolean | undefined;
|
|
4742
4742
|
}, {
|
|
4743
4743
|
id: number;
|
|
4744
4744
|
name: string;
|
|
4745
4745
|
id_string?: string | undefined;
|
|
4746
|
+
is_parent?: boolean | undefined;
|
|
4746
4747
|
is_sub_task?: boolean | undefined;
|
|
4747
4748
|
sub_task_level?: number | undefined;
|
|
4748
|
-
is_parent?: boolean | undefined;
|
|
4749
4749
|
}>>;
|
|
4750
4750
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
4751
4751
|
id: z.ZodNumber;
|
|
@@ -4860,16 +4860,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
4860
4860
|
id: number;
|
|
4861
4861
|
name: string;
|
|
4862
4862
|
id_string?: string | undefined;
|
|
4863
|
+
is_parent?: boolean | undefined;
|
|
4863
4864
|
is_sub_task?: boolean | undefined;
|
|
4864
4865
|
sub_task_level?: number | undefined;
|
|
4865
|
-
is_parent?: boolean | undefined;
|
|
4866
4866
|
}, {
|
|
4867
4867
|
id: number;
|
|
4868
4868
|
name: string;
|
|
4869
4869
|
id_string?: string | undefined;
|
|
4870
|
+
is_parent?: boolean | undefined;
|
|
4870
4871
|
is_sub_task?: boolean | undefined;
|
|
4871
4872
|
sub_task_level?: number | undefined;
|
|
4872
|
-
is_parent?: boolean | undefined;
|
|
4873
4873
|
}>>;
|
|
4874
4874
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
4875
4875
|
id: z.ZodNumber;
|
|
@@ -4988,16 +4988,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
4988
4988
|
id: number;
|
|
4989
4989
|
name: string;
|
|
4990
4990
|
id_string?: string | undefined;
|
|
4991
|
+
is_parent?: boolean | undefined;
|
|
4991
4992
|
is_sub_task?: boolean | undefined;
|
|
4992
4993
|
sub_task_level?: number | undefined;
|
|
4993
|
-
is_parent?: boolean | undefined;
|
|
4994
4994
|
}, {
|
|
4995
4995
|
id: number;
|
|
4996
4996
|
name: string;
|
|
4997
4997
|
id_string?: string | undefined;
|
|
4998
|
+
is_parent?: boolean | undefined;
|
|
4998
4999
|
is_sub_task?: boolean | undefined;
|
|
4999
5000
|
sub_task_level?: number | undefined;
|
|
5000
|
-
is_parent?: boolean | undefined;
|
|
5001
5001
|
}>>;
|
|
5002
5002
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
5003
5003
|
id: z.ZodNumber;
|
|
@@ -5111,16 +5111,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
5111
5111
|
id: number;
|
|
5112
5112
|
name: string;
|
|
5113
5113
|
id_string?: string | undefined;
|
|
5114
|
+
is_parent?: boolean | undefined;
|
|
5114
5115
|
is_sub_task?: boolean | undefined;
|
|
5115
5116
|
sub_task_level?: number | undefined;
|
|
5116
|
-
is_parent?: boolean | undefined;
|
|
5117
5117
|
}, {
|
|
5118
5118
|
id: number;
|
|
5119
5119
|
name: string;
|
|
5120
5120
|
id_string?: string | undefined;
|
|
5121
|
+
is_parent?: boolean | undefined;
|
|
5121
5122
|
is_sub_task?: boolean | undefined;
|
|
5122
5123
|
sub_task_level?: number | undefined;
|
|
5123
|
-
is_parent?: boolean | undefined;
|
|
5124
5124
|
}>>;
|
|
5125
5125
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
5126
5126
|
id: z.ZodNumber;
|
|
@@ -5234,16 +5234,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
5234
5234
|
id: number;
|
|
5235
5235
|
name: string;
|
|
5236
5236
|
id_string?: string | undefined;
|
|
5237
|
+
is_parent?: boolean | undefined;
|
|
5237
5238
|
is_sub_task?: boolean | undefined;
|
|
5238
5239
|
sub_task_level?: number | undefined;
|
|
5239
|
-
is_parent?: boolean | undefined;
|
|
5240
5240
|
}, {
|
|
5241
5241
|
id: number;
|
|
5242
5242
|
name: string;
|
|
5243
5243
|
id_string?: string | undefined;
|
|
5244
|
+
is_parent?: boolean | undefined;
|
|
5244
5245
|
is_sub_task?: boolean | undefined;
|
|
5245
5246
|
sub_task_level?: number | undefined;
|
|
5246
|
-
is_parent?: boolean | undefined;
|
|
5247
5247
|
}>>;
|
|
5248
5248
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
5249
5249
|
id: z.ZodNumber;
|
|
@@ -5358,16 +5358,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
5358
5358
|
id: number;
|
|
5359
5359
|
name: string;
|
|
5360
5360
|
id_string?: string | undefined;
|
|
5361
|
+
is_parent?: boolean | undefined;
|
|
5361
5362
|
is_sub_task?: boolean | undefined;
|
|
5362
5363
|
sub_task_level?: number | undefined;
|
|
5363
|
-
is_parent?: boolean | undefined;
|
|
5364
5364
|
}, {
|
|
5365
5365
|
id: number;
|
|
5366
5366
|
name: string;
|
|
5367
5367
|
id_string?: string | undefined;
|
|
5368
|
+
is_parent?: boolean | undefined;
|
|
5368
5369
|
is_sub_task?: boolean | undefined;
|
|
5369
5370
|
sub_task_level?: number | undefined;
|
|
5370
|
-
is_parent?: boolean | undefined;
|
|
5371
5371
|
}>>;
|
|
5372
5372
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
5373
5373
|
id: z.ZodNumber;
|
|
@@ -5481,16 +5481,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
5481
5481
|
id: number;
|
|
5482
5482
|
name: string;
|
|
5483
5483
|
id_string?: string | undefined;
|
|
5484
|
+
is_parent?: boolean | undefined;
|
|
5484
5485
|
is_sub_task?: boolean | undefined;
|
|
5485
5486
|
sub_task_level?: number | undefined;
|
|
5486
|
-
is_parent?: boolean | undefined;
|
|
5487
5487
|
}, {
|
|
5488
5488
|
id: number;
|
|
5489
5489
|
name: string;
|
|
5490
5490
|
id_string?: string | undefined;
|
|
5491
|
+
is_parent?: boolean | undefined;
|
|
5491
5492
|
is_sub_task?: boolean | undefined;
|
|
5492
5493
|
sub_task_level?: number | undefined;
|
|
5493
|
-
is_parent?: boolean | undefined;
|
|
5494
5494
|
}>>;
|
|
5495
5495
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
5496
5496
|
id: z.ZodNumber;
|
|
@@ -5604,16 +5604,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
5604
5604
|
id: number;
|
|
5605
5605
|
name: string;
|
|
5606
5606
|
id_string?: string | undefined;
|
|
5607
|
+
is_parent?: boolean | undefined;
|
|
5607
5608
|
is_sub_task?: boolean | undefined;
|
|
5608
5609
|
sub_task_level?: number | undefined;
|
|
5609
|
-
is_parent?: boolean | undefined;
|
|
5610
5610
|
}, {
|
|
5611
5611
|
id: number;
|
|
5612
5612
|
name: string;
|
|
5613
5613
|
id_string?: string | undefined;
|
|
5614
|
+
is_parent?: boolean | undefined;
|
|
5614
5615
|
is_sub_task?: boolean | undefined;
|
|
5615
5616
|
sub_task_level?: number | undefined;
|
|
5616
|
-
is_parent?: boolean | undefined;
|
|
5617
5617
|
}>>;
|
|
5618
5618
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
5619
5619
|
id: z.ZodNumber;
|
|
@@ -5728,16 +5728,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
5728
5728
|
id: number;
|
|
5729
5729
|
name: string;
|
|
5730
5730
|
id_string?: string | undefined;
|
|
5731
|
+
is_parent?: boolean | undefined;
|
|
5731
5732
|
is_sub_task?: boolean | undefined;
|
|
5732
5733
|
sub_task_level?: number | undefined;
|
|
5733
|
-
is_parent?: boolean | undefined;
|
|
5734
5734
|
}, {
|
|
5735
5735
|
id: number;
|
|
5736
5736
|
name: string;
|
|
5737
5737
|
id_string?: string | undefined;
|
|
5738
|
+
is_parent?: boolean | undefined;
|
|
5738
5739
|
is_sub_task?: boolean | undefined;
|
|
5739
5740
|
sub_task_level?: number | undefined;
|
|
5740
|
-
is_parent?: boolean | undefined;
|
|
5741
5741
|
}>>;
|
|
5742
5742
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
5743
5743
|
id: z.ZodNumber;
|
|
@@ -5851,16 +5851,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
5851
5851
|
id: number;
|
|
5852
5852
|
name: string;
|
|
5853
5853
|
id_string?: string | undefined;
|
|
5854
|
+
is_parent?: boolean | undefined;
|
|
5854
5855
|
is_sub_task?: boolean | undefined;
|
|
5855
5856
|
sub_task_level?: number | undefined;
|
|
5856
|
-
is_parent?: boolean | undefined;
|
|
5857
5857
|
}, {
|
|
5858
5858
|
id: number;
|
|
5859
5859
|
name: string;
|
|
5860
5860
|
id_string?: string | undefined;
|
|
5861
|
+
is_parent?: boolean | undefined;
|
|
5861
5862
|
is_sub_task?: boolean | undefined;
|
|
5862
5863
|
sub_task_level?: number | undefined;
|
|
5863
|
-
is_parent?: boolean | undefined;
|
|
5864
5864
|
}>>;
|
|
5865
5865
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
5866
5866
|
id: z.ZodNumber;
|
|
@@ -5974,16 +5974,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
5974
5974
|
id: number;
|
|
5975
5975
|
name: string;
|
|
5976
5976
|
id_string?: string | undefined;
|
|
5977
|
+
is_parent?: boolean | undefined;
|
|
5977
5978
|
is_sub_task?: boolean | undefined;
|
|
5978
5979
|
sub_task_level?: number | undefined;
|
|
5979
|
-
is_parent?: boolean | undefined;
|
|
5980
5980
|
}, {
|
|
5981
5981
|
id: number;
|
|
5982
5982
|
name: string;
|
|
5983
5983
|
id_string?: string | undefined;
|
|
5984
|
+
is_parent?: boolean | undefined;
|
|
5984
5985
|
is_sub_task?: boolean | undefined;
|
|
5985
5986
|
sub_task_level?: number | undefined;
|
|
5986
|
-
is_parent?: boolean | undefined;
|
|
5987
5987
|
}>>;
|
|
5988
5988
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
5989
5989
|
id: z.ZodNumber;
|
|
@@ -6121,16 +6121,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
6121
6121
|
id: number;
|
|
6122
6122
|
name: string;
|
|
6123
6123
|
id_string?: string | undefined;
|
|
6124
|
+
is_parent?: boolean | undefined;
|
|
6124
6125
|
is_sub_task?: boolean | undefined;
|
|
6125
6126
|
sub_task_level?: number | undefined;
|
|
6126
|
-
is_parent?: boolean | undefined;
|
|
6127
6127
|
}, {
|
|
6128
6128
|
id: number;
|
|
6129
6129
|
name: string;
|
|
6130
6130
|
id_string?: string | undefined;
|
|
6131
|
+
is_parent?: boolean | undefined;
|
|
6131
6132
|
is_sub_task?: boolean | undefined;
|
|
6132
6133
|
sub_task_level?: number | undefined;
|
|
6133
|
-
is_parent?: boolean | undefined;
|
|
6134
6134
|
}>>;
|
|
6135
6135
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
6136
6136
|
id: z.ZodNumber;
|
|
@@ -6244,16 +6244,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
6244
6244
|
id: number;
|
|
6245
6245
|
name: string;
|
|
6246
6246
|
id_string?: string | undefined;
|
|
6247
|
+
is_parent?: boolean | undefined;
|
|
6247
6248
|
is_sub_task?: boolean | undefined;
|
|
6248
6249
|
sub_task_level?: number | undefined;
|
|
6249
|
-
is_parent?: boolean | undefined;
|
|
6250
6250
|
}, {
|
|
6251
6251
|
id: number;
|
|
6252
6252
|
name: string;
|
|
6253
6253
|
id_string?: string | undefined;
|
|
6254
|
+
is_parent?: boolean | undefined;
|
|
6254
6255
|
is_sub_task?: boolean | undefined;
|
|
6255
6256
|
sub_task_level?: number | undefined;
|
|
6256
|
-
is_parent?: boolean | undefined;
|
|
6257
6257
|
}>>;
|
|
6258
6258
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
6259
6259
|
id: z.ZodNumber;
|
|
@@ -6367,16 +6367,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
6367
6367
|
id: number;
|
|
6368
6368
|
name: string;
|
|
6369
6369
|
id_string?: string | undefined;
|
|
6370
|
+
is_parent?: boolean | undefined;
|
|
6370
6371
|
is_sub_task?: boolean | undefined;
|
|
6371
6372
|
sub_task_level?: number | undefined;
|
|
6372
|
-
is_parent?: boolean | undefined;
|
|
6373
6373
|
}, {
|
|
6374
6374
|
id: number;
|
|
6375
6375
|
name: string;
|
|
6376
6376
|
id_string?: string | undefined;
|
|
6377
|
+
is_parent?: boolean | undefined;
|
|
6377
6378
|
is_sub_task?: boolean | undefined;
|
|
6378
6379
|
sub_task_level?: number | undefined;
|
|
6379
|
-
is_parent?: boolean | undefined;
|
|
6380
6380
|
}>>;
|
|
6381
6381
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
6382
6382
|
id: z.ZodNumber;
|
|
@@ -6491,16 +6491,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
6491
6491
|
id: number;
|
|
6492
6492
|
name: string;
|
|
6493
6493
|
id_string?: string | undefined;
|
|
6494
|
+
is_parent?: boolean | undefined;
|
|
6494
6495
|
is_sub_task?: boolean | undefined;
|
|
6495
6496
|
sub_task_level?: number | undefined;
|
|
6496
|
-
is_parent?: boolean | undefined;
|
|
6497
6497
|
}, {
|
|
6498
6498
|
id: number;
|
|
6499
6499
|
name: string;
|
|
6500
6500
|
id_string?: string | undefined;
|
|
6501
|
+
is_parent?: boolean | undefined;
|
|
6501
6502
|
is_sub_task?: boolean | undefined;
|
|
6502
6503
|
sub_task_level?: number | undefined;
|
|
6503
|
-
is_parent?: boolean | undefined;
|
|
6504
6504
|
}>>;
|
|
6505
6505
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
6506
6506
|
id: z.ZodNumber;
|
|
@@ -6614,16 +6614,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
6614
6614
|
id: number;
|
|
6615
6615
|
name: string;
|
|
6616
6616
|
id_string?: string | undefined;
|
|
6617
|
+
is_parent?: boolean | undefined;
|
|
6617
6618
|
is_sub_task?: boolean | undefined;
|
|
6618
6619
|
sub_task_level?: number | undefined;
|
|
6619
|
-
is_parent?: boolean | undefined;
|
|
6620
6620
|
}, {
|
|
6621
6621
|
id: number;
|
|
6622
6622
|
name: string;
|
|
6623
6623
|
id_string?: string | undefined;
|
|
6624
|
+
is_parent?: boolean | undefined;
|
|
6624
6625
|
is_sub_task?: boolean | undefined;
|
|
6625
6626
|
sub_task_level?: number | undefined;
|
|
6626
|
-
is_parent?: boolean | undefined;
|
|
6627
6627
|
}>>;
|
|
6628
6628
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
6629
6629
|
id: z.ZodNumber;
|
|
@@ -6737,16 +6737,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
6737
6737
|
id: number;
|
|
6738
6738
|
name: string;
|
|
6739
6739
|
id_string?: string | undefined;
|
|
6740
|
+
is_parent?: boolean | undefined;
|
|
6740
6741
|
is_sub_task?: boolean | undefined;
|
|
6741
6742
|
sub_task_level?: number | undefined;
|
|
6742
|
-
is_parent?: boolean | undefined;
|
|
6743
6743
|
}, {
|
|
6744
6744
|
id: number;
|
|
6745
6745
|
name: string;
|
|
6746
6746
|
id_string?: string | undefined;
|
|
6747
|
+
is_parent?: boolean | undefined;
|
|
6747
6748
|
is_sub_task?: boolean | undefined;
|
|
6748
6749
|
sub_task_level?: number | undefined;
|
|
6749
|
-
is_parent?: boolean | undefined;
|
|
6750
6750
|
}>>;
|
|
6751
6751
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
6752
6752
|
id: z.ZodNumber;
|
|
@@ -6861,16 +6861,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
6861
6861
|
id: number;
|
|
6862
6862
|
name: string;
|
|
6863
6863
|
id_string?: string | undefined;
|
|
6864
|
+
is_parent?: boolean | undefined;
|
|
6864
6865
|
is_sub_task?: boolean | undefined;
|
|
6865
6866
|
sub_task_level?: number | undefined;
|
|
6866
|
-
is_parent?: boolean | undefined;
|
|
6867
6867
|
}, {
|
|
6868
6868
|
id: number;
|
|
6869
6869
|
name: string;
|
|
6870
6870
|
id_string?: string | undefined;
|
|
6871
|
+
is_parent?: boolean | undefined;
|
|
6871
6872
|
is_sub_task?: boolean | undefined;
|
|
6872
6873
|
sub_task_level?: number | undefined;
|
|
6873
|
-
is_parent?: boolean | undefined;
|
|
6874
6874
|
}>>;
|
|
6875
6875
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
6876
6876
|
id: z.ZodNumber;
|
|
@@ -6984,16 +6984,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
6984
6984
|
id: number;
|
|
6985
6985
|
name: string;
|
|
6986
6986
|
id_string?: string | undefined;
|
|
6987
|
+
is_parent?: boolean | undefined;
|
|
6987
6988
|
is_sub_task?: boolean | undefined;
|
|
6988
6989
|
sub_task_level?: number | undefined;
|
|
6989
|
-
is_parent?: boolean | undefined;
|
|
6990
6990
|
}, {
|
|
6991
6991
|
id: number;
|
|
6992
6992
|
name: string;
|
|
6993
6993
|
id_string?: string | undefined;
|
|
6994
|
+
is_parent?: boolean | undefined;
|
|
6994
6995
|
is_sub_task?: boolean | undefined;
|
|
6995
6996
|
sub_task_level?: number | undefined;
|
|
6996
|
-
is_parent?: boolean | undefined;
|
|
6997
6997
|
}>>;
|
|
6998
6998
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
6999
6999
|
id: z.ZodNumber;
|
|
@@ -7107,16 +7107,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
7107
7107
|
id: number;
|
|
7108
7108
|
name: string;
|
|
7109
7109
|
id_string?: string | undefined;
|
|
7110
|
+
is_parent?: boolean | undefined;
|
|
7110
7111
|
is_sub_task?: boolean | undefined;
|
|
7111
7112
|
sub_task_level?: number | undefined;
|
|
7112
|
-
is_parent?: boolean | undefined;
|
|
7113
7113
|
}, {
|
|
7114
7114
|
id: number;
|
|
7115
7115
|
name: string;
|
|
7116
7116
|
id_string?: string | undefined;
|
|
7117
|
+
is_parent?: boolean | undefined;
|
|
7117
7118
|
is_sub_task?: boolean | undefined;
|
|
7118
7119
|
sub_task_level?: number | undefined;
|
|
7119
|
-
is_parent?: boolean | undefined;
|
|
7120
7120
|
}>>;
|
|
7121
7121
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
7122
7122
|
id: z.ZodNumber;
|
|
@@ -7236,16 +7236,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
7236
7236
|
id: number;
|
|
7237
7237
|
name: string;
|
|
7238
7238
|
id_string?: string | undefined;
|
|
7239
|
+
is_parent?: boolean | undefined;
|
|
7239
7240
|
is_sub_task?: boolean | undefined;
|
|
7240
7241
|
sub_task_level?: number | undefined;
|
|
7241
|
-
is_parent?: boolean | undefined;
|
|
7242
7242
|
}, {
|
|
7243
7243
|
id: number;
|
|
7244
7244
|
name: string;
|
|
7245
7245
|
id_string?: string | undefined;
|
|
7246
|
+
is_parent?: boolean | undefined;
|
|
7246
7247
|
is_sub_task?: boolean | undefined;
|
|
7247
7248
|
sub_task_level?: number | undefined;
|
|
7248
|
-
is_parent?: boolean | undefined;
|
|
7249
7249
|
}>>;
|
|
7250
7250
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
7251
7251
|
id: z.ZodNumber;
|
|
@@ -7360,16 +7360,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
7360
7360
|
id: number;
|
|
7361
7361
|
name: string;
|
|
7362
7362
|
id_string?: string | undefined;
|
|
7363
|
+
is_parent?: boolean | undefined;
|
|
7363
7364
|
is_sub_task?: boolean | undefined;
|
|
7364
7365
|
sub_task_level?: number | undefined;
|
|
7365
|
-
is_parent?: boolean | undefined;
|
|
7366
7366
|
}, {
|
|
7367
7367
|
id: number;
|
|
7368
7368
|
name: string;
|
|
7369
7369
|
id_string?: string | undefined;
|
|
7370
|
+
is_parent?: boolean | undefined;
|
|
7370
7371
|
is_sub_task?: boolean | undefined;
|
|
7371
7372
|
sub_task_level?: number | undefined;
|
|
7372
|
-
is_parent?: boolean | undefined;
|
|
7373
7373
|
}>>;
|
|
7374
7374
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
7375
7375
|
id: z.ZodNumber;
|
|
@@ -7484,16 +7484,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
7484
7484
|
id: number;
|
|
7485
7485
|
name: string;
|
|
7486
7486
|
id_string?: string | undefined;
|
|
7487
|
+
is_parent?: boolean | undefined;
|
|
7487
7488
|
is_sub_task?: boolean | undefined;
|
|
7488
7489
|
sub_task_level?: number | undefined;
|
|
7489
|
-
is_parent?: boolean | undefined;
|
|
7490
7490
|
}, {
|
|
7491
7491
|
id: number;
|
|
7492
7492
|
name: string;
|
|
7493
7493
|
id_string?: string | undefined;
|
|
7494
|
+
is_parent?: boolean | undefined;
|
|
7494
7495
|
is_sub_task?: boolean | undefined;
|
|
7495
7496
|
sub_task_level?: number | undefined;
|
|
7496
|
-
is_parent?: boolean | undefined;
|
|
7497
7497
|
}>>;
|
|
7498
7498
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
7499
7499
|
id: z.ZodNumber;
|
|
@@ -7613,16 +7613,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
7613
7613
|
id: number;
|
|
7614
7614
|
name: string;
|
|
7615
7615
|
id_string?: string | undefined;
|
|
7616
|
+
is_parent?: boolean | undefined;
|
|
7616
7617
|
is_sub_task?: boolean | undefined;
|
|
7617
7618
|
sub_task_level?: number | undefined;
|
|
7618
|
-
is_parent?: boolean | undefined;
|
|
7619
7619
|
}, {
|
|
7620
7620
|
id: number;
|
|
7621
7621
|
name: string;
|
|
7622
7622
|
id_string?: string | undefined;
|
|
7623
|
+
is_parent?: boolean | undefined;
|
|
7623
7624
|
is_sub_task?: boolean | undefined;
|
|
7624
7625
|
sub_task_level?: number | undefined;
|
|
7625
|
-
is_parent?: boolean | undefined;
|
|
7626
7626
|
}>>;
|
|
7627
7627
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
7628
7628
|
id: z.ZodNumber;
|
|
@@ -7737,16 +7737,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
7737
7737
|
id: number;
|
|
7738
7738
|
name: string;
|
|
7739
7739
|
id_string?: string | undefined;
|
|
7740
|
+
is_parent?: boolean | undefined;
|
|
7740
7741
|
is_sub_task?: boolean | undefined;
|
|
7741
7742
|
sub_task_level?: number | undefined;
|
|
7742
|
-
is_parent?: boolean | undefined;
|
|
7743
7743
|
}, {
|
|
7744
7744
|
id: number;
|
|
7745
7745
|
name: string;
|
|
7746
7746
|
id_string?: string | undefined;
|
|
7747
|
+
is_parent?: boolean | undefined;
|
|
7747
7748
|
is_sub_task?: boolean | undefined;
|
|
7748
7749
|
sub_task_level?: number | undefined;
|
|
7749
|
-
is_parent?: boolean | undefined;
|
|
7750
7750
|
}>>;
|
|
7751
7751
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
7752
7752
|
id: z.ZodNumber;
|
|
@@ -7861,16 +7861,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
7861
7861
|
id: number;
|
|
7862
7862
|
name: string;
|
|
7863
7863
|
id_string?: string | undefined;
|
|
7864
|
+
is_parent?: boolean | undefined;
|
|
7864
7865
|
is_sub_task?: boolean | undefined;
|
|
7865
7866
|
sub_task_level?: number | undefined;
|
|
7866
|
-
is_parent?: boolean | undefined;
|
|
7867
7867
|
}, {
|
|
7868
7868
|
id: number;
|
|
7869
7869
|
name: string;
|
|
7870
7870
|
id_string?: string | undefined;
|
|
7871
|
+
is_parent?: boolean | undefined;
|
|
7871
7872
|
is_sub_task?: boolean | undefined;
|
|
7872
7873
|
sub_task_level?: number | undefined;
|
|
7873
|
-
is_parent?: boolean | undefined;
|
|
7874
7874
|
}>>;
|
|
7875
7875
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
7876
7876
|
id: z.ZodNumber;
|
|
@@ -7994,16 +7994,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
7994
7994
|
id: number;
|
|
7995
7995
|
name: string;
|
|
7996
7996
|
id_string?: string | undefined;
|
|
7997
|
+
is_parent?: boolean | undefined;
|
|
7997
7998
|
is_sub_task?: boolean | undefined;
|
|
7998
7999
|
sub_task_level?: number | undefined;
|
|
7999
|
-
is_parent?: boolean | undefined;
|
|
8000
8000
|
}, {
|
|
8001
8001
|
id: number;
|
|
8002
8002
|
name: string;
|
|
8003
8003
|
id_string?: string | undefined;
|
|
8004
|
+
is_parent?: boolean | undefined;
|
|
8004
8005
|
is_sub_task?: boolean | undefined;
|
|
8005
8006
|
sub_task_level?: number | undefined;
|
|
8006
|
-
is_parent?: boolean | undefined;
|
|
8007
8007
|
}>>;
|
|
8008
8008
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
8009
8009
|
id: z.ZodNumber;
|
|
@@ -8118,16 +8118,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
8118
8118
|
id: number;
|
|
8119
8119
|
name: string;
|
|
8120
8120
|
id_string?: string | undefined;
|
|
8121
|
+
is_parent?: boolean | undefined;
|
|
8121
8122
|
is_sub_task?: boolean | undefined;
|
|
8122
8123
|
sub_task_level?: number | undefined;
|
|
8123
|
-
is_parent?: boolean | undefined;
|
|
8124
8124
|
}, {
|
|
8125
8125
|
id: number;
|
|
8126
8126
|
name: string;
|
|
8127
8127
|
id_string?: string | undefined;
|
|
8128
|
+
is_parent?: boolean | undefined;
|
|
8128
8129
|
is_sub_task?: boolean | undefined;
|
|
8129
8130
|
sub_task_level?: number | undefined;
|
|
8130
|
-
is_parent?: boolean | undefined;
|
|
8131
8131
|
}>>;
|
|
8132
8132
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
8133
8133
|
id: z.ZodNumber;
|
|
@@ -8242,16 +8242,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
8242
8242
|
id: number;
|
|
8243
8243
|
name: string;
|
|
8244
8244
|
id_string?: string | undefined;
|
|
8245
|
+
is_parent?: boolean | undefined;
|
|
8245
8246
|
is_sub_task?: boolean | undefined;
|
|
8246
8247
|
sub_task_level?: number | undefined;
|
|
8247
|
-
is_parent?: boolean | undefined;
|
|
8248
8248
|
}, {
|
|
8249
8249
|
id: number;
|
|
8250
8250
|
name: string;
|
|
8251
8251
|
id_string?: string | undefined;
|
|
8252
|
+
is_parent?: boolean | undefined;
|
|
8252
8253
|
is_sub_task?: boolean | undefined;
|
|
8253
8254
|
sub_task_level?: number | undefined;
|
|
8254
|
-
is_parent?: boolean | undefined;
|
|
8255
8255
|
}>>;
|
|
8256
8256
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
8257
8257
|
id: z.ZodNumber;
|
|
@@ -8375,16 +8375,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
8375
8375
|
id: number;
|
|
8376
8376
|
name: string;
|
|
8377
8377
|
id_string?: string | undefined;
|
|
8378
|
+
is_parent?: boolean | undefined;
|
|
8378
8379
|
is_sub_task?: boolean | undefined;
|
|
8379
8380
|
sub_task_level?: number | undefined;
|
|
8380
|
-
is_parent?: boolean | undefined;
|
|
8381
8381
|
}, {
|
|
8382
8382
|
id: number;
|
|
8383
8383
|
name: string;
|
|
8384
8384
|
id_string?: string | undefined;
|
|
8385
|
+
is_parent?: boolean | undefined;
|
|
8385
8386
|
is_sub_task?: boolean | undefined;
|
|
8386
8387
|
sub_task_level?: number | undefined;
|
|
8387
|
-
is_parent?: boolean | undefined;
|
|
8388
8388
|
}>>;
|
|
8389
8389
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
8390
8390
|
id: z.ZodNumber;
|
|
@@ -8499,16 +8499,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
8499
8499
|
id: number;
|
|
8500
8500
|
name: string;
|
|
8501
8501
|
id_string?: string | undefined;
|
|
8502
|
+
is_parent?: boolean | undefined;
|
|
8502
8503
|
is_sub_task?: boolean | undefined;
|
|
8503
8504
|
sub_task_level?: number | undefined;
|
|
8504
|
-
is_parent?: boolean | undefined;
|
|
8505
8505
|
}, {
|
|
8506
8506
|
id: number;
|
|
8507
8507
|
name: string;
|
|
8508
8508
|
id_string?: string | undefined;
|
|
8509
|
+
is_parent?: boolean | undefined;
|
|
8509
8510
|
is_sub_task?: boolean | undefined;
|
|
8510
8511
|
sub_task_level?: number | undefined;
|
|
8511
|
-
is_parent?: boolean | undefined;
|
|
8512
8512
|
}>>;
|
|
8513
8513
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
8514
8514
|
id: z.ZodNumber;
|
|
@@ -8623,16 +8623,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
8623
8623
|
id: number;
|
|
8624
8624
|
name: string;
|
|
8625
8625
|
id_string?: string | undefined;
|
|
8626
|
+
is_parent?: boolean | undefined;
|
|
8626
8627
|
is_sub_task?: boolean | undefined;
|
|
8627
8628
|
sub_task_level?: number | undefined;
|
|
8628
|
-
is_parent?: boolean | undefined;
|
|
8629
8629
|
}, {
|
|
8630
8630
|
id: number;
|
|
8631
8631
|
name: string;
|
|
8632
8632
|
id_string?: string | undefined;
|
|
8633
|
+
is_parent?: boolean | undefined;
|
|
8633
8634
|
is_sub_task?: boolean | undefined;
|
|
8634
8635
|
sub_task_level?: number | undefined;
|
|
8635
|
-
is_parent?: boolean | undefined;
|
|
8636
8636
|
}>>;
|
|
8637
8637
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
8638
8638
|
id: z.ZodNumber;
|
|
@@ -8751,16 +8751,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
8751
8751
|
id: number;
|
|
8752
8752
|
name: string;
|
|
8753
8753
|
id_string?: string | undefined;
|
|
8754
|
+
is_parent?: boolean | undefined;
|
|
8754
8755
|
is_sub_task?: boolean | undefined;
|
|
8755
8756
|
sub_task_level?: number | undefined;
|
|
8756
|
-
is_parent?: boolean | undefined;
|
|
8757
8757
|
}, {
|
|
8758
8758
|
id: number;
|
|
8759
8759
|
name: string;
|
|
8760
8760
|
id_string?: string | undefined;
|
|
8761
|
+
is_parent?: boolean | undefined;
|
|
8761
8762
|
is_sub_task?: boolean | undefined;
|
|
8762
8763
|
sub_task_level?: number | undefined;
|
|
8763
|
-
is_parent?: boolean | undefined;
|
|
8764
8764
|
}>>;
|
|
8765
8765
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
8766
8766
|
id: z.ZodNumber;
|
|
@@ -8874,16 +8874,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
8874
8874
|
id: number;
|
|
8875
8875
|
name: string;
|
|
8876
8876
|
id_string?: string | undefined;
|
|
8877
|
+
is_parent?: boolean | undefined;
|
|
8877
8878
|
is_sub_task?: boolean | undefined;
|
|
8878
8879
|
sub_task_level?: number | undefined;
|
|
8879
|
-
is_parent?: boolean | undefined;
|
|
8880
8880
|
}, {
|
|
8881
8881
|
id: number;
|
|
8882
8882
|
name: string;
|
|
8883
8883
|
id_string?: string | undefined;
|
|
8884
|
+
is_parent?: boolean | undefined;
|
|
8884
8885
|
is_sub_task?: boolean | undefined;
|
|
8885
8886
|
sub_task_level?: number | undefined;
|
|
8886
|
-
is_parent?: boolean | undefined;
|
|
8887
8887
|
}>>;
|
|
8888
8888
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
8889
8889
|
id: z.ZodNumber;
|
|
@@ -8997,16 +8997,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
8997
8997
|
id: number;
|
|
8998
8998
|
name: string;
|
|
8999
8999
|
id_string?: string | undefined;
|
|
9000
|
+
is_parent?: boolean | undefined;
|
|
9000
9001
|
is_sub_task?: boolean | undefined;
|
|
9001
9002
|
sub_task_level?: number | undefined;
|
|
9002
|
-
is_parent?: boolean | undefined;
|
|
9003
9003
|
}, {
|
|
9004
9004
|
id: number;
|
|
9005
9005
|
name: string;
|
|
9006
9006
|
id_string?: string | undefined;
|
|
9007
|
+
is_parent?: boolean | undefined;
|
|
9007
9008
|
is_sub_task?: boolean | undefined;
|
|
9008
9009
|
sub_task_level?: number | undefined;
|
|
9009
|
-
is_parent?: boolean | undefined;
|
|
9010
9010
|
}>>;
|
|
9011
9011
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
9012
9012
|
id: z.ZodNumber;
|
|
@@ -9121,16 +9121,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
9121
9121
|
id: number;
|
|
9122
9122
|
name: string;
|
|
9123
9123
|
id_string?: string | undefined;
|
|
9124
|
+
is_parent?: boolean | undefined;
|
|
9124
9125
|
is_sub_task?: boolean | undefined;
|
|
9125
9126
|
sub_task_level?: number | undefined;
|
|
9126
|
-
is_parent?: boolean | undefined;
|
|
9127
9127
|
}, {
|
|
9128
9128
|
id: number;
|
|
9129
9129
|
name: string;
|
|
9130
9130
|
id_string?: string | undefined;
|
|
9131
|
+
is_parent?: boolean | undefined;
|
|
9131
9132
|
is_sub_task?: boolean | undefined;
|
|
9132
9133
|
sub_task_level?: number | undefined;
|
|
9133
|
-
is_parent?: boolean | undefined;
|
|
9134
9134
|
}>>;
|
|
9135
9135
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
9136
9136
|
id: z.ZodNumber;
|
|
@@ -9244,16 +9244,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
9244
9244
|
id: number;
|
|
9245
9245
|
name: string;
|
|
9246
9246
|
id_string?: string | undefined;
|
|
9247
|
+
is_parent?: boolean | undefined;
|
|
9247
9248
|
is_sub_task?: boolean | undefined;
|
|
9248
9249
|
sub_task_level?: number | undefined;
|
|
9249
|
-
is_parent?: boolean | undefined;
|
|
9250
9250
|
}, {
|
|
9251
9251
|
id: number;
|
|
9252
9252
|
name: string;
|
|
9253
9253
|
id_string?: string | undefined;
|
|
9254
|
+
is_parent?: boolean | undefined;
|
|
9254
9255
|
is_sub_task?: boolean | undefined;
|
|
9255
9256
|
sub_task_level?: number | undefined;
|
|
9256
|
-
is_parent?: boolean | undefined;
|
|
9257
9257
|
}>>;
|
|
9258
9258
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
9259
9259
|
id: z.ZodNumber;
|
|
@@ -9367,16 +9367,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
9367
9367
|
id: number;
|
|
9368
9368
|
name: string;
|
|
9369
9369
|
id_string?: string | undefined;
|
|
9370
|
+
is_parent?: boolean | undefined;
|
|
9370
9371
|
is_sub_task?: boolean | undefined;
|
|
9371
9372
|
sub_task_level?: number | undefined;
|
|
9372
|
-
is_parent?: boolean | undefined;
|
|
9373
9373
|
}, {
|
|
9374
9374
|
id: number;
|
|
9375
9375
|
name: string;
|
|
9376
9376
|
id_string?: string | undefined;
|
|
9377
|
+
is_parent?: boolean | undefined;
|
|
9377
9378
|
is_sub_task?: boolean | undefined;
|
|
9378
9379
|
sub_task_level?: number | undefined;
|
|
9379
|
-
is_parent?: boolean | undefined;
|
|
9380
9380
|
}>>;
|
|
9381
9381
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
9382
9382
|
id: z.ZodNumber;
|
|
@@ -9491,16 +9491,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
9491
9491
|
id: number;
|
|
9492
9492
|
name: string;
|
|
9493
9493
|
id_string?: string | undefined;
|
|
9494
|
+
is_parent?: boolean | undefined;
|
|
9494
9495
|
is_sub_task?: boolean | undefined;
|
|
9495
9496
|
sub_task_level?: number | undefined;
|
|
9496
|
-
is_parent?: boolean | undefined;
|
|
9497
9497
|
}, {
|
|
9498
9498
|
id: number;
|
|
9499
9499
|
name: string;
|
|
9500
9500
|
id_string?: string | undefined;
|
|
9501
|
+
is_parent?: boolean | undefined;
|
|
9501
9502
|
is_sub_task?: boolean | undefined;
|
|
9502
9503
|
sub_task_level?: number | undefined;
|
|
9503
|
-
is_parent?: boolean | undefined;
|
|
9504
9504
|
}>>;
|
|
9505
9505
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
9506
9506
|
id: z.ZodNumber;
|
|
@@ -9614,16 +9614,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
9614
9614
|
id: number;
|
|
9615
9615
|
name: string;
|
|
9616
9616
|
id_string?: string | undefined;
|
|
9617
|
+
is_parent?: boolean | undefined;
|
|
9617
9618
|
is_sub_task?: boolean | undefined;
|
|
9618
9619
|
sub_task_level?: number | undefined;
|
|
9619
|
-
is_parent?: boolean | undefined;
|
|
9620
9620
|
}, {
|
|
9621
9621
|
id: number;
|
|
9622
9622
|
name: string;
|
|
9623
9623
|
id_string?: string | undefined;
|
|
9624
|
+
is_parent?: boolean | undefined;
|
|
9624
9625
|
is_sub_task?: boolean | undefined;
|
|
9625
9626
|
sub_task_level?: number | undefined;
|
|
9626
|
-
is_parent?: boolean | undefined;
|
|
9627
9627
|
}>>;
|
|
9628
9628
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
9629
9629
|
id: z.ZodNumber;
|
|
@@ -9737,16 +9737,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
9737
9737
|
id: number;
|
|
9738
9738
|
name: string;
|
|
9739
9739
|
id_string?: string | undefined;
|
|
9740
|
+
is_parent?: boolean | undefined;
|
|
9740
9741
|
is_sub_task?: boolean | undefined;
|
|
9741
9742
|
sub_task_level?: number | undefined;
|
|
9742
|
-
is_parent?: boolean | undefined;
|
|
9743
9743
|
}, {
|
|
9744
9744
|
id: number;
|
|
9745
9745
|
name: string;
|
|
9746
9746
|
id_string?: string | undefined;
|
|
9747
|
+
is_parent?: boolean | undefined;
|
|
9747
9748
|
is_sub_task?: boolean | undefined;
|
|
9748
9749
|
sub_task_level?: number | undefined;
|
|
9749
|
-
is_parent?: boolean | undefined;
|
|
9750
9750
|
}>>;
|
|
9751
9751
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
9752
9752
|
id: z.ZodNumber;
|
|
@@ -9884,16 +9884,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
9884
9884
|
id: number;
|
|
9885
9885
|
name: string;
|
|
9886
9886
|
id_string?: string | undefined;
|
|
9887
|
+
is_parent?: boolean | undefined;
|
|
9887
9888
|
is_sub_task?: boolean | undefined;
|
|
9888
9889
|
sub_task_level?: number | undefined;
|
|
9889
|
-
is_parent?: boolean | undefined;
|
|
9890
9890
|
}, {
|
|
9891
9891
|
id: number;
|
|
9892
9892
|
name: string;
|
|
9893
9893
|
id_string?: string | undefined;
|
|
9894
|
+
is_parent?: boolean | undefined;
|
|
9894
9895
|
is_sub_task?: boolean | undefined;
|
|
9895
9896
|
sub_task_level?: number | undefined;
|
|
9896
|
-
is_parent?: boolean | undefined;
|
|
9897
9897
|
}>>;
|
|
9898
9898
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
9899
9899
|
id: z.ZodNumber;
|
|
@@ -10007,16 +10007,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
10007
10007
|
id: number;
|
|
10008
10008
|
name: string;
|
|
10009
10009
|
id_string?: string | undefined;
|
|
10010
|
+
is_parent?: boolean | undefined;
|
|
10010
10011
|
is_sub_task?: boolean | undefined;
|
|
10011
10012
|
sub_task_level?: number | undefined;
|
|
10012
|
-
is_parent?: boolean | undefined;
|
|
10013
10013
|
}, {
|
|
10014
10014
|
id: number;
|
|
10015
10015
|
name: string;
|
|
10016
10016
|
id_string?: string | undefined;
|
|
10017
|
+
is_parent?: boolean | undefined;
|
|
10017
10018
|
is_sub_task?: boolean | undefined;
|
|
10018
10019
|
sub_task_level?: number | undefined;
|
|
10019
|
-
is_parent?: boolean | undefined;
|
|
10020
10020
|
}>>;
|
|
10021
10021
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
10022
10022
|
id: z.ZodNumber;
|
|
@@ -10130,16 +10130,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
10130
10130
|
id: number;
|
|
10131
10131
|
name: string;
|
|
10132
10132
|
id_string?: string | undefined;
|
|
10133
|
+
is_parent?: boolean | undefined;
|
|
10133
10134
|
is_sub_task?: boolean | undefined;
|
|
10134
10135
|
sub_task_level?: number | undefined;
|
|
10135
|
-
is_parent?: boolean | undefined;
|
|
10136
10136
|
}, {
|
|
10137
10137
|
id: number;
|
|
10138
10138
|
name: string;
|
|
10139
10139
|
id_string?: string | undefined;
|
|
10140
|
+
is_parent?: boolean | undefined;
|
|
10140
10141
|
is_sub_task?: boolean | undefined;
|
|
10141
10142
|
sub_task_level?: number | undefined;
|
|
10142
|
-
is_parent?: boolean | undefined;
|
|
10143
10143
|
}>>;
|
|
10144
10144
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
10145
10145
|
id: z.ZodNumber;
|
|
@@ -10254,16 +10254,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
10254
10254
|
id: number;
|
|
10255
10255
|
name: string;
|
|
10256
10256
|
id_string?: string | undefined;
|
|
10257
|
+
is_parent?: boolean | undefined;
|
|
10257
10258
|
is_sub_task?: boolean | undefined;
|
|
10258
10259
|
sub_task_level?: number | undefined;
|
|
10259
|
-
is_parent?: boolean | undefined;
|
|
10260
10260
|
}, {
|
|
10261
10261
|
id: number;
|
|
10262
10262
|
name: string;
|
|
10263
10263
|
id_string?: string | undefined;
|
|
10264
|
+
is_parent?: boolean | undefined;
|
|
10264
10265
|
is_sub_task?: boolean | undefined;
|
|
10265
10266
|
sub_task_level?: number | undefined;
|
|
10266
|
-
is_parent?: boolean | undefined;
|
|
10267
10267
|
}>>;
|
|
10268
10268
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
10269
10269
|
id: z.ZodNumber;
|
|
@@ -10377,16 +10377,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
10377
10377
|
id: number;
|
|
10378
10378
|
name: string;
|
|
10379
10379
|
id_string?: string | undefined;
|
|
10380
|
+
is_parent?: boolean | undefined;
|
|
10380
10381
|
is_sub_task?: boolean | undefined;
|
|
10381
10382
|
sub_task_level?: number | undefined;
|
|
10382
|
-
is_parent?: boolean | undefined;
|
|
10383
10383
|
}, {
|
|
10384
10384
|
id: number;
|
|
10385
10385
|
name: string;
|
|
10386
10386
|
id_string?: string | undefined;
|
|
10387
|
+
is_parent?: boolean | undefined;
|
|
10387
10388
|
is_sub_task?: boolean | undefined;
|
|
10388
10389
|
sub_task_level?: number | undefined;
|
|
10389
|
-
is_parent?: boolean | undefined;
|
|
10390
10390
|
}>>;
|
|
10391
10391
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
10392
10392
|
id: z.ZodNumber;
|
|
@@ -10500,16 +10500,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
10500
10500
|
id: number;
|
|
10501
10501
|
name: string;
|
|
10502
10502
|
id_string?: string | undefined;
|
|
10503
|
+
is_parent?: boolean | undefined;
|
|
10503
10504
|
is_sub_task?: boolean | undefined;
|
|
10504
10505
|
sub_task_level?: number | undefined;
|
|
10505
|
-
is_parent?: boolean | undefined;
|
|
10506
10506
|
}, {
|
|
10507
10507
|
id: number;
|
|
10508
10508
|
name: string;
|
|
10509
10509
|
id_string?: string | undefined;
|
|
10510
|
+
is_parent?: boolean | undefined;
|
|
10510
10511
|
is_sub_task?: boolean | undefined;
|
|
10511
10512
|
sub_task_level?: number | undefined;
|
|
10512
|
-
is_parent?: boolean | undefined;
|
|
10513
10513
|
}>>;
|
|
10514
10514
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
10515
10515
|
id: z.ZodNumber;
|
|
@@ -10624,16 +10624,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
10624
10624
|
id: number;
|
|
10625
10625
|
name: string;
|
|
10626
10626
|
id_string?: string | undefined;
|
|
10627
|
+
is_parent?: boolean | undefined;
|
|
10627
10628
|
is_sub_task?: boolean | undefined;
|
|
10628
10629
|
sub_task_level?: number | undefined;
|
|
10629
|
-
is_parent?: boolean | undefined;
|
|
10630
10630
|
}, {
|
|
10631
10631
|
id: number;
|
|
10632
10632
|
name: string;
|
|
10633
10633
|
id_string?: string | undefined;
|
|
10634
|
+
is_parent?: boolean | undefined;
|
|
10634
10635
|
is_sub_task?: boolean | undefined;
|
|
10635
10636
|
sub_task_level?: number | undefined;
|
|
10636
|
-
is_parent?: boolean | undefined;
|
|
10637
10637
|
}>>;
|
|
10638
10638
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
10639
10639
|
id: z.ZodNumber;
|
|
@@ -10747,16 +10747,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
10747
10747
|
id: number;
|
|
10748
10748
|
name: string;
|
|
10749
10749
|
id_string?: string | undefined;
|
|
10750
|
+
is_parent?: boolean | undefined;
|
|
10750
10751
|
is_sub_task?: boolean | undefined;
|
|
10751
10752
|
sub_task_level?: number | undefined;
|
|
10752
|
-
is_parent?: boolean | undefined;
|
|
10753
10753
|
}, {
|
|
10754
10754
|
id: number;
|
|
10755
10755
|
name: string;
|
|
10756
10756
|
id_string?: string | undefined;
|
|
10757
|
+
is_parent?: boolean | undefined;
|
|
10757
10758
|
is_sub_task?: boolean | undefined;
|
|
10758
10759
|
sub_task_level?: number | undefined;
|
|
10759
|
-
is_parent?: boolean | undefined;
|
|
10760
10760
|
}>>;
|
|
10761
10761
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
10762
10762
|
id: z.ZodNumber;
|
|
@@ -10870,16 +10870,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
10870
10870
|
id: number;
|
|
10871
10871
|
name: string;
|
|
10872
10872
|
id_string?: string | undefined;
|
|
10873
|
+
is_parent?: boolean | undefined;
|
|
10873
10874
|
is_sub_task?: boolean | undefined;
|
|
10874
10875
|
sub_task_level?: number | undefined;
|
|
10875
|
-
is_parent?: boolean | undefined;
|
|
10876
10876
|
}, {
|
|
10877
10877
|
id: number;
|
|
10878
10878
|
name: string;
|
|
10879
10879
|
id_string?: string | undefined;
|
|
10880
|
+
is_parent?: boolean | undefined;
|
|
10880
10881
|
is_sub_task?: boolean | undefined;
|
|
10881
10882
|
sub_task_level?: number | undefined;
|
|
10882
|
-
is_parent?: boolean | undefined;
|
|
10883
10883
|
}>>;
|
|
10884
10884
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
10885
10885
|
id: z.ZodNumber;
|
|
@@ -10999,16 +10999,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
10999
10999
|
id: number;
|
|
11000
11000
|
name: string;
|
|
11001
11001
|
id_string?: string | undefined;
|
|
11002
|
+
is_parent?: boolean | undefined;
|
|
11002
11003
|
is_sub_task?: boolean | undefined;
|
|
11003
11004
|
sub_task_level?: number | undefined;
|
|
11004
|
-
is_parent?: boolean | undefined;
|
|
11005
11005
|
}, {
|
|
11006
11006
|
id: number;
|
|
11007
11007
|
name: string;
|
|
11008
11008
|
id_string?: string | undefined;
|
|
11009
|
+
is_parent?: boolean | undefined;
|
|
11009
11010
|
is_sub_task?: boolean | undefined;
|
|
11010
11011
|
sub_task_level?: number | undefined;
|
|
11011
|
-
is_parent?: boolean | undefined;
|
|
11012
11012
|
}>>;
|
|
11013
11013
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
11014
11014
|
id: z.ZodNumber;
|
|
@@ -11123,16 +11123,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
11123
11123
|
id: number;
|
|
11124
11124
|
name: string;
|
|
11125
11125
|
id_string?: string | undefined;
|
|
11126
|
+
is_parent?: boolean | undefined;
|
|
11126
11127
|
is_sub_task?: boolean | undefined;
|
|
11127
11128
|
sub_task_level?: number | undefined;
|
|
11128
|
-
is_parent?: boolean | undefined;
|
|
11129
11129
|
}, {
|
|
11130
11130
|
id: number;
|
|
11131
11131
|
name: string;
|
|
11132
11132
|
id_string?: string | undefined;
|
|
11133
|
+
is_parent?: boolean | undefined;
|
|
11133
11134
|
is_sub_task?: boolean | undefined;
|
|
11134
11135
|
sub_task_level?: number | undefined;
|
|
11135
|
-
is_parent?: boolean | undefined;
|
|
11136
11136
|
}>>;
|
|
11137
11137
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
11138
11138
|
id: z.ZodNumber;
|
|
@@ -11247,16 +11247,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
11247
11247
|
id: number;
|
|
11248
11248
|
name: string;
|
|
11249
11249
|
id_string?: string | undefined;
|
|
11250
|
+
is_parent?: boolean | undefined;
|
|
11250
11251
|
is_sub_task?: boolean | undefined;
|
|
11251
11252
|
sub_task_level?: number | undefined;
|
|
11252
|
-
is_parent?: boolean | undefined;
|
|
11253
11253
|
}, {
|
|
11254
11254
|
id: number;
|
|
11255
11255
|
name: string;
|
|
11256
11256
|
id_string?: string | undefined;
|
|
11257
|
+
is_parent?: boolean | undefined;
|
|
11257
11258
|
is_sub_task?: boolean | undefined;
|
|
11258
11259
|
sub_task_level?: number | undefined;
|
|
11259
|
-
is_parent?: boolean | undefined;
|
|
11260
11260
|
}>>;
|
|
11261
11261
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
11262
11262
|
id: z.ZodNumber;
|
|
@@ -11376,16 +11376,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
11376
11376
|
id: number;
|
|
11377
11377
|
name: string;
|
|
11378
11378
|
id_string?: string | undefined;
|
|
11379
|
+
is_parent?: boolean | undefined;
|
|
11379
11380
|
is_sub_task?: boolean | undefined;
|
|
11380
11381
|
sub_task_level?: number | undefined;
|
|
11381
|
-
is_parent?: boolean | undefined;
|
|
11382
11382
|
}, {
|
|
11383
11383
|
id: number;
|
|
11384
11384
|
name: string;
|
|
11385
11385
|
id_string?: string | undefined;
|
|
11386
|
+
is_parent?: boolean | undefined;
|
|
11386
11387
|
is_sub_task?: boolean | undefined;
|
|
11387
11388
|
sub_task_level?: number | undefined;
|
|
11388
|
-
is_parent?: boolean | undefined;
|
|
11389
11389
|
}>>;
|
|
11390
11390
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
11391
11391
|
id: z.ZodNumber;
|
|
@@ -11500,16 +11500,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
11500
11500
|
id: number;
|
|
11501
11501
|
name: string;
|
|
11502
11502
|
id_string?: string | undefined;
|
|
11503
|
+
is_parent?: boolean | undefined;
|
|
11503
11504
|
is_sub_task?: boolean | undefined;
|
|
11504
11505
|
sub_task_level?: number | undefined;
|
|
11505
|
-
is_parent?: boolean | undefined;
|
|
11506
11506
|
}, {
|
|
11507
11507
|
id: number;
|
|
11508
11508
|
name: string;
|
|
11509
11509
|
id_string?: string | undefined;
|
|
11510
|
+
is_parent?: boolean | undefined;
|
|
11510
11511
|
is_sub_task?: boolean | undefined;
|
|
11511
11512
|
sub_task_level?: number | undefined;
|
|
11512
|
-
is_parent?: boolean | undefined;
|
|
11513
11513
|
}>>;
|
|
11514
11514
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
11515
11515
|
id: z.ZodNumber;
|
|
@@ -11624,16 +11624,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
11624
11624
|
id: number;
|
|
11625
11625
|
name: string;
|
|
11626
11626
|
id_string?: string | undefined;
|
|
11627
|
+
is_parent?: boolean | undefined;
|
|
11627
11628
|
is_sub_task?: boolean | undefined;
|
|
11628
11629
|
sub_task_level?: number | undefined;
|
|
11629
|
-
is_parent?: boolean | undefined;
|
|
11630
11630
|
}, {
|
|
11631
11631
|
id: number;
|
|
11632
11632
|
name: string;
|
|
11633
11633
|
id_string?: string | undefined;
|
|
11634
|
+
is_parent?: boolean | undefined;
|
|
11634
11635
|
is_sub_task?: boolean | undefined;
|
|
11635
11636
|
sub_task_level?: number | undefined;
|
|
11636
|
-
is_parent?: boolean | undefined;
|
|
11637
11637
|
}>>;
|
|
11638
11638
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
11639
11639
|
id: z.ZodNumber;
|
|
@@ -11757,16 +11757,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
11757
11757
|
id: number;
|
|
11758
11758
|
name: string;
|
|
11759
11759
|
id_string?: string | undefined;
|
|
11760
|
+
is_parent?: boolean | undefined;
|
|
11760
11761
|
is_sub_task?: boolean | undefined;
|
|
11761
11762
|
sub_task_level?: number | undefined;
|
|
11762
|
-
is_parent?: boolean | undefined;
|
|
11763
11763
|
}, {
|
|
11764
11764
|
id: number;
|
|
11765
11765
|
name: string;
|
|
11766
11766
|
id_string?: string | undefined;
|
|
11767
|
+
is_parent?: boolean | undefined;
|
|
11767
11768
|
is_sub_task?: boolean | undefined;
|
|
11768
11769
|
sub_task_level?: number | undefined;
|
|
11769
|
-
is_parent?: boolean | undefined;
|
|
11770
11770
|
}>>;
|
|
11771
11771
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
11772
11772
|
id: z.ZodNumber;
|
|
@@ -11881,16 +11881,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
11881
11881
|
id: number;
|
|
11882
11882
|
name: string;
|
|
11883
11883
|
id_string?: string | undefined;
|
|
11884
|
+
is_parent?: boolean | undefined;
|
|
11884
11885
|
is_sub_task?: boolean | undefined;
|
|
11885
11886
|
sub_task_level?: number | undefined;
|
|
11886
|
-
is_parent?: boolean | undefined;
|
|
11887
11887
|
}, {
|
|
11888
11888
|
id: number;
|
|
11889
11889
|
name: string;
|
|
11890
11890
|
id_string?: string | undefined;
|
|
11891
|
+
is_parent?: boolean | undefined;
|
|
11891
11892
|
is_sub_task?: boolean | undefined;
|
|
11892
11893
|
sub_task_level?: number | undefined;
|
|
11893
|
-
is_parent?: boolean | undefined;
|
|
11894
11894
|
}>>;
|
|
11895
11895
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
11896
11896
|
id: z.ZodNumber;
|
|
@@ -12005,16 +12005,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
12005
12005
|
id: number;
|
|
12006
12006
|
name: string;
|
|
12007
12007
|
id_string?: string | undefined;
|
|
12008
|
+
is_parent?: boolean | undefined;
|
|
12008
12009
|
is_sub_task?: boolean | undefined;
|
|
12009
12010
|
sub_task_level?: number | undefined;
|
|
12010
|
-
is_parent?: boolean | undefined;
|
|
12011
12011
|
}, {
|
|
12012
12012
|
id: number;
|
|
12013
12013
|
name: string;
|
|
12014
12014
|
id_string?: string | undefined;
|
|
12015
|
+
is_parent?: boolean | undefined;
|
|
12015
12016
|
is_sub_task?: boolean | undefined;
|
|
12016
12017
|
sub_task_level?: number | undefined;
|
|
12017
|
-
is_parent?: boolean | undefined;
|
|
12018
12018
|
}>>;
|
|
12019
12019
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
12020
12020
|
id: z.ZodNumber;
|
|
@@ -12138,16 +12138,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
12138
12138
|
id: number;
|
|
12139
12139
|
name: string;
|
|
12140
12140
|
id_string?: string | undefined;
|
|
12141
|
+
is_parent?: boolean | undefined;
|
|
12141
12142
|
is_sub_task?: boolean | undefined;
|
|
12142
12143
|
sub_task_level?: number | undefined;
|
|
12143
|
-
is_parent?: boolean | undefined;
|
|
12144
12144
|
}, {
|
|
12145
12145
|
id: number;
|
|
12146
12146
|
name: string;
|
|
12147
12147
|
id_string?: string | undefined;
|
|
12148
|
+
is_parent?: boolean | undefined;
|
|
12148
12149
|
is_sub_task?: boolean | undefined;
|
|
12149
12150
|
sub_task_level?: number | undefined;
|
|
12150
|
-
is_parent?: boolean | undefined;
|
|
12151
12151
|
}>>;
|
|
12152
12152
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
12153
12153
|
id: z.ZodNumber;
|
|
@@ -12262,16 +12262,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
12262
12262
|
id: number;
|
|
12263
12263
|
name: string;
|
|
12264
12264
|
id_string?: string | undefined;
|
|
12265
|
+
is_parent?: boolean | undefined;
|
|
12265
12266
|
is_sub_task?: boolean | undefined;
|
|
12266
12267
|
sub_task_level?: number | undefined;
|
|
12267
|
-
is_parent?: boolean | undefined;
|
|
12268
12268
|
}, {
|
|
12269
12269
|
id: number;
|
|
12270
12270
|
name: string;
|
|
12271
12271
|
id_string?: string | undefined;
|
|
12272
|
+
is_parent?: boolean | undefined;
|
|
12272
12273
|
is_sub_task?: boolean | undefined;
|
|
12273
12274
|
sub_task_level?: number | undefined;
|
|
12274
|
-
is_parent?: boolean | undefined;
|
|
12275
12275
|
}>>;
|
|
12276
12276
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
12277
12277
|
id: z.ZodNumber;
|
|
@@ -12386,16 +12386,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
12386
12386
|
id: number;
|
|
12387
12387
|
name: string;
|
|
12388
12388
|
id_string?: string | undefined;
|
|
12389
|
+
is_parent?: boolean | undefined;
|
|
12389
12390
|
is_sub_task?: boolean | undefined;
|
|
12390
12391
|
sub_task_level?: number | undefined;
|
|
12391
|
-
is_parent?: boolean | undefined;
|
|
12392
12392
|
}, {
|
|
12393
12393
|
id: number;
|
|
12394
12394
|
name: string;
|
|
12395
12395
|
id_string?: string | undefined;
|
|
12396
|
+
is_parent?: boolean | undefined;
|
|
12396
12397
|
is_sub_task?: boolean | undefined;
|
|
12397
12398
|
sub_task_level?: number | undefined;
|
|
12398
|
-
is_parent?: boolean | undefined;
|
|
12399
12399
|
}>>;
|
|
12400
12400
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
12401
12401
|
id: z.ZodNumber;
|
|
@@ -12514,16 +12514,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
12514
12514
|
id: number;
|
|
12515
12515
|
name: string;
|
|
12516
12516
|
id_string?: string | undefined;
|
|
12517
|
+
is_parent?: boolean | undefined;
|
|
12517
12518
|
is_sub_task?: boolean | undefined;
|
|
12518
12519
|
sub_task_level?: number | undefined;
|
|
12519
|
-
is_parent?: boolean | undefined;
|
|
12520
12520
|
}, {
|
|
12521
12521
|
id: number;
|
|
12522
12522
|
name: string;
|
|
12523
12523
|
id_string?: string | undefined;
|
|
12524
|
+
is_parent?: boolean | undefined;
|
|
12524
12525
|
is_sub_task?: boolean | undefined;
|
|
12525
12526
|
sub_task_level?: number | undefined;
|
|
12526
|
-
is_parent?: boolean | undefined;
|
|
12527
12527
|
}>>;
|
|
12528
12528
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
12529
12529
|
id: z.ZodNumber;
|
|
@@ -12637,16 +12637,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
12637
12637
|
id: number;
|
|
12638
12638
|
name: string;
|
|
12639
12639
|
id_string?: string | undefined;
|
|
12640
|
+
is_parent?: boolean | undefined;
|
|
12640
12641
|
is_sub_task?: boolean | undefined;
|
|
12641
12642
|
sub_task_level?: number | undefined;
|
|
12642
|
-
is_parent?: boolean | undefined;
|
|
12643
12643
|
}, {
|
|
12644
12644
|
id: number;
|
|
12645
12645
|
name: string;
|
|
12646
12646
|
id_string?: string | undefined;
|
|
12647
|
+
is_parent?: boolean | undefined;
|
|
12647
12648
|
is_sub_task?: boolean | undefined;
|
|
12648
12649
|
sub_task_level?: number | undefined;
|
|
12649
|
-
is_parent?: boolean | undefined;
|
|
12650
12650
|
}>>;
|
|
12651
12651
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
12652
12652
|
id: z.ZodNumber;
|
|
@@ -12760,16 +12760,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
12760
12760
|
id: number;
|
|
12761
12761
|
name: string;
|
|
12762
12762
|
id_string?: string | undefined;
|
|
12763
|
+
is_parent?: boolean | undefined;
|
|
12763
12764
|
is_sub_task?: boolean | undefined;
|
|
12764
12765
|
sub_task_level?: number | undefined;
|
|
12765
|
-
is_parent?: boolean | undefined;
|
|
12766
12766
|
}, {
|
|
12767
12767
|
id: number;
|
|
12768
12768
|
name: string;
|
|
12769
12769
|
id_string?: string | undefined;
|
|
12770
|
+
is_parent?: boolean | undefined;
|
|
12770
12771
|
is_sub_task?: boolean | undefined;
|
|
12771
12772
|
sub_task_level?: number | undefined;
|
|
12772
|
-
is_parent?: boolean | undefined;
|
|
12773
12773
|
}>>;
|
|
12774
12774
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
12775
12775
|
id: z.ZodNumber;
|
|
@@ -12884,16 +12884,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
12884
12884
|
id: number;
|
|
12885
12885
|
name: string;
|
|
12886
12886
|
id_string?: string | undefined;
|
|
12887
|
+
is_parent?: boolean | undefined;
|
|
12887
12888
|
is_sub_task?: boolean | undefined;
|
|
12888
12889
|
sub_task_level?: number | undefined;
|
|
12889
|
-
is_parent?: boolean | undefined;
|
|
12890
12890
|
}, {
|
|
12891
12891
|
id: number;
|
|
12892
12892
|
name: string;
|
|
12893
12893
|
id_string?: string | undefined;
|
|
12894
|
+
is_parent?: boolean | undefined;
|
|
12894
12895
|
is_sub_task?: boolean | undefined;
|
|
12895
12896
|
sub_task_level?: number | undefined;
|
|
12896
|
-
is_parent?: boolean | undefined;
|
|
12897
12897
|
}>>;
|
|
12898
12898
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
12899
12899
|
id: z.ZodNumber;
|
|
@@ -13007,16 +13007,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
13007
13007
|
id: number;
|
|
13008
13008
|
name: string;
|
|
13009
13009
|
id_string?: string | undefined;
|
|
13010
|
+
is_parent?: boolean | undefined;
|
|
13010
13011
|
is_sub_task?: boolean | undefined;
|
|
13011
13012
|
sub_task_level?: number | undefined;
|
|
13012
|
-
is_parent?: boolean | undefined;
|
|
13013
13013
|
}, {
|
|
13014
13014
|
id: number;
|
|
13015
13015
|
name: string;
|
|
13016
13016
|
id_string?: string | undefined;
|
|
13017
|
+
is_parent?: boolean | undefined;
|
|
13017
13018
|
is_sub_task?: boolean | undefined;
|
|
13018
13019
|
sub_task_level?: number | undefined;
|
|
13019
|
-
is_parent?: boolean | undefined;
|
|
13020
13020
|
}>>;
|
|
13021
13021
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
13022
13022
|
id: z.ZodNumber;
|
|
@@ -13130,16 +13130,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
13130
13130
|
id: number;
|
|
13131
13131
|
name: string;
|
|
13132
13132
|
id_string?: string | undefined;
|
|
13133
|
+
is_parent?: boolean | undefined;
|
|
13133
13134
|
is_sub_task?: boolean | undefined;
|
|
13134
13135
|
sub_task_level?: number | undefined;
|
|
13135
|
-
is_parent?: boolean | undefined;
|
|
13136
13136
|
}, {
|
|
13137
13137
|
id: number;
|
|
13138
13138
|
name: string;
|
|
13139
13139
|
id_string?: string | undefined;
|
|
13140
|
+
is_parent?: boolean | undefined;
|
|
13140
13141
|
is_sub_task?: boolean | undefined;
|
|
13141
13142
|
sub_task_level?: number | undefined;
|
|
13142
|
-
is_parent?: boolean | undefined;
|
|
13143
13143
|
}>>;
|
|
13144
13144
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
13145
13145
|
id: z.ZodNumber;
|
|
@@ -13254,16 +13254,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
13254
13254
|
id: number;
|
|
13255
13255
|
name: string;
|
|
13256
13256
|
id_string?: string | undefined;
|
|
13257
|
+
is_parent?: boolean | undefined;
|
|
13257
13258
|
is_sub_task?: boolean | undefined;
|
|
13258
13259
|
sub_task_level?: number | undefined;
|
|
13259
|
-
is_parent?: boolean | undefined;
|
|
13260
13260
|
}, {
|
|
13261
13261
|
id: number;
|
|
13262
13262
|
name: string;
|
|
13263
13263
|
id_string?: string | undefined;
|
|
13264
|
+
is_parent?: boolean | undefined;
|
|
13264
13265
|
is_sub_task?: boolean | undefined;
|
|
13265
13266
|
sub_task_level?: number | undefined;
|
|
13266
|
-
is_parent?: boolean | undefined;
|
|
13267
13267
|
}>>;
|
|
13268
13268
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
13269
13269
|
id: z.ZodNumber;
|
|
@@ -13377,16 +13377,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
13377
13377
|
id: number;
|
|
13378
13378
|
name: string;
|
|
13379
13379
|
id_string?: string | undefined;
|
|
13380
|
+
is_parent?: boolean | undefined;
|
|
13380
13381
|
is_sub_task?: boolean | undefined;
|
|
13381
13382
|
sub_task_level?: number | undefined;
|
|
13382
|
-
is_parent?: boolean | undefined;
|
|
13383
13383
|
}, {
|
|
13384
13384
|
id: number;
|
|
13385
13385
|
name: string;
|
|
13386
13386
|
id_string?: string | undefined;
|
|
13387
|
+
is_parent?: boolean | undefined;
|
|
13387
13388
|
is_sub_task?: boolean | undefined;
|
|
13388
13389
|
sub_task_level?: number | undefined;
|
|
13389
|
-
is_parent?: boolean | undefined;
|
|
13390
13390
|
}>>;
|
|
13391
13391
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
13392
13392
|
id: z.ZodNumber;
|
|
@@ -13500,16 +13500,16 @@ export declare const TimeLogListResponseSchema: z.ZodObject<{
|
|
|
13500
13500
|
id: number;
|
|
13501
13501
|
name: string;
|
|
13502
13502
|
id_string?: string | undefined;
|
|
13503
|
+
is_parent?: boolean | undefined;
|
|
13503
13504
|
is_sub_task?: boolean | undefined;
|
|
13504
13505
|
sub_task_level?: number | undefined;
|
|
13505
|
-
is_parent?: boolean | undefined;
|
|
13506
13506
|
}, {
|
|
13507
13507
|
id: number;
|
|
13508
13508
|
name: string;
|
|
13509
13509
|
id_string?: string | undefined;
|
|
13510
|
+
is_parent?: boolean | undefined;
|
|
13510
13511
|
is_sub_task?: boolean | undefined;
|
|
13511
13512
|
sub_task_level?: number | undefined;
|
|
13512
|
-
is_parent?: boolean | undefined;
|
|
13513
13513
|
}>>;
|
|
13514
13514
|
task_list: z.ZodOptional<z.ZodObject<{
|
|
13515
13515
|
id: z.ZodNumber;
|
|
@@ -13607,8 +13607,10 @@ export type TimeLogListResponse = z.infer<typeof TimeLogListResponseSchema>;
|
|
|
13607
13607
|
* Note: users_list, view_type, date, bill_status, and component_type are required by Zoho API
|
|
13608
13608
|
*/
|
|
13609
13609
|
export interface TimeLogParams {
|
|
13610
|
-
|
|
13611
|
-
|
|
13610
|
+
/** Page number (1-indexed) - V3 API */
|
|
13611
|
+
page?: number;
|
|
13612
|
+
/** Number of items per page - V3 API */
|
|
13613
|
+
per_page?: number;
|
|
13612
13614
|
/** User IDs - use "all" for all users, or comma-separated user IDs */
|
|
13613
13615
|
users_list: string;
|
|
13614
13616
|
/** View type for date range */
|
|
@@ -13648,8 +13650,8 @@ export declare const CreateTimeLogInputSchema: z.ZodObject<{
|
|
|
13648
13650
|
date: string;
|
|
13649
13651
|
hours: string | number;
|
|
13650
13652
|
bill_status: "Billable" | "Non Billable";
|
|
13651
|
-
custom_fields?: Record<string, string | number | boolean> | undefined;
|
|
13652
13653
|
owner?: string | undefined;
|
|
13654
|
+
custom_fields?: Record<string, string | number | boolean> | undefined;
|
|
13653
13655
|
minutes?: string | number | undefined;
|
|
13654
13656
|
notes?: string | undefined;
|
|
13655
13657
|
start_time?: string | undefined;
|
|
@@ -13659,8 +13661,8 @@ export declare const CreateTimeLogInputSchema: z.ZodObject<{
|
|
|
13659
13661
|
date: string;
|
|
13660
13662
|
hours: string | number;
|
|
13661
13663
|
bill_status: "Billable" | "Non Billable";
|
|
13662
|
-
custom_fields?: Record<string, string | number | boolean> | undefined;
|
|
13663
13664
|
owner?: string | undefined;
|
|
13665
|
+
custom_fields?: Record<string, string | number | boolean> | undefined;
|
|
13664
13666
|
minutes?: string | number | undefined;
|
|
13665
13667
|
notes?: string | undefined;
|
|
13666
13668
|
start_time?: string | undefined;
|
|
@@ -13700,8 +13702,8 @@ export declare const CreateTaskTimeLogInputSchema: z.ZodObject<{
|
|
|
13700
13702
|
hours: string | number;
|
|
13701
13703
|
bill_status: "Billable" | "Non Billable";
|
|
13702
13704
|
task_id: string;
|
|
13703
|
-
custom_fields?: Record<string, string | number | boolean> | undefined;
|
|
13704
13705
|
owner?: string | undefined;
|
|
13706
|
+
custom_fields?: Record<string, string | number | boolean> | undefined;
|
|
13705
13707
|
minutes?: string | number | undefined;
|
|
13706
13708
|
notes?: string | undefined;
|
|
13707
13709
|
start_time?: string | undefined;
|
|
@@ -13712,8 +13714,8 @@ export declare const CreateTaskTimeLogInputSchema: z.ZodObject<{
|
|
|
13712
13714
|
hours: string | number;
|
|
13713
13715
|
bill_status: "Billable" | "Non Billable";
|
|
13714
13716
|
task_id: string;
|
|
13715
|
-
custom_fields?: Record<string, string | number | boolean> | undefined;
|
|
13716
13717
|
owner?: string | undefined;
|
|
13718
|
+
custom_fields?: Record<string, string | number | boolean> | undefined;
|
|
13717
13719
|
minutes?: string | number | undefined;
|
|
13718
13720
|
notes?: string | undefined;
|
|
13719
13721
|
start_time?: string | undefined;
|
|
@@ -13753,8 +13755,8 @@ export declare const CreateBugTimeLogInputSchema: z.ZodObject<{
|
|
|
13753
13755
|
hours: string | number;
|
|
13754
13756
|
bill_status: "Billable" | "Non Billable";
|
|
13755
13757
|
bug_id: string;
|
|
13756
|
-
custom_fields?: Record<string, string | number | boolean> | undefined;
|
|
13757
13758
|
owner?: string | undefined;
|
|
13759
|
+
custom_fields?: Record<string, string | number | boolean> | undefined;
|
|
13758
13760
|
minutes?: string | number | undefined;
|
|
13759
13761
|
notes?: string | undefined;
|
|
13760
13762
|
start_time?: string | undefined;
|
|
@@ -13765,8 +13767,8 @@ export declare const CreateBugTimeLogInputSchema: z.ZodObject<{
|
|
|
13765
13767
|
hours: string | number;
|
|
13766
13768
|
bill_status: "Billable" | "Non Billable";
|
|
13767
13769
|
bug_id: string;
|
|
13768
|
-
custom_fields?: Record<string, string | number | boolean> | undefined;
|
|
13769
13770
|
owner?: string | undefined;
|
|
13771
|
+
custom_fields?: Record<string, string | number | boolean> | undefined;
|
|
13770
13772
|
minutes?: string | number | undefined;
|
|
13771
13773
|
notes?: string | undefined;
|
|
13772
13774
|
start_time?: string | undefined;
|
|
@@ -13806,8 +13808,8 @@ export declare const CreateGeneralTimeLogInputSchema: z.ZodObject<{
|
|
|
13806
13808
|
name: string;
|
|
13807
13809
|
hours: string | number;
|
|
13808
13810
|
bill_status: "Billable" | "Non Billable";
|
|
13809
|
-
custom_fields?: Record<string, string | number | boolean> | undefined;
|
|
13810
13811
|
owner?: string | undefined;
|
|
13812
|
+
custom_fields?: Record<string, string | number | boolean> | undefined;
|
|
13811
13813
|
minutes?: string | number | undefined;
|
|
13812
13814
|
notes?: string | undefined;
|
|
13813
13815
|
start_time?: string | undefined;
|
|
@@ -13818,8 +13820,8 @@ export declare const CreateGeneralTimeLogInputSchema: z.ZodObject<{
|
|
|
13818
13820
|
name: string;
|
|
13819
13821
|
hours: string | number;
|
|
13820
13822
|
bill_status: "Billable" | "Non Billable";
|
|
13821
|
-
custom_fields?: Record<string, string | number | boolean> | undefined;
|
|
13822
13823
|
owner?: string | undefined;
|
|
13824
|
+
custom_fields?: Record<string, string | number | boolean> | undefined;
|
|
13823
13825
|
minutes?: string | number | undefined;
|
|
13824
13826
|
notes?: string | undefined;
|
|
13825
13827
|
start_time?: string | undefined;
|
|
@@ -13843,8 +13845,8 @@ export declare const UpdateTimeLogInputSchema: z.ZodObject<{
|
|
|
13843
13845
|
custom_fields: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>>>;
|
|
13844
13846
|
}, "strip", z.ZodTypeAny, {
|
|
13845
13847
|
date?: string | undefined;
|
|
13846
|
-
custom_fields?: Record<string, string | number | boolean> | undefined;
|
|
13847
13848
|
owner?: string | undefined;
|
|
13849
|
+
custom_fields?: Record<string, string | number | boolean> | undefined;
|
|
13848
13850
|
hours?: string | number | undefined;
|
|
13849
13851
|
minutes?: string | number | undefined;
|
|
13850
13852
|
notes?: string | undefined;
|
|
@@ -13854,8 +13856,8 @@ export declare const UpdateTimeLogInputSchema: z.ZodObject<{
|
|
|
13854
13856
|
set_approval_status?: "Approved" | "Pending" | "Rejected" | undefined;
|
|
13855
13857
|
}, {
|
|
13856
13858
|
date?: string | undefined;
|
|
13857
|
-
custom_fields?: Record<string, string | number | boolean> | undefined;
|
|
13858
13859
|
owner?: string | undefined;
|
|
13860
|
+
custom_fields?: Record<string, string | number | boolean> | undefined;
|
|
13859
13861
|
hours?: string | number | undefined;
|
|
13860
13862
|
minutes?: string | number | undefined;
|
|
13861
13863
|
notes?: string | undefined;
|