@opencrvs/toolkit 1.8.1-rc.3e74262 → 1.8.1-rc.7e34683

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.
@@ -272,6 +272,16 @@ export declare const BaseActionInput: z.ZodObject<{
272
272
  surname?: string | null | undefined;
273
273
  middlename?: string | null | undefined;
274
274
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
275
+ actionDetails: z.ZodOptional<z.ZodObject<{
276
+ templateId: z.ZodOptional<z.ZodString>;
277
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
278
+ }, "strip", z.ZodTypeAny, {
279
+ templateId?: string | undefined;
280
+ isImmediateCorrection?: boolean | undefined;
281
+ }, {
282
+ templateId?: string | undefined;
283
+ isImmediateCorrection?: boolean | undefined;
284
+ }>>;
275
285
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
276
286
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
277
287
  }, "strip", z.ZodTypeAny, {
@@ -367,6 +377,10 @@ export declare const BaseActionInput: z.ZodObject<{
367
377
  start: string;
368
378
  end: string;
369
379
  } | null | undefined> | undefined;
380
+ actionDetails?: {
381
+ templateId?: string | undefined;
382
+ isImmediateCorrection?: boolean | undefined;
383
+ } | undefined;
370
384
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
371
385
  keepAssignment?: boolean | undefined;
372
386
  }, {
@@ -462,6 +476,10 @@ export declare const BaseActionInput: z.ZodObject<{
462
476
  start: string;
463
477
  end: string;
464
478
  } | null | undefined> | undefined;
479
+ actionDetails?: {
480
+ templateId?: string | undefined;
481
+ isImmediateCorrection?: boolean | undefined;
482
+ } | undefined;
465
483
  originalActionId?: string | undefined;
466
484
  keepAssignment?: boolean | undefined;
467
485
  }>;
@@ -738,6 +756,16 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
738
756
  surname?: string | null | undefined;
739
757
  middlename?: string | null | undefined;
740
758
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
759
+ actionDetails: z.ZodOptional<z.ZodObject<{
760
+ templateId: z.ZodOptional<z.ZodString>;
761
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
762
+ }, "strip", z.ZodTypeAny, {
763
+ templateId?: string | undefined;
764
+ isImmediateCorrection?: boolean | undefined;
765
+ }, {
766
+ templateId?: string | undefined;
767
+ isImmediateCorrection?: boolean | undefined;
768
+ }>>;
741
769
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
742
770
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
743
771
  }, {
@@ -837,6 +865,10 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
837
865
  start: string;
838
866
  end: string;
839
867
  } | null | undefined> | undefined;
868
+ actionDetails?: {
869
+ templateId?: string | undefined;
870
+ isImmediateCorrection?: boolean | undefined;
871
+ } | undefined;
840
872
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
841
873
  registrationNumber?: string | undefined;
842
874
  keepAssignment?: boolean | undefined;
@@ -934,6 +966,10 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
934
966
  start: string;
935
967
  end: string;
936
968
  } | null | undefined> | undefined;
969
+ actionDetails?: {
970
+ templateId?: string | undefined;
971
+ isImmediateCorrection?: boolean | undefined;
972
+ } | undefined;
937
973
  originalActionId?: string | undefined;
938
974
  registrationNumber?: string | undefined;
939
975
  keepAssignment?: boolean | undefined;
@@ -1212,6 +1248,16 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
1212
1248
  surname?: string | null | undefined;
1213
1249
  middlename?: string | null | undefined;
1214
1250
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
1251
+ actionDetails: z.ZodOptional<z.ZodObject<{
1252
+ templateId: z.ZodOptional<z.ZodString>;
1253
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
1254
+ }, "strip", z.ZodTypeAny, {
1255
+ templateId?: string | undefined;
1256
+ isImmediateCorrection?: boolean | undefined;
1257
+ }, {
1258
+ templateId?: string | undefined;
1259
+ isImmediateCorrection?: boolean | undefined;
1260
+ }>>;
1215
1261
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
1216
1262
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
1217
1263
  }, {
@@ -1312,6 +1358,10 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
1312
1358
  start: string;
1313
1359
  end: string;
1314
1360
  } | null | undefined> | undefined;
1361
+ actionDetails?: {
1362
+ templateId?: string | undefined;
1363
+ isImmediateCorrection?: boolean | undefined;
1364
+ } | undefined;
1315
1365
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
1316
1366
  keepAssignment?: boolean | undefined;
1317
1367
  }, {
@@ -1409,6 +1459,10 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
1409
1459
  start: string;
1410
1460
  end: string;
1411
1461
  } | null | undefined> | undefined;
1462
+ actionDetails?: {
1463
+ templateId?: string | undefined;
1464
+ isImmediateCorrection?: boolean | undefined;
1465
+ } | undefined;
1412
1466
  originalActionId?: string | undefined;
1413
1467
  keepAssignment?: boolean | undefined;
1414
1468
  }>;
@@ -1686,6 +1740,16 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
1686
1740
  surname?: string | null | undefined;
1687
1741
  middlename?: string | null | undefined;
1688
1742
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
1743
+ actionDetails: z.ZodOptional<z.ZodObject<{
1744
+ templateId: z.ZodOptional<z.ZodString>;
1745
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
1746
+ }, "strip", z.ZodTypeAny, {
1747
+ templateId?: string | undefined;
1748
+ isImmediateCorrection?: boolean | undefined;
1749
+ }, {
1750
+ templateId?: string | undefined;
1751
+ isImmediateCorrection?: boolean | undefined;
1752
+ }>>;
1689
1753
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
1690
1754
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
1691
1755
  }, {
@@ -1784,6 +1848,10 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
1784
1848
  start: string;
1785
1849
  end: string;
1786
1850
  } | null | undefined> | undefined;
1851
+ actionDetails?: {
1852
+ templateId?: string | undefined;
1853
+ isImmediateCorrection?: boolean | undefined;
1854
+ } | undefined;
1787
1855
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
1788
1856
  keepAssignment?: boolean | undefined;
