@opencrvs/toolkit 1.8.0-rc.fc4c805 → 1.8.0-rc.fcd89ec

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.
@@ -17,6 +17,7 @@ export declare const EventDocument: z.ZodObject<{
17
17
  createdAt: z.ZodString;
18
18
  createdBy: z.ZodString;
19
19
  createdByRole: z.ZodString;
20
+ createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
21
  declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
21
22
  filename: z.ZodString;
22
23
  originalFilename: z.ZodString;
@@ -245,7 +246,6 @@ export declare const EventDocument: z.ZodObject<{
245
246
  addressLine3?: string | null | undefined;
246
247
  postcodeOrZip?: string | null | undefined;
247
248
  }>]>>>;
248
- createdAtLocation: z.ZodString;
249
249
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
250
250
  originalActionId: z.ZodOptional<z.ZodString>;
251
251
  }, {
@@ -296,7 +296,7 @@ export declare const EventDocument: z.ZodObject<{
296
296
  filename: string;
297
297
  originalFilename: string;
298
298
  }[] | [string, string] | undefined>;
299
- createdAtLocation: string;
299
+ createdAtLocation?: string | null | undefined;
300
300
  annotation?: Record<string, string | number | boolean | {
301
301
  type: string;
302
302
  filename: string;
@@ -382,7 +382,7 @@ export declare const EventDocument: z.ZodObject<{
382
382
  filename: string;
383
383
  originalFilename: string;
384
384
  }[] | [string, string] | undefined>;
385
- createdAtLocation: string;
385
+ createdAtLocation?: string | null | undefined;
386
386
  annotation?: Record<string, string | number | boolean | {
387
387
  type: string;
388
388
  filename: string;
@@ -428,6 +428,7 @@ export declare const EventDocument: z.ZodObject<{
428
428
  createdAt: z.ZodString;
429
429
  createdBy: z.ZodString;
430
430
  createdByRole: z.ZodString;
431
+ createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
431
432
  declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
432
433
  filename: z.ZodString;
433
434
  originalFilename: z.ZodString;
@@ -656,7 +657,6 @@ export declare const EventDocument: z.ZodObject<{
656
657
  addressLine3?: string | null | undefined;
657
658
  postcodeOrZip?: string | null | undefined;
658
659
  }>]>>>;
659
- createdAtLocation: z.ZodString;
660
660
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
661
661
  originalActionId: z.ZodOptional<z.ZodString>;
662
662
  }, {
@@ -707,7 +707,7 @@ export declare const EventDocument: z.ZodObject<{
707
707
  filename: string;
708
708
  originalFilename: string;
709
709
  }[] | [string, string] | undefined>;
710
- createdAtLocation: string;
710
+ createdAtLocation?: string | null | undefined;
711
711
  annotation?: Record<string, string | number | boolean | {
712
712
  type: string;
713
713
  filename: string;
@@ -793,7 +793,7 @@ export declare const EventDocument: z.ZodObject<{
793
793
  filename: string;
794
794
  originalFilename: string;
795
795
  }[] | [string, string] | undefined>;
796
- createdAtLocation: string;
796
+ createdAtLocation?: string | null | undefined;
797
797
  annotation?: Record<string, string | number | boolean | {
798
798
  type: string;
799
799
  filename: string;
@@ -839,6 +839,7 @@ export declare const EventDocument: z.ZodObject<{
839
839
  createdAt: z.ZodString;
840
840
  createdBy: z.ZodString;
841
841
  createdByRole: z.ZodString;
842
+ createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
842
843
  declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
843
844
  filename: z.ZodString;
844
845
  originalFilename: z.ZodString;
@@ -1067,7 +1068,6 @@ export declare const EventDocument: z.ZodObject<{
1067
1068
  addressLine3?: string | null | undefined;
1068
1069
  postcodeOrZip?: string | null | undefined;
1069
1070
  }>]>>>;
1070
- createdAtLocation: z.ZodString;
1071
1071
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
1072
1072
  originalActionId: z.ZodOptional<z.ZodString>;
1073
1073
  }, {
@@ -1118,7 +1118,7 @@ export declare const EventDocument: z.ZodObject<{
1118
1118
  filename: string;
1119
1119
  originalFilename: string;
1120
1120
  }[] | [string, string] | undefined>;
1121
- createdAtLocation: string;
1121
+ createdAtLocation?: string | null | undefined;
1122
1122
  annotation?: Record<string, string | number | boolean | {
1123
1123
  type: string;
1124
1124
  filename: string;
@@ -1204,7 +1204,7 @@ export declare const EventDocument: z.ZodObject<{
1204
1204
  filename: string;
1205
1205
  originalFilename: string;
1206
1206
  }[] | [string, string] | undefined>;
1207
- createdAtLocation: string;
1207
+ createdAtLocation?: string | null | undefined;
1208
1208
  annotation?: Record<string, string | number | boolean | {
1209
1209
  type: string;
1210
1210
  filename: string;
@@ -1250,6 +1250,7 @@ export declare const EventDocument: z.ZodObject<{
1250
1250
  createdAt: z.ZodString;
1251
1251
  createdBy: z.ZodString;
1252
1252
  createdByRole: z.ZodString;
1253
+ createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1253
1254
  declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
1254
1255
  filename: z.ZodString;
1255
1256
  originalFilename: z.ZodString;
@@ -1478,7 +1479,6 @@ export declare const EventDocument: z.ZodObject<{
1478
1479
  addressLine3?: string | null | undefined;
1479
1480
  postcodeOrZip?: string | null | undefined;
1480
1481
  }>]>>>;
1481
- createdAtLocation: z.ZodString;
1482
1482
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
1483
1483
  originalActionId: z.ZodOptional<z.ZodString>;
1484
1484
  }, {
@@ -1529,7 +1529,7 @@ export declare const EventDocument: z.ZodObject<{
1529
1529
  filename: string;
1530
1530
  originalFilename: string;
1531
1531
  }[] | [string, string] | undefined>;
1532
- createdAtLocation: string;
1532
+ createdAtLocation?: string | null | undefined;
1533
1533
  annotation?: Record<string, string | number | boolean | {
1534
1534
  type: string;
1535
1535
  filename: string;
@@ -1615,7 +1615,7 @@ export declare const EventDocument: z.ZodObject<{
1615
1615
  filename: string;
1616
1616
  originalFilename: string;
1617
1617
  }[] | [string, string] | undefined>;
1618
- createdAtLocation: string;
1618
+ createdAtLocation?: string | null | undefined;
1619
1619
  annotation?: Record<string, string | number | boolean | {
1620
1620
  type: string;
1621
1621
  filename: string;
@@ -1661,6 +1661,7 @@ export declare const EventDocument: z.ZodObject<{
1661
1661
  createdAt: z.ZodString;
1662
1662
  createdBy: z.ZodString;
1663
1663
  createdByRole: z.ZodString;
1664
+ createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1664
1665
  declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
1665
1666
  filename: z.ZodString;
1666
1667
  originalFilename: z.ZodString;
@@ -1889,7 +1890,6 @@ export declare const EventDocument: z.ZodObject<{
1889
1890
  addressLine3?: string | null | undefined;
1890
1891
  postcodeOrZip?: string | null | undefined;
1891
1892
  }>]>>>;
1892
- createdAtLocation: z.ZodString;
1893
1893
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
1894
1894
  originalActionId: z.ZodOptional<z.ZodString>;
1895
1895
  }, {
@@ -1940,7 +1940,7 @@ export declare const EventDocument: z.ZodObject<{
1940
1940
  filename: string;
1941
1941
  originalFilename: string;
1942
1942
  }[] | [string, string] | undefined>;
1943
- createdAtLocation: string;
1943
+ createdAtLocation?: string | null | undefined;
1944
1944
  annotation?: Record<string, string | number | boolean | {
1945
1945
  type: string;
1946
1946
  filename: string;
@@ -2026,7 +2026,7 @@ export declare const EventDocument: z.ZodObject<{
2026
2026
  filename: string;
2027
2027
  originalFilename: string;
2028
2028
  }[] | [string, string] | undefined>;
2029
- createdAtLocation: string;
2029
+ createdAtLocation?: string | null | undefined;
2030
2030
  annotation?: Record<string, string | number | boolean | {
2031
2031
  type: string;
2032
2032
  filename: string;
@@ -2072,6 +2072,7 @@ export declare const EventDocument: z.ZodObject<{
2072
2072
  createdAt: z.ZodString;
2073
2073
  createdBy: z.ZodString;
2074
2074
  createdByRole: z.ZodString;
2075
+ createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2075
2076
  declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
2076
2077
  filename: z.ZodString;
2077
2078
  originalFilename: z.ZodString;
@@ -2300,7 +2301,6 @@ export declare const EventDocument: z.ZodObject<{
2300
2301
  addressLine3?: string | null | undefined;
2301
2302
  postcodeOrZip?: string | null | undefined;
2302
2303
  }>]>>>;
2303
- createdAtLocation: z.ZodString;
2304
2304
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
2305
2305
  originalActionId: z.ZodOptional<z.ZodString>;
2306
2306
  }, {
@@ -2351,7 +2351,7 @@ export declare const EventDocument: z.ZodObject<{
2351
2351
  filename: string;
2352
2352
  originalFilename: string;
2353
2353
  }[] | [string, string] | undefined>;
2354
- createdAtLocation: string;
2354
+ createdAtLocation?: string | null | undefined;
2355
2355
  annotation?: Record<string, string | number | boolean | {
2356
2356
  type: string;
2357
2357
  filename: string;
@@ -2437,7 +2437,7 @@ export declare const EventDocument: z.ZodObject<{
2437
2437
  filename: string;
2438
2438
  originalFilename: string;
2439
2439
  }[] | [string, string] | undefined>;
2440
- createdAtLocation: string;
2440
+ createdAtLocation?: string | null | undefined;
2441
2441
  annotation?: Record<string, string | number | boolean | {
2442
2442
  type: string;
2443
2443
  filename: string;
@@ -2483,6 +2483,7 @@ export declare const EventDocument: z.ZodObject<{
2483
2483
  createdAt: z.ZodString;
2484
2484
  createdBy: z.ZodString;
2485
2485
  createdByRole: z.ZodString;
2486
+ createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2486
2487
  declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
2487
2488
  filename: z.ZodString;
2488
2489
  originalFilename: z.ZodString;
@@ -2711,7 +2712,6 @@ export declare const EventDocument: z.ZodObject<{
2711
2712
  addressLine3?: string | null | undefined;
2712
2713
  postcodeOrZip?: string | null | undefined;
2713
2714
  }>]>>>;
2714
- createdAtLocation: z.ZodString;
2715
2715
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
2716
2716
  originalActionId: z.ZodOptional<z.ZodString>;
2717
2717
  }, {
@@ -2763,7 +2763,7 @@ export declare const EventDocument: z.ZodObject<{
2763
2763
  filename: string;
2764
2764
  originalFilename: string;
2765
2765
  }[] | [string, string] | undefined>;
2766
- createdAtLocation: string;
2766
+ createdAtLocation?: string | null | undefined;
2767
2767
  annotation?: Record<string, string | number | boolean | {
2768
2768
  type: string;
2769
2769
  filename: string;
@@ -2850,7 +2850,7 @@ export declare const EventDocument: z.ZodObject<{
2850
2850
  filename: string;
2851
2851
  originalFilename: string;
2852
2852
  }[] | [string, string] | undefined>;
2853
- createdAtLocation: string;
2853
+ createdAtLocation?: string | null | undefined;
2854
2854
  annotation?: Record<string, string | number | boolean | {
2855
2855
  type: string;
2856
2856
  filename: string;
@@ -2897,6 +2897,7 @@ export declare const EventDocument: z.ZodObject<{
2897
2897
  createdAt: z.ZodString;
2898
2898
  createdBy: z.ZodString;
2899
2899
  createdByRole: z.ZodString;
2900
+ createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2900
2901
  declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
2901
2902
  filename: z.ZodString;
2902
2903
  originalFilename: z.ZodString;
@@ -3125,7 +3126,6 @@ export declare const EventDocument: z.ZodObject<{
3125
3126
  addressLine3?: string | null | undefined;
3126
3127
  postcodeOrZip?: string | null | undefined;
3127
3128
  }>]>>>;
3128
- createdAtLocation: z.ZodString;
3129
3129
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
3130
3130
  originalActionId: z.ZodOptional<z.ZodString>;
3131
3131
  }, {
@@ -3176,7 +3176,7 @@ export declare const EventDocument: z.ZodObject<{
3176
3176
  filename: string;
3177
3177
  originalFilename: string;
3178
3178
  }[] | [string, string] | undefined>;
3179
- createdAtLocation: string;
3179
+ createdAtLocation?: string | null | undefined;
3180
3180
  annotation?: Record<string, string | number | boolean | {
3181
3181
  type: string;
3182
3182
  filename: string;
@@ -3262,7 +3262,7 @@ export declare const EventDocument: z.ZodObject<{
3262
3262
  filename: string;
3263
3263
  originalFilename: string;
3264
3264
  }[] | [string, string] | undefined>;
3265
- createdAtLocation: string;
3265
+ createdAtLocation?: string | null | undefined;
3266
3266
  annotation?: Record<string, string | number | boolean | {
3267
3267
  type: string;
3268
3268
  filename: string;
@@ -3308,6 +3308,7 @@ export declare const EventDocument: z.ZodObject<{
3308
3308
  createdAt: z.ZodString;
3309
3309
  createdBy: z.ZodString;
3310
3310
  createdByRole: z.ZodString;
3311
+ createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3311
3312
  declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
3312
3313
  filename: z.ZodString;
3313
3314
  originalFilename: z.ZodString;
@@ -3536,7 +3537,6 @@ export declare const EventDocument: z.ZodObject<{
3536
3537
  addressLine3?: string | null | undefined;
3537
3538
  postcodeOrZip?: string | null | undefined;
3538
3539
  }>]>>>;
3539
- createdAtLocation: z.ZodString;
3540
3540
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
3541
3541
  originalActionId: z.ZodOptional<z.ZodString>;
3542
3542
  }, {
@@ -3588,8 +3588,8 @@ export declare const EventDocument: z.ZodObject<{
3588
3588
  filename: string;
3589
3589
  originalFilename: string;
3590
3590
  }[] | [string, string] | undefined>;
3591
- createdAtLocation: string;
3592
3591
  assignedTo: string;
3592
+ createdAtLocation?: string | null | undefined;
3593
3593
  annotation?: Record<string, string | number | boolean | {
3594
3594
  type: string;
3595
3595
  filename: string;
@@ -3675,8 +3675,8 @@ export declare const EventDocument: z.ZodObject<{
3675
3675
  filename: string;
3676
3676
  originalFilename: string;
3677
3677
  }[] | [string, string] | undefined>;
3678
- createdAtLocation: string;
3679
3678
  assignedTo: string;
3679
+ createdAtLocation?: string | null | undefined;
3680
3680
  annotation?: Record<string, string | number | boolean | {
3681
3681
  type: string;
3682
3682
  filename: string;
@@ -3722,6 +3722,7 @@ export declare const EventDocument: z.ZodObject<{
3722
3722
  createdAt: z.ZodString;
3723
3723
  createdBy: z.ZodString;
3724
3724
  createdByRole: z.ZodString;
3725
+ createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3725
3726
  declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
3726
3727
  filename: z.ZodString;
3727
3728
  originalFilename: z.ZodString;
@@ -3950,7 +3951,6 @@ export declare const EventDocument: z.ZodObject<{
3950
3951
  addressLine3?: string | null | undefined;
3951
3952
  postcodeOrZip?: string | null | undefined;
3952
3953
  }>]>>>;
3953
- createdAtLocation: z.ZodString;
3954
3954
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
3955
3955
  originalActionId: z.ZodOptional<z.ZodString>;
3956
3956
  }, {
@@ -4001,7 +4001,7 @@ export declare const EventDocument: z.ZodObject<{
4001
4001
  filename: string;
4002
4002
  originalFilename: string;
4003
4003
  }[] | [string, string] | undefined>;
4004
- createdAtLocation: string;
4004
+ createdAtLocation?: string | null | undefined;
4005
4005
  annotation?: Record<string, string | number | boolean | {
4006
4006
  type: string;
4007
4007
  filename: string;
@@ -4087,7 +4087,7 @@ export declare const EventDocument: z.ZodObject<{
4087
4087
  filename: string;
4088
4088
  originalFilename: string;
4089
4089
  }[] | [string, string] | undefined>;
4090
- createdAtLocation: string;
4090
+ createdAtLocation?: string | null | undefined;
4091
4091
  annotation?: Record<string, string | number | boolean | {
4092
4092
  type: string;
4093
4093
  filename: string;
@@ -4133,6 +4133,7 @@ export declare const EventDocument: z.ZodObject<{
4133
4133
  createdAt: z.ZodString;
4134
4134
  createdBy: z.ZodString;
4135
4135
  createdByRole: z.ZodString;
4136
+ createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4136
4137
  declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
4137
4138
  filename: z.ZodString;
4138
4139
  originalFilename: z.ZodString;
@@ -4361,7 +4362,6 @@ export declare const EventDocument: z.ZodObject<{
4361
4362
  addressLine3?: string | null | undefined;
4362
4363
  postcodeOrZip?: string | null | undefined;
4363
4364
  }>]>>>;
4364
- createdAtLocation: z.ZodString;
4365
4365
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
4366
4366
  originalActionId: z.ZodOptional<z.ZodString>;
4367
4367
  }, {
@@ -4413,8 +4413,8 @@ export declare const EventDocument: z.ZodObject<{
4413
4413
  filename: string;
4414
4414
  originalFilename: string;
4415
4415
  }[] | [string, string] | undefined>;
4416
- createdAtLocation: string;
4417
4416
  requestId: string;
4417
+ createdAtLocation?: string | null | undefined;
4418
4418
  annotation?: Record<string, string | number | boolean | {
4419
4419
  type: string;
4420
4420
  filename: string;
@@ -4500,8 +4500,8 @@ export declare const EventDocument: z.ZodObject<{
4500
4500
  filename: string;
4501
4501
  originalFilename: string;
4502
4502
  }[] | [string, string] | undefined>;
4503
- createdAtLocation: string;
4504
4503
  requestId: string;
4504
+ createdAtLocation?: string | null | undefined;
4505
4505
  annotation?: Record<string, string | number | boolean | {
4506
4506
  type: string;
4507
4507
  filename: string;
@@ -4547,6 +4547,7 @@ export declare const EventDocument: z.ZodObject<{
4547
4547
  createdAt: z.ZodString;
4548
4548
  createdBy: z.ZodString;
4549
4549
  createdByRole: z.ZodString;
4550
+ createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4550
4551
  declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
4551
4552
  filename: z.ZodString;
4552
4553
  originalFilename: z.ZodString;
@@ -4775,7 +4776,6 @@ export declare const EventDocument: z.ZodObject<{
4775
4776
  addressLine3?: string | null | undefined;
4776
4777
  postcodeOrZip?: string | null | undefined;
4777
4778
  }>]>>>;
4778
- createdAtLocation: z.ZodString;
4779
4779
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
4780
4780
  originalActionId: z.ZodOptional<z.ZodString>;
4781
4781
  }, {
@@ -4827,8 +4827,8 @@ export declare const EventDocument: z.ZodObject<{
4827
4827
  filename: string;
4828
4828
  originalFilename: string;
4829
4829
  }[] | [string, string] | undefined>;
4830
- createdAtLocation: string;
4831
4830
  requestId: string;
4831
+ createdAtLocation?: string | null | undefined;
4832
4832
  annotation?: Record<string, string | number | boolean | {
4833
4833
  type: string;
4834
4834
  filename: string;
@@ -4914,8 +4914,8 @@ export declare const EventDocument: z.ZodObject<{
4914
4914
  filename: string;
4915
4915
  originalFilename: string;
4916
4916
  }[] | [string, string] | undefined>;
4917
- createdAtLocation: string;
4918
4917
  requestId: string;
4918
+ createdAtLocation?: string | null | undefined;
4919
4919
  annotation?: Record<string, string | number | boolean | {
4920
4920
  type: string;
4921
4921
  filename: string;
@@ -4961,6 +4961,7 @@ export declare const EventDocument: z.ZodObject<{
4961
4961
  createdAt: z.ZodString;
4962
4962
  createdBy: z.ZodString;
4963
4963
  createdByRole: z.ZodString;
4964
+ createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4964
4965
  declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
4965
4966
  filename: z.ZodString;
4966
4967
  originalFilename: z.ZodString;
@@ -5189,7 +5190,6 @@ export declare const EventDocument: z.ZodObject<{
5189
5190
  addressLine3?: string | null | undefined;
5190
5191
  postcodeOrZip?: string | null | undefined;
5191
5192
  }>]>>>;
5192
- createdAtLocation: z.ZodString;
5193
5193
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
5194
5194
  originalActionId: z.ZodOptional<z.ZodString>;
5195
5195
  }, {
@@ -5241,8 +5241,8 @@ export declare const EventDocument: z.ZodObject<{
5241
5241
  filename: string;
5242
5242
  originalFilename: string;
5243
5243
  }[] | [string, string] | undefined>;
5244
- createdAtLocation: string;
5245
5244
  assignedTo: null;
5245
+ createdAtLocation?: string | null | undefined;
5246
5246
  annotation?: Record<string, string | number | boolean | {
5247
5247
  type: string;
5248
5248
  filename: string;
@@ -5328,8 +5328,8 @@ export declare const EventDocument: z.ZodObject<{
5328
5328
  filename: string;
5329
5329
  originalFilename: string;
5330
5330
  }[] | [string, string] | undefined>;
5331
- createdAtLocation: string;
5332
5331
  assignedTo: null;
5332
+ createdAtLocation?: string | null | undefined;
5333
5333
  annotation?: Record<string, string | number | boolean | {
5334
5334
  type: string;
5335
5335
  filename: string;
@@ -5375,6 +5375,7 @@ export declare const EventDocument: z.ZodObject<{
5375
5375
  createdAt: z.ZodString;
5376
5376
  createdBy: z.ZodString;
5377
5377
  createdByRole: z.ZodString;
5378
+ createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5378
5379
  declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
5379
5380
  filename: z.ZodString;
5380
5381
  originalFilename: z.ZodString;
@@ -5603,7 +5604,6 @@ export declare const EventDocument: z.ZodObject<{
5603
5604
  addressLine3?: string | null | undefined;
5604
5605
  postcodeOrZip?: string | null | undefined;
5605
5606
  }>]>>>;
5606
- createdAtLocation: z.ZodString;
5607
5607
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
5608
5608
  originalActionId: z.ZodOptional<z.ZodString>;
5609
5609
  }, {
@@ -5654,7 +5654,7 @@ export declare const EventDocument: z.ZodObject<{
5654
5654
  filename: string;
5655
5655
  originalFilename: string;
5656
5656
  }[] | [string, string] | undefined>;
5657
- createdAtLocation: string;
5657
+ createdAtLocation?: string | null | undefined;
5658
5658
  annotation?: Record<string, string | number | boolean | {
5659
5659
  type: string;
5660
5660
  filename: string;
@@ -5740,7 +5740,7 @@ export declare const EventDocument: z.ZodObject<{
5740
5740
  filename: string;
5741
5741
  originalFilename: string;
5742
5742
  }[] | [string, string] | undefined>;
5743
- createdAtLocation: string;
5743
+ createdAtLocation?: string | null | undefined;
5744
5744
  annotation?: Record<string, string | number | boolean | {
5745
5745
  type: string;
5746
5746
  filename: string;
@@ -5786,6 +5786,7 @@ export declare const EventDocument: z.ZodObject<{
5786
5786
  createdAt: z.ZodString;
5787
5787
  createdBy: z.ZodString;
5788
5788
  createdByRole: z.ZodString;
5789
+ createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5789
5790
  declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
5790
5791
  filename: z.ZodString;
5791
5792
  originalFilename: z.ZodString;
@@ -6014,7 +6015,6 @@ export declare const EventDocument: z.ZodObject<{
6014
6015
  addressLine3?: string | null | undefined;
6015
6016
  postcodeOrZip?: string | null | undefined;
6016
6017
  }>]>>>;
6017
- createdAtLocation: z.ZodString;
6018
6018
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
6019
6019
  originalActionId: z.ZodOptional<z.ZodString>;
6020
6020
  }, {
@@ -6065,7 +6065,7 @@ export declare const EventDocument: z.ZodObject<{
6065
6065
  filename: string;
6066
6066
  originalFilename: string;
6067
6067
  }[] | [string, string] | undefined>;
6068
- createdAtLocation: string;
6068
+ createdAtLocation?: string | null | undefined;
6069
6069
  annotation?: Record<string, string | number | boolean | {
6070
6070
  type: string;
6071
6071
  filename: string;
@@ -6151,7 +6151,7 @@ export declare const EventDocument: z.ZodObject<{
6151
6151
  filename: string;
6152
6152
  originalFilename: string;
6153
6153
  }[] | [string, string] | undefined>;
6154
- createdAtLocation: string;
6154
+ createdAtLocation?: string | null | undefined;
6155
6155
  annotation?: Record<string, string | number | boolean | {
6156
6156
  type: string;
6157
6157
  filename: string;
@@ -6197,6 +6197,7 @@ export declare const EventDocument: z.ZodObject<{
6197
6197
  createdAt: z.ZodString;
6198
6198
  createdBy: z.ZodString;
6199
6199
  createdByRole: z.ZodString;
6200
+ createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6200
6201
  declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
6201
6202
  filename: z.ZodString;
6202
6203
  originalFilename: z.ZodString;
@@ -6425,7 +6426,6 @@ export declare const EventDocument: z.ZodObject<{
6425
6426
  addressLine3?: string | null | undefined;
6426
6427
  postcodeOrZip?: string | null | undefined;
6427
6428
  }>]>>>;
6428
- createdAtLocation: z.ZodString;
6429
6429
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
6430
6430
  originalActionId: z.ZodOptional<z.ZodString>;
6431
6431
  }, "declaration" | "annotation">, {
@@ -6439,7 +6439,7 @@ export declare const EventDocument: z.ZodObject<{
6439
6439
  createdAt: string;
6440
6440
  createdBy: string;
6441
6441
  createdByRole: string;
6442
- createdAtLocation: string;
6442
+ createdAtLocation?: string | null | undefined;
6443
6443
  originalActionId?: string | undefined;
6444
6444
  }, {
6445
6445
  type: "DECLARE" | "REGISTER" | "VALIDATE" | "NOTIFY" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
@@ -6449,7 +6449,7 @@ export declare const EventDocument: z.ZodObject<{
6449
6449
  createdAt: string;
6450
6450
  createdBy: string;
6451
6451
  createdByRole: string;
6452
- createdAtLocation: string;
6452
+ createdAtLocation?: string | null | undefined;
6453
6453
  originalActionId?: string | undefined;
6454
6454
  }>]>, "many">;
6455
6455
  trackingId: z.ZodString;
@@ -6504,8 +6504,8 @@ export declare const EventDocument: z.ZodObject<{
6504
6504
  filename: string;
6505
6505
  originalFilename: string;
6506
6506
  }[] | [string, string] | undefined>;
6507
- createdAtLocation: string;
6508
6507
  assignedTo: string;
6508
+ createdAtLocation?: string | null | undefined;
6509
6509
  annotation?: Record<string, string | number | boolean | {
6510
6510
  type: string;
6511
6511
  filename: string;
@@ -6591,8 +6591,8 @@ export declare const EventDocument: z.ZodObject<{
6591
6591
  filename: string;
6592
6592
  originalFilename: string;
6593
6593
  }[] | [string, string] | undefined>;
6594
- createdAtLocation: string;
6595
6594
  assignedTo: null;
6595
+ createdAtLocation?: string | null | undefined;
6596
6596
  annotation?: Record<string, string | number | boolean | {
6597
6597
  type: string;
6598
6598
  filename: string;
@@ -6678,7 +6678,7 @@ export declare const EventDocument: z.ZodObject<{
6678
6678
  filename: string;
6679
6679
  originalFilename: string;
6680
6680
  }[] | [string, string] | undefined>;
6681
- createdAtLocation: string;
6681
+ createdAtLocation?: string | null | undefined;
6682
6682
  annotation?: Record<string, string | number | boolean | {
6683
6683
  type: string;
6684
6684
  filename: string;
@@ -6765,7 +6765,7 @@ export declare const EventDocument: z.ZodObject<{
6765
6765
  filename: string;
6766
6766
  originalFilename: string;
6767
6767
  }[] | [string, string] | undefined>;
6768
- createdAtLocation: string;
6768
+ createdAtLocation?: string | null | undefined;
6769
6769
  annotation?: Record<string, string | number | boolean | {
6770
6770
  type: string;
6771
6771
  filename: string;
@@ -6851,7 +6851,7 @@ export declare const EventDocument: z.ZodObject<{
6851
6851
  filename: string;
6852
6852
  originalFilename: string;
6853
6853
  }[] | [string, string] | undefined>;
6854
- createdAtLocation: string;
6854
+ createdAtLocation?: string | null | undefined;
6855
6855
  annotation?: Record<string, string | number | boolean | {
6856
6856
  type: string;
6857
6857
  filename: string;
@@ -6937,7 +6937,7 @@ export declare const EventDocument: z.ZodObject<{
6937
6937
  filename: string;
6938
6938
  originalFilename: string;
6939
6939
  }[] | [string, string] | undefined>;
6940
- createdAtLocation: string;
6940
+ createdAtLocation?: string | null | undefined;
6941
6941
  annotation?: Record<string, string | number | boolean | {
6942
6942
  type: string;
6943
6943
  filename: string;
@@ -7023,7 +7023,7 @@ export declare const EventDocument: z.ZodObject<{
7023
7023
  filename: string;
7024
7024
  originalFilename: string;
7025
7025
  }[] | [string, string] | undefined>;
7026
- createdAtLocation: string;
7026
+ createdAtLocation?: string | null | undefined;
7027
7027
  annotation?: Record<string, string | number | boolean | {
7028
7028
  type: string;
7029
7029
  filename: string;
@@ -7109,7 +7109,7 @@ export declare const EventDocument: z.ZodObject<{
7109
7109
  filename: string;
7110
7110
  originalFilename: string;
7111
7111
  }[] | [string, string] | undefined>;
7112
- createdAtLocation: string;
7112
+ createdAtLocation?: string | null | undefined;
7113
7113
  annotation?: Record<string, string | number | boolean | {
7114
7114
  type: string;
7115
7115
  filename: string;
@@ -7195,7 +7195,7 @@ export declare const EventDocument: z.ZodObject<{
7195
7195
  filename: string;
7196
7196
  originalFilename: string;
7197
7197
  }[] | [string, string] | undefined>;
7198
- createdAtLocation: string;
7198
+ createdAtLocation?: string | null | undefined;
7199
7199
  annotation?: Record<string, string | number | boolean | {
7200
7200
  type: string;
7201
7201
  filename: string;
@@ -7281,7 +7281,7 @@ export declare const EventDocument: z.ZodObject<{
7281
7281
  filename: string;
7282
7282
  originalFilename: string;
7283
7283
  }[] | [string, string] | undefined>;
7284
- createdAtLocation: string;
7284
+ createdAtLocation?: string | null | undefined;
7285
7285
  annotation?: Record<string, string | number | boolean | {
7286
7286
  type: string;
7287
7287
  filename: string;
@@ -7367,7 +7367,7 @@ export declare const EventDocument: z.ZodObject<{
7367
7367
  filename: string;
7368
7368
  originalFilename: string;
7369
7369
  }[] | [string, string] | undefined>;
7370
- createdAtLocation: string;
7370
+ createdAtLocation?: string | null | undefined;
7371
7371
  annotation?: Record<string, string | number | boolean | {
7372
7372
  type: string;
7373
7373
  filename: string;
@@ -7453,7 +7453,7 @@ export declare const EventDocument: z.ZodObject<{
7453
7453
  filename: string;
7454
7454
  originalFilename: string;
7455
7455
  }[] | [string, string] | undefined>;
7456
- createdAtLocation: string;
7456
+ createdAtLocation?: string | null | undefined;
7457
7457
  annotation?: Record<string, string | number | boolean | {
7458
7458
  type: string;
7459
7459
  filename: string;
@@ -7539,8 +7539,8 @@ export declare const EventDocument: z.ZodObject<{
7539
7539
  filename: string;
7540
7540
  originalFilename: string;
7541
7541
  }[] | [string, string] | undefined>;
7542
- createdAtLocation: string;
7543
7542
  requestId: string;
7543
+ createdAtLocation?: string | null | undefined;
7544
7544
  annotation?: Record<string, string | number | boolean | {
7545
7545
  type: string;
7546
7546
  filename: string;
@@ -7626,8 +7626,8 @@ export declare const EventDocument: z.ZodObject<{
7626
7626
  filename: string;
7627
7627
  originalFilename: string;
7628
7628
  }[] | [string, string] | undefined>;
7629
- createdAtLocation: string;
7630
7629
  requestId: string;
7630
+ createdAtLocation?: string | null | undefined;
7631
7631
  annotation?: Record<string, string | number | boolean | {
7632
7632
  type: string;
7633
7633
  filename: string;
@@ -7713,7 +7713,7 @@ export declare const EventDocument: z.ZodObject<{
7713
7713
  filename: string;
7714
7714
  originalFilename: string;
7715
7715
  }[] | [string, string] | undefined>;
7716
- createdAtLocation: string;
7716
+ createdAtLocation?: string | null | undefined;
7717
7717
  annotation?: Record<string, string | number | boolean | {
7718
7718
  type: string;
7719
7719
  filename: string;
@@ -7761,7 +7761,7 @@ export declare const EventDocument: z.ZodObject<{
7761
7761
  createdAt: string;
7762
7762
  createdBy: string;
7763
7763
  createdByRole: string;
7764
- createdAtLocation: string;
7764
+ createdAtLocation?: string | null | undefined;
7765
7765
  originalActionId?: string | undefined;
7766
7766
  })[];
7767
7767
  trackingId: string;
@@ -7819,8 +7819,8 @@ export declare const EventDocument: z.ZodObject<{
7819
7819
  filename: string;
7820
7820
  originalFilename: string;
7821
7821
  }[] | [string, string] | undefined>;
7822
- createdAtLocation: string;
7823
7822
  assignedTo: string;
7823
+ createdAtLocation?: string | null | undefined;
7824
7824
  annotation?: Record<string, string | number | boolean | {
7825
7825
  type: string;
7826
7826
  filename: string;
@@ -7906,8 +7906,8 @@ export declare const EventDocument: z.ZodObject<{
7906
7906
  filename: string;
7907
7907
  originalFilename: string;
7908
7908
  }[] | [string, string] | undefined>;
7909
- createdAtLocation: string;
7910
7909
  assignedTo: null;
7910
+ createdAtLocation?: string | null | undefined;
7911
7911
  annotation?: Record<string, string | number | boolean | {
7912
7912
  type: string;
7913
7913
  filename: string;
@@ -7993,7 +7993,7 @@ export declare const EventDocument: z.ZodObject<{
7993
7993
  filename: string;
7994
7994
  originalFilename: string;
7995
7995
  }[] | [string, string] | undefined>;
7996
- createdAtLocation: string;
7996
+ createdAtLocation?: string | null | undefined;
7997
7997
  annotation?: Record<string, string | number | boolean | {
7998
7998
  type: string;
7999
7999
  filename: string;
@@ -8080,7 +8080,7 @@ export declare const EventDocument: z.ZodObject<{
8080
8080
  filename: string;
8081
8081
  originalFilename: string;
8082
8082
  }[] | [string, string] | undefined>;
8083
- createdAtLocation: string;
8083
+ createdAtLocation?: string | null | undefined;
8084
8084
  annotation?: Record<string, string | number | boolean | {
8085
8085
  type: string;
8086
8086
  filename: string;
@@ -8166,7 +8166,7 @@ export declare const EventDocument: z.ZodObject<{
8166
8166
  filename: string;
8167
8167
  originalFilename: string;
8168
8168
  }[] | [string, string] | undefined>;
8169
- createdAtLocation: string;
8169
+ createdAtLocation?: string | null | undefined;
8170
8170
  annotation?: Record<string, string | number | boolean | {
8171
8171
  type: string;
8172
8172
  filename: string;
@@ -8252,7 +8252,7 @@ export declare const EventDocument: z.ZodObject<{
8252
8252
  filename: string;
8253
8253
  originalFilename: string;
8254
8254
  }[] | [string, string] | undefined>;
8255
- createdAtLocation: string;
8255
+ createdAtLocation?: string | null | undefined;
8256
8256
  annotation?: Record<string, string | number | boolean | {
8257
8257
  type: string;
8258
8258
  filename: string;
@@ -8338,7 +8338,7 @@ export declare const EventDocument: z.ZodObject<{
8338
8338
  filename: string;
8339
8339
  originalFilename: string;
8340
8340
  }[] | [string, string] | undefined>;
8341
- createdAtLocation: string;
8341
+ createdAtLocation?: string | null | undefined;
8342
8342
  annotation?: Record<string, string | number | boolean | {
8343
8343
  type: string;
8344
8344
  filename: string;
@@ -8424,7 +8424,7 @@ export declare const EventDocument: z.ZodObject<{
8424
8424
  filename: string;
8425
8425
  originalFilename: string;
8426
8426
  }[] | [string, string] | undefined>;
8427
- createdAtLocation: string;
8427
+ createdAtLocation?: string | null | undefined;
8428
8428
  annotation?: Record<string, string | number | boolean | {
8429
8429
  type: string;
8430
8430
  filename: string;
@@ -8510,7 +8510,7 @@ export declare const EventDocument: z.ZodObject<{
8510
8510
  filename: string;
8511
8511
  originalFilename: string;
8512
8512
  }[] | [string, string] | undefined>;
8513
- createdAtLocation: string;
8513
+ createdAtLocation?: string | null | undefined;
8514
8514
  annotation?: Record<string, string | number | boolean | {
8515
8515
  type: string;
8516
8516
  filename: string;
@@ -8596,7 +8596,7 @@ export declare const EventDocument: z.ZodObject<{
8596
8596
  filename: string;
8597
8597
  originalFilename: string;
8598
8598
  }[] | [string, string] | undefined>;
8599
- createdAtLocation: string;
8599
+ createdAtLocation?: string | null | undefined;
8600
8600
  annotation?: Record<string, string | number | boolean | {
8601
8601
  type: string;
8602
8602
  filename: string;
@@ -8682,7 +8682,7 @@ export declare const EventDocument: z.ZodObject<{
8682
8682
  filename: string;
8683
8683
  originalFilename: string;
8684
8684
  }[] | [string, string] | undefined>;
8685
- createdAtLocation: string;
8685
+ createdAtLocation?: string | null | undefined;
8686
8686
  annotation?: Record<string, string | number | boolean | {
8687
8687
  type: string;
8688
8688
  filename: string;
@@ -8768,7 +8768,7 @@ export declare const EventDocument: z.ZodObject<{
8768
8768
  filename: string;
8769
8769
  originalFilename: string;
8770
8770
  }[] | [string, string] | undefined>;
8771
- createdAtLocation: string;
8771
+ createdAtLocation?: string | null | undefined;
8772
8772
  annotation?: Record<string, string | number | boolean | {
8773
8773
  type: string;
8774
8774
  filename: string;
@@ -8854,8 +8854,8 @@ export declare const EventDocument: z.ZodObject<{
8854
8854
  filename: string;
8855
8855
  originalFilename: string;
8856
8856
  }[] | [string, string] | undefined>;
8857
- createdAtLocation: string;
8858
8857
  requestId: string;
8858
+ createdAtLocation?: string | null | undefined;
8859
8859
  annotation?: Record<string, string | number | boolean | {
8860
8860
  type: string;
8861
8861
  filename: string;
@@ -8941,8 +8941,8 @@ export declare const EventDocument: z.ZodObject<{
8941
8941
  filename: string;
8942
8942
  originalFilename: string;
8943
8943
  }[] | [string, string] | undefined>;
8944
- createdAtLocation: string;
8945
8944
  requestId: string;
8945
+ createdAtLocation?: string | null | undefined;
8946
8946
  annotation?: Record<string, string | number | boolean | {
8947
8947
  type: string;
8948
8948
  filename: string;
@@ -9028,7 +9028,7 @@ export declare const EventDocument: z.ZodObject<{
9028
9028
  filename: string;
9029
9029
  originalFilename: string;
9030
9030
  }[] | [string, string] | undefined>;
9031
- createdAtLocation: string;
9031
+ createdAtLocation?: string | null | undefined;
9032
9032
  annotation?: Record<string, string | number | boolean | {
9033
9033
  type: string;
9034
9034
  filename: string;
@@ -9076,7 +9076,7 @@ export declare const EventDocument: z.ZodObject<{
9076
9076
  createdAt: string;
9077
9077
  createdBy: string;
9078
9078
  createdByRole: string;
9079
- createdAtLocation: string;
9079
+ createdAtLocation?: string | null | undefined;
9080
9080
  originalActionId?: string | undefined;
9081
9081
  })[];
9082
9082
  trackingId: string;