@nyig/models 0.6.13 → 0.6.15

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/index.d.ts CHANGED
@@ -169,6 +169,7 @@ declare const zAttendance: z.ZodObject<{
169
169
  editedBy: z.ZodOptional<z.ZodString>;
170
170
  createdAt: z.ZodOptional<z.ZodString>;
171
171
  updatedAt: z.ZodOptional<z.ZodString>;
172
+ isDeleted: z.ZodOptional<z.ZodString>;
172
173
  }, z.UnknownKeysParam, z.ZodTypeAny, {
173
174
  _id: string;
174
175
  student: string;
@@ -176,6 +177,7 @@ declare const zAttendance: z.ZodObject<{
176
177
  editedBy?: string | undefined;
177
178
  createdAt?: string | undefined;
178
179
  updatedAt?: string | undefined;
180
+ isDeleted?: string | undefined;
179
181
  tuition?: {
180
182
  primary: number;
181
183
  textbook?: boolean | undefined;
@@ -190,6 +192,7 @@ declare const zAttendance: z.ZodObject<{
190
192
  editedBy?: string | undefined;
191
193
  createdAt?: string | undefined;
192
194
  updatedAt?: string | undefined;
195
+ isDeleted?: string | undefined;
193
196
  tuition?: {
194
197
  primary: number;
195
198
  textbook?: boolean | undefined;
@@ -219,6 +222,7 @@ declare const zAttendanceRequest: z.ZodObject<{
219
222
  editedBy: z.ZodOptional<z.ZodString>;
220
223
  createdAt: z.ZodOptional<z.ZodString>;
221
224
  updatedAt: z.ZodOptional<z.ZodString>;
225
+ isDeleted: z.ZodOptional<z.ZodString>;
222
226
  } & {
223
227
  _id: z.ZodOptional<z.ZodString>;
224
228
  }, z.UnknownKeysParam, z.ZodTypeAny, {
@@ -228,6 +232,7 @@ declare const zAttendanceRequest: z.ZodObject<{
228
232
  editedBy?: string | undefined;
229
233
  createdAt?: string | undefined;
230
234
  updatedAt?: string | undefined;
235
+ isDeleted?: string | undefined;
231
236
  tuition?: {
232
237
  primary: number;
233
238
  textbook?: boolean | undefined;
@@ -242,6 +247,7 @@ declare const zAttendanceRequest: z.ZodObject<{
242
247
  editedBy?: string | undefined;
243
248
  createdAt?: string | undefined;
244
249
  updatedAt?: string | undefined;
250
+ isDeleted?: string | undefined;
245
251
  tuition?: {
246
252
  primary: number;
247
253
  textbook?: boolean | undefined;
@@ -271,6 +277,7 @@ declare const zAttendanceResponse: z.ZodObject<{
271
277
  editedBy: z.ZodOptional<z.ZodString>;
272
278
  createdAt: z.ZodOptional<z.ZodString>;
273
279
  updatedAt: z.ZodOptional<z.ZodString>;
280
+ isDeleted: z.ZodOptional<z.ZodString>;
274
281
  } & {
275
282
  student: z.ZodObject<{
276
283
  name: z.ZodString;
@@ -309,6 +316,7 @@ declare const zAttendanceResponse: z.ZodObject<{
309
316
  editedBy: z.ZodOptional<z.ZodString>;
310
317
  createdAt: z.ZodOptional<z.ZodString>;
311
318
  updatedAt: z.ZodOptional<z.ZodString>;
319
+ isDeleted: z.ZodOptional<z.ZodString>;
312
320
  }, z.UnknownKeysParam, z.ZodTypeAny, {
313
321
  firstName: string;
314
322
  lastName: string;
@@ -321,6 +329,7 @@ declare const zAttendanceResponse: z.ZodObject<{
321
329
  editedBy?: string | undefined;
322
330
  createdAt?: string | undefined;
323
331
  updatedAt?: string | undefined;
332
+ isDeleted?: string | undefined;
324
333
  preferredEmail?: string | undefined;
325
334
  phoneNumber?: string | undefined;
326
335
  birthDate?: string | undefined;
@@ -336,6 +345,7 @@ declare const zAttendanceResponse: z.ZodObject<{
336
345
  editedBy?: string | undefined;
337
346
  createdAt?: string | undefined;
338
347
  updatedAt?: string | undefined;
348
+ isDeleted?: string | undefined;
339
349
  preferredEmail?: string | undefined;
340
350
  phoneNumber?: string | undefined;
341
351
  birthDate?: string | undefined;
@@ -348,6 +358,7 @@ declare const zAttendanceResponse: z.ZodObject<{
348
358
  editedBy: z.ZodOptional<z.ZodString>;
349
359
  createdAt: z.ZodOptional<z.ZodString>;
350
360
  updatedAt: z.ZodOptional<z.ZodString>;
361
+ isDeleted: z.ZodOptional<z.ZodString>;
351
362
  }, z.UnknownKeysParam, z.ZodTypeAny, {
352
363
  rank: GoRank;
353
364
  _id: string;
@@ -357,6 +368,7 @@ declare const zAttendanceResponse: z.ZodObject<{
357
368
  editedBy?: string | undefined;
358
369
  createdAt?: string | undefined;
359
370
  updatedAt?: string | undefined;
371
+ isDeleted?: string | undefined;
360
372
  phoneNumber?: string | undefined;
361
373
  birthDate?: string | undefined;
362
374
  roles?: {
@@ -378,6 +390,7 @@ declare const zAttendanceResponse: z.ZodObject<{
378
390
  editedBy?: string | undefined;
379
391
  createdAt?: string | undefined;
380
392
  updatedAt?: string | undefined;
393
+ isDeleted?: string | undefined;
381
394
  preferredEmail?: string | undefined;
382
395
  phoneNumber?: string | undefined;
383
396
  birthDate?: string | undefined;
@@ -392,6 +405,7 @@ declare const zAttendanceResponse: z.ZodObject<{
392
405
  editedBy?: string | undefined;
393
406
  createdAt?: string | undefined;
394
407
  updatedAt?: string | undefined;
408
+ isDeleted?: string | undefined;
395
409
  phoneNumber?: string | undefined;
396
410
  birthDate?: string | undefined;
397
411
  roles?: {
@@ -413,6 +427,7 @@ declare const zAttendanceResponse: z.ZodObject<{
413
427
  editedBy?: string | undefined;
414
428
  createdAt?: string | undefined;
415
429
  updatedAt?: string | undefined;
430
+ isDeleted?: string | undefined;
416
431
  preferredEmail?: string | undefined;
417
432
  phoneNumber?: string | undefined;
418
433
  birthDate?: string | undefined;
@@ -430,6 +445,7 @@ declare const zAttendanceResponse: z.ZodObject<{
430
445
  editedBy?: string | undefined;
431
446
  createdAt?: string | undefined;
432
447
  updatedAt?: string | undefined;
448
+ isDeleted?: string | undefined;
433
449
  phoneNumber?: string | undefined;
434
450
  birthDate?: string | undefined;
435
451
  roles?: {
@@ -451,6 +467,7 @@ declare const zAttendanceResponse: z.ZodObject<{
451
467
  editedBy?: string | undefined;
452
468
  createdAt?: string | undefined;
453
469
  updatedAt?: string | undefined;
470
+ isDeleted?: string | undefined;
454
471
  preferredEmail?: string | undefined;
455
472
  phoneNumber?: string | undefined;
456
473
  birthDate?: string | undefined;
@@ -461,6 +478,7 @@ declare const zAttendanceResponse: z.ZodObject<{
461
478
  editedBy?: string | undefined;
462
479
  createdAt?: string | undefined;
463
480
  updatedAt?: string | undefined;
481
+ isDeleted?: string | undefined;
464
482
  tuition?: {
465
483
  primary: number;
466
484
  textbook?: boolean | undefined;
@@ -479,6 +497,7 @@ declare const zAttendanceResponse: z.ZodObject<{
479
497
  editedBy?: string | undefined;
480
498
  createdAt?: string | undefined;
481
499
  updatedAt?: string | undefined;
500
+ isDeleted?: string | undefined;
482
501
  phoneNumber?: string | undefined;
483
502
  birthDate?: string | undefined;
484
503
  roles?: {
@@ -500,6 +519,7 @@ declare const zAttendanceResponse: z.ZodObject<{
500
519
  editedBy?: string | undefined;
501
520
  createdAt?: string | undefined;
502
521
  updatedAt?: string | undefined;
522
+ isDeleted?: string | undefined;
503
523
  preferredEmail?: string | undefined;
504
524
  phoneNumber?: string | undefined;
505
525
  birthDate?: string | undefined;
@@ -510,6 +530,7 @@ declare const zAttendanceResponse: z.ZodObject<{
510
530
  editedBy?: string | undefined;
511
531
  createdAt?: string | undefined;
512
532
  updatedAt?: string | undefined;
533
+ isDeleted?: string | undefined;
513
534
  tuition?: {
514
535
  primary: number;
515
536
  textbook?: boolean | undefined;
@@ -555,6 +576,7 @@ declare const zBCampTracker: z.ZodObject<{
555
576
  editedBy: z.ZodOptional<z.ZodString>;
556
577
  createdAt: z.ZodOptional<z.ZodString>;
557
578
  updatedAt: z.ZodOptional<z.ZodString>;
579
+ isDeleted: z.ZodOptional<z.ZodString>;
558
580
  } & {
559
581
  _id: z.ZodOptional<z.ZodString>;
560
582
  }, z.UnknownKeysParam, z.ZodTypeAny, {
@@ -564,6 +586,7 @@ declare const zBCampTracker: z.ZodObject<{
564
586
  editedBy?: string | undefined;
565
587
  createdAt?: string | undefined;
566
588
  updatedAt?: string | undefined;
589
+ isDeleted?: string | undefined;
567
590
  tuition?: {
568
591
  primary: number;
569
592
  textbook?: boolean | undefined;
@@ -578,6 +601,7 @@ declare const zBCampTracker: z.ZodObject<{
578
601
  editedBy?: string | undefined;
579
602
  createdAt?: string | undefined;
580
603
  updatedAt?: string | undefined;
604
+ isDeleted?: string | undefined;
581
605
  tuition?: {
582
606
  primary: number;
583
607
  textbook?: boolean | undefined;
@@ -601,6 +625,7 @@ declare const zBCampTracker: z.ZodObject<{
601
625
  editedBy?: string | undefined;
602
626
  createdAt?: string | undefined;
603
627
  updatedAt?: string | undefined;
628
+ isDeleted?: string | undefined;
604
629
  tuition?: {
605
630
  primary: number;
606
631
  textbook?: boolean | undefined;
@@ -624,6 +649,7 @@ declare const zBCampTracker: z.ZodObject<{
624
649
  editedBy?: string | undefined;
625
650
  createdAt?: string | undefined;
626
651
  updatedAt?: string | undefined;
652
+ isDeleted?: string | undefined;
627
653
  tuition?: {
628
654
  primary: number;
629
655
  textbook?: boolean | undefined;
@@ -668,6 +694,7 @@ declare const zCampTracker: z.ZodObject<{
668
694
  editedBy: z.ZodOptional<z.ZodString>;
669
695
  createdAt: z.ZodOptional<z.ZodString>;
670
696
  updatedAt: z.ZodOptional<z.ZodString>;
697
+ isDeleted: z.ZodOptional<z.ZodString>;
671
698
  } & {
672
699
  _id: z.ZodOptional<z.ZodString>;
673
700
  }, z.UnknownKeysParam, z.ZodTypeAny, {
@@ -677,6 +704,7 @@ declare const zCampTracker: z.ZodObject<{
677
704
  editedBy?: string | undefined;
678
705
  createdAt?: string | undefined;
679
706
  updatedAt?: string | undefined;
707
+ isDeleted?: string | undefined;
680
708
  tuition?: {
681
709
  primary: number;
682
710
  textbook?: boolean | undefined;
@@ -691,6 +719,7 @@ declare const zCampTracker: z.ZodObject<{
691
719
  editedBy?: string | undefined;
692
720
  createdAt?: string | undefined;
693
721
  updatedAt?: string | undefined;
722
+ isDeleted?: string | undefined;
694
723
  tuition?: {
695
724
  primary: number;
696
725
  textbook?: boolean | undefined;
@@ -707,6 +736,7 @@ declare const zCampTracker: z.ZodObject<{
707
736
  editedBy: z.ZodOptional<z.ZodString>;
708
737
  createdAt: z.ZodOptional<z.ZodString>;
709
738
  updatedAt: z.ZodOptional<z.ZodString>;
739
+ isDeleted: z.ZodOptional<z.ZodString>;
710
740
  }, z.UnknownKeysParam, z.ZodTypeAny, {
711
741
  _id: string;
712
742
  course: string;
@@ -720,6 +750,7 @@ declare const zCampTracker: z.ZodObject<{
720
750
  editedBy?: string | undefined;
721
751
  createdAt?: string | undefined;
722
752
  updatedAt?: string | undefined;
753
+ isDeleted?: string | undefined;
723
754
  tuition?: {
724
755
  primary: number;
725
756
  textbook?: boolean | undefined;
@@ -732,6 +763,7 @@ declare const zCampTracker: z.ZodObject<{
732
763
  editedBy?: string | undefined;
733
764
  createdAt?: string | undefined;
734
765
  updatedAt?: string | undefined;
766
+ isDeleted?: string | undefined;
735
767
  publicDescription?: string | undefined;
736
768
  isNonPublic?: boolean | undefined;
737
769
  }, {
@@ -747,6 +779,7 @@ declare const zCampTracker: z.ZodObject<{
747
779
  editedBy?: string | undefined;
748
780
  createdAt?: string | undefined;
749
781
  updatedAt?: string | undefined;
782
+ isDeleted?: string | undefined;
750
783
  tuition?: {
751
784
  primary: number;
752
785
  textbook?: boolean | undefined;
@@ -759,6 +792,7 @@ declare const zCampTracker: z.ZodObject<{
759
792
  editedBy?: string | undefined;
760
793
  createdAt?: string | undefined;
761
794
  updatedAt?: string | undefined;
795
+ isDeleted?: string | undefined;
762
796
  publicDescription?: string | undefined;
763
797
  isNonPublic?: boolean | undefined;
764
798
  }>;
@@ -771,6 +805,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
771
805
  editedBy: z.ZodOptional<z.ZodString>;
772
806
  createdAt: z.ZodOptional<z.ZodString>;
773
807
  updatedAt: z.ZodOptional<z.ZodString>;
808
+ isDeleted: z.ZodOptional<z.ZodString>;
774
809
  } & {
775
810
  course: z.ZodObject<{
776
811
  name: z.ZodString;
@@ -778,7 +813,6 @@ declare const zCampTrackerResponse: z.ZodObject<{
778
813
  duration: z.ZodNumber;
779
814
  price: z.ZodNumber;
780
815
  description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<"">]>>;
781
- nyigSchool: z.ZodOptional<z.ZodNativeEnum<typeof NYIGSchool>>;
782
816
  schools: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof NYIGSchool>, "many">>;
783
817
  recLevel: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<"">]>>;
784
818
  halfCampTuition: z.ZodOptional<z.ZodNumber>;
@@ -789,6 +823,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
789
823
  editedBy: z.ZodOptional<z.ZodString>;
790
824
  createdAt: z.ZodOptional<z.ZodString>;
791
825
  updatedAt: z.ZodOptional<z.ZodString>;
826
+ isDeleted: z.ZodOptional<z.ZodString>;
792
827
  }, z.UnknownKeysParam, z.ZodTypeAny, {
793
828
  _id: string;
794
829
  name: string;
@@ -798,8 +833,8 @@ declare const zCampTrackerResponse: z.ZodObject<{
798
833
  editedBy?: string | undefined;
799
834
  createdAt?: string | undefined;
800
835
  updatedAt?: string | undefined;
836
+ isDeleted?: string | undefined;
801
837
  description?: string | undefined;
802
- nyigSchool?: NYIGSchool | undefined;
803
838
  schools?: NYIGSchool[] | undefined;
804
839
  recLevel?: string | undefined;
805
840
  halfCampTuition?: number | undefined;
@@ -814,8 +849,8 @@ declare const zCampTrackerResponse: z.ZodObject<{
814
849
  editedBy?: string | undefined;
815
850
  createdAt?: string | undefined;
816
851
  updatedAt?: string | undefined;
852
+ isDeleted?: string | undefined;
817
853
  description?: string | undefined;
818
- nyigSchool?: NYIGSchool | undefined;
819
854
  schools?: NYIGSchool[] | undefined;
820
855
  recLevel?: string | undefined;
821
856
  halfCampTuition?: number | undefined;
@@ -859,6 +894,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
859
894
  editedBy: z.ZodOptional<z.ZodString>;
860
895
  createdAt: z.ZodOptional<z.ZodString>;
861
896
  updatedAt: z.ZodOptional<z.ZodString>;
897
+ isDeleted: z.ZodOptional<z.ZodString>;
862
898
  }, z.UnknownKeysParam, z.ZodTypeAny, {
863
899
  firstName: string;
864
900
  lastName: string;
@@ -871,6 +907,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
871
907
  editedBy?: string | undefined;
872
908
  createdAt?: string | undefined;
873
909
  updatedAt?: string | undefined;
910
+ isDeleted?: string | undefined;
874
911
  preferredEmail?: string | undefined;
875
912
  phoneNumber?: string | undefined;
876
913
  birthDate?: string | undefined;
@@ -886,6 +923,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
886
923
  editedBy?: string | undefined;
887
924
  createdAt?: string | undefined;
888
925
  updatedAt?: string | undefined;
926
+ isDeleted?: string | undefined;
889
927
  preferredEmail?: string | undefined;
890
928
  phoneNumber?: string | undefined;
891
929
  birthDate?: string | undefined;
@@ -904,6 +942,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
904
942
  editedBy: z.ZodOptional<z.ZodString>;
905
943
  createdAt: z.ZodOptional<z.ZodString>;
906
944
  updatedAt: z.ZodOptional<z.ZodString>;
945
+ isDeleted: z.ZodOptional<z.ZodString>;
907
946
  }, z.UnknownKeysParam, z.ZodTypeAny, {
908
947
  rank: GoRank;
909
948
  _id: string;
@@ -914,6 +953,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
914
953
  editedBy?: string | undefined;
915
954
  createdAt?: string | undefined;
916
955
  updatedAt?: string | undefined;
956
+ isDeleted?: string | undefined;
917
957
  phoneNumber?: string | undefined;
918
958
  birthDate?: string | undefined;
919
959
  roles?: {
@@ -935,6 +975,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
935
975
  editedBy?: string | undefined;
936
976
  createdAt?: string | undefined;
937
977
  updatedAt?: string | undefined;
978
+ isDeleted?: string | undefined;
938
979
  preferredEmail?: string | undefined;
939
980
  phoneNumber?: string | undefined;
940
981
  birthDate?: string | undefined;
@@ -955,6 +996,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
955
996
  editedBy?: string | undefined;
956
997
  createdAt?: string | undefined;
957
998
  updatedAt?: string | undefined;
999
+ isDeleted?: string | undefined;
958
1000
  phoneNumber?: string | undefined;
959
1001
  birthDate?: string | undefined;
960
1002
  roles?: {
@@ -976,6 +1018,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
976
1018
  editedBy?: string | undefined;
977
1019
  createdAt?: string | undefined;
978
1020
  updatedAt?: string | undefined;
1021
+ isDeleted?: string | undefined;
979
1022
  preferredEmail?: string | undefined;
980
1023
  phoneNumber?: string | undefined;
981
1024
  birthDate?: string | undefined;
@@ -999,6 +1042,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
999
1042
  editedBy: z.ZodOptional<z.ZodString>;
1000
1043
  createdAt: z.ZodOptional<z.ZodString>;
1001
1044
  updatedAt: z.ZodOptional<z.ZodString>;
1045
+ isDeleted: z.ZodOptional<z.ZodString>;
1002
1046
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1003
1047
  _id: string;
1004
1048
  season: Season;
@@ -1010,6 +1054,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1010
1054
  editedBy?: string | undefined;
1011
1055
  createdAt?: string | undefined;
1012
1056
  updatedAt?: string | undefined;
1057
+ isDeleted?: string | undefined;
1013
1058
  }, {
1014
1059
  _id: string;
1015
1060
  season: Season;
@@ -1021,6 +1066,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1021
1066
  editedBy?: string | undefined;
1022
1067
  createdAt?: string | undefined;
1023
1068
  updatedAt?: string | undefined;
1069
+ isDeleted?: string | undefined;
1024
1070
  }>;
1025
1071
  attendances: z.ZodArray<z.ZodObject<{
1026
1072
  states: z.ZodArray<z.ZodNativeEnum<typeof AttendState>, "many">;
@@ -1043,6 +1089,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1043
1089
  editedBy: z.ZodOptional<z.ZodString>;
1044
1090
  createdAt: z.ZodOptional<z.ZodString>;
1045
1091
  updatedAt: z.ZodOptional<z.ZodString>;
1092
+ isDeleted: z.ZodOptional<z.ZodString>;
1046
1093
  } & {
1047
1094
  student: z.ZodObject<{
1048
1095
  name: z.ZodString;
@@ -1081,6 +1128,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1081
1128
  editedBy: z.ZodOptional<z.ZodString>;
1082
1129
  createdAt: z.ZodOptional<z.ZodString>;
1083
1130
  updatedAt: z.ZodOptional<z.ZodString>;
1131
+ isDeleted: z.ZodOptional<z.ZodString>;
1084
1132
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1085
1133
  firstName: string;
1086
1134
  lastName: string;
@@ -1093,6 +1141,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1093
1141
  editedBy?: string | undefined;
1094
1142
  createdAt?: string | undefined;
1095
1143
  updatedAt?: string | undefined;
1144
+ isDeleted?: string | undefined;
1096
1145
  preferredEmail?: string | undefined;
1097
1146
  phoneNumber?: string | undefined;
1098
1147
  birthDate?: string | undefined;
@@ -1108,6 +1157,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1108
1157
  editedBy?: string | undefined;
1109
1158
  createdAt?: string | undefined;
1110
1159
  updatedAt?: string | undefined;
1160
+ isDeleted?: string | undefined;
1111
1161
  preferredEmail?: string | undefined;
1112
1162
  phoneNumber?: string | undefined;
1113
1163
  birthDate?: string | undefined;
@@ -1120,6 +1170,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1120
1170
  editedBy: z.ZodOptional<z.ZodString>;
1121
1171
  createdAt: z.ZodOptional<z.ZodString>;
1122
1172
  updatedAt: z.ZodOptional<z.ZodString>;
1173
+ isDeleted: z.ZodOptional<z.ZodString>;
1123
1174
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1124
1175
  rank: GoRank;
1125
1176
  _id: string;
@@ -1129,6 +1180,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1129
1180
  editedBy?: string | undefined;
1130
1181
  createdAt?: string | undefined;
1131
1182
  updatedAt?: string | undefined;
1183
+ isDeleted?: string | undefined;
1132
1184
  phoneNumber?: string | undefined;
1133
1185
  birthDate?: string | undefined;
1134
1186
  roles?: {
@@ -1150,6 +1202,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1150
1202
  editedBy?: string | undefined;
1151
1203
  createdAt?: string | undefined;
1152
1204
  updatedAt?: string | undefined;
1205
+ isDeleted?: string | undefined;
1153
1206
  preferredEmail?: string | undefined;
1154
1207
  phoneNumber?: string | undefined;
1155
1208
  birthDate?: string | undefined;
@@ -1164,6 +1217,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1164
1217
  editedBy?: string | undefined;
1165
1218
  createdAt?: string | undefined;
1166
1219
  updatedAt?: string | undefined;
1220
+ isDeleted?: string | undefined;
1167
1221
  phoneNumber?: string | undefined;
1168
1222
  birthDate?: string | undefined;
1169
1223
  roles?: {
@@ -1185,6 +1239,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1185
1239
  editedBy?: string | undefined;
1186
1240
  createdAt?: string | undefined;
1187
1241
  updatedAt?: string | undefined;
1242
+ isDeleted?: string | undefined;
1188
1243
  preferredEmail?: string | undefined;
1189
1244
  phoneNumber?: string | undefined;
1190
1245
  birthDate?: string | undefined;
@@ -1202,6 +1257,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1202
1257
  editedBy?: string | undefined;
1203
1258
  createdAt?: string | undefined;
1204
1259
  updatedAt?: string | undefined;
1260
+ isDeleted?: string | undefined;
1205
1261
  phoneNumber?: string | undefined;
1206
1262
  birthDate?: string | undefined;
1207
1263
  roles?: {
@@ -1223,6 +1279,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1223
1279
  editedBy?: string | undefined;
1224
1280
  createdAt?: string | undefined;
1225
1281
  updatedAt?: string | undefined;
1282
+ isDeleted?: string | undefined;
1226
1283
  preferredEmail?: string | undefined;
1227
1284
  phoneNumber?: string | undefined;
1228
1285
  birthDate?: string | undefined;
@@ -1233,6 +1290,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1233
1290
  editedBy?: string | undefined;
1234
1291
  createdAt?: string | undefined;
1235
1292
  updatedAt?: string | undefined;
1293
+ isDeleted?: string | undefined;
1236
1294
  tuition?: {
1237
1295
  primary: number;
1238
1296
  textbook?: boolean | undefined;
@@ -1251,6 +1309,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1251
1309
  editedBy?: string | undefined;
1252
1310
  createdAt?: string | undefined;
1253
1311
  updatedAt?: string | undefined;
1312
+ isDeleted?: string | undefined;
1254
1313
  phoneNumber?: string | undefined;
1255
1314
  birthDate?: string | undefined;
1256
1315
  roles?: {
@@ -1272,6 +1331,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1272
1331
  editedBy?: string | undefined;
1273
1332
  createdAt?: string | undefined;
1274
1333
  updatedAt?: string | undefined;
1334
+ isDeleted?: string | undefined;
1275
1335
  preferredEmail?: string | undefined;
1276
1336
  phoneNumber?: string | undefined;
1277
1337
  birthDate?: string | undefined;
@@ -1282,6 +1342,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1282
1342
  editedBy?: string | undefined;
1283
1343
  createdAt?: string | undefined;
1284
1344
  updatedAt?: string | undefined;
1345
+ isDeleted?: string | undefined;
1285
1346
  tuition?: {
1286
1347
  primary: number;
1287
1348
  textbook?: boolean | undefined;
@@ -1301,8 +1362,8 @@ declare const zCampTrackerResponse: z.ZodObject<{
1301
1362
  editedBy?: string | undefined;
1302
1363
  createdAt?: string | undefined;
1303
1364
  updatedAt?: string | undefined;
1365
+ isDeleted?: string | undefined;
1304
1366
  description?: string | undefined;
1305
- nyigSchool?: NYIGSchool | undefined;
1306
1367
  schools?: NYIGSchool[] | undefined;
1307
1368
  recLevel?: string | undefined;
1308
1369
  halfCampTuition?: number | undefined;
@@ -1319,6 +1380,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1319
1380
  editedBy?: string | undefined;
1320
1381
  createdAt?: string | undefined;
1321
1382
  updatedAt?: string | undefined;
1383
+ isDeleted?: string | undefined;
1322
1384
  phoneNumber?: string | undefined;
1323
1385
  birthDate?: string | undefined;
1324
1386
  roles?: {
@@ -1340,6 +1402,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1340
1402
  editedBy?: string | undefined;
1341
1403
  createdAt?: string | undefined;
1342
1404
  updatedAt?: string | undefined;
1405
+ isDeleted?: string | undefined;
1343
1406
  preferredEmail?: string | undefined;
1344
1407
  phoneNumber?: string | undefined;
1345
1408
  birthDate?: string | undefined;
@@ -1362,6 +1425,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1362
1425
  editedBy?: string | undefined;
1363
1426
  createdAt?: string | undefined;
1364
1427
  updatedAt?: string | undefined;
1428
+ isDeleted?: string | undefined;
1365
1429
  };
1366
1430
  occurrences: string[];
1367
1431
  attendances: {
@@ -1375,6 +1439,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1375
1439
  editedBy?: string | undefined;
1376
1440
  createdAt?: string | undefined;
1377
1441
  updatedAt?: string | undefined;
1442
+ isDeleted?: string | undefined;
1378
1443
  phoneNumber?: string | undefined;
1379
1444
  birthDate?: string | undefined;
1380
1445
  roles?: {
@@ -1396,6 +1461,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1396
1461
  editedBy?: string | undefined;
1397
1462
  createdAt?: string | undefined;
1398
1463
  updatedAt?: string | undefined;
1464
+ isDeleted?: string | undefined;
1399
1465
  preferredEmail?: string | undefined;
1400
1466
  phoneNumber?: string | undefined;
1401
1467
  birthDate?: string | undefined;
@@ -1406,6 +1472,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1406
1472
  editedBy?: string | undefined;
1407
1473
  createdAt?: string | undefined;
1408
1474
  updatedAt?: string | undefined;
1475
+ isDeleted?: string | undefined;
1409
1476
  tuition?: {
1410
1477
  primary: number;
1411
1478
  textbook?: boolean | undefined;
@@ -1418,6 +1485,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1418
1485
  editedBy?: string | undefined;
1419
1486
  createdAt?: string | undefined;
1420
1487
  updatedAt?: string | undefined;
1488
+ isDeleted?: string | undefined;
1421
1489
  publicDescription?: string | undefined;
1422
1490
  isNonPublic?: boolean | undefined;
1423
1491
  }, {
@@ -1431,8 +1499,8 @@ declare const zCampTrackerResponse: z.ZodObject<{
1431
1499
  editedBy?: string | undefined;
1432
1500
  createdAt?: string | undefined;
1433
1501
  updatedAt?: string | undefined;
1502
+ isDeleted?: string | undefined;
1434
1503
  description?: string | undefined;
1435
- nyigSchool?: NYIGSchool | undefined;
1436
1504
  schools?: NYIGSchool[] | undefined;
1437
1505
  recLevel?: string | undefined;
1438
1506
  halfCampTuition?: number | undefined;
@@ -1449,6 +1517,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1449
1517
  editedBy?: string | undefined;
1450
1518
  createdAt?: string | undefined;
1451
1519
  updatedAt?: string | undefined;
1520
+ isDeleted?: string | undefined;
1452
1521
  phoneNumber?: string | undefined;
1453
1522
  birthDate?: string | undefined;
1454
1523
  roles?: {
@@ -1470,6 +1539,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1470
1539
  editedBy?: string | undefined;
1471
1540
  createdAt?: string | undefined;
1472
1541
  updatedAt?: string | undefined;
1542
+ isDeleted?: string | undefined;
1473
1543
  preferredEmail?: string | undefined;
1474
1544
  phoneNumber?: string | undefined;
1475
1545
  birthDate?: string | undefined;
@@ -1492,6 +1562,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1492
1562
  editedBy?: string | undefined;
1493
1563
  createdAt?: string | undefined;
1494
1564
  updatedAt?: string | undefined;
1565
+ isDeleted?: string | undefined;
1495
1566
  };
1496
1567
  occurrences: string[];
1497
1568
  attendances: {
@@ -1505,6 +1576,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1505
1576
  editedBy?: string | undefined;
1506
1577
  createdAt?: string | undefined;
1507
1578
  updatedAt?: string | undefined;
1579
+ isDeleted?: string | undefined;
1508
1580
  phoneNumber?: string | undefined;
1509
1581
  birthDate?: string | undefined;
1510
1582
  roles?: {
@@ -1526,6 +1598,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1526
1598
  editedBy?: string | undefined;
1527
1599
  createdAt?: string | undefined;
1528
1600
  updatedAt?: string | undefined;
1601
+ isDeleted?: string | undefined;
1529
1602
  preferredEmail?: string | undefined;
1530
1603
  phoneNumber?: string | undefined;
1531
1604
  birthDate?: string | undefined;
@@ -1536,6 +1609,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1536
1609
  editedBy?: string | undefined;
1537
1610
  createdAt?: string | undefined;
1538
1611
  updatedAt?: string | undefined;
1612
+ isDeleted?: string | undefined;
1539
1613
  tuition?: {
1540
1614
  primary: number;
1541
1615
  textbook?: boolean | undefined;
@@ -1548,6 +1622,7 @@ declare const zCampTrackerResponse: z.ZodObject<{
1548
1622
  editedBy?: string | undefined;
1549
1623
  createdAt?: string | undefined;
1550
1624
  updatedAt?: string | undefined;
1625
+ isDeleted?: string | undefined;
1551
1626
  publicDescription?: string | undefined;
1552
1627
  isNonPublic?: boolean | undefined;
1553
1628
  }>;
@@ -1642,6 +1717,7 @@ declare const zClassTracker: z.ZodObject<{
1642
1717
  editedBy: z.ZodOptional<z.ZodString>;
1643
1718
  createdAt: z.ZodOptional<z.ZodString>;
1644
1719
  updatedAt: z.ZodOptional<z.ZodString>;
1720
+ isDeleted: z.ZodOptional<z.ZodString>;
1645
1721
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1646
1722
  _id: string;
1647
1723
  student: string;
@@ -1653,6 +1729,7 @@ declare const zClassTracker: z.ZodObject<{
1653
1729
  editedBy?: string | undefined;
1654
1730
  createdAt?: string | undefined;
1655
1731
  updatedAt?: string | undefined;
1732
+ isDeleted?: string | undefined;
1656
1733
  paid?: boolean | undefined;
1657
1734
  completed?: boolean | undefined;
1658
1735
  paused?: boolean | undefined;
@@ -1667,6 +1744,7 @@ declare const zClassTracker: z.ZodObject<{
1667
1744
  editedBy?: string | undefined;
1668
1745
  createdAt?: string | undefined;
1669
1746
  updatedAt?: string | undefined;
1747
+ isDeleted?: string | undefined;
1670
1748
  paid?: boolean | undefined;
1671
1749
  completed?: boolean | undefined;
1672
1750
  paused?: boolean | undefined;
@@ -1682,6 +1760,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
1682
1760
  editedBy: z.ZodOptional<z.ZodString>;
1683
1761
  createdAt: z.ZodOptional<z.ZodString>;
1684
1762
  updatedAt: z.ZodOptional<z.ZodString>;
1763
+ isDeleted: z.ZodOptional<z.ZodString>;
1685
1764
  } & {
1686
1765
  course: z.ZodObject<{
1687
1766
  name: z.ZodString;
@@ -1689,7 +1768,6 @@ declare const zClassTrackerResponse: z.ZodObject<{
1689
1768
  duration: z.ZodNumber;
1690
1769
  price: z.ZodNumber;
1691
1770
  description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<"">]>>;
1692
- nyigSchool: z.ZodOptional<z.ZodNativeEnum<typeof NYIGSchool>>;
1693
1771
  schools: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof NYIGSchool>, "many">>;
1694
1772
  recLevel: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<"">]>>;
1695
1773
  halfCampTuition: z.ZodOptional<z.ZodNumber>;
@@ -1700,6 +1778,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
1700
1778
  editedBy: z.ZodOptional<z.ZodString>;
1701
1779
  createdAt: z.ZodOptional<z.ZodString>;
1702
1780
  updatedAt: z.ZodOptional<z.ZodString>;
1781
+ isDeleted: z.ZodOptional<z.ZodString>;
1703
1782
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1704
1783
  _id: string;
1705
1784
  name: string;
@@ -1709,8 +1788,8 @@ declare const zClassTrackerResponse: z.ZodObject<{
1709
1788
  editedBy?: string | undefined;
1710
1789
  createdAt?: string | undefined;
1711
1790
  updatedAt?: string | undefined;
1791
+ isDeleted?: string | undefined;
1712
1792
  description?: string | undefined;
1713
- nyigSchool?: NYIGSchool | undefined;
1714
1793
  schools?: NYIGSchool[] | undefined;
1715
1794
  recLevel?: string | undefined;
1716
1795
  halfCampTuition?: number | undefined;
@@ -1725,8 +1804,8 @@ declare const zClassTrackerResponse: z.ZodObject<{
1725
1804
  editedBy?: string | undefined;
1726
1805
  createdAt?: string | undefined;
1727
1806
  updatedAt?: string | undefined;
1807
+ isDeleted?: string | undefined;
1728
1808
  description?: string | undefined;
1729
- nyigSchool?: NYIGSchool | undefined;
1730
1809
  schools?: NYIGSchool[] | undefined;
1731
1810
  recLevel?: string | undefined;
1732
1811
  halfCampTuition?: number | undefined;
@@ -1770,6 +1849,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
1770
1849
  editedBy: z.ZodOptional<z.ZodString>;
1771
1850
  createdAt: z.ZodOptional<z.ZodString>;
1772
1851
  updatedAt: z.ZodOptional<z.ZodString>;
1852
+ isDeleted: z.ZodOptional<z.ZodString>;
1773
1853
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1774
1854
  firstName: string;
1775
1855
  lastName: string;
@@ -1782,6 +1862,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
1782
1862
  editedBy?: string | undefined;
1783
1863
  createdAt?: string | undefined;
1784
1864
  updatedAt?: string | undefined;
1865
+ isDeleted?: string | undefined;
1785
1866
  preferredEmail?: string | undefined;
1786
1867
  phoneNumber?: string | undefined;
1787
1868
  birthDate?: string | undefined;
@@ -1797,6 +1878,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
1797
1878
  editedBy?: string | undefined;
1798
1879
  createdAt?: string | undefined;
1799
1880
  updatedAt?: string | undefined;
1881
+ isDeleted?: string | undefined;
1800
1882
  preferredEmail?: string | undefined;
1801
1883
  phoneNumber?: string | undefined;
1802
1884
  birthDate?: string | undefined;
@@ -1815,6 +1897,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
1815
1897
  editedBy: z.ZodOptional<z.ZodString>;
1816
1898
  createdAt: z.ZodOptional<z.ZodString>;
1817
1899
  updatedAt: z.ZodOptional<z.ZodString>;
1900
+ isDeleted: z.ZodOptional<z.ZodString>;
1818
1901
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1819
1902
  rank: GoRank;
1820
1903
  _id: string;
@@ -1825,6 +1908,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
1825
1908
  editedBy?: string | undefined;
1826
1909
  createdAt?: string | undefined;
1827
1910
  updatedAt?: string | undefined;
1911
+ isDeleted?: string | undefined;
1828
1912
  phoneNumber?: string | undefined;
1829
1913
  birthDate?: string | undefined;
1830
1914
  roles?: {
@@ -1846,6 +1930,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
1846
1930
  editedBy?: string | undefined;
1847
1931
  createdAt?: string | undefined;
1848
1932
  updatedAt?: string | undefined;
1933
+ isDeleted?: string | undefined;
1849
1934
  preferredEmail?: string | undefined;
1850
1935
  phoneNumber?: string | undefined;
1851
1936
  birthDate?: string | undefined;
@@ -1866,6 +1951,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
1866
1951
  editedBy?: string | undefined;
1867
1952
  createdAt?: string | undefined;
1868
1953
  updatedAt?: string | undefined;
1954
+ isDeleted?: string | undefined;
1869
1955
  phoneNumber?: string | undefined;
1870
1956
  birthDate?: string | undefined;
1871
1957
  roles?: {
@@ -1887,6 +1973,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
1887
1973
  editedBy?: string | undefined;
1888
1974
  createdAt?: string | undefined;
1889
1975
  updatedAt?: string | undefined;
1976
+ isDeleted?: string | undefined;
1890
1977
  preferredEmail?: string | undefined;
1891
1978
  phoneNumber?: string | undefined;
1892
1979
  birthDate?: string | undefined;
@@ -1935,6 +2022,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
1935
2022
  editedBy: z.ZodOptional<z.ZodString>;
1936
2023
  createdAt: z.ZodOptional<z.ZodString>;
1937
2024
  updatedAt: z.ZodOptional<z.ZodString>;
2025
+ isDeleted: z.ZodOptional<z.ZodString>;
1938
2026
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1939
2027
  firstName: string;
1940
2028
  lastName: string;
@@ -1947,6 +2035,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
1947
2035
  editedBy?: string | undefined;
1948
2036
  createdAt?: string | undefined;
1949
2037
  updatedAt?: string | undefined;
2038
+ isDeleted?: string | undefined;
1950
2039
  preferredEmail?: string | undefined;
1951
2040
  phoneNumber?: string | undefined;
1952
2041
  birthDate?: string | undefined;
@@ -1962,6 +2051,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
1962
2051
  editedBy?: string | undefined;
1963
2052
  createdAt?: string | undefined;
1964
2053
  updatedAt?: string | undefined;
2054
+ isDeleted?: string | undefined;
1965
2055
  preferredEmail?: string | undefined;
1966
2056
  phoneNumber?: string | undefined;
1967
2057
  birthDate?: string | undefined;
@@ -1974,6 +2064,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
1974
2064
  editedBy: z.ZodOptional<z.ZodString>;
1975
2065
  createdAt: z.ZodOptional<z.ZodString>;
1976
2066
  updatedAt: z.ZodOptional<z.ZodString>;
2067
+ isDeleted: z.ZodOptional<z.ZodString>;
1977
2068
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1978
2069
  rank: GoRank;
1979
2070
  _id: string;
@@ -1983,6 +2074,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
1983
2074
  editedBy?: string | undefined;
1984
2075
  createdAt?: string | undefined;
1985
2076
  updatedAt?: string | undefined;
2077
+ isDeleted?: string | undefined;
1986
2078
  phoneNumber?: string | undefined;
1987
2079
  birthDate?: string | undefined;
1988
2080
  roles?: {
@@ -2004,6 +2096,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
2004
2096
  editedBy?: string | undefined;
2005
2097
  createdAt?: string | undefined;
2006
2098
  updatedAt?: string | undefined;
2099
+ isDeleted?: string | undefined;
2007
2100
  preferredEmail?: string | undefined;
2008
2101
  phoneNumber?: string | undefined;
2009
2102
  birthDate?: string | undefined;
@@ -2018,6 +2111,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
2018
2111
  editedBy?: string | undefined;
2019
2112
  createdAt?: string | undefined;
2020
2113
  updatedAt?: string | undefined;
2114
+ isDeleted?: string | undefined;
2021
2115
  phoneNumber?: string | undefined;
2022
2116
  birthDate?: string | undefined;
2023
2117
  roles?: {
@@ -2039,6 +2133,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
2039
2133
  editedBy?: string | undefined;
2040
2134
  createdAt?: string | undefined;
2041
2135
  updatedAt?: string | undefined;
2136
+ isDeleted?: string | undefined;
2042
2137
  preferredEmail?: string | undefined;
2043
2138
  phoneNumber?: string | undefined;
2044
2139
  birthDate?: string | undefined;
@@ -2056,6 +2151,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
2056
2151
  editedBy?: string | undefined;
2057
2152
  createdAt?: string | undefined;
2058
2153
  updatedAt?: string | undefined;
2154
+ isDeleted?: string | undefined;
2059
2155
  phoneNumber?: string | undefined;
2060
2156
  birthDate?: string | undefined;
2061
2157
  roles?: {
@@ -2077,6 +2173,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
2077
2173
  editedBy?: string | undefined;
2078
2174
  createdAt?: string | undefined;
2079
2175
  updatedAt?: string | undefined;
2176
+ isDeleted?: string | undefined;
2080
2177
  preferredEmail?: string | undefined;
2081
2178
  phoneNumber?: string | undefined;
2082
2179
  birthDate?: string | undefined;
@@ -2092,8 +2189,8 @@ declare const zClassTrackerResponse: z.ZodObject<{
2092
2189
  editedBy?: string | undefined;
2093
2190
  createdAt?: string | undefined;
2094
2191
  updatedAt?: string | undefined;
2192
+ isDeleted?: string | undefined;
2095
2193
  description?: string | undefined;
2096
- nyigSchool?: NYIGSchool | undefined;
2097
2194
  schools?: NYIGSchool[] | undefined;
2098
2195
  recLevel?: string | undefined;
2099
2196
  halfCampTuition?: number | undefined;
@@ -2110,6 +2207,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
2110
2207
  editedBy?: string | undefined;
2111
2208
  createdAt?: string | undefined;
2112
2209
  updatedAt?: string | undefined;
2210
+ isDeleted?: string | undefined;
2113
2211
  phoneNumber?: string | undefined;
2114
2212
  birthDate?: string | undefined;
2115
2213
  roles?: {
@@ -2131,6 +2229,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
2131
2229
  editedBy?: string | undefined;
2132
2230
  createdAt?: string | undefined;
2133
2231
  updatedAt?: string | undefined;
2232
+ isDeleted?: string | undefined;
2134
2233
  preferredEmail?: string | undefined;
2135
2234
  phoneNumber?: string | undefined;
2136
2235
  birthDate?: string | undefined;
@@ -2148,6 +2247,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
2148
2247
  editedBy?: string | undefined;
2149
2248
  createdAt?: string | undefined;
2150
2249
  updatedAt?: string | undefined;
2250
+ isDeleted?: string | undefined;
2151
2251
  paid?: boolean | undefined;
2152
2252
  completed?: boolean | undefined;
2153
2253
  paused?: boolean | undefined;
@@ -2162,6 +2262,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
2162
2262
  editedBy?: string | undefined;
2163
2263
  createdAt?: string | undefined;
2164
2264
  updatedAt?: string | undefined;
2265
+ isDeleted?: string | undefined;
2165
2266
  phoneNumber?: string | undefined;
2166
2267
  birthDate?: string | undefined;
2167
2268
  roles?: {
@@ -2183,6 +2284,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
2183
2284
  editedBy?: string | undefined;
2184
2285
  createdAt?: string | undefined;
2185
2286
  updatedAt?: string | undefined;
2287
+ isDeleted?: string | undefined;
2186
2288
  preferredEmail?: string | undefined;
2187
2289
  phoneNumber?: string | undefined;
2188
2290
  birthDate?: string | undefined;
@@ -2198,8 +2300,8 @@ declare const zClassTrackerResponse: z.ZodObject<{
2198
2300
  editedBy?: string | undefined;
2199
2301
  createdAt?: string | undefined;
2200
2302
  updatedAt?: string | undefined;
2303
+ isDeleted?: string | undefined;
2201
2304
  description?: string | undefined;
2202
- nyigSchool?: NYIGSchool | undefined;
2203
2305
  schools?: NYIGSchool[] | undefined;
2204
2306
  recLevel?: string | undefined;
2205
2307
  halfCampTuition?: number | undefined;
@@ -2216,6 +2318,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
2216
2318
  editedBy?: string | undefined;
2217
2319
  createdAt?: string | undefined;
2218
2320
  updatedAt?: string | undefined;
2321
+ isDeleted?: string | undefined;
2219
2322
  phoneNumber?: string | undefined;
2220
2323
  birthDate?: string | undefined;
2221
2324
  roles?: {
@@ -2237,6 +2340,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
2237
2340
  editedBy?: string | undefined;
2238
2341
  createdAt?: string | undefined;
2239
2342
  updatedAt?: string | undefined;
2343
+ isDeleted?: string | undefined;
2240
2344
  preferredEmail?: string | undefined;
2241
2345
  phoneNumber?: string | undefined;
2242
2346
  birthDate?: string | undefined;
@@ -2254,6 +2358,7 @@ declare const zClassTrackerResponse: z.ZodObject<{
2254
2358
  editedBy?: string | undefined;
2255
2359
  createdAt?: string | undefined;
2256
2360
  updatedAt?: string | undefined;
2361
+ isDeleted?: string | undefined;
2257
2362
  paid?: boolean | undefined;
2258
2363
  completed?: boolean | undefined;
2259
2364
  paused?: boolean | undefined;
@@ -2359,11 +2464,6 @@ declare const zBCourse: z.ZodObject<{
2359
2464
  */
2360
2465
  price: z.ZodNumber;
2361
2466
  description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<"">]>>;
2362
- /**
2363
- * NYIG School location
2364
- * @deprecated
2365
- */
2366
- nyigSchool: z.ZodOptional<z.ZodNativeEnum<typeof NYIGSchool>>;
2367
2467
  /**
2368
2468
  * NYIG School locations the course is offered at
2369
2469
  */
@@ -2387,7 +2487,6 @@ declare const zBCourse: z.ZodObject<{
2387
2487
  duration: number;
2388
2488
  price: number;
2389
2489
  description?: string | undefined;
2390
- nyigSchool?: NYIGSchool | undefined;
2391
2490
  schools?: NYIGSchool[] | undefined;
2392
2491
  recLevel?: string | undefined;
2393
2492
  halfCampTuition?: number | undefined;
@@ -2399,7 +2498,6 @@ declare const zBCourse: z.ZodObject<{
2399
2498
  duration: number;
2400
2499
  price: number;
2401
2500
  description?: string | undefined;
2402
- nyigSchool?: NYIGSchool | undefined;
2403
2501
  schools?: NYIGSchool[] | undefined;
2404
2502
  recLevel?: string | undefined;
2405
2503
  halfCampTuition?: number | undefined;
@@ -2418,11 +2516,6 @@ declare const zCourse: z.ZodObject<{
2418
2516
  */
2419
2517
  price: z.ZodNumber;
2420
2518
  description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<"">]>>;
2421
- /**
2422
- * NYIG School location
2423
- * @deprecated
2424
- */
2425
- nyigSchool: z.ZodOptional<z.ZodNativeEnum<typeof NYIGSchool>>;
2426
2519
  /**
2427
2520
  * NYIG School locations the course is offered at
2428
2521
  */
@@ -2445,6 +2538,7 @@ declare const zCourse: z.ZodObject<{
2445
2538
  editedBy: z.ZodOptional<z.ZodString>;
2446
2539
  createdAt: z.ZodOptional<z.ZodString>;
2447
2540
  updatedAt: z.ZodOptional<z.ZodString>;
2541
+ isDeleted: z.ZodOptional<z.ZodString>;
2448
2542
  }, z.UnknownKeysParam, z.ZodTypeAny, {
2449
2543
  _id: string;
2450
2544
  name: string;
@@ -2454,8 +2548,8 @@ declare const zCourse: z.ZodObject<{
2454
2548
  editedBy?: string | undefined;
2455
2549
  createdAt?: string | undefined;
2456
2550
  updatedAt?: string | undefined;
2551
+ isDeleted?: string | undefined;
2457
2552
  description?: string | undefined;
2458
- nyigSchool?: NYIGSchool | undefined;
2459
2553
  schools?: NYIGSchool[] | undefined;
2460
2554
  recLevel?: string | undefined;
2461
2555
  halfCampTuition?: number | undefined;
@@ -2470,8 +2564,8 @@ declare const zCourse: z.ZodObject<{
2470
2564
  editedBy?: string | undefined;
2471
2565
  createdAt?: string | undefined;
2472
2566
  updatedAt?: string | undefined;
2567
+ isDeleted?: string | undefined;
2473
2568
  description?: string | undefined;
2474
- nyigSchool?: NYIGSchool | undefined;
2475
2569
  schools?: NYIGSchool[] | undefined;
2476
2570
  recLevel?: string | undefined;
2477
2571
  halfCampTuition?: number | undefined;
@@ -2529,6 +2623,7 @@ declare const zBGroupTracker: z.ZodObject<{
2529
2623
  editedBy: z.ZodOptional<z.ZodString>;
2530
2624
  createdAt: z.ZodOptional<z.ZodString>;
2531
2625
  updatedAt: z.ZodOptional<z.ZodString>;
2626
+ isDeleted: z.ZodOptional<z.ZodString>;
2532
2627
  } & {
2533
2628
  _id: z.ZodOptional<z.ZodString>;
2534
2629
  }, z.UnknownKeysParam, z.ZodTypeAny, {
@@ -2538,6 +2633,7 @@ declare const zBGroupTracker: z.ZodObject<{
2538
2633
  editedBy?: string | undefined;
2539
2634
  createdAt?: string | undefined;
2540
2635
  updatedAt?: string | undefined;
2636
+ isDeleted?: string | undefined;
2541
2637
  tuition?: {
2542
2638
  primary: number;
2543
2639
  textbook?: boolean | undefined;
@@ -2552,6 +2648,7 @@ declare const zBGroupTracker: z.ZodObject<{
2552
2648
  editedBy?: string | undefined;
2553
2649
  createdAt?: string | undefined;
2554
2650
  updatedAt?: string | undefined;
2651
+ isDeleted?: string | undefined;
2555
2652
  tuition?: {
2556
2653
  primary: number;
2557
2654
  textbook?: boolean | undefined;
@@ -2584,6 +2681,7 @@ declare const zBGroupTracker: z.ZodObject<{
2584
2681
  editedBy?: string | undefined;
2585
2682
  createdAt?: string | undefined;
2586
2683
  updatedAt?: string | undefined;
2684
+ isDeleted?: string | undefined;
2587
2685
  tuition?: {
2588
2686
  primary: number;
2589
2687
  textbook?: boolean | undefined;
@@ -2614,6 +2712,7 @@ declare const zBGroupTracker: z.ZodObject<{
2614
2712
  editedBy?: string | undefined;
2615
2713
  createdAt?: string | undefined;
2616
2714
  updatedAt?: string | undefined;
2715
+ isDeleted?: string | undefined;
2617
2716
  tuition?: {
2618
2717
  primary: number;
2619
2718
  textbook?: boolean | undefined;
@@ -2682,6 +2781,7 @@ declare const zGroupTracker: z.ZodObject<{
2682
2781
  editedBy: z.ZodOptional<z.ZodString>;
2683
2782
  createdAt: z.ZodOptional<z.ZodString>;
2684
2783
  updatedAt: z.ZodOptional<z.ZodString>;
2784
+ isDeleted: z.ZodOptional<z.ZodString>;
2685
2785
  } & {
2686
2786
  _id: z.ZodOptional<z.ZodString>;
2687
2787
  }, z.UnknownKeysParam, z.ZodTypeAny, {
@@ -2691,6 +2791,7 @@ declare const zGroupTracker: z.ZodObject<{
2691
2791
  editedBy?: string | undefined;
2692
2792
  createdAt?: string | undefined;
2693
2793
  updatedAt?: string | undefined;
2794
+ isDeleted?: string | undefined;
2694
2795
  tuition?: {
2695
2796
  primary: number;
2696
2797
  textbook?: boolean | undefined;
@@ -2705,6 +2806,7 @@ declare const zGroupTracker: z.ZodObject<{
2705
2806
  editedBy?: string | undefined;
2706
2807
  createdAt?: string | undefined;
2707
2808
  updatedAt?: string | undefined;
2809
+ isDeleted?: string | undefined;
2708
2810
  tuition?: {
2709
2811
  primary: number;
2710
2812
  textbook?: boolean | undefined;
@@ -2731,6 +2833,7 @@ declare const zGroupTracker: z.ZodObject<{
2731
2833
  editedBy: z.ZodOptional<z.ZodString>;
2732
2834
  createdAt: z.ZodOptional<z.ZodString>;
2733
2835
  updatedAt: z.ZodOptional<z.ZodString>;
2836
+ isDeleted: z.ZodOptional<z.ZodString>;
2734
2837
  }, z.UnknownKeysParam, z.ZodTypeAny, {
2735
2838
  _id: string;
2736
2839
  course: string;
@@ -2743,6 +2846,7 @@ declare const zGroupTracker: z.ZodObject<{
2743
2846
  editedBy?: string | undefined;
2744
2847
  createdAt?: string | undefined;
2745
2848
  updatedAt?: string | undefined;
2849
+ isDeleted?: string | undefined;
2746
2850
  tuition?: {
2747
2851
  primary: number;
2748
2852
  textbook?: boolean | undefined;
@@ -2762,6 +2866,7 @@ declare const zGroupTracker: z.ZodObject<{
2762
2866
  editedBy?: string | undefined;
2763
2867
  createdAt?: string | undefined;
2764
2868
  updatedAt?: string | undefined;
2869
+ isDeleted?: string | undefined;
2765
2870
  isNonPublic?: boolean | undefined;
2766
2871
  courseId?: string | undefined;
2767
2872
  ageGroup?: AgeGroup | undefined;
@@ -2777,6 +2882,7 @@ declare const zGroupTracker: z.ZodObject<{
2777
2882
  editedBy?: string | undefined;
2778
2883
  createdAt?: string | undefined;
2779
2884
  updatedAt?: string | undefined;
2885
+ isDeleted?: string | undefined;
2780
2886
  tuition?: {
2781
2887
  primary: number;
2782
2888
  textbook?: boolean | undefined;
@@ -2796,6 +2902,7 @@ declare const zGroupTracker: z.ZodObject<{
2796
2902
  editedBy?: string | undefined;
2797
2903
  createdAt?: string | undefined;
2798
2904
  updatedAt?: string | undefined;
2905
+ isDeleted?: string | undefined;
2799
2906
  isNonPublic?: boolean | undefined;
2800
2907
  courseId?: string | undefined;
2801
2908
  ageGroup?: AgeGroup | undefined;
@@ -2826,6 +2933,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
2826
2933
  editedBy: z.ZodOptional<z.ZodString>;
2827
2934
  createdAt: z.ZodOptional<z.ZodString>;
2828
2935
  updatedAt: z.ZodOptional<z.ZodString>;
2936
+ isDeleted: z.ZodOptional<z.ZodString>;
2829
2937
  } & {
2830
2938
  course: z.ZodObject<{
2831
2939
  name: z.ZodString;
@@ -2833,7 +2941,6 @@ declare const zGroupTrackerResponse: z.ZodObject<{
2833
2941
  duration: z.ZodNumber;
2834
2942
  price: z.ZodNumber;
2835
2943
  description: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<"">]>>;
2836
- nyigSchool: z.ZodOptional<z.ZodNativeEnum<typeof NYIGSchool>>;
2837
2944
  schools: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof NYIGSchool>, "many">>;
2838
2945
  recLevel: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<"">]>>;
2839
2946
  halfCampTuition: z.ZodOptional<z.ZodNumber>;
@@ -2844,6 +2951,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
2844
2951
  editedBy: z.ZodOptional<z.ZodString>;
2845
2952
  createdAt: z.ZodOptional<z.ZodString>;
2846
2953
  updatedAt: z.ZodOptional<z.ZodString>;
2954
+ isDeleted: z.ZodOptional<z.ZodString>;
2847
2955
  }, z.UnknownKeysParam, z.ZodTypeAny, {
2848
2956
  _id: string;
2849
2957
  name: string;
@@ -2853,8 +2961,8 @@ declare const zGroupTrackerResponse: z.ZodObject<{
2853
2961
  editedBy?: string | undefined;
2854
2962
  createdAt?: string | undefined;
2855
2963
  updatedAt?: string | undefined;
2964
+ isDeleted?: string | undefined;
2856
2965
  description?: string | undefined;
2857
- nyigSchool?: NYIGSchool | undefined;
2858
2966
  schools?: NYIGSchool[] | undefined;
2859
2967
  recLevel?: string | undefined;
2860
2968
  halfCampTuition?: number | undefined;
@@ -2869,8 +2977,8 @@ declare const zGroupTrackerResponse: z.ZodObject<{
2869
2977
  editedBy?: string | undefined;
2870
2978
  createdAt?: string | undefined;
2871
2979
  updatedAt?: string | undefined;
2980
+ isDeleted?: string | undefined;
2872
2981
  description?: string | undefined;
2873
- nyigSchool?: NYIGSchool | undefined;
2874
2982
  schools?: NYIGSchool[] | undefined;
2875
2983
  recLevel?: string | undefined;
2876
2984
  halfCampTuition?: number | undefined;
@@ -2914,6 +3022,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
2914
3022
  editedBy: z.ZodOptional<z.ZodString>;
2915
3023
  createdAt: z.ZodOptional<z.ZodString>;
2916
3024
  updatedAt: z.ZodOptional<z.ZodString>;
3025
+ isDeleted: z.ZodOptional<z.ZodString>;
2917
3026
  }, z.UnknownKeysParam, z.ZodTypeAny, {
2918
3027
  firstName: string;
2919
3028
  lastName: string;
@@ -2926,6 +3035,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
2926
3035
  editedBy?: string | undefined;
2927
3036
  createdAt?: string | undefined;
2928
3037
  updatedAt?: string | undefined;
3038
+ isDeleted?: string | undefined;
2929
3039
  preferredEmail?: string | undefined;
2930
3040
  phoneNumber?: string | undefined;
2931
3041
  birthDate?: string | undefined;
@@ -2941,6 +3051,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
2941
3051
  editedBy?: string | undefined;
2942
3052
  createdAt?: string | undefined;
2943
3053
  updatedAt?: string | undefined;
3054
+ isDeleted?: string | undefined;
2944
3055
  preferredEmail?: string | undefined;
2945
3056
  phoneNumber?: string | undefined;
2946
3057
  birthDate?: string | undefined;
@@ -2959,6 +3070,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
2959
3070
  editedBy: z.ZodOptional<z.ZodString>;
2960
3071
  createdAt: z.ZodOptional<z.ZodString>;
2961
3072
  updatedAt: z.ZodOptional<z.ZodString>;
3073
+ isDeleted: z.ZodOptional<z.ZodString>;
2962
3074
  }, z.UnknownKeysParam, z.ZodTypeAny, {
2963
3075
  rank: GoRank;
2964
3076
  _id: string;
@@ -2969,6 +3081,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
2969
3081
  editedBy?: string | undefined;
2970
3082
  createdAt?: string | undefined;
2971
3083
  updatedAt?: string | undefined;
3084
+ isDeleted?: string | undefined;
2972
3085
  phoneNumber?: string | undefined;
2973
3086
  birthDate?: string | undefined;
2974
3087
  roles?: {
@@ -2990,6 +3103,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
2990
3103
  editedBy?: string | undefined;
2991
3104
  createdAt?: string | undefined;
2992
3105
  updatedAt?: string | undefined;
3106
+ isDeleted?: string | undefined;
2993
3107
  preferredEmail?: string | undefined;
2994
3108
  phoneNumber?: string | undefined;
2995
3109
  birthDate?: string | undefined;
@@ -3010,6 +3124,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3010
3124
  editedBy?: string | undefined;
3011
3125
  createdAt?: string | undefined;
3012
3126
  updatedAt?: string | undefined;
3127
+ isDeleted?: string | undefined;
3013
3128
  phoneNumber?: string | undefined;
3014
3129
  birthDate?: string | undefined;
3015
3130
  roles?: {
@@ -3031,6 +3146,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3031
3146
  editedBy?: string | undefined;
3032
3147
  createdAt?: string | undefined;
3033
3148
  updatedAt?: string | undefined;
3149
+ isDeleted?: string | undefined;
3034
3150
  preferredEmail?: string | undefined;
3035
3151
  phoneNumber?: string | undefined;
3036
3152
  birthDate?: string | undefined;
@@ -3054,6 +3170,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3054
3170
  editedBy: z.ZodOptional<z.ZodString>;
3055
3171
  createdAt: z.ZodOptional<z.ZodString>;
3056
3172
  updatedAt: z.ZodOptional<z.ZodString>;
3173
+ isDeleted: z.ZodOptional<z.ZodString>;
3057
3174
  }, z.UnknownKeysParam, z.ZodTypeAny, {
3058
3175
  _id: string;
3059
3176
  season: Season;
@@ -3065,6 +3182,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3065
3182
  editedBy?: string | undefined;
3066
3183
  createdAt?: string | undefined;
3067
3184
  updatedAt?: string | undefined;
3185
+ isDeleted?: string | undefined;
3068
3186
  }, {
3069
3187
  _id: string;
3070
3188
  season: Season;
@@ -3076,6 +3194,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3076
3194
  editedBy?: string | undefined;
3077
3195
  createdAt?: string | undefined;
3078
3196
  updatedAt?: string | undefined;
3197
+ isDeleted?: string | undefined;
3079
3198
  }>;
3080
3199
  attendances: z.ZodArray<z.ZodObject<{
3081
3200
  states: z.ZodArray<z.ZodNativeEnum<typeof AttendState>, "many">;
@@ -3098,6 +3217,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3098
3217
  editedBy: z.ZodOptional<z.ZodString>;
3099
3218
  createdAt: z.ZodOptional<z.ZodString>;
3100
3219
  updatedAt: z.ZodOptional<z.ZodString>;
3220
+ isDeleted: z.ZodOptional<z.ZodString>;
3101
3221
  } & {
3102
3222
  student: z.ZodObject<{
3103
3223
  name: z.ZodString;
@@ -3136,6 +3256,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3136
3256
  editedBy: z.ZodOptional<z.ZodString>;
3137
3257
  createdAt: z.ZodOptional<z.ZodString>;
3138
3258
  updatedAt: z.ZodOptional<z.ZodString>;
3259
+ isDeleted: z.ZodOptional<z.ZodString>;
3139
3260
  }, z.UnknownKeysParam, z.ZodTypeAny, {
3140
3261
  firstName: string;
3141
3262
  lastName: string;
@@ -3148,6 +3269,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3148
3269
  editedBy?: string | undefined;
3149
3270
  createdAt?: string | undefined;
3150
3271
  updatedAt?: string | undefined;
3272
+ isDeleted?: string | undefined;
3151
3273
  preferredEmail?: string | undefined;
3152
3274
  phoneNumber?: string | undefined;
3153
3275
  birthDate?: string | undefined;
@@ -3163,6 +3285,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3163
3285
  editedBy?: string | undefined;
3164
3286
  createdAt?: string | undefined;
3165
3287
  updatedAt?: string | undefined;
3288
+ isDeleted?: string | undefined;
3166
3289
  preferredEmail?: string | undefined;
3167
3290
  phoneNumber?: string | undefined;
3168
3291
  birthDate?: string | undefined;
@@ -3175,6 +3298,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3175
3298
  editedBy: z.ZodOptional<z.ZodString>;
3176
3299
  createdAt: z.ZodOptional<z.ZodString>;
3177
3300
  updatedAt: z.ZodOptional<z.ZodString>;
3301
+ isDeleted: z.ZodOptional<z.ZodString>;
3178
3302
  }, z.UnknownKeysParam, z.ZodTypeAny, {
3179
3303
  rank: GoRank;
3180
3304
  _id: string;
@@ -3184,6 +3308,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3184
3308
  editedBy?: string | undefined;
3185
3309
  createdAt?: string | undefined;
3186
3310
  updatedAt?: string | undefined;
3311
+ isDeleted?: string | undefined;
3187
3312
  phoneNumber?: string | undefined;
3188
3313
  birthDate?: string | undefined;
3189
3314
  roles?: {
@@ -3205,6 +3330,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3205
3330
  editedBy?: string | undefined;
3206
3331
  createdAt?: string | undefined;
3207
3332
  updatedAt?: string | undefined;
3333
+ isDeleted?: string | undefined;
3208
3334
  preferredEmail?: string | undefined;
3209
3335
  phoneNumber?: string | undefined;
3210
3336
  birthDate?: string | undefined;
@@ -3219,6 +3345,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3219
3345
  editedBy?: string | undefined;
3220
3346
  createdAt?: string | undefined;
3221
3347
  updatedAt?: string | undefined;
3348
+ isDeleted?: string | undefined;
3222
3349
  phoneNumber?: string | undefined;
3223
3350
  birthDate?: string | undefined;
3224
3351
  roles?: {
@@ -3240,6 +3367,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3240
3367
  editedBy?: string | undefined;
3241
3368
  createdAt?: string | undefined;
3242
3369
  updatedAt?: string | undefined;
3370
+ isDeleted?: string | undefined;
3243
3371
  preferredEmail?: string | undefined;
3244
3372
  phoneNumber?: string | undefined;
3245
3373
  birthDate?: string | undefined;
@@ -3257,6 +3385,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3257
3385
  editedBy?: string | undefined;
3258
3386
  createdAt?: string | undefined;
3259
3387
  updatedAt?: string | undefined;
3388
+ isDeleted?: string | undefined;
3260
3389
  phoneNumber?: string | undefined;
3261
3390
  birthDate?: string | undefined;
3262
3391
  roles?: {
@@ -3278,6 +3407,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3278
3407
  editedBy?: string | undefined;
3279
3408
  createdAt?: string | undefined;
3280
3409
  updatedAt?: string | undefined;
3410
+ isDeleted?: string | undefined;
3281
3411
  preferredEmail?: string | undefined;
3282
3412
  phoneNumber?: string | undefined;
3283
3413
  birthDate?: string | undefined;
@@ -3288,6 +3418,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3288
3418
  editedBy?: string | undefined;
3289
3419
  createdAt?: string | undefined;
3290
3420
  updatedAt?: string | undefined;
3421
+ isDeleted?: string | undefined;
3291
3422
  tuition?: {
3292
3423
  primary: number;
3293
3424
  textbook?: boolean | undefined;
@@ -3306,6 +3437,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3306
3437
  editedBy?: string | undefined;
3307
3438
  createdAt?: string | undefined;
3308
3439
  updatedAt?: string | undefined;
3440
+ isDeleted?: string | undefined;
3309
3441
  phoneNumber?: string | undefined;
3310
3442
  birthDate?: string | undefined;
3311
3443
  roles?: {
@@ -3327,6 +3459,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3327
3459
  editedBy?: string | undefined;
3328
3460
  createdAt?: string | undefined;
3329
3461
  updatedAt?: string | undefined;
3462
+ isDeleted?: string | undefined;
3330
3463
  preferredEmail?: string | undefined;
3331
3464
  phoneNumber?: string | undefined;
3332
3465
  birthDate?: string | undefined;
@@ -3337,6 +3470,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3337
3470
  editedBy?: string | undefined;
3338
3471
  createdAt?: string | undefined;
3339
3472
  updatedAt?: string | undefined;
3473
+ isDeleted?: string | undefined;
3340
3474
  tuition?: {
3341
3475
  primary: number;
3342
3476
  textbook?: boolean | undefined;
@@ -3356,8 +3490,8 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3356
3490
  editedBy?: string | undefined;
3357
3491
  createdAt?: string | undefined;
3358
3492
  updatedAt?: string | undefined;
3493
+ isDeleted?: string | undefined;
3359
3494
  description?: string | undefined;
3360
- nyigSchool?: NYIGSchool | undefined;
3361
3495
  schools?: NYIGSchool[] | undefined;
3362
3496
  recLevel?: string | undefined;
3363
3497
  halfCampTuition?: number | undefined;
@@ -3375,6 +3509,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3375
3509
  editedBy?: string | undefined;
3376
3510
  createdAt?: string | undefined;
3377
3511
  updatedAt?: string | undefined;
3512
+ isDeleted?: string | undefined;
3378
3513
  };
3379
3514
  occurrences: string[];
3380
3515
  attendances: {
@@ -3388,6 +3523,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3388
3523
  editedBy?: string | undefined;
3389
3524
  createdAt?: string | undefined;
3390
3525
  updatedAt?: string | undefined;
3526
+ isDeleted?: string | undefined;
3391
3527
  phoneNumber?: string | undefined;
3392
3528
  birthDate?: string | undefined;
3393
3529
  roles?: {
@@ -3409,6 +3545,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3409
3545
  editedBy?: string | undefined;
3410
3546
  createdAt?: string | undefined;
3411
3547
  updatedAt?: string | undefined;
3548
+ isDeleted?: string | undefined;
3412
3549
  preferredEmail?: string | undefined;
3413
3550
  phoneNumber?: string | undefined;
3414
3551
  birthDate?: string | undefined;
@@ -3419,6 +3556,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3419
3556
  editedBy?: string | undefined;
3420
3557
  createdAt?: string | undefined;
3421
3558
  updatedAt?: string | undefined;
3559
+ isDeleted?: string | undefined;
3422
3560
  tuition?: {
3423
3561
  primary: number;
3424
3562
  textbook?: boolean | undefined;
@@ -3437,6 +3575,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3437
3575
  editedBy?: string | undefined;
3438
3576
  createdAt?: string | undefined;
3439
3577
  updatedAt?: string | undefined;
3578
+ isDeleted?: string | undefined;
3440
3579
  phoneNumber?: string | undefined;
3441
3580
  birthDate?: string | undefined;
3442
3581
  roles?: {
@@ -3458,6 +3597,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3458
3597
  editedBy?: string | undefined;
3459
3598
  createdAt?: string | undefined;
3460
3599
  updatedAt?: string | undefined;
3600
+ isDeleted?: string | undefined;
3461
3601
  preferredEmail?: string | undefined;
3462
3602
  phoneNumber?: string | undefined;
3463
3603
  birthDate?: string | undefined;
@@ -3479,6 +3619,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3479
3619
  editedBy?: string | undefined;
3480
3620
  createdAt?: string | undefined;
3481
3621
  updatedAt?: string | undefined;
3622
+ isDeleted?: string | undefined;
3482
3623
  isNonPublic?: boolean | undefined;
3483
3624
  courseId?: string | undefined;
3484
3625
  ageGroup?: AgeGroup | undefined;
@@ -3493,8 +3634,8 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3493
3634
  editedBy?: string | undefined;
3494
3635
  createdAt?: string | undefined;
3495
3636
  updatedAt?: string | undefined;
3637
+ isDeleted?: string | undefined;
3496
3638
  description?: string | undefined;
3497
- nyigSchool?: NYIGSchool | undefined;
3498
3639
  schools?: NYIGSchool[] | undefined;
3499
3640
  recLevel?: string | undefined;
3500
3641
  halfCampTuition?: number | undefined;
@@ -3512,6 +3653,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3512
3653
  editedBy?: string | undefined;
3513
3654
  createdAt?: string | undefined;
3514
3655
  updatedAt?: string | undefined;
3656
+ isDeleted?: string | undefined;
3515
3657
  };
3516
3658
  occurrences: string[];
3517
3659
  attendances: {
@@ -3525,6 +3667,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3525
3667
  editedBy?: string | undefined;
3526
3668
  createdAt?: string | undefined;
3527
3669
  updatedAt?: string | undefined;
3670
+ isDeleted?: string | undefined;
3528
3671
  phoneNumber?: string | undefined;
3529
3672
  birthDate?: string | undefined;
3530
3673
  roles?: {
@@ -3546,6 +3689,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3546
3689
  editedBy?: string | undefined;
3547
3690
  createdAt?: string | undefined;
3548
3691
  updatedAt?: string | undefined;
3692
+ isDeleted?: string | undefined;
3549
3693
  preferredEmail?: string | undefined;
3550
3694
  phoneNumber?: string | undefined;
3551
3695
  birthDate?: string | undefined;
@@ -3556,6 +3700,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3556
3700
  editedBy?: string | undefined;
3557
3701
  createdAt?: string | undefined;
3558
3702
  updatedAt?: string | undefined;
3703
+ isDeleted?: string | undefined;
3559
3704
  tuition?: {
3560
3705
  primary: number;
3561
3706
  textbook?: boolean | undefined;
@@ -3574,6 +3719,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3574
3719
  editedBy?: string | undefined;
3575
3720
  createdAt?: string | undefined;
3576
3721
  updatedAt?: string | undefined;
3722
+ isDeleted?: string | undefined;
3577
3723
  phoneNumber?: string | undefined;
3578
3724
  birthDate?: string | undefined;
3579
3725
  roles?: {
@@ -3595,6 +3741,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3595
3741
  editedBy?: string | undefined;
3596
3742
  createdAt?: string | undefined;
3597
3743
  updatedAt?: string | undefined;
3744
+ isDeleted?: string | undefined;
3598
3745
  preferredEmail?: string | undefined;
3599
3746
  phoneNumber?: string | undefined;
3600
3747
  birthDate?: string | undefined;
@@ -3616,6 +3763,7 @@ declare const zGroupTrackerResponse: z.ZodObject<{
3616
3763
  editedBy?: string | undefined;
3617
3764
  createdAt?: string | undefined;
3618
3765
  updatedAt?: string | undefined;
3766
+ isDeleted?: string | undefined;
3619
3767
  isNonPublic?: boolean | undefined;
3620
3768
  courseId?: string | undefined;
3621
3769
  ageGroup?: AgeGroup | undefined;
@@ -3744,6 +3892,7 @@ declare const zCampBooking: z.ZodObject<{
3744
3892
  editedBy: z.ZodOptional<z.ZodString>;
3745
3893
  createdAt: z.ZodOptional<z.ZodString>;
3746
3894
  updatedAt: z.ZodOptional<z.ZodString>;
3895
+ isDeleted: z.ZodOptional<z.ZodString>;
3747
3896
  }, z.UnknownKeysParam, z.ZodTypeAny, {
3748
3897
  paymentAmount: number;
3749
3898
  firstName: string;
@@ -3770,6 +3919,7 @@ declare const zCampBooking: z.ZodObject<{
3770
3919
  editedBy?: string | undefined;
3771
3920
  createdAt?: string | undefined;
3772
3921
  updatedAt?: string | undefined;
3922
+ isDeleted?: string | undefined;
3773
3923
  ctId?: string | undefined;
3774
3924
  }, {
3775
3925
  paymentAmount: number;
@@ -3797,6 +3947,7 @@ declare const zCampBooking: z.ZodObject<{
3797
3947
  editedBy?: string | undefined;
3798
3948
  createdAt?: string | undefined;
3799
3949
  updatedAt?: string | undefined;
3950
+ isDeleted?: string | undefined;
3800
3951
  ctId?: string | undefined;
3801
3952
  }>;
3802
3953
  type BCampBooking = z.infer<typeof zBCampBooking>;
@@ -3904,6 +4055,7 @@ declare const zGroupBooking: z.ZodObject<{
3904
4055
  editedBy: z.ZodOptional<z.ZodString>;
3905
4056
  createdAt: z.ZodOptional<z.ZodString>;
3906
4057
  updatedAt: z.ZodOptional<z.ZodString>;
4058
+ isDeleted: z.ZodOptional<z.ZodString>;
3907
4059
  }, z.UnknownKeysParam, z.ZodTypeAny, {
3908
4060
  paymentAmount: number;
3909
4061
  firstName: string;
@@ -3928,6 +4080,7 @@ declare const zGroupBooking: z.ZodObject<{
3928
4080
  editedBy?: string | undefined;
3929
4081
  createdAt?: string | undefined;
3930
4082
  updatedAt?: string | undefined;
4083
+ isDeleted?: string | undefined;
3931
4084
  gtId?: string | undefined;
3932
4085
  isTrial?: boolean | undefined;
3933
4086
  classDate?: string | undefined;
@@ -3955,6 +4108,7 @@ declare const zGroupBooking: z.ZodObject<{
3955
4108
  editedBy?: string | undefined;
3956
4109
  createdAt?: string | undefined;
3957
4110
  updatedAt?: string | undefined;
4111
+ isDeleted?: string | undefined;
3958
4112
  gtId?: string | undefined;
3959
4113
  isTrial?: boolean | undefined;
3960
4114
  classDate?: string | undefined;
@@ -4056,6 +4210,7 @@ declare const zPrivateBooking: z.ZodObject<{
4056
4210
  editedBy: z.ZodOptional<z.ZodString>;
4057
4211
  createdAt: z.ZodOptional<z.ZodString>;
4058
4212
  updatedAt: z.ZodOptional<z.ZodString>;
4213
+ isDeleted: z.ZodOptional<z.ZodString>;
4059
4214
  }, z.UnknownKeysParam, z.ZodTypeAny, {
4060
4215
  paymentAmount: number;
4061
4216
  firstName: string;
@@ -4080,6 +4235,7 @@ declare const zPrivateBooking: z.ZodObject<{
4080
4235
  editedBy?: string | undefined;
4081
4236
  createdAt?: string | undefined;
4082
4237
  updatedAt?: string | undefined;
4238
+ isDeleted?: string | undefined;
4083
4239
  classDate?: string | undefined;
4084
4240
  }, {
4085
4241
  paymentAmount: number;
@@ -4105,6 +4261,7 @@ declare const zPrivateBooking: z.ZodObject<{
4105
4261
  editedBy?: string | undefined;
4106
4262
  createdAt?: string | undefined;
4107
4263
  updatedAt?: string | undefined;
4264
+ isDeleted?: string | undefined;
4108
4265
  classDate?: string | undefined;
4109
4266
  }>;
4110
4267
  type BPrivateBooking = z.infer<typeof zBPrivateBooking>;
@@ -4222,6 +4379,7 @@ declare const zInvoicePackageResponse: z.ZodObject<{
4222
4379
  editedBy: z.ZodOptional<z.ZodString>;
4223
4380
  createdAt: z.ZodOptional<z.ZodString>;
4224
4381
  updatedAt: z.ZodOptional<z.ZodString>;
4382
+ isDeleted: z.ZodOptional<z.ZodString>;
4225
4383
  }, z.UnknownKeysParam, z.ZodTypeAny, {
4226
4384
  firstName: string;
4227
4385
  lastName: string;
@@ -4234,6 +4392,7 @@ declare const zInvoicePackageResponse: z.ZodObject<{
4234
4392
  editedBy?: string | undefined;
4235
4393
  createdAt?: string | undefined;
4236
4394
  updatedAt?: string | undefined;
4395
+ isDeleted?: string | undefined;
4237
4396
  preferredEmail?: string | undefined;
4238
4397
  phoneNumber?: string | undefined;
4239
4398
  birthDate?: string | undefined;
@@ -4249,6 +4408,7 @@ declare const zInvoicePackageResponse: z.ZodObject<{
4249
4408
  editedBy?: string | undefined;
4250
4409
  createdAt?: string | undefined;
4251
4410
  updatedAt?: string | undefined;
4411
+ isDeleted?: string | undefined;
4252
4412
  preferredEmail?: string | undefined;
4253
4413
  phoneNumber?: string | undefined;
4254
4414
  birthDate?: string | undefined;
@@ -4261,6 +4421,7 @@ declare const zInvoicePackageResponse: z.ZodObject<{
4261
4421
  editedBy: z.ZodOptional<z.ZodString>;
4262
4422
  createdAt: z.ZodOptional<z.ZodString>;
4263
4423
  updatedAt: z.ZodOptional<z.ZodString>;
4424
+ isDeleted: z.ZodOptional<z.ZodString>;
4264
4425
  }, z.UnknownKeysParam, z.ZodTypeAny, {
4265
4426
  rank: GoRank;
4266
4427
  _id: string;
@@ -4270,6 +4431,7 @@ declare const zInvoicePackageResponse: z.ZodObject<{
4270
4431
  editedBy?: string | undefined;
4271
4432
  createdAt?: string | undefined;
4272
4433
  updatedAt?: string | undefined;
4434
+ isDeleted?: string | undefined;
4273
4435
  phoneNumber?: string | undefined;
4274
4436
  birthDate?: string | undefined;
4275
4437
  roles?: {
@@ -4291,6 +4453,7 @@ declare const zInvoicePackageResponse: z.ZodObject<{
4291
4453
  editedBy?: string | undefined;
4292
4454
  createdAt?: string | undefined;
4293
4455
  updatedAt?: string | undefined;
4456
+ isDeleted?: string | undefined;
4294
4457
  preferredEmail?: string | undefined;
4295
4458
  phoneNumber?: string | undefined;
4296
4459
  birthDate?: string | undefined;
@@ -4305,6 +4468,7 @@ declare const zInvoicePackageResponse: z.ZodObject<{
4305
4468
  editedBy?: string | undefined;
4306
4469
  createdAt?: string | undefined;
4307
4470
  updatedAt?: string | undefined;
4471
+ isDeleted?: string | undefined;
4308
4472
  phoneNumber?: string | undefined;
4309
4473
  birthDate?: string | undefined;
4310
4474
  roles?: {
@@ -4326,6 +4490,7 @@ declare const zInvoicePackageResponse: z.ZodObject<{
4326
4490
  editedBy?: string | undefined;
4327
4491
  createdAt?: string | undefined;
4328
4492
  updatedAt?: string | undefined;
4493
+ isDeleted?: string | undefined;
4329
4494
  preferredEmail?: string | undefined;
4330
4495
  phoneNumber?: string | undefined;
4331
4496
  birthDate?: string | undefined;
@@ -4342,6 +4507,7 @@ declare const zInvoicePackageResponse: z.ZodObject<{
4342
4507
  editedBy?: string | undefined;
4343
4508
  createdAt?: string | undefined;
4344
4509
  updatedAt?: string | undefined;
4510
+ isDeleted?: string | undefined;
4345
4511
  phoneNumber?: string | undefined;
4346
4512
  birthDate?: string | undefined;
4347
4513
  roles?: {
@@ -4363,6 +4529,7 @@ declare const zInvoicePackageResponse: z.ZodObject<{
4363
4529
  editedBy?: string | undefined;
4364
4530
  createdAt?: string | undefined;
4365
4531
  updatedAt?: string | undefined;
4532
+ isDeleted?: string | undefined;
4366
4533
  preferredEmail?: string | undefined;
4367
4534
  phoneNumber?: string | undefined;
4368
4535
  birthDate?: string | undefined;
@@ -4384,6 +4551,7 @@ declare const zInvoicePackageResponse: z.ZodObject<{
4384
4551
  editedBy?: string | undefined;
4385
4552
  createdAt?: string | undefined;
4386
4553
  updatedAt?: string | undefined;
4554
+ isDeleted?: string | undefined;
4387
4555
  phoneNumber?: string | undefined;
4388
4556
  birthDate?: string | undefined;
4389
4557
  roles?: {
@@ -4405,6 +4573,7 @@ declare const zInvoicePackageResponse: z.ZodObject<{
4405
4573
  editedBy?: string | undefined;
4406
4574
  createdAt?: string | undefined;
4407
4575
  updatedAt?: string | undefined;
4576
+ isDeleted?: string | undefined;
4408
4577
  preferredEmail?: string | undefined;
4409
4578
  phoneNumber?: string | undefined;
4410
4579
  birthDate?: string | undefined;
@@ -4567,6 +4736,7 @@ declare const zInvoice: z.ZodObject<{
4567
4736
  editedBy: z.ZodOptional<z.ZodString>;
4568
4737
  createdAt: z.ZodOptional<z.ZodString>;
4569
4738
  updatedAt: z.ZodOptional<z.ZodString>;
4739
+ isDeleted: z.ZodOptional<z.ZodString>;
4570
4740
  }, z.UnknownKeysParam, z.ZodTypeAny, {
4571
4741
  _id: string;
4572
4742
  billTo: string;
@@ -4589,6 +4759,7 @@ declare const zInvoice: z.ZodObject<{
4589
4759
  editedBy?: string | undefined;
4590
4760
  createdAt?: string | undefined;
4591
4761
  updatedAt?: string | undefined;
4762
+ isDeleted?: string | undefined;
4592
4763
  paid?: PaymentMethod | undefined;
4593
4764
  paidAt?: string | undefined;
4594
4765
  showEin?: boolean | undefined;
@@ -4615,6 +4786,7 @@ declare const zInvoice: z.ZodObject<{
4615
4786
  editedBy?: string | undefined;
4616
4787
  createdAt?: string | undefined;
4617
4788
  updatedAt?: string | undefined;
4789
+ isDeleted?: string | undefined;
4618
4790
  paid?: PaymentMethod | undefined;
4619
4791
  paidAt?: string | undefined;
4620
4792
  showEin?: boolean | undefined;
@@ -4642,6 +4814,7 @@ declare const zInvoiceResponse: z.ZodObject<{
4642
4814
  _id: z.ZodString;
4643
4815
  createdAt: z.ZodOptional<z.ZodString>;
4644
4816
  updatedAt: z.ZodOptional<z.ZodString>;
4817
+ isDeleted: z.ZodOptional<z.ZodString>;
4645
4818
  } & {
4646
4819
  createdBy: z.ZodObject<{
4647
4820
  name: z.ZodString;
@@ -4680,6 +4853,7 @@ declare const zInvoiceResponse: z.ZodObject<{
4680
4853
  editedBy: z.ZodOptional<z.ZodString>;
4681
4854
  createdAt: z.ZodOptional<z.ZodString>;
4682
4855
  updatedAt: z.ZodOptional<z.ZodString>;
4856
+ isDeleted: z.ZodOptional<z.ZodString>;
4683
4857
  }, z.UnknownKeysParam, z.ZodTypeAny, {
4684
4858
  firstName: string;
4685
4859
  lastName: string;
@@ -4692,6 +4866,7 @@ declare const zInvoiceResponse: z.ZodObject<{
4692
4866
  editedBy?: string | undefined;
4693
4867
  createdAt?: string | undefined;
4694
4868
  updatedAt?: string | undefined;
4869
+ isDeleted?: string | undefined;
4695
4870
  preferredEmail?: string | undefined;
4696
4871
  phoneNumber?: string | undefined;
4697
4872
  birthDate?: string | undefined;
@@ -4707,6 +4882,7 @@ declare const zInvoiceResponse: z.ZodObject<{
4707
4882
  editedBy?: string | undefined;
4708
4883
  createdAt?: string | undefined;
4709
4884
  updatedAt?: string | undefined;
4885
+ isDeleted?: string | undefined;
4710
4886
  preferredEmail?: string | undefined;
4711
4887
  phoneNumber?: string | undefined;
4712
4888
  birthDate?: string | undefined;
@@ -4725,6 +4901,7 @@ declare const zInvoiceResponse: z.ZodObject<{
4725
4901
  editedBy: z.ZodOptional<z.ZodString>;
4726
4902
  createdAt: z.ZodOptional<z.ZodString>;
4727
4903
  updatedAt: z.ZodOptional<z.ZodString>;
4904
+ isDeleted: z.ZodOptional<z.ZodString>;
4728
4905
  }, z.UnknownKeysParam, z.ZodTypeAny, {
4729
4906
  rank: GoRank;
4730
4907
  _id: string;
@@ -4735,6 +4912,7 @@ declare const zInvoiceResponse: z.ZodObject<{
4735
4912
  editedBy?: string | undefined;
4736
4913
  createdAt?: string | undefined;
4737
4914
  updatedAt?: string | undefined;
4915
+ isDeleted?: string | undefined;
4738
4916
  phoneNumber?: string | undefined;
4739
4917
  birthDate?: string | undefined;
4740
4918
  roles?: {
@@ -4756,6 +4934,7 @@ declare const zInvoiceResponse: z.ZodObject<{
4756
4934
  editedBy?: string | undefined;
4757
4935
  createdAt?: string | undefined;
4758
4936
  updatedAt?: string | undefined;
4937
+ isDeleted?: string | undefined;
4759
4938
  preferredEmail?: string | undefined;
4760
4939
  phoneNumber?: string | undefined;
4761
4940
  birthDate?: string | undefined;
@@ -4776,6 +4955,7 @@ declare const zInvoiceResponse: z.ZodObject<{
4776
4955
  editedBy?: string | undefined;
4777
4956
  createdAt?: string | undefined;
4778
4957
  updatedAt?: string | undefined;
4958
+ isDeleted?: string | undefined;
4779
4959
  phoneNumber?: string | undefined;
4780
4960
  birthDate?: string | undefined;
4781
4961
  roles?: {
@@ -4797,6 +4977,7 @@ declare const zInvoiceResponse: z.ZodObject<{
4797
4977
  editedBy?: string | undefined;
4798
4978
  createdAt?: string | undefined;
4799
4979
  updatedAt?: string | undefined;
4980
+ isDeleted?: string | undefined;
4800
4981
  preferredEmail?: string | undefined;
4801
4982
  phoneNumber?: string | undefined;
4802
4983
  birthDate?: string | undefined;
@@ -4845,6 +5026,7 @@ declare const zInvoiceResponse: z.ZodObject<{
4845
5026
  editedBy: z.ZodOptional<z.ZodString>;
4846
5027
  createdAt: z.ZodOptional<z.ZodString>;
4847
5028
  updatedAt: z.ZodOptional<z.ZodString>;
5029
+ isDeleted: z.ZodOptional<z.ZodString>;
4848
5030
  }, z.UnknownKeysParam, z.ZodTypeAny, {
4849
5031
  firstName: string;
4850
5032
  lastName: string;
@@ -4857,6 +5039,7 @@ declare const zInvoiceResponse: z.ZodObject<{
4857
5039
  editedBy?: string | undefined;
4858
5040
  createdAt?: string | undefined;
4859
5041
  updatedAt?: string | undefined;
5042
+ isDeleted?: string | undefined;
4860
5043
  preferredEmail?: string | undefined;
4861
5044
  phoneNumber?: string | undefined;
4862
5045
  birthDate?: string | undefined;
@@ -4872,6 +5055,7 @@ declare const zInvoiceResponse: z.ZodObject<{
4872
5055
  editedBy?: string | undefined;
4873
5056
  createdAt?: string | undefined;
4874
5057
  updatedAt?: string | undefined;
5058
+ isDeleted?: string | undefined;
4875
5059
  preferredEmail?: string | undefined;
4876
5060
  phoneNumber?: string | undefined;
4877
5061
  birthDate?: string | undefined;
@@ -4890,6 +5074,7 @@ declare const zInvoiceResponse: z.ZodObject<{
4890
5074
  editedBy: z.ZodOptional<z.ZodString>;
4891
5075
  createdAt: z.ZodOptional<z.ZodString>;
4892
5076
  updatedAt: z.ZodOptional<z.ZodString>;
5077
+ isDeleted: z.ZodOptional<z.ZodString>;
4893
5078
  }, z.UnknownKeysParam, z.ZodTypeAny, {
4894
5079
  rank: GoRank;
4895
5080
  _id: string;
@@ -4900,6 +5085,7 @@ declare const zInvoiceResponse: z.ZodObject<{
4900
5085
  editedBy?: string | undefined;
4901
5086
  createdAt?: string | undefined;
4902
5087
  updatedAt?: string | undefined;
5088
+ isDeleted?: string | undefined;
4903
5089
  phoneNumber?: string | undefined;
4904
5090
  birthDate?: string | undefined;
4905
5091
  roles?: {
@@ -4921,6 +5107,7 @@ declare const zInvoiceResponse: z.ZodObject<{
4921
5107
  editedBy?: string | undefined;
4922
5108
  createdAt?: string | undefined;
4923
5109
  updatedAt?: string | undefined;
5110
+ isDeleted?: string | undefined;
4924
5111
  preferredEmail?: string | undefined;
4925
5112
  phoneNumber?: string | undefined;
4926
5113
  birthDate?: string | undefined;
@@ -4941,6 +5128,7 @@ declare const zInvoiceResponse: z.ZodObject<{
4941
5128
  editedBy?: string | undefined;
4942
5129
  createdAt?: string | undefined;
4943
5130
  updatedAt?: string | undefined;
5131
+ isDeleted?: string | undefined;
4944
5132
  phoneNumber?: string | undefined;
4945
5133
  birthDate?: string | undefined;
4946
5134
  roles?: {
@@ -4962,6 +5150,7 @@ declare const zInvoiceResponse: z.ZodObject<{
4962
5150
  editedBy?: string | undefined;
4963
5151
  createdAt?: string | undefined;
4964
5152
  updatedAt?: string | undefined;
5153
+ isDeleted?: string | undefined;
4965
5154
  preferredEmail?: string | undefined;
4966
5155
  phoneNumber?: string | undefined;
4967
5156
  birthDate?: string | undefined;
@@ -5025,6 +5214,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5025
5214
  editedBy: z.ZodOptional<z.ZodString>;
5026
5215
  createdAt: z.ZodOptional<z.ZodString>;
5027
5216
  updatedAt: z.ZodOptional<z.ZodString>;
5217
+ isDeleted: z.ZodOptional<z.ZodString>;
5028
5218
  }, z.UnknownKeysParam, z.ZodTypeAny, {
5029
5219
  firstName: string;
5030
5220
  lastName: string;
@@ -5037,6 +5227,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5037
5227
  editedBy?: string | undefined;
5038
5228
  createdAt?: string | undefined;
5039
5229
  updatedAt?: string | undefined;
5230
+ isDeleted?: string | undefined;
5040
5231
  preferredEmail?: string | undefined;
5041
5232
  phoneNumber?: string | undefined;
5042
5233
  birthDate?: string | undefined;
@@ -5052,6 +5243,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5052
5243
  editedBy?: string | undefined;
5053
5244
  createdAt?: string | undefined;
5054
5245
  updatedAt?: string | undefined;
5246
+ isDeleted?: string | undefined;
5055
5247
  preferredEmail?: string | undefined;
5056
5248
  phoneNumber?: string | undefined;
5057
5249
  birthDate?: string | undefined;
@@ -5064,6 +5256,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5064
5256
  editedBy: z.ZodOptional<z.ZodString>;
5065
5257
  createdAt: z.ZodOptional<z.ZodString>;
5066
5258
  updatedAt: z.ZodOptional<z.ZodString>;
5259
+ isDeleted: z.ZodOptional<z.ZodString>;
5067
5260
  }, z.UnknownKeysParam, z.ZodTypeAny, {
5068
5261
  rank: GoRank;
5069
5262
  _id: string;
@@ -5073,6 +5266,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5073
5266
  editedBy?: string | undefined;
5074
5267
  createdAt?: string | undefined;
5075
5268
  updatedAt?: string | undefined;
5269
+ isDeleted?: string | undefined;
5076
5270
  phoneNumber?: string | undefined;
5077
5271
  birthDate?: string | undefined;
5078
5272
  roles?: {
@@ -5094,6 +5288,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5094
5288
  editedBy?: string | undefined;
5095
5289
  createdAt?: string | undefined;
5096
5290
  updatedAt?: string | undefined;
5291
+ isDeleted?: string | undefined;
5097
5292
  preferredEmail?: string | undefined;
5098
5293
  phoneNumber?: string | undefined;
5099
5294
  birthDate?: string | undefined;
@@ -5108,6 +5303,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5108
5303
  editedBy?: string | undefined;
5109
5304
  createdAt?: string | undefined;
5110
5305
  updatedAt?: string | undefined;
5306
+ isDeleted?: string | undefined;
5111
5307
  phoneNumber?: string | undefined;
5112
5308
  birthDate?: string | undefined;
5113
5309
  roles?: {
@@ -5129,6 +5325,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5129
5325
  editedBy?: string | undefined;
5130
5326
  createdAt?: string | undefined;
5131
5327
  updatedAt?: string | undefined;
5328
+ isDeleted?: string | undefined;
5132
5329
  preferredEmail?: string | undefined;
5133
5330
  phoneNumber?: string | undefined;
5134
5331
  birthDate?: string | undefined;
@@ -5145,6 +5342,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5145
5342
  editedBy?: string | undefined;
5146
5343
  createdAt?: string | undefined;
5147
5344
  updatedAt?: string | undefined;
5345
+ isDeleted?: string | undefined;
5148
5346
  phoneNumber?: string | undefined;
5149
5347
  birthDate?: string | undefined;
5150
5348
  roles?: {
@@ -5166,6 +5364,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5166
5364
  editedBy?: string | undefined;
5167
5365
  createdAt?: string | undefined;
5168
5366
  updatedAt?: string | undefined;
5367
+ isDeleted?: string | undefined;
5169
5368
  preferredEmail?: string | undefined;
5170
5369
  phoneNumber?: string | undefined;
5171
5370
  birthDate?: string | undefined;
@@ -5187,6 +5386,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5187
5386
  editedBy?: string | undefined;
5188
5387
  createdAt?: string | undefined;
5189
5388
  updatedAt?: string | undefined;
5389
+ isDeleted?: string | undefined;
5190
5390
  phoneNumber?: string | undefined;
5191
5391
  birthDate?: string | undefined;
5192
5392
  roles?: {
@@ -5208,6 +5408,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5208
5408
  editedBy?: string | undefined;
5209
5409
  createdAt?: string | undefined;
5210
5410
  updatedAt?: string | undefined;
5411
+ isDeleted?: string | undefined;
5211
5412
  preferredEmail?: string | undefined;
5212
5413
  phoneNumber?: string | undefined;
5213
5414
  birthDate?: string | undefined;
@@ -5233,6 +5434,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5233
5434
  editedBy?: string | undefined;
5234
5435
  createdAt?: string | undefined;
5235
5436
  updatedAt?: string | undefined;
5437
+ isDeleted?: string | undefined;
5236
5438
  phoneNumber?: string | undefined;
5237
5439
  birthDate?: string | undefined;
5238
5440
  roles?: {
@@ -5254,6 +5456,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5254
5456
  editedBy?: string | undefined;
5255
5457
  createdAt?: string | undefined;
5256
5458
  updatedAt?: string | undefined;
5459
+ isDeleted?: string | undefined;
5257
5460
  preferredEmail?: string | undefined;
5258
5461
  phoneNumber?: string | undefined;
5259
5462
  birthDate?: string | undefined;
@@ -5280,6 +5483,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5280
5483
  editedBy?: string | undefined;
5281
5484
  createdAt?: string | undefined;
5282
5485
  updatedAt?: string | undefined;
5486
+ isDeleted?: string | undefined;
5283
5487
  phoneNumber?: string | undefined;
5284
5488
  birthDate?: string | undefined;
5285
5489
  roles?: {
@@ -5301,6 +5505,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5301
5505
  editedBy?: string | undefined;
5302
5506
  createdAt?: string | undefined;
5303
5507
  updatedAt?: string | undefined;
5508
+ isDeleted?: string | undefined;
5304
5509
  preferredEmail?: string | undefined;
5305
5510
  phoneNumber?: string | undefined;
5306
5511
  birthDate?: string | undefined;
@@ -5325,6 +5530,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5325
5530
  editedBy?: string | undefined;
5326
5531
  createdAt?: string | undefined;
5327
5532
  updatedAt?: string | undefined;
5533
+ isDeleted?: string | undefined;
5328
5534
  phoneNumber?: string | undefined;
5329
5535
  birthDate?: string | undefined;
5330
5536
  roles?: {
@@ -5346,6 +5552,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5346
5552
  editedBy?: string | undefined;
5347
5553
  createdAt?: string | undefined;
5348
5554
  updatedAt?: string | undefined;
5555
+ isDeleted?: string | undefined;
5349
5556
  preferredEmail?: string | undefined;
5350
5557
  phoneNumber?: string | undefined;
5351
5558
  birthDate?: string | undefined;
@@ -5359,6 +5566,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5359
5566
  } | undefined;
5360
5567
  createdAt?: string | undefined;
5361
5568
  updatedAt?: string | undefined;
5569
+ isDeleted?: string | undefined;
5362
5570
  paid?: PaymentMethod | undefined;
5363
5571
  paidAt?: string | undefined;
5364
5572
  showEin?: boolean | undefined;
@@ -5376,6 +5584,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5376
5584
  editedBy?: string | undefined;
5377
5585
  createdAt?: string | undefined;
5378
5586
  updatedAt?: string | undefined;
5587
+ isDeleted?: string | undefined;
5379
5588
  phoneNumber?: string | undefined;
5380
5589
  birthDate?: string | undefined;
5381
5590
  roles?: {
@@ -5397,6 +5606,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5397
5606
  editedBy?: string | undefined;
5398
5607
  createdAt?: string | undefined;
5399
5608
  updatedAt?: string | undefined;
5609
+ isDeleted?: string | undefined;
5400
5610
  preferredEmail?: string | undefined;
5401
5611
  phoneNumber?: string | undefined;
5402
5612
  birthDate?: string | undefined;
@@ -5423,6 +5633,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5423
5633
  editedBy?: string | undefined;
5424
5634
  createdAt?: string | undefined;
5425
5635
  updatedAt?: string | undefined;
5636
+ isDeleted?: string | undefined;
5426
5637
  phoneNumber?: string | undefined;
5427
5638
  birthDate?: string | undefined;
5428
5639
  roles?: {
@@ -5444,6 +5655,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5444
5655
  editedBy?: string | undefined;
5445
5656
  createdAt?: string | undefined;
5446
5657
  updatedAt?: string | undefined;
5658
+ isDeleted?: string | undefined;
5447
5659
  preferredEmail?: string | undefined;
5448
5660
  phoneNumber?: string | undefined;
5449
5661
  birthDate?: string | undefined;
@@ -5468,6 +5680,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5468
5680
  editedBy?: string | undefined;
5469
5681
  createdAt?: string | undefined;
5470
5682
  updatedAt?: string | undefined;
5683
+ isDeleted?: string | undefined;
5471
5684
  phoneNumber?: string | undefined;
5472
5685
  birthDate?: string | undefined;
5473
5686
  roles?: {
@@ -5489,6 +5702,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5489
5702
  editedBy?: string | undefined;
5490
5703
  createdAt?: string | undefined;
5491
5704
  updatedAt?: string | undefined;
5705
+ isDeleted?: string | undefined;
5492
5706
  preferredEmail?: string | undefined;
5493
5707
  phoneNumber?: string | undefined;
5494
5708
  birthDate?: string | undefined;
@@ -5502,6 +5716,7 @@ declare const zInvoiceResponse: z.ZodObject<{
5502
5716
  } | undefined;
5503
5717
  createdAt?: string | undefined;
5504
5718
  updatedAt?: string | undefined;
5719
+ isDeleted?: string | undefined;
5505
5720
  paid?: PaymentMethod | undefined;
5506
5721
  paidAt?: string | undefined;
5507
5722
  showEin?: boolean | undefined;
@@ -5608,6 +5823,7 @@ declare const zTeacherPayment: z.ZodObject<{
5608
5823
  editedBy: z.ZodOptional<z.ZodString>;
5609
5824
  createdAt: z.ZodOptional<z.ZodString>;
5610
5825
  updatedAt: z.ZodOptional<z.ZodString>;
5826
+ isDeleted: z.ZodOptional<z.ZodString>;
5611
5827
  }, z.UnknownKeysParam, z.ZodTypeAny, {
5612
5828
  _id: string;
5613
5829
  teacher: string;
@@ -5620,6 +5836,7 @@ declare const zTeacherPayment: z.ZodObject<{
5620
5836
  editedBy?: string | undefined;
5621
5837
  createdAt?: string | undefined;
5622
5838
  updatedAt?: string | undefined;
5839
+ isDeleted?: string | undefined;
5623
5840
  paid?: boolean | undefined;
5624
5841
  paymentNotes?: string | undefined;
5625
5842
  }, {
@@ -5634,6 +5851,7 @@ declare const zTeacherPayment: z.ZodObject<{
5634
5851
  editedBy?: string | undefined;
5635
5852
  createdAt?: string | undefined;
5636
5853
  updatedAt?: string | undefined;
5854
+ isDeleted?: string | undefined;
5637
5855
  paid?: boolean | undefined;
5638
5856
  paymentNotes?: string | undefined;
5639
5857
  }>;
@@ -5659,6 +5877,7 @@ declare const zTeacherPaymentResponse: z.ZodObject<{
5659
5877
  _id: z.ZodString;
5660
5878
  createdAt: z.ZodOptional<z.ZodString>;
5661
5879
  updatedAt: z.ZodOptional<z.ZodString>;
5880
+ isDeleted: z.ZodOptional<z.ZodString>;
5662
5881
  } & {
5663
5882
  teacher: z.ZodObject<{
5664
5883
  _id: z.ZodString;
@@ -5706,6 +5925,7 @@ declare const zTeacherPaymentResponse: z.ZodObject<{
5706
5925
  }[];
5707
5926
  createdAt?: string | undefined;
5708
5927
  updatedAt?: string | undefined;
5928
+ isDeleted?: string | undefined;
5709
5929
  paid?: boolean | undefined;
5710
5930
  paymentNotes?: string | undefined;
5711
5931
  }, {
@@ -5728,6 +5948,7 @@ declare const zTeacherPaymentResponse: z.ZodObject<{
5728
5948
  }[];
5729
5949
  createdAt?: string | undefined;
5730
5950
  updatedAt?: string | undefined;
5951
+ isDeleted?: string | undefined;
5731
5952
  paid?: boolean | undefined;
5732
5953
  paymentNotes?: string | undefined;
5733
5954
  }>;
@@ -5869,6 +6090,7 @@ declare const zReportTicket: z.ZodObject<{
5869
6090
  editedBy: z.ZodOptional<z.ZodString>;
5870
6091
  createdAt: z.ZodOptional<z.ZodString>;
5871
6092
  updatedAt: z.ZodOptional<z.ZodString>;
6093
+ isDeleted: z.ZodOptional<z.ZodString>;
5872
6094
  }, z.UnknownKeysParam, z.ZodTypeAny, {
5873
6095
  status: TicketStatus;
5874
6096
  _id: string;
@@ -5878,6 +6100,7 @@ declare const zReportTicket: z.ZodObject<{
5878
6100
  editedBy?: string | undefined;
5879
6101
  createdAt?: string | undefined;
5880
6102
  updatedAt?: string | undefined;
6103
+ isDeleted?: string | undefined;
5881
6104
  resolver?: string | undefined;
5882
6105
  }, {
5883
6106
  status: TicketStatus;
@@ -5888,6 +6111,7 @@ declare const zReportTicket: z.ZodObject<{
5888
6111
  editedBy?: string | undefined;
5889
6112
  createdAt?: string | undefined;
5890
6113
  updatedAt?: string | undefined;
6114
+ isDeleted?: string | undefined;
5891
6115
  resolver?: string | undefined;
5892
6116
  }>;
5893
6117
  declare const zReportTicketResponse: z.ZodObject<{
@@ -5898,6 +6122,7 @@ declare const zReportTicketResponse: z.ZodObject<{
5898
6122
  editedBy: z.ZodOptional<z.ZodString>;
5899
6123
  createdAt: z.ZodOptional<z.ZodString>;
5900
6124
  updatedAt: z.ZodOptional<z.ZodString>;
6125
+ isDeleted: z.ZodOptional<z.ZodString>;
5901
6126
  } & {
5902
6127
  requester: z.ZodObject<{
5903
6128
  name: z.ZodString;
@@ -5936,6 +6161,7 @@ declare const zReportTicketResponse: z.ZodObject<{
5936
6161
  editedBy: z.ZodOptional<z.ZodString>;
5937
6162
  createdAt: z.ZodOptional<z.ZodString>;
5938
6163
  updatedAt: z.ZodOptional<z.ZodString>;
6164
+ isDeleted: z.ZodOptional<z.ZodString>;
5939
6165
  }, z.UnknownKeysParam, z.ZodTypeAny, {
5940
6166
  firstName: string;
5941
6167
  lastName: string;
@@ -5948,6 +6174,7 @@ declare const zReportTicketResponse: z.ZodObject<{
5948
6174
  editedBy?: string | undefined;
5949
6175
  createdAt?: string | undefined;
5950
6176
  updatedAt?: string | undefined;
6177
+ isDeleted?: string | undefined;
5951
6178
  preferredEmail?: string | undefined;
5952
6179
  phoneNumber?: string | undefined;
5953
6180
  birthDate?: string | undefined;
@@ -5963,6 +6190,7 @@ declare const zReportTicketResponse: z.ZodObject<{
5963
6190
  editedBy?: string | undefined;
5964
6191
  createdAt?: string | undefined;
5965
6192
  updatedAt?: string | undefined;
6193
+ isDeleted?: string | undefined;
5966
6194
  preferredEmail?: string | undefined;
5967
6195
  phoneNumber?: string | undefined;
5968
6196
  birthDate?: string | undefined;
@@ -5972,6 +6200,7 @@ declare const zReportTicketResponse: z.ZodObject<{
5972
6200
  editedBy: z.ZodOptional<z.ZodString>;
5973
6201
  createdAt: z.ZodOptional<z.ZodString>;
5974
6202
  updatedAt: z.ZodOptional<z.ZodString>;
6203
+ isDeleted: z.ZodOptional<z.ZodString>;
5975
6204
  }, z.UnknownKeysParam, z.ZodTypeAny, {
5976
6205
  _id: string;
5977
6206
  name: string;
@@ -5980,6 +6209,7 @@ declare const zReportTicketResponse: z.ZodObject<{
5980
6209
  editedBy?: string | undefined;
5981
6210
  createdAt?: string | undefined;
5982
6211
  updatedAt?: string | undefined;
6212
+ isDeleted?: string | undefined;
5983
6213
  phoneNumber?: string | undefined;
5984
6214
  birthDate?: string | undefined;
5985
6215
  roles?: {
@@ -6001,6 +6231,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6001
6231
  editedBy?: string | undefined;
6002
6232
  createdAt?: string | undefined;
6003
6233
  updatedAt?: string | undefined;
6234
+ isDeleted?: string | undefined;
6004
6235
  preferredEmail?: string | undefined;
6005
6236
  phoneNumber?: string | undefined;
6006
6237
  birthDate?: string | undefined;
@@ -6013,6 +6244,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6013
6244
  editedBy?: string | undefined;
6014
6245
  createdAt?: string | undefined;
6015
6246
  updatedAt?: string | undefined;
6247
+ isDeleted?: string | undefined;
6016
6248
  phoneNumber?: string | undefined;
6017
6249
  birthDate?: string | undefined;
6018
6250
  roles?: {
@@ -6034,6 +6266,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6034
6266
  editedBy?: string | undefined;
6035
6267
  createdAt?: string | undefined;
6036
6268
  updatedAt?: string | undefined;
6269
+ isDeleted?: string | undefined;
6037
6270
  preferredEmail?: string | undefined;
6038
6271
  phoneNumber?: string | undefined;
6039
6272
  birthDate?: string | undefined;
@@ -6076,6 +6309,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6076
6309
  editedBy: z.ZodOptional<z.ZodString>;
6077
6310
  createdAt: z.ZodOptional<z.ZodString>;
6078
6311
  updatedAt: z.ZodOptional<z.ZodString>;
6312
+ isDeleted: z.ZodOptional<z.ZodString>;
6079
6313
  }, z.UnknownKeysParam, z.ZodTypeAny, {
6080
6314
  firstName: string;
6081
6315
  lastName: string;
@@ -6088,6 +6322,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6088
6322
  editedBy?: string | undefined;
6089
6323
  createdAt?: string | undefined;
6090
6324
  updatedAt?: string | undefined;
6325
+ isDeleted?: string | undefined;
6091
6326
  preferredEmail?: string | undefined;
6092
6327
  phoneNumber?: string | undefined;
6093
6328
  birthDate?: string | undefined;
@@ -6103,6 +6338,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6103
6338
  editedBy?: string | undefined;
6104
6339
  createdAt?: string | undefined;
6105
6340
  updatedAt?: string | undefined;
6341
+ isDeleted?: string | undefined;
6106
6342
  preferredEmail?: string | undefined;
6107
6343
  phoneNumber?: string | undefined;
6108
6344
  birthDate?: string | undefined;
@@ -6112,6 +6348,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6112
6348
  editedBy: z.ZodOptional<z.ZodString>;
6113
6349
  createdAt: z.ZodOptional<z.ZodString>;
6114
6350
  updatedAt: z.ZodOptional<z.ZodString>;
6351
+ isDeleted: z.ZodOptional<z.ZodString>;
6115
6352
  }, z.UnknownKeysParam, z.ZodTypeAny, {
6116
6353
  _id: string;
6117
6354
  name: string;
@@ -6120,6 +6357,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6120
6357
  editedBy?: string | undefined;
6121
6358
  createdAt?: string | undefined;
6122
6359
  updatedAt?: string | undefined;
6360
+ isDeleted?: string | undefined;
6123
6361
  phoneNumber?: string | undefined;
6124
6362
  birthDate?: string | undefined;
6125
6363
  roles?: {
@@ -6141,6 +6379,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6141
6379
  editedBy?: string | undefined;
6142
6380
  createdAt?: string | undefined;
6143
6381
  updatedAt?: string | undefined;
6382
+ isDeleted?: string | undefined;
6144
6383
  preferredEmail?: string | undefined;
6145
6384
  phoneNumber?: string | undefined;
6146
6385
  birthDate?: string | undefined;
@@ -6153,6 +6392,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6153
6392
  editedBy?: string | undefined;
6154
6393
  createdAt?: string | undefined;
6155
6394
  updatedAt?: string | undefined;
6395
+ isDeleted?: string | undefined;
6156
6396
  phoneNumber?: string | undefined;
6157
6397
  birthDate?: string | undefined;
6158
6398
  roles?: {
@@ -6174,6 +6414,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6174
6414
  editedBy?: string | undefined;
6175
6415
  createdAt?: string | undefined;
6176
6416
  updatedAt?: string | undefined;
6417
+ isDeleted?: string | undefined;
6177
6418
  preferredEmail?: string | undefined;
6178
6419
  phoneNumber?: string | undefined;
6179
6420
  birthDate?: string | undefined;
@@ -6192,6 +6433,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6192
6433
  editedBy?: string | undefined;
6193
6434
  createdAt?: string | undefined;
6194
6435
  updatedAt?: string | undefined;
6436
+ isDeleted?: string | undefined;
6195
6437
  phoneNumber?: string | undefined;
6196
6438
  birthDate?: string | undefined;
6197
6439
  roles?: {
@@ -6213,6 +6455,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6213
6455
  editedBy?: string | undefined;
6214
6456
  createdAt?: string | undefined;
6215
6457
  updatedAt?: string | undefined;
6458
+ isDeleted?: string | undefined;
6216
6459
  preferredEmail?: string | undefined;
6217
6460
  phoneNumber?: string | undefined;
6218
6461
  birthDate?: string | undefined;
@@ -6221,6 +6464,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6221
6464
  editedBy?: string | undefined;
6222
6465
  createdAt?: string | undefined;
6223
6466
  updatedAt?: string | undefined;
6467
+ isDeleted?: string | undefined;
6224
6468
  resolver?: {
6225
6469
  _id: string;
6226
6470
  name: string;
@@ -6229,6 +6473,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6229
6473
  editedBy?: string | undefined;
6230
6474
  createdAt?: string | undefined;
6231
6475
  updatedAt?: string | undefined;
6476
+ isDeleted?: string | undefined;
6232
6477
  phoneNumber?: string | undefined;
6233
6478
  birthDate?: string | undefined;
6234
6479
  roles?: {
@@ -6250,6 +6495,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6250
6495
  editedBy?: string | undefined;
6251
6496
  createdAt?: string | undefined;
6252
6497
  updatedAt?: string | undefined;
6498
+ isDeleted?: string | undefined;
6253
6499
  preferredEmail?: string | undefined;
6254
6500
  phoneNumber?: string | undefined;
6255
6501
  birthDate?: string | undefined;
@@ -6268,6 +6514,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6268
6514
  editedBy?: string | undefined;
6269
6515
  createdAt?: string | undefined;
6270
6516
  updatedAt?: string | undefined;
6517
+ isDeleted?: string | undefined;
6271
6518
  phoneNumber?: string | undefined;
6272
6519
  birthDate?: string | undefined;
6273
6520
  roles?: {
@@ -6289,6 +6536,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6289
6536
  editedBy?: string | undefined;
6290
6537
  createdAt?: string | undefined;
6291
6538
  updatedAt?: string | undefined;
6539
+ isDeleted?: string | undefined;
6292
6540
  preferredEmail?: string | undefined;
6293
6541
  phoneNumber?: string | undefined;
6294
6542
  birthDate?: string | undefined;
@@ -6297,6 +6545,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6297
6545
  editedBy?: string | undefined;
6298
6546
  createdAt?: string | undefined;
6299
6547
  updatedAt?: string | undefined;
6548
+ isDeleted?: string | undefined;
6300
6549
  resolver?: {
6301
6550
  _id: string;
6302
6551
  name: string;
@@ -6305,6 +6554,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6305
6554
  editedBy?: string | undefined;
6306
6555
  createdAt?: string | undefined;
6307
6556
  updatedAt?: string | undefined;
6557
+ isDeleted?: string | undefined;
6308
6558
  phoneNumber?: string | undefined;
6309
6559
  birthDate?: string | undefined;
6310
6560
  roles?: {
@@ -6326,6 +6576,7 @@ declare const zReportTicketResponse: z.ZodObject<{
6326
6576
  editedBy?: string | undefined;
6327
6577
  createdAt?: string | undefined;
6328
6578
  updatedAt?: string | undefined;
6579
+ isDeleted?: string | undefined;
6329
6580
  preferredEmail?: string | undefined;
6330
6581
  phoneNumber?: string | undefined;
6331
6582
  birthDate?: string | undefined;
@@ -6388,6 +6639,7 @@ declare const zSemester: z.ZodObject<{
6388
6639
  editedBy: z.ZodOptional<z.ZodString>;
6389
6640
  createdAt: z.ZodOptional<z.ZodString>;
6390
6641
  updatedAt: z.ZodOptional<z.ZodString>;
6642
+ isDeleted: z.ZodOptional<z.ZodString>;
6391
6643
  }, z.UnknownKeysParam, z.ZodTypeAny, {
6392
6644
  _id: string;
6393
6645
  season: Season;
@@ -6399,6 +6651,7 @@ declare const zSemester: z.ZodObject<{
6399
6651
  editedBy?: string | undefined;
6400
6652
  createdAt?: string | undefined;
6401
6653
  updatedAt?: string | undefined;
6654
+ isDeleted?: string | undefined;
6402
6655
  }, {
6403
6656
  _id: string;
6404
6657
  season: Season;
@@ -6410,6 +6663,7 @@ declare const zSemester: z.ZodObject<{
6410
6663
  editedBy?: string | undefined;
6411
6664
  createdAt?: string | undefined;
6412
6665
  updatedAt?: string | undefined;
6666
+ isDeleted?: string | undefined;
6413
6667
  }>;
6414
6668
  type BSemester = z.infer<typeof zBSemester>;
6415
6669
  type Semester = z.infer<typeof zSemester>;
@@ -6476,7 +6730,7 @@ declare const zBEventConfig: z.ZodObject<{
6476
6730
  * If false, the tournament is not viewable in public APIs
6477
6731
  * admin console can still see it
6478
6732
  */
6479
- isHidden: z.ZodBoolean;
6733
+ isHidden: z.ZodOptional<z.ZodBoolean>;
6480
6734
  /**
6481
6735
  * Defines the registration of youth and adults in the event
6482
6736
  */
@@ -6511,10 +6765,10 @@ declare const zBEventConfig: z.ZodObject<{
6511
6765
  shortDescription: string;
6512
6766
  tickets: string[];
6513
6767
  canRegister: boolean;
6514
- isHidden: boolean;
6515
6768
  location?: string | undefined;
6516
6769
  ticketsStepDescription?: string | undefined;
6517
6770
  participantStepDescription?: string | undefined;
6771
+ isHidden?: boolean | undefined;
6518
6772
  youthOrAdult?: YouthOrAdult | undefined;
6519
6773
  donationsDisabled?: boolean | undefined;
6520
6774
  image?: {
@@ -6532,10 +6786,10 @@ declare const zBEventConfig: z.ZodObject<{
6532
6786
  shortDescription: string;
6533
6787
  tickets: string[];
6534
6788
  canRegister: boolean;
6535
- isHidden: boolean;
6536
6789
  location?: string | undefined;
6537
6790
  ticketsStepDescription?: string | undefined;
6538
6791
  participantStepDescription?: string | undefined;
6792
+ isHidden?: boolean | undefined;
6539
6793
  youthOrAdult?: YouthOrAdult | undefined;
6540
6794
  donationsDisabled?: boolean | undefined;
6541
6795
  image?: {
@@ -6600,7 +6854,7 @@ declare const zEventConfig: z.ZodObject<{
6600
6854
  * If false, the tournament is not viewable in public APIs
6601
6855
  * admin console can still see it
6602
6856
  */
6603
- isHidden: z.ZodBoolean;
6857
+ isHidden: z.ZodOptional<z.ZodBoolean>;
6604
6858
  /**
6605
6859
  * Defines the registration of youth and adults in the event
6606
6860
  */
@@ -6630,6 +6884,7 @@ declare const zEventConfig: z.ZodObject<{
6630
6884
  editedBy: z.ZodOptional<z.ZodString>;
6631
6885
  createdAt: z.ZodOptional<z.ZodString>;
6632
6886
  updatedAt: z.ZodOptional<z.ZodString>;
6887
+ isDeleted: z.ZodOptional<z.ZodString>;
6633
6888
  }, z.UnknownKeysParam, z.ZodTypeAny, {
6634
6889
  _id: string;
6635
6890
  description: string;
@@ -6641,13 +6896,14 @@ declare const zEventConfig: z.ZodObject<{
6641
6896
  shortDescription: string;
6642
6897
  tickets: string[];
6643
6898
  canRegister: boolean;
6644
- isHidden: boolean;
6645
6899
  editedBy?: string | undefined;
6646
6900
  createdAt?: string | undefined;
6647
6901
  updatedAt?: string | undefined;
6902
+ isDeleted?: string | undefined;
6648
6903
  location?: string | undefined;
6649
6904
  ticketsStepDescription?: string | undefined;
6650
6905
  participantStepDescription?: string | undefined;
6906
+ isHidden?: boolean | undefined;
6651
6907
  youthOrAdult?: YouthOrAdult | undefined;
6652
6908
  donationsDisabled?: boolean | undefined;
6653
6909
  image?: {
@@ -6666,13 +6922,14 @@ declare const zEventConfig: z.ZodObject<{
6666
6922
  shortDescription: string;
6667
6923
  tickets: string[];
6668
6924
  canRegister: boolean;
6669
- isHidden: boolean;
6670
6925
  editedBy?: string | undefined;
6671
6926
  createdAt?: string | undefined;
6672
6927
  updatedAt?: string | undefined;
6928
+ isDeleted?: string | undefined;
6673
6929
  location?: string | undefined;
6674
6930
  ticketsStepDescription?: string | undefined;
6675
6931
  participantStepDescription?: string | undefined;
6932
+ isHidden?: boolean | undefined;
6676
6933
  youthOrAdult?: YouthOrAdult | undefined;
6677
6934
  donationsDisabled?: boolean | undefined;
6678
6935
  image?: {
@@ -6693,7 +6950,7 @@ declare const zEventConfigResponse: z.ZodObject<{
6693
6950
  ticketsStepDescription: z.ZodOptional<z.ZodString>;
6694
6951
  participantStepDescription: z.ZodOptional<z.ZodString>;
6695
6952
  canRegister: z.ZodBoolean;
6696
- isHidden: z.ZodBoolean;
6953
+ isHidden: z.ZodOptional<z.ZodBoolean>;
6697
6954
  youthOrAdult: z.ZodOptional<z.ZodNativeEnum<typeof YouthOrAdult>>;
6698
6955
  donationsDisabled: z.ZodOptional<z.ZodBoolean>;
6699
6956
  image: z.ZodOptional<z.ZodObject<{
@@ -6713,6 +6970,7 @@ declare const zEventConfigResponse: z.ZodObject<{
6713
6970
  editedBy: z.ZodOptional<z.ZodString>;
6714
6971
  createdAt: z.ZodOptional<z.ZodString>;
6715
6972
  updatedAt: z.ZodOptional<z.ZodString>;
6973
+ isDeleted: z.ZodOptional<z.ZodString>;
6716
6974
  } & {
6717
6975
  tickets: z.ZodArray<z.ZodObject<{
6718
6976
  name: z.ZodString;
@@ -6726,6 +6984,7 @@ declare const zEventConfigResponse: z.ZodObject<{
6726
6984
  editedBy: z.ZodOptional<z.ZodString>;
6727
6985
  createdAt: z.ZodOptional<z.ZodString>;
6728
6986
  updatedAt: z.ZodOptional<z.ZodString>;
6987
+ isDeleted: z.ZodOptional<z.ZodString>;
6729
6988
  }, z.UnknownKeysParam, z.ZodTypeAny, {
6730
6989
  _id: string;
6731
6990
  name: string;
@@ -6733,6 +6992,7 @@ declare const zEventConfigResponse: z.ZodObject<{
6733
6992
  editedBy?: string | undefined;
6734
6993
  createdAt?: string | undefined;
6735
6994
  updatedAt?: string | undefined;
6995
+ isDeleted?: string | undefined;
6736
6996
  description?: string | undefined;
6737
6997
  isNotBuyable?: boolean | undefined;
6738
6998
  lastBuyableDate?: Date | undefined;
@@ -6744,6 +7004,7 @@ declare const zEventConfigResponse: z.ZodObject<{
6744
7004
  editedBy?: string | undefined;
6745
7005
  createdAt?: string | undefined;
6746
7006
  updatedAt?: string | undefined;
7007
+ isDeleted?: string | undefined;
6747
7008
  description?: string | undefined;
6748
7009
  isNotBuyable?: boolean | undefined;
6749
7010
  lastBuyableDate?: Date | undefined;
@@ -6765,19 +7026,21 @@ declare const zEventConfigResponse: z.ZodObject<{
6765
7026
  editedBy?: string | undefined;
6766
7027
  createdAt?: string | undefined;
6767
7028
  updatedAt?: string | undefined;
7029
+ isDeleted?: string | undefined;
6768
7030
  description?: string | undefined;
6769
7031
  isNotBuyable?: boolean | undefined;
6770
7032
  lastBuyableDate?: Date | undefined;
6771
7033
  maxPerOrder?: number | undefined;
6772
7034
  }[];
6773
7035
  canRegister: boolean;
6774
- isHidden: boolean;
6775
7036
  editedBy?: string | undefined;
6776
7037
  createdAt?: string | undefined;
6777
7038
  updatedAt?: string | undefined;
7039
+ isDeleted?: string | undefined;
6778
7040
  location?: string | undefined;
6779
7041
  ticketsStepDescription?: string | undefined;
6780
7042
  participantStepDescription?: string | undefined;
7043
+ isHidden?: boolean | undefined;
6781
7044
  youthOrAdult?: YouthOrAdult | undefined;
6782
7045
  donationsDisabled?: boolean | undefined;
6783
7046
  image?: {
@@ -6801,19 +7064,21 @@ declare const zEventConfigResponse: z.ZodObject<{
6801
7064
  editedBy?: string | undefined;
6802
7065
  createdAt?: string | undefined;
6803
7066
  updatedAt?: string | undefined;
7067
+ isDeleted?: string | undefined;
6804
7068
  description?: string | undefined;
6805
7069
  isNotBuyable?: boolean | undefined;
6806
7070
  lastBuyableDate?: Date | undefined;
6807
7071
  maxPerOrder?: number | undefined;
6808
7072
  }[];
6809
7073
  canRegister: boolean;
6810
- isHidden: boolean;
6811
7074
  editedBy?: string | undefined;
6812
7075
  createdAt?: string | undefined;
6813
7076
  updatedAt?: string | undefined;
7077
+ isDeleted?: string | undefined;
6814
7078
  location?: string | undefined;
6815
7079
  ticketsStepDescription?: string | undefined;
6816
7080
  participantStepDescription?: string | undefined;
7081
+ isHidden?: boolean | undefined;
6817
7082
  youthOrAdult?: YouthOrAdult | undefined;
6818
7083
  donationsDisabled?: boolean | undefined;
6819
7084
  image?: {
@@ -6976,6 +7241,7 @@ declare const zEventReg: z.ZodObject<{
6976
7241
  editedBy: z.ZodOptional<z.ZodString>;
6977
7242
  createdAt: z.ZodOptional<z.ZodString>;
6978
7243
  updatedAt: z.ZodOptional<z.ZodString>;
7244
+ isDeleted: z.ZodOptional<z.ZodString>;
6979
7245
  }, z.UnknownKeysParam, z.ZodTypeAny, {
6980
7246
  paymentAmount: number;
6981
7247
  firstName: string;
@@ -7004,6 +7270,7 @@ declare const zEventReg: z.ZodObject<{
7004
7270
  editedBy?: string | undefined;
7005
7271
  createdAt?: string | undefined;
7006
7272
  updatedAt?: string | undefined;
7273
+ isDeleted?: string | undefined;
7007
7274
  donation?: number | undefined;
7008
7275
  createMethod?: string | undefined;
7009
7276
  }, {
@@ -7034,6 +7301,7 @@ declare const zEventReg: z.ZodObject<{
7034
7301
  editedBy?: string | undefined;
7035
7302
  createdAt?: string | undefined;
7036
7303
  updatedAt?: string | undefined;
7304
+ isDeleted?: string | undefined;
7037
7305
  donation?: number | undefined;
7038
7306
  createMethod?: string | undefined;
7039
7307
  }>;
@@ -7063,6 +7331,7 @@ declare const zEventRegResponse: z.ZodObject<{
7063
7331
  editedBy: z.ZodOptional<z.ZodString>;
7064
7332
  createdAt: z.ZodOptional<z.ZodString>;
7065
7333
  updatedAt: z.ZodOptional<z.ZodString>;
7334
+ isDeleted: z.ZodOptional<z.ZodString>;
7066
7335
  } & {
7067
7336
  tickets: z.ZodArray<z.ZodObject<{
7068
7337
  amount: z.ZodNumber;
@@ -7079,6 +7348,7 @@ declare const zEventRegResponse: z.ZodObject<{
7079
7348
  editedBy: z.ZodOptional<z.ZodString>;
7080
7349
  createdAt: z.ZodOptional<z.ZodString>;
7081
7350
  updatedAt: z.ZodOptional<z.ZodString>;
7351
+ isDeleted: z.ZodOptional<z.ZodString>;
7082
7352
  }, z.UnknownKeysParam, z.ZodTypeAny, {
7083
7353
  _id: string;
7084
7354
  name: string;
@@ -7086,6 +7356,7 @@ declare const zEventRegResponse: z.ZodObject<{
7086
7356
  editedBy?: string | undefined;
7087
7357
  createdAt?: string | undefined;
7088
7358
  updatedAt?: string | undefined;
7359
+ isDeleted?: string | undefined;
7089
7360
  description?: string | undefined;
7090
7361
  isNotBuyable?: boolean | undefined;
7091
7362
  lastBuyableDate?: Date | undefined;
@@ -7097,6 +7368,7 @@ declare const zEventRegResponse: z.ZodObject<{
7097
7368
  editedBy?: string | undefined;
7098
7369
  createdAt?: string | undefined;
7099
7370
  updatedAt?: string | undefined;
7371
+ isDeleted?: string | undefined;
7100
7372
  description?: string | undefined;
7101
7373
  isNotBuyable?: boolean | undefined;
7102
7374
  lastBuyableDate?: Date | undefined;
@@ -7111,6 +7383,7 @@ declare const zEventRegResponse: z.ZodObject<{
7111
7383
  editedBy?: string | undefined;
7112
7384
  createdAt?: string | undefined;
7113
7385
  updatedAt?: string | undefined;
7386
+ isDeleted?: string | undefined;
7114
7387
  description?: string | undefined;
7115
7388
  isNotBuyable?: boolean | undefined;
7116
7389
  lastBuyableDate?: Date | undefined;
@@ -7125,6 +7398,7 @@ declare const zEventRegResponse: z.ZodObject<{
7125
7398
  editedBy?: string | undefined;
7126
7399
  createdAt?: string | undefined;
7127
7400
  updatedAt?: string | undefined;
7401
+ isDeleted?: string | undefined;
7128
7402
  description?: string | undefined;
7129
7403
  isNotBuyable?: boolean | undefined;
7130
7404
  lastBuyableDate?: Date | undefined;
@@ -7148,6 +7422,7 @@ declare const zEventRegResponse: z.ZodObject<{
7148
7422
  editedBy?: string | undefined;
7149
7423
  createdAt?: string | undefined;
7150
7424
  updatedAt?: string | undefined;
7425
+ isDeleted?: string | undefined;
7151
7426
  description?: string | undefined;
7152
7427
  isNotBuyable?: boolean | undefined;
7153
7428
  lastBuyableDate?: Date | undefined;
@@ -7170,6 +7445,7 @@ declare const zEventRegResponse: z.ZodObject<{
7170
7445
  editedBy?: string | undefined;
7171
7446
  createdAt?: string | undefined;
7172
7447
  updatedAt?: string | undefined;
7448
+ isDeleted?: string | undefined;
7173
7449
  donation?: number | undefined;
7174
7450
  createMethod?: string | undefined;
7175
7451
  }, {
@@ -7189,6 +7465,7 @@ declare const zEventRegResponse: z.ZodObject<{
7189
7465
  editedBy?: string | undefined;
7190
7466
  createdAt?: string | undefined;
7191
7467
  updatedAt?: string | undefined;
7468
+ isDeleted?: string | undefined;
7192
7469
  description?: string | undefined;
7193
7470
  isNotBuyable?: boolean | undefined;
7194
7471
  lastBuyableDate?: Date | undefined;
@@ -7211,6 +7488,7 @@ declare const zEventRegResponse: z.ZodObject<{
7211
7488
  editedBy?: string | undefined;
7212
7489
  createdAt?: string | undefined;
7213
7490
  updatedAt?: string | undefined;
7491
+ isDeleted?: string | undefined;
7214
7492
  donation?: number | undefined;
7215
7493
  createMethod?: string | undefined;
7216
7494
  }>;
@@ -7246,6 +7524,7 @@ declare const zEventTicketRegResponse: z.ZodObject<{
7246
7524
  editedBy: z.ZodOptional<z.ZodString>;
7247
7525
  createdAt: z.ZodOptional<z.ZodString>;
7248
7526
  updatedAt: z.ZodOptional<z.ZodString>;
7527
+ isDeleted: z.ZodOptional<z.ZodString>;
7249
7528
  }, z.UnknownKeysParam, z.ZodTypeAny, {
7250
7529
  _id: string;
7251
7530
  name: string;
@@ -7253,6 +7532,7 @@ declare const zEventTicketRegResponse: z.ZodObject<{
7253
7532
  editedBy?: string | undefined;
7254
7533
  createdAt?: string | undefined;
7255
7534
  updatedAt?: string | undefined;
7535
+ isDeleted?: string | undefined;
7256
7536
  description?: string | undefined;
7257
7537
  isNotBuyable?: boolean | undefined;
7258
7538
  lastBuyableDate?: Date | undefined;
@@ -7264,6 +7544,7 @@ declare const zEventTicketRegResponse: z.ZodObject<{
7264
7544
  editedBy?: string | undefined;
7265
7545
  createdAt?: string | undefined;
7266
7546
  updatedAt?: string | undefined;
7547
+ isDeleted?: string | undefined;
7267
7548
  description?: string | undefined;
7268
7549
  isNotBuyable?: boolean | undefined;
7269
7550
  lastBuyableDate?: Date | undefined;
@@ -7278,6 +7559,7 @@ declare const zEventTicketRegResponse: z.ZodObject<{
7278
7559
  editedBy?: string | undefined;
7279
7560
  createdAt?: string | undefined;
7280
7561
  updatedAt?: string | undefined;
7562
+ isDeleted?: string | undefined;
7281
7563
  description?: string | undefined;
7282
7564
  isNotBuyable?: boolean | undefined;
7283
7565
  lastBuyableDate?: Date | undefined;
@@ -7292,6 +7574,7 @@ declare const zEventTicketRegResponse: z.ZodObject<{
7292
7574
  editedBy?: string | undefined;
7293
7575
  createdAt?: string | undefined;
7294
7576
  updatedAt?: string | undefined;
7577
+ isDeleted?: string | undefined;
7295
7578
  description?: string | undefined;
7296
7579
  isNotBuyable?: boolean | undefined;
7297
7580
  lastBuyableDate?: Date | undefined;
@@ -7365,6 +7648,7 @@ declare const zEventTicket: z.ZodObject<{
7365
7648
  editedBy: z.ZodOptional<z.ZodString>;
7366
7649
  createdAt: z.ZodOptional<z.ZodString>;
7367
7650
  updatedAt: z.ZodOptional<z.ZodString>;
7651
+ isDeleted: z.ZodOptional<z.ZodString>;
7368
7652
  }, z.UnknownKeysParam, z.ZodTypeAny, {
7369
7653
  _id: string;
7370
7654
  name: string;
@@ -7372,6 +7656,7 @@ declare const zEventTicket: z.ZodObject<{
7372
7656
  editedBy?: string | undefined;
7373
7657
  createdAt?: string | undefined;
7374
7658
  updatedAt?: string | undefined;
7659
+ isDeleted?: string | undefined;
7375
7660
  description?: string | undefined;
7376
7661
  isNotBuyable?: boolean | undefined;
7377
7662
  lastBuyableDate?: Date | undefined;
@@ -7383,6 +7668,7 @@ declare const zEventTicket: z.ZodObject<{
7383
7668
  editedBy?: string | undefined;
7384
7669
  createdAt?: string | undefined;
7385
7670
  updatedAt?: string | undefined;
7671
+ isDeleted?: string | undefined;
7386
7672
  description?: string | undefined;
7387
7673
  isNotBuyable?: boolean | undefined;
7388
7674
  lastBuyableDate?: Date | undefined;
@@ -7478,6 +7764,7 @@ declare const zBUser: z.ZodObject<{
7478
7764
  editedBy: z.ZodOptional<z.ZodString>;
7479
7765
  createdAt: z.ZodOptional<z.ZodString>;
7480
7766
  updatedAt: z.ZodOptional<z.ZodString>;
7767
+ isDeleted: z.ZodOptional<z.ZodString>;
7481
7768
  }, z.UnknownKeysParam, z.ZodTypeAny, {
7482
7769
  firstName: string;
7483
7770
  lastName: string;
@@ -7490,6 +7777,7 @@ declare const zBUser: z.ZodObject<{
7490
7777
  editedBy?: string | undefined;
7491
7778
  createdAt?: string | undefined;
7492
7779
  updatedAt?: string | undefined;
7780
+ isDeleted?: string | undefined;
7493
7781
  preferredEmail?: string | undefined;
7494
7782
  phoneNumber?: string | undefined;
7495
7783
  birthDate?: string | undefined;
@@ -7505,6 +7793,7 @@ declare const zBUser: z.ZodObject<{
7505
7793
  editedBy?: string | undefined;
7506
7794
  createdAt?: string | undefined;
7507
7795
  updatedAt?: string | undefined;
7796
+ isDeleted?: string | undefined;
7508
7797
  preferredEmail?: string | undefined;
7509
7798
  phoneNumber?: string | undefined;
7510
7799
  birthDate?: string | undefined;
@@ -7534,6 +7823,7 @@ declare const zBUser: z.ZodObject<{
7534
7823
  editedBy?: string | undefined;
7535
7824
  createdAt?: string | undefined;
7536
7825
  updatedAt?: string | undefined;
7826
+ isDeleted?: string | undefined;
7537
7827
  preferredEmail?: string | undefined;
7538
7828
  phoneNumber?: string | undefined;
7539
7829
  birthDate?: string | undefined;
@@ -7563,6 +7853,7 @@ declare const zBUser: z.ZodObject<{
7563
7853
  editedBy?: string | undefined;
7564
7854
  createdAt?: string | undefined;
7565
7855
  updatedAt?: string | undefined;
7856
+ isDeleted?: string | undefined;
7566
7857
  preferredEmail?: string | undefined;
7567
7858
  phoneNumber?: string | undefined;
7568
7859
  birthDate?: string | undefined;
@@ -7611,6 +7902,7 @@ declare const zUser: z.ZodObject<{
7611
7902
  editedBy: z.ZodOptional<z.ZodString>;
7612
7903
  createdAt: z.ZodOptional<z.ZodString>;
7613
7904
  updatedAt: z.ZodOptional<z.ZodString>;
7905
+ isDeleted: z.ZodOptional<z.ZodString>;
7614
7906
  }, z.UnknownKeysParam, z.ZodTypeAny, {
7615
7907
  firstName: string;
7616
7908
  lastName: string;
@@ -7623,6 +7915,7 @@ declare const zUser: z.ZodObject<{
7623
7915
  editedBy?: string | undefined;
7624
7916
  createdAt?: string | undefined;
7625
7917
  updatedAt?: string | undefined;
7918
+ isDeleted?: string | undefined;
7626
7919
  preferredEmail?: string | undefined;
7627
7920
  phoneNumber?: string | undefined;
7628
7921
  birthDate?: string | undefined;
@@ -7638,6 +7931,7 @@ declare const zUser: z.ZodObject<{
7638
7931
  editedBy?: string | undefined;
7639
7932
  createdAt?: string | undefined;
7640
7933
  updatedAt?: string | undefined;
7934
+ isDeleted?: string | undefined;
7641
7935
  preferredEmail?: string | undefined;
7642
7936
  phoneNumber?: string | undefined;
7643
7937
  birthDate?: string | undefined;
@@ -7647,6 +7941,7 @@ declare const zUser: z.ZodObject<{
7647
7941
  editedBy: z.ZodOptional<z.ZodString>;
7648
7942
  createdAt: z.ZodOptional<z.ZodString>;
7649
7943
  updatedAt: z.ZodOptional<z.ZodString>;
7944
+ isDeleted: z.ZodOptional<z.ZodString>;
7650
7945
  }, z.UnknownKeysParam, z.ZodTypeAny, {
7651
7946
  _id: string;
7652
7947
  name: string;
@@ -7655,6 +7950,7 @@ declare const zUser: z.ZodObject<{
7655
7950
  editedBy?: string | undefined;
7656
7951
  createdAt?: string | undefined;
7657
7952
  updatedAt?: string | undefined;
7953
+ isDeleted?: string | undefined;
7658
7954
  phoneNumber?: string | undefined;
7659
7955
  birthDate?: string | undefined;
7660
7956
  roles?: {
@@ -7676,6 +7972,7 @@ declare const zUser: z.ZodObject<{
7676
7972
  editedBy?: string | undefined;
7677
7973
  createdAt?: string | undefined;
7678
7974
  updatedAt?: string | undefined;
7975
+ isDeleted?: string | undefined;
7679
7976
  preferredEmail?: string | undefined;
7680
7977
  phoneNumber?: string | undefined;
7681
7978
  birthDate?: string | undefined;
@@ -7688,6 +7985,7 @@ declare const zUser: z.ZodObject<{
7688
7985
  editedBy?: string | undefined;
7689
7986
  createdAt?: string | undefined;
7690
7987
  updatedAt?: string | undefined;
7988
+ isDeleted?: string | undefined;
7691
7989
  phoneNumber?: string | undefined;
7692
7990
  birthDate?: string | undefined;
7693
7991
  roles?: {
@@ -7709,6 +8007,7 @@ declare const zUser: z.ZodObject<{
7709
8007
  editedBy?: string | undefined;
7710
8008
  createdAt?: string | undefined;
7711
8009
  updatedAt?: string | undefined;
8010
+ isDeleted?: string | undefined;
7712
8011
  preferredEmail?: string | undefined;
7713
8012
  phoneNumber?: string | undefined;
7714
8013
  birthDate?: string | undefined;
@@ -7767,6 +8066,7 @@ declare const zUserProfile: z.ZodObject<{
7767
8066
  editedBy: z.ZodOptional<z.ZodString>;
7768
8067
  createdAt: z.ZodOptional<z.ZodString>;
7769
8068
  updatedAt: z.ZodOptional<z.ZodString>;
8069
+ isDeleted: z.ZodOptional<z.ZodString>;
7770
8070
  }, z.UnknownKeysParam, z.ZodTypeAny, {
7771
8071
  firstName: string;
7772
8072
  lastName: string;
@@ -7779,6 +8079,7 @@ declare const zUserProfile: z.ZodObject<{
7779
8079
  editedBy?: string | undefined;
7780
8080
  createdAt?: string | undefined;
7781
8081
  updatedAt?: string | undefined;
8082
+ isDeleted?: string | undefined;
7782
8083
  preferredEmail?: string | undefined;
7783
8084
  phoneNumber?: string | undefined;
7784
8085
  birthDate?: string | undefined;
@@ -7794,6 +8095,7 @@ declare const zUserProfile: z.ZodObject<{
7794
8095
  editedBy?: string | undefined;
7795
8096
  createdAt?: string | undefined;
7796
8097
  updatedAt?: string | undefined;
8098
+ isDeleted?: string | undefined;
7797
8099
  preferredEmail?: string | undefined;
7798
8100
  phoneNumber?: string | undefined;
7799
8101
  birthDate?: string | undefined;
@@ -7857,6 +8159,7 @@ declare const zBStudent: z.ZodObject<{
7857
8159
  editedBy: z.ZodOptional<z.ZodString>;
7858
8160
  createdAt: z.ZodOptional<z.ZodString>;
7859
8161
  updatedAt: z.ZodOptional<z.ZodString>;
8162
+ isDeleted: z.ZodOptional<z.ZodString>;
7860
8163
  }, z.UnknownKeysParam, z.ZodTypeAny, {
7861
8164
  firstName: string;
7862
8165
  lastName: string;
@@ -7869,6 +8172,7 @@ declare const zBStudent: z.ZodObject<{
7869
8172
  editedBy?: string | undefined;
7870
8173
  createdAt?: string | undefined;
7871
8174
  updatedAt?: string | undefined;
8175
+ isDeleted?: string | undefined;
7872
8176
  preferredEmail?: string | undefined;
7873
8177
  phoneNumber?: string | undefined;
7874
8178
  birthDate?: string | undefined;
@@ -7884,6 +8188,7 @@ declare const zBStudent: z.ZodObject<{
7884
8188
  editedBy?: string | undefined;
7885
8189
  createdAt?: string | undefined;
7886
8190
  updatedAt?: string | undefined;
8191
+ isDeleted?: string | undefined;
7887
8192
  preferredEmail?: string | undefined;
7888
8193
  phoneNumber?: string | undefined;
7889
8194
  birthDate?: string | undefined;
@@ -7917,6 +8222,7 @@ declare const zBStudent: z.ZodObject<{
7917
8222
  editedBy?: string | undefined;
7918
8223
  createdAt?: string | undefined;
7919
8224
  updatedAt?: string | undefined;
8225
+ isDeleted?: string | undefined;
7920
8226
  preferredEmail?: string | undefined;
7921
8227
  phoneNumber?: string | undefined;
7922
8228
  birthDate?: string | undefined;
@@ -7948,6 +8254,7 @@ declare const zBStudent: z.ZodObject<{
7948
8254
  editedBy?: string | undefined;
7949
8255
  createdAt?: string | undefined;
7950
8256
  updatedAt?: string | undefined;
8257
+ isDeleted?: string | undefined;
7951
8258
  preferredEmail?: string | undefined;
7952
8259
  phoneNumber?: string | undefined;
7953
8260
  birthDate?: string | undefined;
@@ -7991,6 +8298,7 @@ declare const zStudent: z.ZodObject<{
7991
8298
  editedBy: z.ZodOptional<z.ZodString>;
7992
8299
  createdAt: z.ZodOptional<z.ZodString>;
7993
8300
  updatedAt: z.ZodOptional<z.ZodString>;
8301
+ isDeleted: z.ZodOptional<z.ZodString>;
7994
8302
  }, z.UnknownKeysParam, z.ZodTypeAny, {
7995
8303
  firstName: string;
7996
8304
  lastName: string;
@@ -8003,6 +8311,7 @@ declare const zStudent: z.ZodObject<{
8003
8311
  editedBy?: string | undefined;
8004
8312
  createdAt?: string | undefined;
8005
8313
  updatedAt?: string | undefined;
8314
+ isDeleted?: string | undefined;
8006
8315
  preferredEmail?: string | undefined;
8007
8316
  phoneNumber?: string | undefined;
8008
8317
  birthDate?: string | undefined;
@@ -8018,6 +8327,7 @@ declare const zStudent: z.ZodObject<{
8018
8327
  editedBy?: string | undefined;
8019
8328
  createdAt?: string | undefined;
8020
8329
  updatedAt?: string | undefined;
8330
+ isDeleted?: string | undefined;
8021
8331
  preferredEmail?: string | undefined;
8022
8332
  phoneNumber?: string | undefined;
8023
8333
  birthDate?: string | undefined;
@@ -8030,6 +8340,7 @@ declare const zStudent: z.ZodObject<{
8030
8340
  editedBy: z.ZodOptional<z.ZodString>;
8031
8341
  createdAt: z.ZodOptional<z.ZodString>;
8032
8342
  updatedAt: z.ZodOptional<z.ZodString>;
8343
+ isDeleted: z.ZodOptional<z.ZodString>;
8033
8344
  }, z.UnknownKeysParam, z.ZodTypeAny, {
8034
8345
  rank: GoRank;
8035
8346
  _id: string;
@@ -8039,6 +8350,7 @@ declare const zStudent: z.ZodObject<{
8039
8350
  editedBy?: string | undefined;
8040
8351
  createdAt?: string | undefined;
8041
8352
  updatedAt?: string | undefined;
8353
+ isDeleted?: string | undefined;
8042
8354
  phoneNumber?: string | undefined;
8043
8355
  birthDate?: string | undefined;
8044
8356
  roles?: {
@@ -8060,6 +8372,7 @@ declare const zStudent: z.ZodObject<{
8060
8372
  editedBy?: string | undefined;
8061
8373
  createdAt?: string | undefined;
8062
8374
  updatedAt?: string | undefined;
8375
+ isDeleted?: string | undefined;
8063
8376
  preferredEmail?: string | undefined;
8064
8377
  phoneNumber?: string | undefined;
8065
8378
  birthDate?: string | undefined;
@@ -8074,6 +8387,7 @@ declare const zStudent: z.ZodObject<{
8074
8387
  editedBy?: string | undefined;
8075
8388
  createdAt?: string | undefined;
8076
8389
  updatedAt?: string | undefined;
8390
+ isDeleted?: string | undefined;
8077
8391
  phoneNumber?: string | undefined;
8078
8392
  birthDate?: string | undefined;
8079
8393
  roles?: {
@@ -8095,6 +8409,7 @@ declare const zStudent: z.ZodObject<{
8095
8409
  editedBy?: string | undefined;
8096
8410
  createdAt?: string | undefined;
8097
8411
  updatedAt?: string | undefined;
8412
+ isDeleted?: string | undefined;
8098
8413
  preferredEmail?: string | undefined;
8099
8414
  phoneNumber?: string | undefined;
8100
8415
  birthDate?: string | undefined;
@@ -8141,6 +8456,7 @@ declare const zBTeacher: z.ZodObject<{
8141
8456
  editedBy: z.ZodOptional<z.ZodString>;
8142
8457
  createdAt: z.ZodOptional<z.ZodString>;
8143
8458
  updatedAt: z.ZodOptional<z.ZodString>;
8459
+ isDeleted: z.ZodOptional<z.ZodString>;
8144
8460
  }, z.UnknownKeysParam, z.ZodTypeAny, {
8145
8461
  firstName: string;
8146
8462
  lastName: string;
@@ -8153,6 +8469,7 @@ declare const zBTeacher: z.ZodObject<{
8153
8469
  editedBy?: string | undefined;
8154
8470
  createdAt?: string | undefined;
8155
8471
  updatedAt?: string | undefined;
8472
+ isDeleted?: string | undefined;
8156
8473
  preferredEmail?: string | undefined;
8157
8474
  phoneNumber?: string | undefined;
8158
8475
  birthDate?: string | undefined;
@@ -8168,6 +8485,7 @@ declare const zBTeacher: z.ZodObject<{
8168
8485
  editedBy?: string | undefined;
8169
8486
  createdAt?: string | undefined;
8170
8487
  updatedAt?: string | undefined;
8488
+ isDeleted?: string | undefined;
8171
8489
  preferredEmail?: string | undefined;
8172
8490
  phoneNumber?: string | undefined;
8173
8491
  birthDate?: string | undefined;
@@ -8240,6 +8558,7 @@ declare const zBTeacher: z.ZodObject<{
8240
8558
  editedBy?: string | undefined;
8241
8559
  createdAt?: string | undefined;
8242
8560
  updatedAt?: string | undefined;
8561
+ isDeleted?: string | undefined;
8243
8562
  preferredEmail?: string | undefined;
8244
8563
  phoneNumber?: string | undefined;
8245
8564
  birthDate?: string | undefined;
@@ -8277,6 +8596,7 @@ declare const zBTeacher: z.ZodObject<{
8277
8596
  editedBy?: string | undefined;
8278
8597
  createdAt?: string | undefined;
8279
8598
  updatedAt?: string | undefined;
8599
+ isDeleted?: string | undefined;
8280
8600
  preferredEmail?: string | undefined;
8281
8601
  phoneNumber?: string | undefined;
8282
8602
  birthDate?: string | undefined;
@@ -8325,6 +8645,7 @@ declare const zTeacher: z.ZodObject<{
8325
8645
  editedBy: z.ZodOptional<z.ZodString>;
8326
8646
  createdAt: z.ZodOptional<z.ZodString>;
8327
8647
  updatedAt: z.ZodOptional<z.ZodString>;
8648
+ isDeleted: z.ZodOptional<z.ZodString>;
8328
8649
  }, z.UnknownKeysParam, z.ZodTypeAny, {
8329
8650
  firstName: string;
8330
8651
  lastName: string;
@@ -8337,6 +8658,7 @@ declare const zTeacher: z.ZodObject<{
8337
8658
  editedBy?: string | undefined;
8338
8659
  createdAt?: string | undefined;
8339
8660
  updatedAt?: string | undefined;
8661
+ isDeleted?: string | undefined;
8340
8662
  preferredEmail?: string | undefined;
8341
8663
  phoneNumber?: string | undefined;
8342
8664
  birthDate?: string | undefined;
@@ -8352,6 +8674,7 @@ declare const zTeacher: z.ZodObject<{
8352
8674
  editedBy?: string | undefined;
8353
8675
  createdAt?: string | undefined;
8354
8676
  updatedAt?: string | undefined;
8677
+ isDeleted?: string | undefined;
8355
8678
  preferredEmail?: string | undefined;
8356
8679
  phoneNumber?: string | undefined;
8357
8680
  birthDate?: string | undefined;
@@ -8402,6 +8725,7 @@ declare const zTeacher: z.ZodObject<{
8402
8725
  editedBy: z.ZodOptional<z.ZodString>;
8403
8726
  createdAt: z.ZodOptional<z.ZodString>;
8404
8727
  updatedAt: z.ZodOptional<z.ZodString>;
8728
+ isDeleted: z.ZodOptional<z.ZodString>;
8405
8729
  }, z.UnknownKeysParam, z.ZodTypeAny, {
8406
8730
  rank: GoRank;
8407
8731
  _id: string;
@@ -8412,6 +8736,7 @@ declare const zTeacher: z.ZodObject<{
8412
8736
  editedBy?: string | undefined;
8413
8737
  createdAt?: string | undefined;
8414
8738
  updatedAt?: string | undefined;
8739
+ isDeleted?: string | undefined;
8415
8740
  phoneNumber?: string | undefined;
8416
8741
  birthDate?: string | undefined;
8417
8742
  roles?: {
@@ -8433,6 +8758,7 @@ declare const zTeacher: z.ZodObject<{
8433
8758
  editedBy?: string | undefined;
8434
8759
  createdAt?: string | undefined;
8435
8760
  updatedAt?: string | undefined;
8761
+ isDeleted?: string | undefined;
8436
8762
  preferredEmail?: string | undefined;
8437
8763
  phoneNumber?: string | undefined;
8438
8764
  birthDate?: string | undefined;
@@ -8453,6 +8779,7 @@ declare const zTeacher: z.ZodObject<{
8453
8779
  editedBy?: string | undefined;
8454
8780
  createdAt?: string | undefined;
8455
8781
  updatedAt?: string | undefined;
8782
+ isDeleted?: string | undefined;
8456
8783
  phoneNumber?: string | undefined;
8457
8784
  birthDate?: string | undefined;
8458
8785
  roles?: {
@@ -8474,6 +8801,7 @@ declare const zTeacher: z.ZodObject<{
8474
8801
  editedBy?: string | undefined;
8475
8802
  createdAt?: string | undefined;
8476
8803
  updatedAt?: string | undefined;
8804
+ isDeleted?: string | undefined;
8477
8805
  preferredEmail?: string | undefined;
8478
8806
  phoneNumber?: string | undefined;
8479
8807
  birthDate?: string | undefined;
@@ -8522,6 +8850,7 @@ declare const zTeacherResponse: z.ZodObject<Omit<{
8522
8850
  editedBy: z.ZodOptional<z.ZodString>;
8523
8851
  createdAt: z.ZodOptional<z.ZodString>;
8524
8852
  updatedAt: z.ZodOptional<z.ZodString>;
8853
+ isDeleted: z.ZodOptional<z.ZodString>;
8525
8854
  }, z.UnknownKeysParam, z.ZodTypeAny, {
8526
8855
  firstName: string;
8527
8856
  lastName: string;
@@ -8534,6 +8863,7 @@ declare const zTeacherResponse: z.ZodObject<Omit<{
8534
8863
  editedBy?: string | undefined;
8535
8864
  createdAt?: string | undefined;
8536
8865
  updatedAt?: string | undefined;
8866
+ isDeleted?: string | undefined;
8537
8867
  preferredEmail?: string | undefined;
8538
8868
  phoneNumber?: string | undefined;
8539
8869
  birthDate?: string | undefined;
@@ -8549,6 +8879,7 @@ declare const zTeacherResponse: z.ZodObject<Omit<{
8549
8879
  editedBy?: string | undefined;
8550
8880
  createdAt?: string | undefined;
8551
8881
  updatedAt?: string | undefined;
8882
+ isDeleted?: string | undefined;
8552
8883
  preferredEmail?: string | undefined;
8553
8884
  phoneNumber?: string | undefined;
8554
8885
  birthDate?: string | undefined;
@@ -8599,6 +8930,7 @@ declare const zTeacherResponse: z.ZodObject<Omit<{
8599
8930
  editedBy: z.ZodOptional<z.ZodString>;
8600
8931
  createdAt: z.ZodOptional<z.ZodString>;
8601
8932
  updatedAt: z.ZodOptional<z.ZodString>;
8933
+ isDeleted: z.ZodOptional<z.ZodString>;
8602
8934
  }, "editedBy" | "createdAt" | "updatedAt" | "roles"> & {
8603
8935
  role: z.ZodNumber;
8604
8936
  }, z.UnknownKeysParam, z.ZodTypeAny, {
@@ -8609,6 +8941,7 @@ declare const zTeacherResponse: z.ZodObject<Omit<{
8609
8941
  role: number;
8610
8942
  email?: string | undefined;
8611
8943
  address?: string | undefined;
8944
+ isDeleted?: string | undefined;
8612
8945
  phoneNumber?: string | undefined;
8613
8946
  birthDate?: string | undefined;
8614
8947
  country?: string | undefined;
@@ -8625,6 +8958,7 @@ declare const zTeacherResponse: z.ZodObject<Omit<{
8625
8958
  editedBy?: string | undefined;
8626
8959
  createdAt?: string | undefined;
8627
8960
  updatedAt?: string | undefined;
8961
+ isDeleted?: string | undefined;
8628
8962
  preferredEmail?: string | undefined;
8629
8963
  phoneNumber?: string | undefined;
8630
8964
  birthDate?: string | undefined;
@@ -8643,6 +8977,7 @@ declare const zTeacherResponse: z.ZodObject<Omit<{
8643
8977
  role: number;
8644
8978
  email?: string | undefined;
8645
8979
  address?: string | undefined;
8980
+ isDeleted?: string | undefined;
8646
8981
  phoneNumber?: string | undefined;
8647
8982
  birthDate?: string | undefined;
8648
8983
  country?: string | undefined;
@@ -8659,6 +8994,7 @@ declare const zTeacherResponse: z.ZodObject<Omit<{
8659
8994
  editedBy?: string | undefined;
8660
8995
  createdAt?: string | undefined;
8661
8996
  updatedAt?: string | undefined;
8997
+ isDeleted?: string | undefined;
8662
8998
  preferredEmail?: string | undefined;
8663
8999
  phoneNumber?: string | undefined;
8664
9000
  birthDate?: string | undefined;
@@ -8744,6 +9080,7 @@ declare const zProduct: z.ZodObject<{
8744
9080
  editedBy: z.ZodOptional<z.ZodString>;
8745
9081
  createdAt: z.ZodOptional<z.ZodString>;
8746
9082
  updatedAt: z.ZodOptional<z.ZodString>;
9083
+ isDeleted: z.ZodOptional<z.ZodString>;
8747
9084
  }, z.UnknownKeysParam, z.ZodTypeAny, {
8748
9085
  _id: string;
8749
9086
  name: string;
@@ -8752,6 +9089,7 @@ declare const zProduct: z.ZodObject<{
8752
9089
  editedBy?: string | undefined;
8753
9090
  createdAt?: string | undefined;
8754
9091
  updatedAt?: string | undefined;
9092
+ isDeleted?: string | undefined;
8755
9093
  }, {
8756
9094
  _id: string;
8757
9095
  name: string;
@@ -8760,6 +9098,7 @@ declare const zProduct: z.ZodObject<{
8760
9098
  editedBy?: string | undefined;
8761
9099
  createdAt?: string | undefined;
8762
9100
  updatedAt?: string | undefined;
9101
+ isDeleted?: string | undefined;
8763
9102
  }>;
8764
9103
  declare const zProductResponse: z.ZodObject<{
8765
9104
  name: z.ZodString;
@@ -8768,6 +9107,7 @@ declare const zProductResponse: z.ZodObject<{
8768
9107
  _id: z.ZodString;
8769
9108
  createdAt: z.ZodOptional<z.ZodString>;
8770
9109
  updatedAt: z.ZodOptional<z.ZodString>;
9110
+ isDeleted: z.ZodOptional<z.ZodString>;
8771
9111
  } & {
8772
9112
  editedBy: z.ZodObject<{
8773
9113
  name: z.ZodString;
@@ -8806,6 +9146,7 @@ declare const zProductResponse: z.ZodObject<{
8806
9146
  editedBy: z.ZodOptional<z.ZodString>;
8807
9147
  createdAt: z.ZodOptional<z.ZodString>;
8808
9148
  updatedAt: z.ZodOptional<z.ZodString>;
9149
+ isDeleted: z.ZodOptional<z.ZodString>;
8809
9150
  }, z.UnknownKeysParam, z.ZodTypeAny, {
8810
9151
  firstName: string;
8811
9152
  lastName: string;
@@ -8818,6 +9159,7 @@ declare const zProductResponse: z.ZodObject<{
8818
9159
  editedBy?: string | undefined;
8819
9160
  createdAt?: string | undefined;
8820
9161
  updatedAt?: string | undefined;
9162
+ isDeleted?: string | undefined;
8821
9163
  preferredEmail?: string | undefined;
8822
9164
  phoneNumber?: string | undefined;
8823
9165
  birthDate?: string | undefined;
@@ -8833,6 +9175,7 @@ declare const zProductResponse: z.ZodObject<{
8833
9175
  editedBy?: string | undefined;
8834
9176
  createdAt?: string | undefined;
8835
9177
  updatedAt?: string | undefined;
9178
+ isDeleted?: string | undefined;
8836
9179
  preferredEmail?: string | undefined;
8837
9180
  phoneNumber?: string | undefined;
8838
9181
  birthDate?: string | undefined;
@@ -8842,6 +9185,7 @@ declare const zProductResponse: z.ZodObject<{
8842
9185
  editedBy: z.ZodOptional<z.ZodString>;
8843
9186
  createdAt: z.ZodOptional<z.ZodString>;
8844
9187
  updatedAt: z.ZodOptional<z.ZodString>;
9188
+ isDeleted: z.ZodOptional<z.ZodString>;
8845
9189
  }, z.UnknownKeysParam, z.ZodTypeAny, {
8846
9190
  _id: string;
8847
9191
  name: string;
@@ -8850,6 +9194,7 @@ declare const zProductResponse: z.ZodObject<{
8850
9194
  editedBy?: string | undefined;
8851
9195
  createdAt?: string | undefined;
8852
9196
  updatedAt?: string | undefined;
9197
+ isDeleted?: string | undefined;
8853
9198
  phoneNumber?: string | undefined;
8854
9199
  birthDate?: string | undefined;
8855
9200
  roles?: {
@@ -8871,6 +9216,7 @@ declare const zProductResponse: z.ZodObject<{
8871
9216
  editedBy?: string | undefined;
8872
9217
  createdAt?: string | undefined;
8873
9218
  updatedAt?: string | undefined;
9219
+ isDeleted?: string | undefined;
8874
9220
  preferredEmail?: string | undefined;
8875
9221
  phoneNumber?: string | undefined;
8876
9222
  birthDate?: string | undefined;
@@ -8883,6 +9229,7 @@ declare const zProductResponse: z.ZodObject<{
8883
9229
  editedBy?: string | undefined;
8884
9230
  createdAt?: string | undefined;
8885
9231
  updatedAt?: string | undefined;
9232
+ isDeleted?: string | undefined;
8886
9233
  phoneNumber?: string | undefined;
8887
9234
  birthDate?: string | undefined;
8888
9235
  roles?: {
@@ -8904,6 +9251,7 @@ declare const zProductResponse: z.ZodObject<{
8904
9251
  editedBy?: string | undefined;
8905
9252
  createdAt?: string | undefined;
8906
9253
  updatedAt?: string | undefined;
9254
+ isDeleted?: string | undefined;
8907
9255
  preferredEmail?: string | undefined;
8908
9256
  phoneNumber?: string | undefined;
8909
9257
  birthDate?: string | undefined;
@@ -8919,6 +9267,7 @@ declare const zProductResponse: z.ZodObject<{
8919
9267
  editedBy?: string | undefined;
8920
9268
  createdAt?: string | undefined;
8921
9269
  updatedAt?: string | undefined;
9270
+ isDeleted?: string | undefined;
8922
9271
  phoneNumber?: string | undefined;
8923
9272
  birthDate?: string | undefined;
8924
9273
  roles?: {
@@ -8940,6 +9289,7 @@ declare const zProductResponse: z.ZodObject<{
8940
9289
  editedBy?: string | undefined;
8941
9290
  createdAt?: string | undefined;
8942
9291
  updatedAt?: string | undefined;
9292
+ isDeleted?: string | undefined;
8943
9293
  preferredEmail?: string | undefined;
8944
9294
  phoneNumber?: string | undefined;
8945
9295
  birthDate?: string | undefined;
@@ -8950,6 +9300,7 @@ declare const zProductResponse: z.ZodObject<{
8950
9300
  notes?: string | undefined;
8951
9301
  createdAt?: string | undefined;
8952
9302
  updatedAt?: string | undefined;
9303
+ isDeleted?: string | undefined;
8953
9304
  }, {
8954
9305
  _id: string;
8955
9306
  editedBy: {
@@ -8960,6 +9311,7 @@ declare const zProductResponse: z.ZodObject<{
8960
9311
  editedBy?: string | undefined;
8961
9312
  createdAt?: string | undefined;
8962
9313
  updatedAt?: string | undefined;
9314
+ isDeleted?: string | undefined;
8963
9315
  phoneNumber?: string | undefined;
8964
9316
  birthDate?: string | undefined;
8965
9317
  roles?: {
@@ -8981,6 +9333,7 @@ declare const zProductResponse: z.ZodObject<{
8981
9333
  editedBy?: string | undefined;
8982
9334
  createdAt?: string | undefined;
8983
9335
  updatedAt?: string | undefined;
9336
+ isDeleted?: string | undefined;
8984
9337
  preferredEmail?: string | undefined;
8985
9338
  phoneNumber?: string | undefined;
8986
9339
  birthDate?: string | undefined;
@@ -8991,6 +9344,7 @@ declare const zProductResponse: z.ZodObject<{
8991
9344
  notes?: string | undefined;
8992
9345
  createdAt?: string | undefined;
8993
9346
  updatedAt?: string | undefined;
9347
+ isDeleted?: string | undefined;
8994
9348
  }>;
8995
9349
  type BProduct = z.infer<typeof zBProduct>;
8996
9350
  type Product = z.infer<typeof zProduct>;