1789
1857
  }, {
@@ -1880,6 +1948,10 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
1880
1948
  start: string;
1881
1949
  end: string;
1882
1950
  } | null | undefined> | undefined;
1951
+ actionDetails?: {
1952
+ templateId?: string | undefined;
1953
+ isImmediateCorrection?: boolean | undefined;
1954
+ } | undefined;
1883
1955
  originalActionId?: string | undefined;
1884
1956
  keepAssignment?: boolean | undefined;
1885
1957
  }>;
@@ -2157,6 +2229,16 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
2157
2229
  surname?: string | null | undefined;
2158
2230
  middlename?: string | null | undefined;
2159
2231
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
2232
+ actionDetails: z.ZodOptional<z.ZodObject<{
2233
+ templateId: z.ZodOptional<z.ZodString>;
2234
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
2235
+ }, "strip", z.ZodTypeAny, {
2236
+ templateId?: string | undefined;
2237
+ isImmediateCorrection?: boolean | undefined;
2238
+ }, {
2239
+ templateId?: string | undefined;
2240
+ isImmediateCorrection?: boolean | undefined;
2241
+ }>>;
2160
2242
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
2161
2243
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
2162
2244
  }, {
@@ -2255,6 +2337,10 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
2255
2337
  start: string;
2256
2338
  end: string;
2257
2339
  } | null | undefined> | undefined;
2340
+ actionDetails?: {
2341
+ templateId?: string | undefined;
2342
+ isImmediateCorrection?: boolean | undefined;
2343
+ } | undefined;
2258
2344
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
2259
2345
  keepAssignment?: boolean | undefined;
2260
2346
  }, {
@@ -2351,6 +2437,10 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
2351
2437
  start: string;
2352
2438
  end: string;
2353
2439
  } | null | undefined> | undefined;
2440
+ actionDetails?: {
2441
+ templateId?: string | undefined;
2442
+ isImmediateCorrection?: boolean | undefined;
2443
+ } | undefined;
2354
2444
  originalActionId?: string | undefined;
2355
2445
  keepAssignment?: boolean | undefined;
2356
2446
  }>;
@@ -2627,6 +2717,16 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
2627
2717
  surname?: string | null | undefined;
2628
2718
  middlename?: string | null | undefined;
2629
2719
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
2720
+ actionDetails: z.ZodOptional<z.ZodObject<{
2721
+ templateId: z.ZodOptional<z.ZodString>;
2722
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
2723
+ }, "strip", z.ZodTypeAny, {
2724
+ templateId?: string | undefined;
2725
+ isImmediateCorrection?: boolean | undefined;
2726
+ }, {
2727
+ templateId?: string | undefined;
2728
+ isImmediateCorrection?: boolean | undefined;
2729
+ }>>;
2630
2730
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
2631
2731
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
2632
2732
  }, {
@@ -2725,6 +2825,10 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
2725
2825
  start: string;
2726
2826
  end: string;
2727
2827
  } | null | undefined> | undefined;
2828
+ actionDetails?: {
2829
+ templateId?: string | undefined;
2830
+ isImmediateCorrection?: boolean | undefined;
2831
+ } | undefined;
2728
2832
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
2729
2833
  keepAssignment?: boolean | undefined;
2730
2834
  }, {
@@ -2821,6 +2925,10 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
2821
2925
  start: string;
2822
2926
  end: string;
2823
2927
  } | null | undefined> | undefined;
2928
+ actionDetails?: {
2929
+ templateId?: string | undefined;
2930
+ isImmediateCorrection?: boolean | undefined;
2931
+ } | undefined;
2824
2932
  originalActionId?: string | undefined;
2825
2933
  keepAssignment?: boolean | undefined;
2826
2934
  }>;
@@ -3098,6 +3206,16 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
3098
3206
  surname?: string | null | undefined;
3099
3207
  middlename?: string | null | undefined;
3100
3208
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
3209
+ actionDetails: z.ZodOptional<z.ZodObject<{
3210
+ templateId: z.ZodOptional<z.ZodString>;
3211
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
3212
+ }, "strip", z.ZodTypeAny, {
3213
+ templateId?: string | undefined;
3214
+ isImmediateCorrection?: boolean | undefined;
3215
+ }, {
3216
+ templateId?: string | undefined;
3217
+ isImmediateCorrection?: boolean | undefined;
3218
+ }>>;
3101
3219
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
3102
3220
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
3103
3221
  }, {
@@ -3210,6 +3328,10 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
3210
3328
  start: string;
3211
3329
  end: string;
3212
3330
  } | null | undefined> | undefined;
3331
+ actionDetails?: {
3332
+ templateId?: string | undefined;
3333
+ isImmediateCorrection?: boolean | undefined;
3334
+ } | undefined;
3213
3335
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
3214
3336
  keepAssignment?: boolean | undefined;
3215
3337
  }, {
@@ -3310,6 +3432,10 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
3310
3432
  start: string;
3311
3433
  end: string;
3312
3434
  } | null | undefined> | undefined;
3435
+ actionDetails?: {
3436
+ templateId?: string | undefined;
3437
+ isImmediateCorrection?: boolean | undefined;
3438
+ } | undefined;
3313
3439
  originalActionId?: string | undefined;
3314
3440
  keepAssignment?: boolean | undefined;
3315
3441
  }>;
@@ -3587,6 +3713,16 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
3587
3713
  surname?: string | null | undefined;
3588
3714
  middlename?: string | null | undefined;
3589
3715
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
3716
+ actionDetails: z.ZodOptional<z.ZodObject<{
3717
+ templateId: z.ZodOptional<z.ZodString>;
3718
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
3719
+ }, "strip", z.ZodTypeAny, {
3720
+ templateId?: string | undefined;
3721
+ isImmediateCorrection?: boolean | undefined;
3722
+ }, {
3723
+ templateId?: string | undefined;
3724
+ isImmediateCorrection?: boolean | undefined;
3725
+ }>>;
3590
3726
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
3591
3727
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
3592
3728
  }, {
@@ -3685,6 +3821,10 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
3685
3821
  start: string;
3686
3822
  end: string;
3687
3823
  } | null | undefined> | undefined;
3824
+ actionDetails?: {
3825
+ templateId?: string | undefined;
3826
+ isImmediateCorrection?: boolean | undefined;
3827
+ } | undefined;
3688
3828
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
3689
3829
  keepAssignment?: boolean | undefined;
3690
3830
  }, {
@@ -3781,6 +3921,10 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
3781
3921
  start: string;
3782
3922
  end: string;
3783
3923
  } | null | undefined> | undefined;
3924
+ actionDetails?: {
3925
+ templateId?: string | undefined;
3926
+ isImmediateCorrection?: boolean | undefined;
3927
+ } | undefined;
3784
3928
  originalActionId?: string | undefined;
3785
3929
  keepAssignment?: boolean | undefined;
3786
3930
  }>;
@@ -4058,6 +4202,16 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
4058
4202
  surname?: string | null | undefined;
4059
4203
  middlename?: string | null | undefined;
4060
4204
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
4205
+ actionDetails: z.ZodOptional<z.ZodObject<{
4206
+ templateId: z.ZodOptional<z.ZodString>;
4207
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
4208
+ }, "strip", z.ZodTypeAny, {
4209
+ templateId?: string | undefined;
4210
+ isImmediateCorrection?: boolean | undefined;
4211
+ }, {
4212
+ templateId?: string | undefined;
4213
+ isImmediateCorrection?: boolean | undefined;
4214
+ }>>;
4061
4215
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
4062
4216
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
4063
4217
  }, {
@@ -4170,6 +4324,10 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
4170
4324
  start: string;
4171
4325
  end: string;
4172
4326
  } | null | undefined> | undefined;
4327
+ actionDetails?: {
4328
+ templateId?: string | undefined;
4329
+ isImmediateCorrection?: boolean | undefined;
4330
+ } | undefined;
4173
4331
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
4174
4332
  keepAssignment?: boolean | undefined;
4175
4333
  }, {
@@ -4270,6 +4428,10 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
4270
4428
  start: string;
4271
4429
  end: string;
4272
4430
  } | null | undefined> | undefined;
4431
+ actionDetails?: {
4432
+ templateId?: string | undefined;
4433
+ isImmediateCorrection?: boolean | undefined;
4434
+ } | undefined;
4273
4435
  originalActionId?: string | undefined;
4274
4436
  keepAssignment?: boolean | undefined;
4275
4437
  }>;
@@ -4547,6 +4709,16 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4547
4709
  surname?: string | null | undefined;
4548
4710
  middlename?: string | null | undefined;
4549
4711
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
4712
+ actionDetails: z.ZodOptional<z.ZodObject<{
4713
+ templateId: z.ZodOptional<z.ZodString>;
4714
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
4715
+ }, "strip", z.ZodTypeAny, {
4716
+ templateId?: string | undefined;
4717
+ isImmediateCorrection?: boolean | undefined;
4718
+ }, {
4719
+ templateId?: string | undefined;
4720
+ isImmediateCorrection?: boolean | undefined;
4721
+ }>>;
4550
4722
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
4551
4723
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
4552
4724
  }, {
@@ -4647,6 +4819,10 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4647
4819
  start: string;
4648
4820
  end: string;
4649
4821
  } | null | undefined> | undefined;
4822
+ actionDetails?: {
4823
+ templateId?: string | undefined;
4824
+ isImmediateCorrection?: boolean | undefined;
4825
+ } | undefined;
4650
4826
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
4651
4827
  keepAssignment?: boolean | undefined;
4652
4828
  }, {
@@ -4744,6 +4920,10 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4744
4920
  start: string;
4745
4921
  end: string;
4746
4922
  } | null | undefined> | undefined;
4923
+ actionDetails?: {
4924
+ templateId?: string | undefined;
4925
+ isImmediateCorrection?: boolean | undefined;
4926
+ } | undefined;
4747
4927
  originalActionId?: string | undefined;
4748
4928
  keepAssignment?: boolean | undefined;
4749
4929
  }>;
@@ -5021,6 +5201,16 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
5021
5201
  surname?: string | null | undefined;
5022
5202
  middlename?: string | null | undefined;
5023
5203
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
5204
+ actionDetails: z.ZodOptional<z.ZodObject<{
5205
+ templateId: z.ZodOptional<z.ZodString>;
5206
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
5207
+ }, "strip", z.ZodTypeAny, {
5208
+ templateId?: string | undefined;
5209
+ isImmediateCorrection?: boolean | undefined;
5210
+ }, {
5211
+ templateId?: string | undefined;
5212
+ isImmediateCorrection?: boolean | undefined;
5213
+ }>>;
5024
5214
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
5025
5215
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
5026
5216
  }, {
@@ -5121,6 +5311,10 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
5121
5311
  start: string;
5122
5312
  end: string;
5123
5313
  } | null | undefined> | undefined;
5314
+ actionDetails?: {
5315
+ templateId?: string | undefined;
5316
+ isImmediateCorrection?: boolean | undefined;
5317
+ } | undefined;
5124
5318
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
5125
5319
  keepAssignment?: boolean | undefined;
5126
5320
  }, {
@@ -5217,6 +5411,10 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
5217
5411
  start: string;
5218
5412
  end: string;
5219
5413
  } | null | undefined> | undefined;
5414
+ actionDetails?: {
5415
+ templateId?: string | undefined;
5416
+ isImmediateCorrection?: boolean | undefined;
5417
+ } | undefined;
5220
5418
  originalActionId?: string | undefined;
5221
5419
  assignedTo?: null | undefined;
5222
5420
  keepAssignment?: boolean | undefined;
@@ -5495,6 +5693,16 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
5495
5693
  surname?: string | null | undefined;
5496
5694
  middlename?: string | null | undefined;
5497
5695
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
5696
+ actionDetails: z.ZodOptional<z.ZodObject<{
5697
+ templateId: z.ZodOptional<z.ZodString>;
5698
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
5699
+ }, "strip", z.ZodTypeAny, {
5700
+ templateId?: string | undefined;
5701
+ isImmediateCorrection?: boolean | undefined;
5702
+ }, {
5703
+ templateId?: string | undefined;
5704
+ isImmediateCorrection?: boolean | undefined;
5705
+ }>>;
5498
5706
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
5499
5707
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
5500
5708
  }, {
@@ -5593,6 +5801,10 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
5593
5801
  start: string;
5594
5802
  end: string;
5595
5803
  } | null | undefined> | undefined;
5804
+ actionDetails?: {
5805
+ templateId?: string | undefined;
5806
+ isImmediateCorrection?: boolean | undefined;
5807
+ } | undefined;
5596
5808
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
5597
5809
  keepAssignment?: boolean | undefined;
5598
5810
  }, {
@@ -5689,6 +5901,10 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
5689
5901
  start: string;
5690
5902
  end: string;
5691
5903
  } | null | undefined> | undefined;
5904
+ actionDetails?: {
5905
+ templateId?: string | undefined;
5906
+ isImmediateCorrection?: boolean | undefined;
5907
+ } | undefined;
5692
5908
  originalActionId?: string | undefined;
5693
5909
  keepAssignment?: boolean | undefined;
5694
5910
  }>;
@@ -5966,6 +6182,16 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
5966
6182
  surname?: string | null | undefined;
5967
6183
  middlename?: string | null | undefined;
5968
6184
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
6185
+ actionDetails: z.ZodOptional<z.ZodObject<{
6186
+ templateId: z.ZodOptional<z.ZodString>;
6187
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
6188
+ }, "strip", z.ZodTypeAny, {
6189
+ templateId?: string | undefined;
6190
+ isImmediateCorrection?: boolean | undefined;
6191
+ }, {
6192
+ templateId?: string | undefined;
6193
+ isImmediateCorrection?: boolean | undefined;
6194
+ }>>;
5969
6195
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
5970
6196
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
5971
6197
  }, {
@@ -6066,6 +6292,10 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
6066
6292
  start: string;
6067
6293
  end: string;
6068
6294
  } | null | undefined> | undefined;
6295
+ actionDetails?: {
6296
+ templateId?: string | undefined;
6297
+ isImmediateCorrection?: boolean | undefined;
6298
+ } | undefined;
6069
6299
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
6070
6300
  keepAssignment?: boolean | undefined;
6071
6301
  }, {
@@ -6163,6 +6393,10 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
6163
6393
  start: string;
6164
6394
  end: string;
6165
6395
  } | null | undefined> | undefined;
6396
+ actionDetails?: {
6397
+ templateId?: string | undefined;
6398
+ isImmediateCorrection?: boolean | undefined;
6399
+ } | undefined;
6166
6400
  originalActionId?: string | undefined;
6167
6401
  keepAssignment?: boolean | undefined;
6168
6402
  }>;
@@ -6440,6 +6674,16 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
6440
6674
  surname?: string | null | undefined;
6441
6675
  middlename?: string | null | undefined;
6442
6676
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
6677
+ actionDetails: z.ZodOptional<z.ZodObject<{
6678
+ templateId: z.ZodOptional<z.ZodString>;
6679
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
6680
+ }, "strip", z.ZodTypeAny, {
6681
+ templateId?: string | undefined;
6682
+ isImmediateCorrection?: boolean | undefined;
6683
+ }, {
6684
+ templateId?: string | undefined;
6685
+ isImmediateCorrection?: boolean | undefined;
6686
+ }>>;
6443
6687
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
6444
6688
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
6445
6689
  }, {
@@ -6540,6 +6784,10 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
6540
6784
  start: string;
6541
6785
  end: string;
6542
6786
  } | null | undefined> | undefined;
6787
+ actionDetails?: {
6788
+ templateId?: string | undefined;
6789
+ isImmediateCorrection?: boolean | undefined;
6790
+ } | undefined;
6543
6791
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
6544
6792
  keepAssignment?: boolean | undefined;
6545
6793
  }, {
@@ -6637,6 +6885,10 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
6637
6885
  start: string;
6638
6886
  end: string;
6639
6887
  } | null | undefined> | undefined;
6888
+ actionDetails?: {
6889
+ templateId?: string | undefined;
6890
+ isImmediateCorrection?: boolean | undefined;
6891
+ } | undefined;
6640
6892
  originalActionId?: string | undefined;
6641
6893
  keepAssignment?: boolean | undefined;
6642
6894
  }>;
@@ -6914,6 +7166,16 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
6914
7166
  surname?: string | null | undefined;
6915
7167
  middlename?: string | null | undefined;
6916
7168
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
7169
+ actionDetails: z.ZodOptional<z.ZodObject<{
7170
+ templateId: z.ZodOptional<z.ZodString>;
7171
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
7172
+ }, "strip", z.ZodTypeAny, {
7173
+ templateId?: string | undefined;
7174
+ isImmediateCorrection?: boolean | undefined;
7175
+ }, {
7176
+ templateId?: string | undefined;
7177
+ isImmediateCorrection?: boolean | undefined;
7178
+ }>>;
6917
7179
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
6918
7180
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
6919
7181
  }, {
@@ -7012,6 +7274,10 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
7012
7274
  start: string;
7013
7275
  end: string;
7014
7276
  } | null | undefined> | undefined;
7277
+ actionDetails?: {
7278
+ templateId?: string | undefined;
7279
+ isImmediateCorrection?: boolean | undefined;
7280
+ } | undefined;
7015
7281
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
7016
7282
  keepAssignment?: boolean | undefined;
7017
7283
  }, {
@@ -7108,6 +7374,10 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
7108
7374
  start: string;
7109
7375
  end: string;
7110
7376
  } | null | undefined> | undefined;
7377
+ actionDetails?: {
7378
+ templateId?: string | undefined;
7379
+ isImmediateCorrection?: boolean | undefined;
7380
+ } | undefined;
7111
7381
  originalActionId?: string | undefined;
7112
7382
  keepAssignment?: boolean | undefined;
7113
7383
  }>;
@@ -7401,6 +7671,16 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7401
7671
  surname?: string | null | undefined;
7402
7672
  middlename?: string | null | undefined;
7403
7673
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
7674
+ actionDetails: z.ZodOptional<z.ZodObject<{
7675
+ templateId: z.ZodOptional<z.ZodString>;
7676
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
7677
+ }, "strip", z.ZodTypeAny, {
7678
+ templateId?: string | undefined;
7679
+ isImmediateCorrection?: boolean | undefined;
7680
+ }, {
7681
+ templateId?: string | undefined;
7682
+ isImmediateCorrection?: boolean | undefined;
7683
+ }>>;
7404
7684
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
7405
7685
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
7406
7686
  }, {
@@ -7501,6 +7781,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7501
7781
  start: string;
7502
7782
  end: string;
7503
7783
  } | null | undefined> | undefined;
7784
+ actionDetails?: {
7785
+ templateId?: string | undefined;
7786
+ isImmediateCorrection?: boolean | undefined;
7787
+ } | undefined;
7504
7788
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
7505
7789
  keepAssignment?: boolean | undefined;
7506
7790
  }, {
@@ -7598,6 +7882,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7598
7882
  start: string;
7599
7883
  end: string;
7600
7884
  } | null | undefined> | undefined;
7885
+ actionDetails?: {
7886
+ templateId?: string | undefined;
7887
+ isImmediateCorrection?: boolean | undefined;
7888
+ } | undefined;
7601
7889
  originalActionId?: string | undefined;
7602
7890
  keepAssignment?: boolean | undefined;
7603
7891
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -7873,6 +8161,16 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7873
8161
  surname?: string | null | undefined;
7874
8162
  middlename?: string | null | undefined;
7875
8163
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
8164
+ actionDetails: z.ZodOptional<z.ZodObject<{
8165
+ templateId: z.ZodOptional<z.ZodString>;
8166
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
8167
+ }, "strip", z.ZodTypeAny, {
8168
+ templateId?: string | undefined;
8169
+ isImmediateCorrection?: boolean | undefined;
8170
+ }, {
8171
+ templateId?: string | undefined;
8172
+ isImmediateCorrection?: boolean | undefined;
8173
+ }>>;
7876
8174
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
7877
8175
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
7878
8176
  }, {
@@ -7973,6 +8271,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7973
8271
  start: string;
7974
8272
  end: string;
7975
8273
  } | null | undefined> | undefined;
8274
+ actionDetails?: {
8275
+ templateId?: string | undefined;
8276
+ isImmediateCorrection?: boolean | undefined;
8277
+ } | undefined;
7976
8278
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
7977
8279
  keepAssignment?: boolean | undefined;
7978
8280
  }, {
@@ -8070,6 +8372,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8070
8372
  start: string;
8071
8373
  end: string;
8072
8374
  } | null | undefined> | undefined;
8375
+ actionDetails?: {
8376
+ templateId?: string | undefined;
8377
+ isImmediateCorrection?: boolean | undefined;
8378
+ } | undefined;
8073
8379
  originalActionId?: string | undefined;
8074
8380
  keepAssignment?: boolean | undefined;
8075
8381
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -8345,6 +8651,16 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8345
8651
  surname?: string | null | undefined;
8346
8652
  middlename?: string | null | undefined;
8347
8653
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
8654
+ actionDetails: z.ZodOptional<z.ZodObject<{
8655
+ templateId: z.ZodOptional<z.ZodString>;
8656
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
8657
+ }, "strip", z.ZodTypeAny, {
8658
+ templateId?: string | undefined;
8659
+ isImmediateCorrection?: boolean | undefined;
8660
+ }, {
8661
+ templateId?: string | undefined;
8662
+ isImmediateCorrection?: boolean | undefined;
8663
+ }>>;
8348
8664
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
8349
8665
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
8350
8666
  }, {
@@ -8444,6 +8760,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8444
8760
  start: string;
8445
8761
  end: string;
8446
8762
  } | null | undefined> | undefined;
8763
+ actionDetails?: {
8764
+ templateId?: string | undefined;
8765
+ isImmediateCorrection?: boolean | undefined;
8766
+ } | undefined;
8447
8767
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
8448
8768
  registrationNumber?: string | undefined;
8449
8769
  keepAssignment?: boolean | undefined;
@@ -8541,6 +8861,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8541
8861
  start: string;
8542
8862
  end: string;
8543
8863
  } | null | undefined> | undefined;
8864
+ actionDetails?: {
8865
+ templateId?: string | undefined;
8866
+ isImmediateCorrection?: boolean | undefined;
8867
+ } | undefined;
8544
8868
  originalActionId?: string | undefined;
8545
8869
  registrationNumber?: string | undefined;
8546
8870
  keepAssignment?: boolean | undefined;
@@ -8817,6 +9141,16 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8817
9141
  surname?: string | null | undefined;
8818
9142
  middlename?: string | null | undefined;
8819
9143
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
9144
+ actionDetails: z.ZodOptional<z.ZodObject<{
9145
+ templateId: z.ZodOptional<z.ZodString>;
9146
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
9147
+ }, "strip", z.ZodTypeAny, {
9148
+ templateId?: string | undefined;
9149
+ isImmediateCorrection?: boolean | undefined;
9150
+ }, {
9151
+ templateId?: string | undefined;
9152
+ isImmediateCorrection?: boolean | undefined;
9153
+ }>>;
8820
9154
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
8821
9155
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
8822
9156
  }, {
@@ -8915,6 +9249,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8915
9249
  start: string;
8916
9250
  end: string;
8917
9251
  } | null | undefined> | undefined;
9252
+ actionDetails?: {
9253
+ templateId?: string | undefined;
9254
+ isImmediateCorrection?: boolean | undefined;
9255
+ } | undefined;
8918
9256
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
8919
9257
  keepAssignment?: boolean | undefined;
8920
9258
  }, {
@@ -9011,6 +9349,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9011
9349
  start: string;
9012
9350
  end: string;
9013
9351
  } | null | undefined> | undefined;
9352
+ actionDetails?: {
9353
+ templateId?: string | undefined;
9354
+ isImmediateCorrection?: boolean | undefined;
9355
+ } | undefined;
9014
9356
  originalActionId?: string | undefined;
9015
9357
  keepAssignment?: boolean | undefined;
9016
9358
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -9286,6 +9628,16 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9286
9628
  surname?: string | null | undefined;
9287
9629
  middlename?: string | null | undefined;
9288
9630
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
9631
+ actionDetails: z.ZodOptional<z.ZodObject<{
9632
+ templateId: z.ZodOptional<z.ZodString>;
9633
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
9634
+ }, "strip", z.ZodTypeAny, {
9635
+ templateId?: string | undefined;
9636
+ isImmediateCorrection?: boolean | undefined;
9637
+ }, {
9638
+ templateId?: string | undefined;
9639
+ isImmediateCorrection?: boolean | undefined;
9640
+ }>>;
9289
9641
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
9290
9642
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
9291
9643
  }, {
@@ -9384,6 +9736,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9384
9736
  start: string;
9385
9737
  end: string;
9386
9738
  } | null | undefined> | undefined;
9739
+ actionDetails?: {
9740
+ templateId?: string | undefined;
9741
+ isImmediateCorrection?: boolean | undefined;
9742
+ } | undefined;
9387
9743
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
9388
9744
  keepAssignment?: boolean | undefined;
9389
9745
  }, {
@@ -9480,6 +9836,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9480
9836
  start: string;
9481
9837
  end: string;
9482
9838
  } | null | undefined> | undefined;
9839
+ actionDetails?: {
9840
+ templateId?: string | undefined;
9841
+ isImmediateCorrection?: boolean | undefined;
9842
+ } | undefined;
9483
9843
  originalActionId?: string | undefined;
9484
9844
  keepAssignment?: boolean | undefined;
9485
9845
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -9755,6 +10115,16 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9755
10115
  surname?: string | null | undefined;
9756
10116
  middlename?: string | null | undefined;
9757
10117
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
10118
+ actionDetails: z.ZodOptional<z.ZodObject<{
10119
+ templateId: z.ZodOptional<z.ZodString>;
10120
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
10121
+ }, "strip", z.ZodTypeAny, {
10122
+ templateId?: string | undefined;
10123
+ isImmediateCorrection?: boolean | undefined;
10124
+ }, {
10125
+ templateId?: string | undefined;
10126
+ isImmediateCorrection?: boolean | undefined;
10127
+ }>>;
9758
10128
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
9759
10129
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
9760
10130
  }, {
@@ -9867,6 +10237,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9867
10237
  start: string;
9868
10238
  end: string;
9869
10239
  } | null | undefined> | undefined;
10240
+ actionDetails?: {
10241
+ templateId?: string | undefined;
10242
+ isImmediateCorrection?: boolean | undefined;
10243
+ } | undefined;
9870
10244
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
9871
10245
  keepAssignment?: boolean | undefined;
9872
10246
  }, {
@@ -9967,6 +10341,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9967
10341
  start: string;
9968
10342
  end: string;
9969
10343
  } | null | undefined> | undefined;
10344
+ actionDetails?: {
10345
+ templateId?: string | undefined;
10346
+ isImmediateCorrection?: boolean | undefined;
10347
+ } | undefined;
9970
10348
  originalActionId?: string | undefined;
9971
10349
  keepAssignment?: boolean | undefined;
9972
10350
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -10242,6 +10620,16 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10242
10620
  surname?: string | null | undefined;
10243
10621
  middlename?: string | null | undefined;
10244
10622
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
10623
+ actionDetails: z.ZodOptional<z.ZodObject<{
10624
+ templateId: z.ZodOptional<z.ZodString>;
10625
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
10626
+ }, "strip", z.ZodTypeAny, {
10627
+ templateId?: string | undefined;
10628
+ isImmediateCorrection?: boolean | undefined;
10629
+ }, {
10630
+ templateId?: string | undefined;
10631
+ isImmediateCorrection?: boolean | undefined;
10632
+ }>>;
10245
10633
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
10246
10634
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
10247
10635
  }, {
@@ -10340,6 +10728,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10340
10728
  start: string;
10341
10729
  end: string;
10342
10730
  } | null | undefined> | undefined;
10731
+ actionDetails?: {
10732
+ templateId?: string | undefined;
10733
+ isImmediateCorrection?: boolean | undefined;
10734
+ } | undefined;
10343
10735
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
10344
10736
  keepAssignment?: boolean | undefined;
10345
10737
  }, {
@@ -10436,6 +10828,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10436
10828
  start: string;
10437
10829
  end: string;
10438
10830
  } | null | undefined> | undefined;
10831
+ actionDetails?: {
10832
+ templateId?: string | undefined;
10833
+ isImmediateCorrection?: boolean | undefined;
10834
+ } | undefined;
10439
10835
  originalActionId?: string | undefined;
10440
10836
  keepAssignment?: boolean | undefined;
10441
10837
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -10711,6 +11107,16 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10711
11107
  surname?: string | null | undefined;
10712
11108
  middlename?: string | null | undefined;
10713
11109
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
11110
+ actionDetails: z.ZodOptional<z.ZodObject<{
11111
+ templateId: z.ZodOptional<z.ZodString>;
11112
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
11113
+ }, "strip", z.ZodTypeAny, {
11114
+ templateId?: string | undefined;
11115
+ isImmediateCorrection?: boolean | undefined;
11116
+ }, {
11117
+ templateId?: string | undefined;
11118
+ isImmediateCorrection?: boolean | undefined;
11119
+ }>>;
10714
11120
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
10715
11121
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
10716
11122
  }, {
@@ -10823,6 +11229,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10823
11229
  start: string;
10824
11230
  end: string;
10825
11231
  } | null | undefined> | undefined;
11232
+ actionDetails?: {
11233
+ templateId?: string | undefined;
11234
+ isImmediateCorrection?: boolean | undefined;
11235
+ } | undefined;
10826
11236
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
10827
11237
  keepAssignment?: boolean | undefined;
10828
11238
  }, {
@@ -10923,6 +11333,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10923
11333
  start: string;
10924
11334
  end: string;
10925
11335
  } | null | undefined> | undefined;
11336
+ actionDetails?: {
11337
+ templateId?: string | undefined;
11338
+ isImmediateCorrection?: boolean | undefined;
11339
+ } | undefined;
10926
11340
  originalActionId?: string | undefined;
10927
11341
  keepAssignment?: boolean | undefined;
10928
11342
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -11198,6 +11612,16 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11198
11612
  surname?: string | null | undefined;
11199
11613
  middlename?: string | null | undefined;
11200
11614
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
11615
+ actionDetails: z.ZodOptional<z.ZodObject<{
11616
+ templateId: z.ZodOptional<z.ZodString>;
11617
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
11618
+ }, "strip", z.ZodTypeAny, {
11619
+ templateId?: string | undefined;
11620
+ isImmediateCorrection?: boolean | undefined;
11621
+ }, {
11622
+ templateId?: string | undefined;
11623
+ isImmediateCorrection?: boolean | undefined;
11624
+ }>>;
11201
11625
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
11202
11626
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
11203
11627
  }, {
@@ -11298,6 +11722,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11298
11722
  start: string;
11299
11723
  end: string;
11300
11724
  } | null | undefined> | undefined;
11725
+ actionDetails?: {
11726
+ templateId?: string | undefined;
11727
+ isImmediateCorrection?: boolean | undefined;
11728
+ } | undefined;
11301
11729
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
11302
11730
  keepAssignment?: boolean | undefined;
11303
11731
  }, {
@@ -11395,6 +11823,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11395
11823
  start: string;
11396
11824
  end: string;
11397
11825
  } | null | undefined> | undefined;
11826
+ actionDetails?: {
11827
+ templateId?: string | undefined;
11828
+ isImmediateCorrection?: boolean | undefined;
11829
+ } | undefined;
11398
11830
  originalActionId?: string | undefined;
11399
11831
  keepAssignment?: boolean | undefined;
11400
11832
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -11670,6 +12102,16 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11670
12102
  surname?: string | null | undefined;
11671
12103
  middlename?: string | null | undefined;
11672
12104
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
12105
+ actionDetails: z.ZodOptional<z.ZodObject<{
12106
+ templateId: z.ZodOptional<z.ZodString>;
12107
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
12108
+ }, "strip", z.ZodTypeAny, {
12109
+ templateId?: string | undefined;
12110
+ isImmediateCorrection?: boolean | undefined;
12111
+ }, {
12112
+ templateId?: string | undefined;
12113
+ isImmediateCorrection?: boolean | undefined;
12114
+ }>>;
11673
12115
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
11674
12116
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
11675
12117
  }, {
@@ -11770,6 +12212,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11770
12212
  start: string;
11771
12213
  end: string;
11772
12214
  } | null | undefined> | undefined;
12215
+ actionDetails?: {
12216
+ templateId?: string | undefined;
12217
+ isImmediateCorrection?: boolean | undefined;
12218
+ } | undefined;
11773
12219
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
11774
12220
  keepAssignment?: boolean | undefined;
11775
12221
  }, {
@@ -11866,6 +12312,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11866
12312
  start: string;
11867
12313
  end: string;
11868
12314
  } | null | undefined> | undefined;
12315
+ actionDetails?: {
12316
+ templateId?: string | undefined;
12317
+ isImmediateCorrection?: boolean | undefined;
12318
+ } | undefined;
11869
12319
  originalActionId?: string | undefined;
11870
12320
  assignedTo?: null | undefined;
11871
12321
  keepAssignment?: boolean | undefined;
@@ -12142,6 +12592,16 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12142
12592
  surname?: string | null | undefined;
12143
12593
  middlename?: string | null | undefined;
12144
12594
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
12595
+ actionDetails: z.ZodOptional<z.ZodObject<{
12596
+ templateId: z.ZodOptional<z.ZodString>;
12597
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
12598
+ }, "strip", z.ZodTypeAny, {
12599
+ templateId?: string | undefined;
12600
+ isImmediateCorrection?: boolean | undefined;
12601
+ }, {
12602
+ templateId?: string | undefined;
12603
+ isImmediateCorrection?: boolean | undefined;
12604
+ }>>;
12145
12605
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
12146
12606
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
12147
12607
  }, {
@@ -12240,6 +12700,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12240
12700
  start: string;
12241
12701
  end: string;
12242
12702
  } | null | undefined> | undefined;
12703
+ actionDetails?: {
12704
+ templateId?: string | undefined;
12705
+ isImmediateCorrection?: boolean | undefined;
12706
+ } | undefined;
12243
12707
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
12244
12708
  keepAssignment?: boolean | undefined;
12245
12709
  }, {
@@ -12336,6 +12800,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12336
12800
  start: string;
12337
12801
  end: string;
12338
12802
  } | null | undefined> | undefined;
12803
+ actionDetails?: {
12804
+ templateId?: string | undefined;
12805
+ isImmediateCorrection?: boolean | undefined;
12806
+ } | undefined;
12339
12807
  originalActionId?: string | undefined;
12340
12808
  keepAssignment?: boolean | undefined;
12341
12809
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -12611,6 +13079,16 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12611
13079
  surname?: string | null | undefined;
12612
13080
  middlename?: string | null | undefined;
12613
13081
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
13082
+ actionDetails: z.ZodOptional<z.ZodObject<{
13083
+ templateId: z.ZodOptional<z.ZodString>;
13084
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
13085
+ }, "strip", z.ZodTypeAny, {
13086
+ templateId?: string | undefined;
13087
+ isImmediateCorrection?: boolean | undefined;
13088
+ }, {
13089
+ templateId?: string | undefined;
13090
+ isImmediateCorrection?: boolean | undefined;
13091
+ }>>;
12614
13092
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
12615
13093
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
12616
13094
  }, {
@@ -12709,6 +13187,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12709
13187
  start: string;
12710
13188
  end: string;
12711
13189
  } | null | undefined> | undefined;
13190
+ actionDetails?: {
13191
+ templateId?: string | undefined;
13192
+ isImmediateCorrection?: boolean | undefined;
13193
+ } | undefined;
12712
13194
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
12713
13195
  keepAssignment?: boolean | undefined;
12714
13196
  }, {
@@ -12805,6 +13287,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12805
13287
  start: string;
12806
13288
  end: string;
12807
13289
  } | null | undefined> | undefined;
13290
+ actionDetails?: {
13291
+ templateId?: string | undefined;
13292
+ isImmediateCorrection?: boolean | undefined;
13293
+ } | undefined;
12808
13294
  originalActionId?: string | undefined;
12809
13295
  keepAssignment?: boolean | undefined;
12810
13296
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -13080,6 +13566,16 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
13080
13566
  surname?: string | null | undefined;
13081
13567
  middlename?: string | null | undefined;
13082
13568
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
13569
+ actionDetails: z.ZodOptional<z.ZodObject<{
13570
+ templateId: z.ZodOptional<z.ZodString>;
13571
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
13572
+ }, "strip", z.ZodTypeAny, {
13573
+ templateId?: string | undefined;
13574
+ isImmediateCorrection?: boolean | undefined;
13575
+ }, {
13576
+ templateId?: string | undefined;
13577
+ isImmediateCorrection?: boolean | undefined;
13578
+ }>>;
13083
13579
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
13084
13580
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
13085
13581
  }, {
@@ -13180,6 +13676,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
13180
13676
  start: string;
13181
13677
  end: string;
13182
13678
  } | null | undefined> | undefined;
13679
+ actionDetails?: {
13680
+ templateId?: string | undefined;
13681
+ isImmediateCorrection?: boolean | undefined;
13682
+ } | undefined;
13183
13683
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
13184
13684
  keepAssignment?: boolean | undefined;
13185
13685
  }, {
@@ -13277,6 +13777,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
13277
13777
  start: string;
13278
13778
  end: string;
13279
13779
  } | null | undefined> | undefined;
13780
+ actionDetails?: {
13781
+ templateId?: string | undefined;
13782
+ isImmediateCorrection?: boolean | undefined;
13783
+ } | undefined;
13280
13784
  originalActionId?: string | undefined;
13281
13785
  keepAssignment?: boolean | undefined;
13282
13786
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -13552,6 +14056,16 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
13552
14056
  surname?: string | null | undefined;
13553
14057
  middlename?: string | null | undefined;
13554
14058
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
14059
+ actionDetails: z.ZodOptional<z.ZodObject<{
14060
+ templateId: z.ZodOptional<z.ZodString>;
14061
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
14062
+ }, "strip", z.ZodTypeAny, {
14063
+ templateId?: string | undefined;
14064
+ isImmediateCorrection?: boolean | undefined;
14065
+ }, {
14066
+ templateId?: string | undefined;
14067
+ isImmediateCorrection?: boolean | undefined;
14068
+ }>>;
13555
14069
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
13556
14070
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
13557
14071
  }, {
@@ -13652,6 +14166,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
13652
14166
  start: string;
13653
14167
  end: string;
13654
14168
  } | null | undefined> | undefined;
14169
+ actionDetails?: {
14170
+ templateId?: string | undefined;
14171
+ isImmediateCorrection?: boolean | undefined;
14172
+ } | undefined;
13655
14173
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
13656
14174
  keepAssignment?: boolean | undefined;
13657
14175
  }, {
@@ -13749,6 +14267,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
13749
14267
  start: string;
13750
14268
  end: string;
13751
14269
  } | null | undefined> | undefined;
14270
+ actionDetails?: {
14271
+ templateId?: string | undefined;
14272
+ isImmediateCorrection?: boolean | undefined;
14273
+ } | undefined;
13752
14274
  originalActionId?: string | undefined;
13753
14275
  keepAssignment?: boolean | undefined;
13754
14276
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -14024,6 +14546,16 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
14024
14546
  surname?: string | null | undefined;
14025
14547
  middlename?: string | null | undefined;
14026
14548
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
14549
+ actionDetails: z.ZodOptional<z.ZodObject<{
14550
+ templateId: z.ZodOptional<z.ZodString>;
14551
+ isImmediateCorrection: z.ZodOptional<z.ZodBoolean>;
14552
+ }, "strip", z.ZodTypeAny, {
14553
+ templateId?: string | undefined;
14554
+ isImmediateCorrection?: boolean | undefined;
14555
+ }, {
14556
+ templateId?: string | undefined;
14557
+ isImmediateCorrection?: boolean | undefined;
14558
+ }>>;
14027
14559
  originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
14028
14560
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
14029
14561
  }, {
@@ -14122,6 +14654,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
14122
14654
  start: string;
14123
14655
  end: string;
14124
14656
  } | null | undefined> | undefined;
14657
+ actionDetails?: {
14658
+ templateId?: string | undefined;
14659
+ isImmediateCorrection?: boolean | undefined;
14660
+ } | undefined;
14125
14661
  originalActionId?: (string & z.BRAND<"UUID">) | undefined;
14126
14662
  keepAssignment?: boolean | undefined;
14127
14663
  }, {
@@ -14218,6 +14754,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
14218
14754
  start: string;
14219
14755
  end: string;
14220
14756
  } | null | undefined> | undefined;
14757
+ actionDetails?: {
14758
+ templateId?: string | undefined;
14759
+ isImmediateCorrection?: boolean | undefined;
14760
+ } | undefined;
14221
14761
  originalActionId?: string | undefined;
14222
14762
  keepAssignment?: boolean | undefined;
14223
14763
  }>]>;