@opencrvs/toolkit 1.8.0-rc.fd8a78f → 1.8.0-rc.fde984c

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.
@@ -16049,4565 +16049,197 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
16049
16049
  originalActionId?: string | undefined;
16050
16050
  keepAssignment?: boolean | undefined;
16051
16051
  };
16052
- output: {
16053
- type: string;
16054
- id: string;
16055
- createdAt: string;
16056
- updatedAt: string;
16057
- actions: ({
16058
- type: "ASSIGN";
16059
- id: string;
16060
- status: "Rejected" | "Requested" | "Accepted";
16061
- transactionId: string;
16062
- createdAt: string;
16063
- createdBy: string;
16064
- createdByRole: string;
16065
- declaration: Record<string, string | number | boolean | {
16066
- type: string;
16067
- filename: string;
16068
- originalFilename: string;
16069
- } | {
16070
- country: string;
16071
- district: string;
16072
- addressType: "DOMESTIC";
16073
- province: string;
16074
- urbanOrRural: "URBAN";
16075
- number?: string | null | undefined;
16076
- town?: string | null | undefined;
16077
- residentialArea?: string | null | undefined;
16078
- street?: string | null | undefined;
16079
- zipCode?: string | null | undefined;
16080
- } | {
16081
- firstname: string;
16082
- surname: string;
16083
- middlename?: string | null | undefined;
16084
- } | {
16085
- country: string;
16086
- district: string;
16087
- addressType: "DOMESTIC";
16088
- province: string;
16089
- urbanOrRural: "RURAL";
16090
- village?: string | null | undefined;
16091
- } | {
16092
- country: string;
16093
- state: string;
16094
- addressType: "INTERNATIONAL";
16095
- district2: string;
16096
- cityOrTown?: string | null | undefined;
16097
- addressLine1?: string | null | undefined;
16098
- addressLine2?: string | null | undefined;
16099
- addressLine3?: string | null | undefined;
16100
- postcodeOrZip?: string | null | undefined;
16101
- } | {
16102
- type: string;
16103
- option: string;
16104
- filename: string;
16105
- originalFilename: string;
16106
- }[] | [string, string] | null | undefined>;
16107
- assignedTo: string;
16108
- createdBySignature?: string | null | undefined;
16109
- createdAtLocation?: string | null | undefined;
16110
- annotation?: Record<string, string | number | boolean | {
16111
- type: string;
16112
- filename: string;
16113
- originalFilename: string;
16114
- } | {
16115
- country: string;
16116
- district: string;
16117
- addressType: "DOMESTIC";
16118
- province: string;
16119
- urbanOrRural: "URBAN";
16120
- number?: string | null | undefined;
16121
- town?: string | null | undefined;
16122
- residentialArea?: string | null | undefined;
16123
- street?: string | null | undefined;
16124
- zipCode?: string | null | undefined;
16125
- } | {
16126
- firstname: string;
16127
- surname: string;
16128
- middlename?: string | null | undefined;
16129
- } | {
16130
- country: string;
16131
- district: string;
16132
- addressType: "DOMESTIC";
16133
- province: string;
16134
- urbanOrRural: "RURAL";
16135
- village?: string | null | undefined;
16136
- } | {
16137
- country: string;
16138
- state: string;
16139
- addressType: "INTERNATIONAL";
16140
- district2: string;
16141
- cityOrTown?: string | null | undefined;
16142
- addressLine1?: string | null | undefined;
16143
- addressLine2?: string | null | undefined;
16144
- addressLine3?: string | null | undefined;
16145
- postcodeOrZip?: string | null | undefined;
16146
- } | {
16147
- type: string;
16148
- option: string;
16149
- filename: string;
16150
- originalFilename: string;
16151
- }[] | [string, string] | null | undefined> | undefined;
16152
- originalActionId?: string | undefined;
16153
- } | {
16154
- type: "UNASSIGN";
16155
- id: string;
16156
- status: "Rejected" | "Requested" | "Accepted";
16157
- transactionId: string;
16158
- createdAt: string;
16159
- createdBy: string;
16160
- createdByRole: string;
16161
- declaration: Record<string, string | number | boolean | {
16162
- type: string;
16163
- filename: string;
16164
- originalFilename: string;
16165
- } | {
16166
- country: string;
16167
- district: string;
16168
- addressType: "DOMESTIC";
16169
- province: string;
16170
- urbanOrRural: "URBAN";
16171
- number?: string | null | undefined;
16172
- town?: string | null | undefined;
16173
- residentialArea?: string | null | undefined;
16174
- street?: string | null | undefined;
16175
- zipCode?: string | null | undefined;
16176
- } | {
16177
- firstname: string;
16178
- surname: string;
16179
- middlename?: string | null | undefined;
16180
- } | {
16181
- country: string;
16182
- district: string;
16183
- addressType: "DOMESTIC";
16184
- province: string;
16185
- urbanOrRural: "RURAL";
16186
- village?: string | null | undefined;
16187
- } | {
16188
- country: string;
16189
- state: string;
16190
- addressType: "INTERNATIONAL";
16191
- district2: string;
16192
- cityOrTown?: string | null | undefined;
16193
- addressLine1?: string | null | undefined;
16194
- addressLine2?: string | null | undefined;
16195
- addressLine3?: string | null | undefined;
16196
- postcodeOrZip?: string | null | undefined;
16197
- } | {
16198
- type: string;
16199
- option: string;
16200
- filename: string;
16201
- originalFilename: string;
16202
- }[] | [string, string] | null | undefined>;
16203
- assignedTo: null;
16204
- createdBySignature?: string | null | undefined;
16205
- createdAtLocation?: string | null | undefined;
16206
- annotation?: Record<string, string | number | boolean | {
16207
- type: string;
16208
- filename: string;
16209
- originalFilename: string;
16210
- } | {
16211
- country: string;
16212
- district: string;
16213
- addressType: "DOMESTIC";
16214
- province: string;
16215
- urbanOrRural: "URBAN";
16216
- number?: string | null | undefined;
16217
- town?: string | null | undefined;
16218
- residentialArea?: string | null | undefined;
16219
- street?: string | null | undefined;
16220
- zipCode?: string | null | undefined;
16221
- } | {
16222
- firstname: string;
16223
- surname: string;
16224
- middlename?: string | null | undefined;
16225
- } | {
16226
- country: string;
16227
- district: string;
16228
- addressType: "DOMESTIC";
16229
- province: string;
16230
- urbanOrRural: "RURAL";
16231
- village?: string | null | undefined;
16232
- } | {
16233
- country: string;
16234
- state: string;
16235
- addressType: "INTERNATIONAL";
16236
- district2: string;
16237
- cityOrTown?: string | null | undefined;
16238
- addressLine1?: string | null | undefined;
16239
- addressLine2?: string | null | undefined;
16240
- addressLine3?: string | null | undefined;
16241
- postcodeOrZip?: string | null | undefined;
16242
- } | {
16243
- type: string;
16244
- option: string;
16245
- filename: string;
16246
- originalFilename: string;
16247
- }[] | [string, string] | null | undefined> | undefined;
16248
- originalActionId?: string | undefined;
16249
- } | {
16250
- type: "REGISTER";
16251
- id: string;
16252
- status: "Rejected" | "Requested" | "Accepted";
16253
- transactionId: string;
16254
- createdAt: string;
16255
- createdBy: string;
16256
- createdByRole: string;
16257
- declaration: Record<string, string | number | boolean | {
16258
- type: string;
16259
- filename: string;
16260
- originalFilename: string;
16261
- } | {
16262
- country: string;
16263
- district: string;
16264
- addressType: "DOMESTIC";
16265
- province: string;
16266
- urbanOrRural: "URBAN";
16267
- number?: string | null | undefined;
16268
- town?: string | null | undefined;
16269
- residentialArea?: string | null | undefined;
16270
- street?: string | null | undefined;
16271
- zipCode?: string | null | undefined;
16272
- } | {
16273
- firstname: string;
16274
- surname: string;
16275
- middlename?: string | null | undefined;
16276
- } | {
16277
- country: string;
16278
- district: string;
16279
- addressType: "DOMESTIC";
16280
- province: string;
16281
- urbanOrRural: "RURAL";
16282
- village?: string | null | undefined;
16283
- } | {
16284
- country: string;
16285
- state: string;
16286
- addressType: "INTERNATIONAL";
16287
- district2: string;
16288
- cityOrTown?: string | null | undefined;
16289
- addressLine1?: string | null | undefined;
16290
- addressLine2?: string | null | undefined;
16291
- addressLine3?: string | null | undefined;
16292
- postcodeOrZip?: string | null | undefined;
16293
- } | {
16294
- type: string;
16295
- option: string;
16296
- filename: string;
16297
- originalFilename: string;
16298
- }[] | [string, string] | null | undefined>;
16299
- createdBySignature?: string | null | undefined;
16300
- createdAtLocation?: string | null | undefined;
16301
- annotation?: Record<string, string | number | boolean | {
16302
- type: string;
16303
- filename: string;
16304
- originalFilename: string;
16305
- } | {
16306
- country: string;
16307
- district: string;
16308
- addressType: "DOMESTIC";
16309
- province: string;
16310
- urbanOrRural: "URBAN";
16311
- number?: string | null | undefined;
16312
- town?: string | null | undefined;
16313
- residentialArea?: string | null | undefined;
16314
- street?: string | null | undefined;
16315
- zipCode?: string | null | undefined;
16316
- } | {
16317
- firstname: string;
16318
- surname: string;
16319
- middlename?: string | null | undefined;
16320
- } | {
16321
- country: string;
16322
- district: string;
16323
- addressType: "DOMESTIC";
16324
- province: string;
16325
- urbanOrRural: "RURAL";
16326
- village?: string | null | undefined;
16327
- } | {
16328
- country: string;
16329
- state: string;
16330
- addressType: "INTERNATIONAL";
16331
- district2: string;
16332
- cityOrTown?: string | null | undefined;
16333
- addressLine1?: string | null | undefined;
16334
- addressLine2?: string | null | undefined;
16335
- addressLine3?: string | null | undefined;
16336
- postcodeOrZip?: string | null | undefined;
16337
- } | {
16338
- type: string;
16339
- option: string;
16340
- filename: string;
16341
- originalFilename: string;
16342
- }[] | [string, string] | null | undefined> | undefined;
16343
- originalActionId?: string | undefined;
16344
- registrationNumber?: string | undefined;
16345
- } | {
16346
- type: "DECLARE";
16347
- id: string;
16348
- status: "Rejected" | "Requested" | "Accepted";
16349
- transactionId: string;
16350
- createdAt: string;
16351
- createdBy: string;
16352
- createdByRole: string;
16353
- declaration: Record<string, string | number | boolean | {
16354
- type: string;
16355
- filename: string;
16356
- originalFilename: string;
16357
- } | {
16358
- country: string;
16359
- district: string;
16360
- addressType: "DOMESTIC";
16361
- province: string;
16362
- urbanOrRural: "URBAN";
16363
- number?: string | null | undefined;
16364
- town?: string | null | undefined;
16365
- residentialArea?: string | null | undefined;
16366
- street?: string | null | undefined;
16367
- zipCode?: string | null | undefined;
16368
- } | {
16369
- firstname: string;
16370
- surname: string;
16371
- middlename?: string | null | undefined;
16372
- } | {
16373
- country: string;
16374
- district: string;
16375
- addressType: "DOMESTIC";
16376
- province: string;
16377
- urbanOrRural: "RURAL";
16378
- village?: string | null | undefined;
16379
- } | {
16380
- country: string;
16381
- state: string;
16382
- addressType: "INTERNATIONAL";
16383
- district2: string;
16384
- cityOrTown?: string | null | undefined;
16385
- addressLine1?: string | null | undefined;
16386
- addressLine2?: string | null | undefined;
16387
- addressLine3?: string | null | undefined;
16388
- postcodeOrZip?: string | null | undefined;
16389
- } | {
16390
- type: string;
16391
- option: string;
16392
- filename: string;
16393
- originalFilename: string;
16394
- }[] | [string, string] | null | undefined>;
16395
- createdBySignature?: string | null | undefined;
16396
- createdAtLocation?: string | null | undefined;
16397
- annotation?: Record<string, string | number | boolean | {
16398
- type: string;
16399
- filename: string;
16400
- originalFilename: string;
16401
- } | {
16402
- country: string;
16403
- district: string;
16404
- addressType: "DOMESTIC";
16405
- province: string;
16406
- urbanOrRural: "URBAN";
16407
- number?: string | null | undefined;
16408
- town?: string | null | undefined;
16409
- residentialArea?: string | null | undefined;
16410
- street?: string | null | undefined;
16411
- zipCode?: string | null | undefined;
16412
- } | {
16413
- firstname: string;
16414
- surname: string;
16415
- middlename?: string | null | undefined;
16416
- } | {
16417
- country: string;
16418
- district: string;
16419
- addressType: "DOMESTIC";
16420
- province: string;
16421
- urbanOrRural: "RURAL";
16422
- village?: string | null | undefined;
16423
- } | {
16424
- country: string;
16425
- state: string;
16426
- addressType: "INTERNATIONAL";
16427
- district2: string;
16428
- cityOrTown?: string | null | undefined;
16429
- addressLine1?: string | null | undefined;
16430
- addressLine2?: string | null | undefined;
16431
- addressLine3?: string | null | undefined;
16432
- postcodeOrZip?: string | null | undefined;
16433
- } | {
16434
- type: string;
16435
- option: string;
16436
- filename: string;
16437
- originalFilename: string;
16438
- }[] | [string, string] | null | undefined> | undefined;
16439
- originalActionId?: string | undefined;
16440
- } | {
16441
- type: "VALIDATE";
16442
- id: string;
16443
- status: "Rejected" | "Requested" | "Accepted";
16444
- transactionId: string;
16445
- createdAt: string;
16446
- createdBy: string;
16447
- createdByRole: string;
16448
- declaration: Record<string, string | number | boolean | {
16449
- type: string;
16450
- filename: string;
16451
- originalFilename: string;
16452
- } | {
16453
- country: string;
16454
- district: string;
16455
- addressType: "DOMESTIC";
16456
- province: string;
16457
- urbanOrRural: "URBAN";
16458
- number?: string | null | undefined;
16459
- town?: string | null | undefined;
16460
- residentialArea?: string | null | undefined;
16461
- street?: string | null | undefined;
16462
- zipCode?: string | null | undefined;
16463
- } | {
16464
- firstname: string;
16465
- surname: string;
16466
- middlename?: string | null | undefined;
16467
- } | {
16468
- country: string;
16469
- district: string;
16470
- addressType: "DOMESTIC";
16471
- province: string;
16472
- urbanOrRural: "RURAL";
16473
- village?: string | null | undefined;
16474
- } | {
16475
- country: string;
16476
- state: string;
16477
- addressType: "INTERNATIONAL";
16478
- district2: string;
16479
- cityOrTown?: string | null | undefined;
16480
- addressLine1?: string | null | undefined;
16481
- addressLine2?: string | null | undefined;
16482
- addressLine3?: string | null | undefined;
16483
- postcodeOrZip?: string | null | undefined;
16484
- } | {
16485
- type: string;
16486
- option: string;
16487
- filename: string;
16488
- originalFilename: string;
16489
- }[] | [string, string] | null | undefined>;
16490
- createdBySignature?: string | null | undefined;
16491
- createdAtLocation?: string | null | undefined;
16492
- annotation?: Record<string, string | number | boolean | {
16493
- type: string;
16494
- filename: string;
16495
- originalFilename: string;
16496
- } | {
16497
- country: string;
16498
- district: string;
16499
- addressType: "DOMESTIC";
16500
- province: string;
16501
- urbanOrRural: "URBAN";
16502
- number?: string | null | undefined;
16503
- town?: string | null | undefined;
16504
- residentialArea?: string | null | undefined;
16505
- street?: string | null | undefined;
16506
- zipCode?: string | null | undefined;
16507
- } | {
16508
- firstname: string;
16509
- surname: string;
16510
- middlename?: string | null | undefined;
16511
- } | {
16512
- country: string;
16513
- district: string;
16514
- addressType: "DOMESTIC";
16515
- province: string;
16516
- urbanOrRural: "RURAL";
16517
- village?: string | null | undefined;
16518
- } | {
16519
- country: string;
16520
- state: string;
16521
- addressType: "INTERNATIONAL";
16522
- district2: string;
16523
- cityOrTown?: string | null | undefined;
16524
- addressLine1?: string | null | undefined;
16525
- addressLine2?: string | null | undefined;
16526
- addressLine3?: string | null | undefined;
16527
- postcodeOrZip?: string | null | undefined;
16528
- } | {
16529
- type: string;
16530
- option: string;
16531
- filename: string;
16532
- originalFilename: string;
16533
- }[] | [string, string] | null | undefined> | undefined;
16534
- originalActionId?: string | undefined;
16535
- } | {
16536
- type: "REJECT";
16537
- id: string;
16538
- status: "Rejected" | "Requested" | "Accepted";
16539
- reason: {
16540
- message: string;
16541
- isDuplicate?: boolean | undefined;
16542
- };
16543
- transactionId: string;
16544
- createdAt: string;
16545
- createdBy: string;
16546
- createdByRole: string;
16547
- declaration: Record<string, string | number | boolean | {
16548
- type: string;
16549
- filename: string;
16550
- originalFilename: string;
16551
- } | {
16552
- country: string;
16553
- district: string;
16554
- addressType: "DOMESTIC";
16555
- province: string;
16556
- urbanOrRural: "URBAN";
16557
- number?: string | null | undefined;
16558
- town?: string | null | undefined;
16559
- residentialArea?: string | null | undefined;
16560
- street?: string | null | undefined;
16561
- zipCode?: string | null | undefined;
16562
- } | {
16563
- firstname: string;
16564
- surname: string;
16565
- middlename?: string | null | undefined;
16566
- } | {
16567
- country: string;
16568
- district: string;
16569
- addressType: "DOMESTIC";
16570
- province: string;
16571
- urbanOrRural: "RURAL";
16572
- village?: string | null | undefined;
16573
- } | {
16574
- country: string;
16575
- state: string;
16576
- addressType: "INTERNATIONAL";
16577
- district2: string;
16578
- cityOrTown?: string | null | undefined;
16579
- addressLine1?: string | null | undefined;
16580
- addressLine2?: string | null | undefined;
16581
- addressLine3?: string | null | undefined;
16582
- postcodeOrZip?: string | null | undefined;
16583
- } | {
16584
- type: string;
16585
- option: string;
16586
- filename: string;
16587
- originalFilename: string;
16588
- }[] | [string, string] | null | undefined>;
16589
- createdBySignature?: string | null | undefined;
16590
- createdAtLocation?: string | null | undefined;
16591
- annotation?: Record<string, string | number | boolean | {
16592
- type: string;
16593
- filename: string;
16594
- originalFilename: string;
16595
- } | {
16596
- country: string;
16597
- district: string;
16598
- addressType: "DOMESTIC";
16599
- province: string;
16600
- urbanOrRural: "URBAN";
16601
- number?: string | null | undefined;
16602
- town?: string | null | undefined;
16603
- residentialArea?: string | null | undefined;
16604
- street?: string | null | undefined;
16605
- zipCode?: string | null | undefined;
16606
- } | {
16607
- firstname: string;
16608
- surname: string;
16609
- middlename?: string | null | undefined;
16610
- } | {
16611
- country: string;
16612
- district: string;
16613
- addressType: "DOMESTIC";
16614
- province: string;
16615
- urbanOrRural: "RURAL";
16616
- village?: string | null | undefined;
16617
- } | {
16618
- country: string;
16619
- state: string;
16620
- addressType: "INTERNATIONAL";
16621
- district2: string;
16622
- cityOrTown?: string | null | undefined;
16623
- addressLine1?: string | null | undefined;
16624
- addressLine2?: string | null | undefined;
16625
- addressLine3?: string | null | undefined;
16626
- postcodeOrZip?: string | null | undefined;
16627
- } | {
16628
- type: string;
16629
- option: string;
16630
- filename: string;
16631
- originalFilename: string;
16632
- }[] | [string, string] | null | undefined> | undefined;
16633
- originalActionId?: string | undefined;
16634
- } | {
16635
- type: "MARKED_AS_DUPLICATE";
16636
- id: string;
16637
- status: "Rejected" | "Requested" | "Accepted";
16638
- transactionId: string;
16639
- createdAt: string;
16640
- createdBy: string;
16641
- createdByRole: string;
16642
- declaration: Record<string, string | number | boolean | {
16643
- type: string;
16644
- filename: string;
16645
- originalFilename: string;
16646
- } | {
16647
- country: string;
16648
- district: string;
16649
- addressType: "DOMESTIC";
16650
- province: string;
16651
- urbanOrRural: "URBAN";
16652
- number?: string | null | undefined;
16653
- town?: string | null | undefined;
16654
- residentialArea?: string | null | undefined;
16655
- street?: string | null | undefined;
16656
- zipCode?: string | null | undefined;
16657
- } | {
16658
- firstname: string;
16659
- surname: string;
16660
- middlename?: string | null | undefined;
16661
- } | {
16662
- country: string;
16663
- district: string;
16664
- addressType: "DOMESTIC";
16665
- province: string;
16666
- urbanOrRural: "RURAL";
16667
- village?: string | null | undefined;
16668
- } | {
16669
- country: string;
16670
- state: string;
16671
- addressType: "INTERNATIONAL";
16672
- district2: string;
16673
- cityOrTown?: string | null | undefined;
16674
- addressLine1?: string | null | undefined;
16675
- addressLine2?: string | null | undefined;
16676
- addressLine3?: string | null | undefined;
16677
- postcodeOrZip?: string | null | undefined;
16678
- } | {
16679
- type: string;
16680
- option: string;
16681
- filename: string;
16682
- originalFilename: string;
16683
- }[] | [string, string] | null | undefined>;
16684
- createdBySignature?: string | null | undefined;
16685
- createdAtLocation?: string | null | undefined;
16686
- annotation?: Record<string, string | number | boolean | {
16687
- type: string;
16688
- filename: string;
16689
- originalFilename: string;
16690
- } | {
16691
- country: string;
16692
- district: string;
16693
- addressType: "DOMESTIC";
16694
- province: string;
16695
- urbanOrRural: "URBAN";
16696
- number?: string | null | undefined;
16697
- town?: string | null | undefined;
16698
- residentialArea?: string | null | undefined;
16699
- street?: string | null | undefined;
16700
- zipCode?: string | null | undefined;
16701
- } | {
16702
- firstname: string;
16703
- surname: string;
16704
- middlename?: string | null | undefined;
16705
- } | {
16706
- country: string;
16707
- district: string;
16708
- addressType: "DOMESTIC";
16709
- province: string;
16710
- urbanOrRural: "RURAL";
16711
- village?: string | null | undefined;
16712
- } | {
16713
- country: string;
16714
- state: string;
16715
- addressType: "INTERNATIONAL";
16716
- district2: string;
16717
- cityOrTown?: string | null | undefined;
16718
- addressLine1?: string | null | undefined;
16719
- addressLine2?: string | null | undefined;
16720
- addressLine3?: string | null | undefined;
16721
- postcodeOrZip?: string | null | undefined;
16722
- } | {
16723
- type: string;
16724
- option: string;
16725
- filename: string;
16726
- originalFilename: string;
16727
- }[] | [string, string] | null | undefined> | undefined;
16728
- originalActionId?: string | undefined;
16729
- } | {
16730
- type: "ARCHIVE";
16731
- id: string;
16732
- status: "Rejected" | "Requested" | "Accepted";
16733
- reason: {
16734
- message: string;
16735
- isDuplicate?: boolean | undefined;
16736
- };
16737
- transactionId: string;
16738
- createdAt: string;
16739
- createdBy: string;
16740
- createdByRole: string;
16741
- declaration: Record<string, string | number | boolean | {
16742
- type: string;
16743
- filename: string;
16744
- originalFilename: string;
16745
- } | {
16746
- country: string;
16747
- district: string;
16748
- addressType: "DOMESTIC";
16749
- province: string;
16750
- urbanOrRural: "URBAN";
16751
- number?: string | null | undefined;
16752
- town?: string | null | undefined;
16753
- residentialArea?: string | null | undefined;
16754
- street?: string | null | undefined;
16755
- zipCode?: string | null | undefined;
16756
- } | {
16757
- firstname: string;
16758
- surname: string;
16759
- middlename?: string | null | undefined;
16760
- } | {
16761
- country: string;
16762
- district: string;
16763
- addressType: "DOMESTIC";
16764
- province: string;
16765
- urbanOrRural: "RURAL";
16766
- village?: string | null | undefined;
16767
- } | {
16768
- country: string;
16769
- state: string;
16770
- addressType: "INTERNATIONAL";
16771
- district2: string;
16772
- cityOrTown?: string | null | undefined;
16773
- addressLine1?: string | null | undefined;
16774
- addressLine2?: string | null | undefined;
16775
- addressLine3?: string | null | undefined;
16776
- postcodeOrZip?: string | null | undefined;
16777
- } | {
16778
- type: string;
16779
- option: string;
16780
- filename: string;
16781
- originalFilename: string;
16782
- }[] | [string, string] | null | undefined>;
16783
- createdBySignature?: string | null | undefined;
16784
- createdAtLocation?: string | null | undefined;
16785
- annotation?: Record<string, string | number | boolean | {
16786
- type: string;
16787
- filename: string;
16788
- originalFilename: string;
16789
- } | {
16790
- country: string;
16791
- district: string;
16792
- addressType: "DOMESTIC";
16793
- province: string;
16794
- urbanOrRural: "URBAN";
16795
- number?: string | null | undefined;
16796
- town?: string | null | undefined;
16797
- residentialArea?: string | null | undefined;
16798
- street?: string | null | undefined;
16799
- zipCode?: string | null | undefined;
16800
- } | {
16801
- firstname: string;
16802
- surname: string;
16803
- middlename?: string | null | undefined;
16804
- } | {
16805
- country: string;
16806
- district: string;
16807
- addressType: "DOMESTIC";
16808
- province: string;
16809
- urbanOrRural: "RURAL";
16810
- village?: string | null | undefined;
16811
- } | {
16812
- country: string;
16813
- state: string;
16814
- addressType: "INTERNATIONAL";
16815
- district2: string;
16816
- cityOrTown?: string | null | undefined;
16817
- addressLine1?: string | null | undefined;
16818
- addressLine2?: string | null | undefined;
16819
- addressLine3?: string | null | undefined;
16820
- postcodeOrZip?: string | null | undefined;
16821
- } | {
16822
- type: string;
16823
- option: string;
16824
- filename: string;
16825
- originalFilename: string;
16826
- }[] | [string, string] | null | undefined> | undefined;
16827
- originalActionId?: string | undefined;
16828
- } | {
16829
- type: "CREATE";
16830
- id: string;
16831
- status: "Rejected" | "Requested" | "Accepted";
16832
- transactionId: string;
16833
- createdAt: string;
16834
- createdBy: string;
16835
- createdByRole: string;
16836
- declaration: Record<string, string | number | boolean | {
16837
- type: string;
16838
- filename: string;
16839
- originalFilename: string;
16840
- } | {
16841
- country: string;
16842
- district: string;
16843
- addressType: "DOMESTIC";
16844
- province: string;
16845
- urbanOrRural: "URBAN";
16846
- number?: string | null | undefined;
16847
- town?: string | null | undefined;
16848
- residentialArea?: string | null | undefined;
16849
- street?: string | null | undefined;
16850
- zipCode?: string | null | undefined;
16851
- } | {
16852
- firstname: string;
16853
- surname: string;
16854
- middlename?: string | null | undefined;
16855
- } | {
16856
- country: string;
16857
- district: string;
16858
- addressType: "DOMESTIC";
16859
- province: string;
16860
- urbanOrRural: "RURAL";
16861
- village?: string | null | undefined;
16862
- } | {
16863
- country: string;
16864
- state: string;
16865
- addressType: "INTERNATIONAL";
16866
- district2: string;
16867
- cityOrTown?: string | null | undefined;
16868
- addressLine1?: string | null | undefined;
16869
- addressLine2?: string | null | undefined;
16870
- addressLine3?: string | null | undefined;
16871
- postcodeOrZip?: string | null | undefined;
16872
- } | {
16873
- type: string;
16874
- option: string;
16875
- filename: string;
16876
- originalFilename: string;
16877
- }[] | [string, string] | null | undefined>;
16878
- createdBySignature?: string | null | undefined;
16879
- createdAtLocation?: string | null | undefined;
16880
- annotation?: Record<string, string | number | boolean | {
16881
- type: string;
16882
- filename: string;
16883
- originalFilename: string;
16884
- } | {
16885
- country: string;
16886
- district: string;
16887
- addressType: "DOMESTIC";
16888
- province: string;
16889
- urbanOrRural: "URBAN";
16890
- number?: string | null | undefined;
16891
- town?: string | null | undefined;
16892
- residentialArea?: string | null | undefined;
16893
- street?: string | null | undefined;
16894
- zipCode?: string | null | undefined;
16895
- } | {
16896
- firstname: string;
16897
- surname: string;
16898
- middlename?: string | null | undefined;
16899
- } | {
16900
- country: string;
16901
- district: string;
16902
- addressType: "DOMESTIC";
16903
- province: string;
16904
- urbanOrRural: "RURAL";
16905
- village?: string | null | undefined;
16906
- } | {
16907
- country: string;
16908
- state: string;
16909
- addressType: "INTERNATIONAL";
16910
- district2: string;
16911
- cityOrTown?: string | null | undefined;
16912
- addressLine1?: string | null | undefined;
16913
- addressLine2?: string | null | undefined;
16914
- addressLine3?: string | null | undefined;
16915
- postcodeOrZip?: string | null | undefined;
16916
- } | {
16917
- type: string;
16918
- option: string;
16919
- filename: string;
16920
- originalFilename: string;
16921
- }[] | [string, string] | null | undefined> | undefined;
16922
- originalActionId?: string | undefined;
16923
- } | {
16924
- type: "NOTIFY";
16925
- id: string;
16926
- status: "Rejected" | "Requested" | "Accepted";
16927
- transactionId: string;
16928
- createdAt: string;
16929
- createdBy: string;
16930
- createdByRole: string;
16931
- declaration: Record<string, string | number | boolean | {
16932
- type: string;
16933
- filename: string;
16934
- originalFilename: string;
16935
- } | {
16936
- country: string;
16937
- district: string;
16938
- addressType: "DOMESTIC";
16939
- province: string;
16940
- urbanOrRural: "URBAN";
16941
- number?: string | null | undefined;
16942
- town?: string | null | undefined;
16943
- residentialArea?: string | null | undefined;
16944
- street?: string | null | undefined;
16945
- zipCode?: string | null | undefined;
16946
- } | {
16947
- firstname: string;
16948
- surname: string;
16949
- middlename?: string | null | undefined;
16950
- } | {
16951
- country: string;
16952
- district: string;
16953
- addressType: "DOMESTIC";
16954
- province: string;
16955
- urbanOrRural: "RURAL";
16956
- village?: string | null | undefined;
16957
- } | {
16958
- country: string;
16959
- state: string;
16960
- addressType: "INTERNATIONAL";
16961
- district2: string;
16962
- cityOrTown?: string | null | undefined;
16963
- addressLine1?: string | null | undefined;
16964
- addressLine2?: string | null | undefined;
16965
- addressLine3?: string | null | undefined;
16966
- postcodeOrZip?: string | null | undefined;
16967
- } | {
16968
- type: string;
16969
- option: string;
16970
- filename: string;
16971
- originalFilename: string;
16972
- }[] | [string, string] | null | undefined>;
16973
- createdBySignature?: string | null | undefined;
16974
- createdAtLocation?: string | null | undefined;
16975
- annotation?: Record<string, string | number | boolean | {
16976
- type: string;
16977
- filename: string;
16978
- originalFilename: string;
16979
- } | {
16980
- country: string;
16981
- district: string;
16982
- addressType: "DOMESTIC";
16983
- province: string;
16984
- urbanOrRural: "URBAN";
16985
- number?: string | null | undefined;
16986
- town?: string | null | undefined;
16987
- residentialArea?: string | null | undefined;
16988
- street?: string | null | undefined;
16989
- zipCode?: string | null | undefined;
16990
- } | {
16991
- firstname: string;
16992
- surname: string;
16993
- middlename?: string | null | undefined;
16994
- } | {
16995
- country: string;
16996
- district: string;
16997
- addressType: "DOMESTIC";
16998
- province: string;
16999
- urbanOrRural: "RURAL";
17000
- village?: string | null | undefined;
17001
- } | {
17002
- country: string;
17003
- state: string;
17004
- addressType: "INTERNATIONAL";
17005
- district2: string;
17006
- cityOrTown?: string | null | undefined;
17007
- addressLine1?: string | null | undefined;
17008
- addressLine2?: string | null | undefined;
17009
- addressLine3?: string | null | undefined;
17010
- postcodeOrZip?: string | null | undefined;
17011
- } | {
17012
- type: string;
17013
- option: string;
17014
- filename: string;
17015
- originalFilename: string;
17016
- }[] | [string, string] | null | undefined> | undefined;
17017
- originalActionId?: string | undefined;
17018
- } | {
17019
- type: "PRINT_CERTIFICATE";
17020
- id: string;
17021
- status: "Rejected" | "Requested" | "Accepted";
17022
- transactionId: string;
17023
- createdAt: string;
17024
- createdBy: string;
17025
- createdByRole: string;
17026
- declaration: Record<string, string | number | boolean | {
17027
- type: string;
17028
- filename: string;
17029
- originalFilename: string;
17030
- } | {
17031
- country: string;
17032
- district: string;
17033
- addressType: "DOMESTIC";
17034
- province: string;
17035
- urbanOrRural: "URBAN";
17036
- number?: string | null | undefined;
17037
- town?: string | null | undefined;
17038
- residentialArea?: string | null | undefined;
17039
- street?: string | null | undefined;
17040
- zipCode?: string | null | undefined;
17041
- } | {
17042
- firstname: string;
17043
- surname: string;
17044
- middlename?: string | null | undefined;
17045
- } | {
17046
- country: string;
17047
- district: string;
17048
- addressType: "DOMESTIC";
17049
- province: string;
17050
- urbanOrRural: "RURAL";
17051
- village?: string | null | undefined;
17052
- } | {
17053
- country: string;
17054
- state: string;
17055
- addressType: "INTERNATIONAL";
17056
- district2: string;
17057
- cityOrTown?: string | null | undefined;
17058
- addressLine1?: string | null | undefined;
17059
- addressLine2?: string | null | undefined;
17060
- addressLine3?: string | null | undefined;
17061
- postcodeOrZip?: string | null | undefined;
17062
- } | {
17063
- type: string;
17064
- option: string;
17065
- filename: string;
17066
- originalFilename: string;
17067
- }[] | [string, string] | null | undefined>;
17068
- createdBySignature?: string | null | undefined;
17069
- createdAtLocation?: string | null | undefined;
17070
- annotation?: Record<string, string | number | boolean | {
17071
- type: string;
17072
- filename: string;
17073
- originalFilename: string;
17074
- } | {
17075
- country: string;
17076
- district: string;
17077
- addressType: "DOMESTIC";
17078
- province: string;
17079
- urbanOrRural: "URBAN";
17080
- number?: string | null | undefined;
17081
- town?: string | null | undefined;
17082
- residentialArea?: string | null | undefined;
17083
- street?: string | null | undefined;
17084
- zipCode?: string | null | undefined;
17085
- } | {
17086
- firstname: string;
17087
- surname: string;
17088
- middlename?: string | null | undefined;
17089
- } | {
17090
- country: string;
17091
- district: string;
17092
- addressType: "DOMESTIC";
17093
- province: string;
17094
- urbanOrRural: "RURAL";
17095
- village?: string | null | undefined;
17096
- } | {
17097
- country: string;
17098
- state: string;
17099
- addressType: "INTERNATIONAL";
17100
- district2: string;
17101
- cityOrTown?: string | null | undefined;
17102
- addressLine1?: string | null | undefined;
17103
- addressLine2?: string | null | undefined;
17104
- addressLine3?: string | null | undefined;
17105
- postcodeOrZip?: string | null | undefined;
17106
- } | {
17107
- type: string;
17108
- option: string;
17109
- filename: string;
17110
- originalFilename: string;
17111
- }[] | [string, string] | null | undefined> | undefined;
17112
- originalActionId?: string | undefined;
17113
- } | {
17114
- type: "REQUEST_CORRECTION";
17115
- id: string;
17116
- status: "Rejected" | "Requested" | "Accepted";
17117
- transactionId: string;
17118
- createdAt: string;
17119
- createdBy: string;
17120
- createdByRole: string;
17121
- declaration: Record<string, string | number | boolean | {
17122
- type: string;
17123
- filename: string;
17124
- originalFilename: string;
17125
- } | {
17126
- country: string;
17127
- district: string;
17128
- addressType: "DOMESTIC";
17129
- province: string;
17130
- urbanOrRural: "URBAN";
17131
- number?: string | null | undefined;
17132
- town?: string | null | undefined;
17133
- residentialArea?: string | null | undefined;
17134
- street?: string | null | undefined;
17135
- zipCode?: string | null | undefined;
17136
- } | {
17137
- firstname: string;
17138
- surname: string;
17139
- middlename?: string | null | undefined;
17140
- } | {
17141
- country: string;
17142
- district: string;
17143
- addressType: "DOMESTIC";
17144
- province: string;
17145
- urbanOrRural: "RURAL";
17146
- village?: string | null | undefined;
17147
- } | {
17148
- country: string;
17149
- state: string;
17150
- addressType: "INTERNATIONAL";
17151
- district2: string;
17152
- cityOrTown?: string | null | undefined;
17153
- addressLine1?: string | null | undefined;
17154
- addressLine2?: string | null | undefined;
17155
- addressLine3?: string | null | undefined;
17156
- postcodeOrZip?: string | null | undefined;
17157
- } | {
17158
- type: string;
17159
- option: string;
17160
- filename: string;
17161
- originalFilename: string;
17162
- }[] | [string, string] | null | undefined>;
17163
- createdBySignature?: string | null | undefined;
17164
- createdAtLocation?: string | null | undefined;
17165
- annotation?: Record<string, string | number | boolean | {
17166
- type: string;
17167
- filename: string;
17168
- originalFilename: string;
17169
- } | {
17170
- country: string;
17171
- district: string;
17172
- addressType: "DOMESTIC";
17173
- province: string;
17174
- urbanOrRural: "URBAN";
17175
- number?: string | null | undefined;
17176
- town?: string | null | undefined;
17177
- residentialArea?: string | null | undefined;
17178
- street?: string | null | undefined;
17179
- zipCode?: string | null | undefined;
17180
- } | {
17181
- firstname: string;
17182
- surname: string;
17183
- middlename?: string | null | undefined;
17184
- } | {
17185
- country: string;
17186
- district: string;
17187
- addressType: "DOMESTIC";
17188
- province: string;
17189
- urbanOrRural: "RURAL";
17190
- village?: string | null | undefined;
17191
- } | {
17192
- country: string;
17193
- state: string;
17194
- addressType: "INTERNATIONAL";
17195
- district2: string;
17196
- cityOrTown?: string | null | undefined;
17197
- addressLine1?: string | null | undefined;
17198
- addressLine2?: string | null | undefined;
17199
- addressLine3?: string | null | undefined;
17200
- postcodeOrZip?: string | null | undefined;
17201
- } | {
17202
- type: string;
17203
- option: string;
17204
- filename: string;
17205
- originalFilename: string;
17206
- }[] | [string, string] | null | undefined> | undefined;
17207
- originalActionId?: string | undefined;
17208
- } | {
17209
- type: "APPROVE_CORRECTION";
17210
- id: string;
17211
- status: "Rejected" | "Requested" | "Accepted";
17212
- transactionId: string;
17213
- createdAt: string;
17214
- createdBy: string;
17215
- createdByRole: string;
17216
- declaration: Record<string, string | number | boolean | {
17217
- type: string;
17218
- filename: string;
17219
- originalFilename: string;
17220
- } | {
17221
- country: string;
17222
- district: string;
17223
- addressType: "DOMESTIC";
17224
- province: string;
17225
- urbanOrRural: "URBAN";
17226
- number?: string | null | undefined;
17227
- town?: string | null | undefined;
17228
- residentialArea?: string | null | undefined;
17229
- street?: string | null | undefined;
17230
- zipCode?: string | null | undefined;
17231
- } | {
17232
- firstname: string;
17233
- surname: string;
17234
- middlename?: string | null | undefined;
17235
- } | {
17236
- country: string;
17237
- district: string;
17238
- addressType: "DOMESTIC";
17239
- province: string;
17240
- urbanOrRural: "RURAL";
17241
- village?: string | null | undefined;
17242
- } | {
17243
- country: string;
17244
- state: string;
17245
- addressType: "INTERNATIONAL";
17246
- district2: string;
17247
- cityOrTown?: string | null | undefined;
17248
- addressLine1?: string | null | undefined;
17249
- addressLine2?: string | null | undefined;
17250
- addressLine3?: string | null | undefined;
17251
- postcodeOrZip?: string | null | undefined;
17252
- } | {
17253
- type: string;
17254
- option: string;
17255
- filename: string;
17256
- originalFilename: string;
17257
- }[] | [string, string] | null | undefined>;
17258
- requestId: string;
17259
- createdBySignature?: string | null | undefined;
17260
- createdAtLocation?: string | null | undefined;
17261
- annotation?: Record<string, string | number | boolean | {
17262
- type: string;
17263
- filename: string;
17264
- originalFilename: string;
17265
- } | {
17266
- country: string;
17267
- district: string;
17268
- addressType: "DOMESTIC";
17269
- province: string;
17270
- urbanOrRural: "URBAN";
17271
- number?: string | null | undefined;
17272
- town?: string | null | undefined;
17273
- residentialArea?: string | null | undefined;
17274
- street?: string | null | undefined;
17275
- zipCode?: string | null | undefined;
17276
- } | {
17277
- firstname: string;
17278
- surname: string;
17279
- middlename?: string | null | undefined;
17280
- } | {
17281
- country: string;
17282
- district: string;
17283
- addressType: "DOMESTIC";
17284
- province: string;
17285
- urbanOrRural: "RURAL";
17286
- village?: string | null | undefined;
17287
- } | {
17288
- country: string;
17289
- state: string;
17290
- addressType: "INTERNATIONAL";
17291
- district2: string;
17292
- cityOrTown?: string | null | undefined;
17293
- addressLine1?: string | null | undefined;
17294
- addressLine2?: string | null | undefined;
17295
- addressLine3?: string | null | undefined;
17296
- postcodeOrZip?: string | null | undefined;
17297
- } | {
17298
- type: string;
17299
- option: string;
17300
- filename: string;
17301
- originalFilename: string;
17302
- }[] | [string, string] | null | undefined> | undefined;
17303
- originalActionId?: string | undefined;
17304
- } | {
17305
- type: "REJECT_CORRECTION";
17306
- id: string;
17307
- status: "Rejected" | "Requested" | "Accepted";
17308
- transactionId: string;
17309
- createdAt: string;
17310
- createdBy: string;
17311
- createdByRole: string;
17312
- declaration: Record<string, string | number | boolean | {
17313
- type: string;
17314
- filename: string;
17315
- originalFilename: string;
17316
- } | {
17317
- country: string;
17318
- district: string;
17319
- addressType: "DOMESTIC";
17320
- province: string;
17321
- urbanOrRural: "URBAN";
17322
- number?: string | null | undefined;
17323
- town?: string | null | undefined;
17324
- residentialArea?: string | null | undefined;
17325
- street?: string | null | undefined;
17326
- zipCode?: string | null | undefined;
17327
- } | {
17328
- firstname: string;
17329
- surname: string;
17330
- middlename?: string | null | undefined;
17331
- } | {
17332
- country: string;
17333
- district: string;
17334
- addressType: "DOMESTIC";
17335
- province: string;
17336
- urbanOrRural: "RURAL";
17337
- village?: string | null | undefined;
17338
- } | {
17339
- country: string;
17340
- state: string;
17341
- addressType: "INTERNATIONAL";
17342
- district2: string;
17343
- cityOrTown?: string | null | undefined;
17344
- addressLine1?: string | null | undefined;
17345
- addressLine2?: string | null | undefined;
17346
- addressLine3?: string | null | undefined;
17347
- postcodeOrZip?: string | null | undefined;
17348
- } | {
17349
- type: string;
17350
- option: string;
17351
- filename: string;
17352
- originalFilename: string;
17353
- }[] | [string, string] | null | undefined>;
17354
- requestId: string;
17355
- createdBySignature?: string | null | undefined;
17356
- createdAtLocation?: string | null | undefined;
17357
- annotation?: Record<string, string | number | boolean | {
17358
- type: string;
17359
- filename: string;
17360
- originalFilename: string;
17361
- } | {
17362
- country: string;
17363
- district: string;
17364
- addressType: "DOMESTIC";
17365
- province: string;
17366
- urbanOrRural: "URBAN";
17367
- number?: string | null | undefined;
17368
- town?: string | null | undefined;
17369
- residentialArea?: string | null | undefined;
17370
- street?: string | null | undefined;
17371
- zipCode?: string | null | undefined;
17372
- } | {
17373
- firstname: string;
17374
- surname: string;
17375
- middlename?: string | null | undefined;
17376
- } | {
17377
- country: string;
17378
- district: string;
17379
- addressType: "DOMESTIC";
17380
- province: string;
17381
- urbanOrRural: "RURAL";
17382
- village?: string | null | undefined;
17383
- } | {
17384
- country: string;
17385
- state: string;
17386
- addressType: "INTERNATIONAL";
17387
- district2: string;
17388
- cityOrTown?: string | null | undefined;
17389
- addressLine1?: string | null | undefined;
17390
- addressLine2?: string | null | undefined;
17391
- addressLine3?: string | null | undefined;
17392
- postcodeOrZip?: string | null | undefined;
17393
- } | {
17394
- type: string;
17395
- option: string;
17396
- filename: string;
17397
- originalFilename: string;
17398
- }[] | [string, string] | null | undefined> | undefined;
17399
- originalActionId?: string | undefined;
17400
- } | {
17401
- type: "READ";
17402
- id: string;
17403
- status: "Rejected" | "Requested" | "Accepted";
17404
- transactionId: string;
17405
- createdAt: string;
17406
- createdBy: string;
17407
- createdByRole: string;
17408
- declaration: Record<string, string | number | boolean | {
17409
- type: string;
17410
- filename: string;
17411
- originalFilename: string;
17412
- } | {
17413
- country: string;
17414
- district: string;
17415
- addressType: "DOMESTIC";
17416
- province: string;
17417
- urbanOrRural: "URBAN";
17418
- number?: string | null | undefined;
17419
- town?: string | null | undefined;
17420
- residentialArea?: string | null | undefined;
17421
- street?: string | null | undefined;
17422
- zipCode?: string | null | undefined;
17423
- } | {
17424
- firstname: string;
17425
- surname: string;
17426
- middlename?: string | null | undefined;
17427
- } | {
17428
- country: string;
17429
- district: string;
17430
- addressType: "DOMESTIC";
17431
- province: string;
17432
- urbanOrRural: "RURAL";
17433
- village?: string | null | undefined;
17434
- } | {
17435
- country: string;
17436
- state: string;
17437
- addressType: "INTERNATIONAL";
17438
- district2: string;
17439
- cityOrTown?: string | null | undefined;
17440
- addressLine1?: string | null | undefined;
17441
- addressLine2?: string | null | undefined;
17442
- addressLine3?: string | null | undefined;
17443
- postcodeOrZip?: string | null | undefined;
17444
- } | {
17445
- type: string;
17446
- option: string;
17447
- filename: string;
17448
- originalFilename: string;
17449
- }[] | [string, string] | null | undefined>;
17450
- createdBySignature?: string | null | undefined;
17451
- createdAtLocation?: string | null | undefined;
17452
- annotation?: Record<string, string | number | boolean | {
17453
- type: string;
17454
- filename: string;
17455
- originalFilename: string;
17456
- } | {
17457
- country: string;
17458
- district: string;
17459
- addressType: "DOMESTIC";
17460
- province: string;
17461
- urbanOrRural: "URBAN";
17462
- number?: string | null | undefined;
17463
- town?: string | null | undefined;
17464
- residentialArea?: string | null | undefined;
17465
- street?: string | null | undefined;
17466
- zipCode?: string | null | undefined;
17467
- } | {
17468
- firstname: string;
17469
- surname: string;
17470
- middlename?: string | null | undefined;
17471
- } | {
17472
- country: string;
17473
- district: string;
17474
- addressType: "DOMESTIC";
17475
- province: string;
17476
- urbanOrRural: "RURAL";
17477
- village?: string | null | undefined;
17478
- } | {
17479
- country: string;
17480
- state: string;
17481
- addressType: "INTERNATIONAL";
17482
- district2: string;
17483
- cityOrTown?: string | null | undefined;
17484
- addressLine1?: string | null | undefined;
17485
- addressLine2?: string | null | undefined;
17486
- addressLine3?: string | null | undefined;
17487
- postcodeOrZip?: string | null | undefined;
17488
- } | {
17489
- type: string;
17490
- option: string;
17491
- filename: string;
17492
- originalFilename: string;
17493
- }[] | [string, string] | null | undefined> | undefined;
17494
- originalActionId?: string | undefined;
17495
- } | {
17496
- type: "DECLARE" | "REGISTER" | "VALIDATE" | "NOTIFY" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
17497
- id: string;
17498
- status: "Rejected";
17499
- transactionId: string;
17500
- createdAt: string;
17501
- createdBy: string;
17502
- createdByRole: string;
17503
- createdBySignature?: string | null | undefined;
17504
- createdAtLocation?: string | null | undefined;
17505
- originalActionId?: string | undefined;
17506
- })[];
17507
- trackingId: string;
17508
- };
17509
- }>;
17510
- approve: import("@trpc/server").TRPCMutationProcedure<{
17511
- input: {
17512
- transactionId: string;
17513
- requestId: string;
17514
- eventId: string;
17515
- type?: "APPROVE_CORRECTION" | undefined;
17516
- declaration?: Record<string, string | number | boolean | {
17517
- type: string;
17518
- filename: string;
17519
- originalFilename: string;
17520
- } | {
17521
- country: string;
17522
- district: string;
17523
- addressType: "DOMESTIC";
17524
- province: string;
17525
- urbanOrRural: "URBAN";
17526
- number?: string | null | undefined;
17527
- town?: string | null | undefined;
17528
- residentialArea?: string | null | undefined;
17529
- street?: string | null | undefined;
17530
- zipCode?: string | null | undefined;
17531
- } | {
17532
- firstname: string;
17533
- surname: string;
17534
- middlename?: string | null | undefined;
17535
- } | {
17536
- country: string;
17537
- district: string;
17538
- addressType: "DOMESTIC";
17539
- province: string;
17540
- urbanOrRural: "RURAL";
17541
- village?: string | null | undefined;
17542
- } | {
17543
- country: string;
17544
- state: string;
17545
- addressType: "INTERNATIONAL";
17546
- district2: string;
17547
- cityOrTown?: string | null | undefined;
17548
- addressLine1?: string | null | undefined;
17549
- addressLine2?: string | null | undefined;
17550
- addressLine3?: string | null | undefined;
17551
- postcodeOrZip?: string | null | undefined;
17552
- } | {
17553
- type: string;
17554
- option: string;
17555
- filename: string;
17556
- originalFilename: string;
17557
- }[] | [string, string] | null | undefined> | undefined;
17558
- annotation?: Record<string, string | number | boolean | {
17559
- type: string;
17560
- filename: string;
17561
- originalFilename: string;
17562
- } | {
17563
- country: string;
17564
- district: string;
17565
- addressType: "DOMESTIC";
17566
- province: string;
17567
- urbanOrRural: "URBAN";
17568
- number?: string | null | undefined;
17569
- town?: string | null | undefined;
17570
- residentialArea?: string | null | undefined;
17571
- street?: string | null | undefined;
17572
- zipCode?: string | null | undefined;
17573
- } | {
17574
- firstname: string;
17575
- surname: string;
17576
- middlename?: string | null | undefined;
17577
- } | {
17578
- country: string;
17579
- district: string;
17580
- addressType: "DOMESTIC";
17581
- province: string;
17582
- urbanOrRural: "RURAL";
17583
- village?: string | null | undefined;
17584
- } | {
17585
- country: string;
17586
- state: string;
17587
- addressType: "INTERNATIONAL";
17588
- district2: string;
17589
- cityOrTown?: string | null | undefined;
17590
- addressLine1?: string | null | undefined;
17591
- addressLine2?: string | null | undefined;
17592
- addressLine3?: string | null | undefined;
17593
- postcodeOrZip?: string | null | undefined;
17594
- } | {
17595
- type: string;
17596
- option: string;
17597
- filename: string;
17598
- originalFilename: string;
17599
- }[] | [string, string] | null | undefined> | undefined;
17600
- originalActionId?: string | undefined;
17601
- keepAssignment?: boolean | undefined;
17602
- };
17603
- output: {
17604
- type: string;
17605
- id: string;
17606
- createdAt: string;
17607
- updatedAt: string;
17608
- actions: ({
17609
- type: "ASSIGN";
17610
- id: string;
17611
- status: "Rejected" | "Requested" | "Accepted";
17612
- transactionId: string;
17613
- createdAt: string;
17614
- createdBy: string;
17615
- createdByRole: string;
17616
- declaration: Record<string, string | number | boolean | {
17617
- type: string;
17618
- filename: string;
17619
- originalFilename: string;
17620
- } | {
17621
- country: string;
17622
- district: string;
17623
- addressType: "DOMESTIC";
17624
- province: string;
17625
- urbanOrRural: "URBAN";
17626
- number?: string | null | undefined;
17627
- town?: string | null | undefined;
17628
- residentialArea?: string | null | undefined;
17629
- street?: string | null | undefined;
17630
- zipCode?: string | null | undefined;
17631
- } | {
17632
- firstname: string;
17633
- surname: string;
17634
- middlename?: string | null | undefined;
17635
- } | {
17636
- country: string;
17637
- district: string;
17638
- addressType: "DOMESTIC";
17639
- province: string;
17640
- urbanOrRural: "RURAL";
17641
- village?: string | null | undefined;
17642
- } | {
17643
- country: string;
17644
- state: string;
17645
- addressType: "INTERNATIONAL";
17646
- district2: string;
17647
- cityOrTown?: string | null | undefined;
17648
- addressLine1?: string | null | undefined;
17649
- addressLine2?: string | null | undefined;
17650
- addressLine3?: string | null | undefined;
17651
- postcodeOrZip?: string | null | undefined;
17652
- } | {
17653
- type: string;
17654
- option: string;
17655
- filename: string;
17656
- originalFilename: string;
17657
- }[] | [string, string] | null | undefined>;
17658
- assignedTo: string;
17659
- createdBySignature?: string | null | undefined;
17660
- createdAtLocation?: string | null | undefined;
17661
- annotation?: Record<string, string | number | boolean | {
17662
- type: string;
17663
- filename: string;
17664
- originalFilename: string;
17665
- } | {
17666
- country: string;
17667
- district: string;
17668
- addressType: "DOMESTIC";
17669
- province: string;
17670
- urbanOrRural: "URBAN";
17671
- number?: string | null | undefined;
17672
- town?: string | null | undefined;
17673
- residentialArea?: string | null | undefined;
17674
- street?: string | null | undefined;
17675
- zipCode?: string | null | undefined;
17676
- } | {
17677
- firstname: string;
17678
- surname: string;
17679
- middlename?: string | null | undefined;
17680
- } | {
17681
- country: string;
17682
- district: string;
17683
- addressType: "DOMESTIC";
17684
- province: string;
17685
- urbanOrRural: "RURAL";
17686
- village?: string | null | undefined;
17687
- } | {
17688
- country: string;
17689
- state: string;
17690
- addressType: "INTERNATIONAL";
17691
- district2: string;
17692
- cityOrTown?: string | null | undefined;
17693
- addressLine1?: string | null | undefined;
17694
- addressLine2?: string | null | undefined;
17695
- addressLine3?: string | null | undefined;
17696
- postcodeOrZip?: string | null | undefined;
17697
- } | {
17698
- type: string;
17699
- option: string;
17700
- filename: string;
17701
- originalFilename: string;
17702
- }[] | [string, string] | null | undefined> | undefined;
17703
- originalActionId?: string | undefined;
17704
- } | {
17705
- type: "UNASSIGN";
17706
- id: string;
17707
- status: "Rejected" | "Requested" | "Accepted";
17708
- transactionId: string;
17709
- createdAt: string;
17710
- createdBy: string;
17711
- createdByRole: string;
17712
- declaration: Record<string, string | number | boolean | {
17713
- type: string;
17714
- filename: string;
17715
- originalFilename: string;
17716
- } | {
17717
- country: string;
17718
- district: string;
17719
- addressType: "DOMESTIC";
17720
- province: string;
17721
- urbanOrRural: "URBAN";
17722
- number?: string | null | undefined;
17723
- town?: string | null | undefined;
17724
- residentialArea?: string | null | undefined;
17725
- street?: string | null | undefined;
17726
- zipCode?: string | null | undefined;
17727
- } | {
17728
- firstname: string;
17729
- surname: string;
17730
- middlename?: string | null | undefined;
17731
- } | {
17732
- country: string;
17733
- district: string;
17734
- addressType: "DOMESTIC";
17735
- province: string;
17736
- urbanOrRural: "RURAL";
17737
- village?: string | null | undefined;
17738
- } | {
17739
- country: string;
17740
- state: string;
17741
- addressType: "INTERNATIONAL";
17742
- district2: string;
17743
- cityOrTown?: string | null | undefined;
17744
- addressLine1?: string | null | undefined;
17745
- addressLine2?: string | null | undefined;
17746
- addressLine3?: string | null | undefined;
17747
- postcodeOrZip?: string | null | undefined;
17748
- } | {
17749
- type: string;
17750
- option: string;
17751
- filename: string;
17752
- originalFilename: string;
17753
- }[] | [string, string] | null | undefined>;
17754
- assignedTo: null;
17755
- createdBySignature?: string | null | undefined;
17756
- createdAtLocation?: string | null | undefined;
17757
- annotation?: Record<string, string | number | boolean | {
17758
- type: string;
17759
- filename: string;
17760
- originalFilename: string;
17761
- } | {
17762
- country: string;
17763
- district: string;
17764
- addressType: "DOMESTIC";
17765
- province: string;
17766
- urbanOrRural: "URBAN";
17767
- number?: string | null | undefined;
17768
- town?: string | null | undefined;
17769
- residentialArea?: string | null | undefined;
17770
- street?: string | null | undefined;
17771
- zipCode?: string | null | undefined;
17772
- } | {
17773
- firstname: string;
17774
- surname: string;
17775
- middlename?: string | null | undefined;
17776
- } | {
17777
- country: string;
17778
- district: string;
17779
- addressType: "DOMESTIC";
17780
- province: string;
17781
- urbanOrRural: "RURAL";
17782
- village?: string | null | undefined;
17783
- } | {
17784
- country: string;
17785
- state: string;
17786
- addressType: "INTERNATIONAL";
17787
- district2: string;
17788
- cityOrTown?: string | null | undefined;
17789
- addressLine1?: string | null | undefined;
17790
- addressLine2?: string | null | undefined;
17791
- addressLine3?: string | null | undefined;
17792
- postcodeOrZip?: string | null | undefined;
17793
- } | {
17794
- type: string;
17795
- option: string;
17796
- filename: string;
17797
- originalFilename: string;
17798
- }[] | [string, string] | null | undefined> | undefined;
17799
- originalActionId?: string | undefined;
17800
- } | {
17801
- type: "REGISTER";
17802
- id: string;
17803
- status: "Rejected" | "Requested" | "Accepted";
17804
- transactionId: string;
17805
- createdAt: string;
17806
- createdBy: string;
17807
- createdByRole: string;
17808
- declaration: Record<string, string | number | boolean | {
17809
- type: string;
17810
- filename: string;
17811
- originalFilename: string;
17812
- } | {
17813
- country: string;
17814
- district: string;
17815
- addressType: "DOMESTIC";
17816
- province: string;
17817
- urbanOrRural: "URBAN";
17818
- number?: string | null | undefined;
17819
- town?: string | null | undefined;
17820
- residentialArea?: string | null | undefined;
17821
- street?: string | null | undefined;
17822
- zipCode?: string | null | undefined;
17823
- } | {
17824
- firstname: string;
17825
- surname: string;
17826
- middlename?: string | null | undefined;
17827
- } | {
17828
- country: string;
17829
- district: string;
17830
- addressType: "DOMESTIC";
17831
- province: string;
17832
- urbanOrRural: "RURAL";
17833
- village?: string | null | undefined;
17834
- } | {
17835
- country: string;
17836
- state: string;
17837
- addressType: "INTERNATIONAL";
17838
- district2: string;
17839
- cityOrTown?: string | null | undefined;
17840
- addressLine1?: string | null | undefined;
17841
- addressLine2?: string | null | undefined;
17842
- addressLine3?: string | null | undefined;
17843
- postcodeOrZip?: string | null | undefined;
17844
- } | {
17845
- type: string;
17846
- option: string;
17847
- filename: string;
17848
- originalFilename: string;
17849
- }[] | [string, string] | null | undefined>;
17850
- createdBySignature?: string | null | undefined;
17851
- createdAtLocation?: string | null | undefined;
17852
- annotation?: Record<string, string | number | boolean | {
17853
- type: string;
17854
- filename: string;
17855
- originalFilename: string;
17856
- } | {
17857
- country: string;
17858
- district: string;
17859
- addressType: "DOMESTIC";
17860
- province: string;
17861
- urbanOrRural: "URBAN";
17862
- number?: string | null | undefined;
17863
- town?: string | null | undefined;
17864
- residentialArea?: string | null | undefined;
17865
- street?: string | null | undefined;
17866
- zipCode?: string | null | undefined;
17867
- } | {
17868
- firstname: string;
17869
- surname: string;
17870
- middlename?: string | null | undefined;
17871
- } | {
17872
- country: string;
17873
- district: string;
17874
- addressType: "DOMESTIC";
17875
- province: string;
17876
- urbanOrRural: "RURAL";
17877
- village?: string | null | undefined;
17878
- } | {
17879
- country: string;
17880
- state: string;
17881
- addressType: "INTERNATIONAL";
17882
- district2: string;
17883
- cityOrTown?: string | null | undefined;
17884
- addressLine1?: string | null | undefined;
17885
- addressLine2?: string | null | undefined;
17886
- addressLine3?: string | null | undefined;
17887
- postcodeOrZip?: string | null | undefined;
17888
- } | {
17889
- type: string;
17890
- option: string;
17891
- filename: string;
17892
- originalFilename: string;
17893
- }[] | [string, string] | null | undefined> | undefined;
17894
- originalActionId?: string | undefined;
17895
- registrationNumber?: string | undefined;
17896
- } | {
17897
- type: "DECLARE";
17898
- id: string;
17899
- status: "Rejected" | "Requested" | "Accepted";
17900
- transactionId: string;
17901
- createdAt: string;
17902
- createdBy: string;
17903
- createdByRole: string;
17904
- declaration: Record<string, string | number | boolean | {
17905
- type: string;
17906
- filename: string;
17907
- originalFilename: string;
17908
- } | {
17909
- country: string;
17910
- district: string;
17911
- addressType: "DOMESTIC";
17912
- province: string;
17913
- urbanOrRural: "URBAN";
17914
- number?: string | null | undefined;
17915
- town?: string | null | undefined;
17916
- residentialArea?: string | null | undefined;
17917
- street?: string | null | undefined;
17918
- zipCode?: string | null | undefined;
17919
- } | {
17920
- firstname: string;
17921
- surname: string;
17922
- middlename?: string | null | undefined;
17923
- } | {
17924
- country: string;
17925
- district: string;
17926
- addressType: "DOMESTIC";
17927
- province: string;
17928
- urbanOrRural: "RURAL";
17929
- village?: string | null | undefined;
17930
- } | {
17931
- country: string;
17932
- state: string;
17933
- addressType: "INTERNATIONAL";
17934
- district2: string;
17935
- cityOrTown?: string | null | undefined;
17936
- addressLine1?: string | null | undefined;
17937
- addressLine2?: string | null | undefined;
17938
- addressLine3?: string | null | undefined;
17939
- postcodeOrZip?: string | null | undefined;
17940
- } | {
17941
- type: string;
17942
- option: string;
17943
- filename: string;
17944
- originalFilename: string;
17945
- }[] | [string, string] | null | undefined>;
17946
- createdBySignature?: string | null | undefined;
17947
- createdAtLocation?: string | null | undefined;
17948
- annotation?: Record<string, string | number | boolean | {
17949
- type: string;
17950
- filename: string;
17951
- originalFilename: string;
17952
- } | {
17953
- country: string;
17954
- district: string;
17955
- addressType: "DOMESTIC";
17956
- province: string;
17957
- urbanOrRural: "URBAN";
17958
- number?: string | null | undefined;
17959
- town?: string | null | undefined;
17960
- residentialArea?: string | null | undefined;
17961
- street?: string | null | undefined;
17962
- zipCode?: string | null | undefined;
17963
- } | {
17964
- firstname: string;
17965
- surname: string;
17966
- middlename?: string | null | undefined;
17967
- } | {
17968
- country: string;
17969
- district: string;
17970
- addressType: "DOMESTIC";
17971
- province: string;
17972
- urbanOrRural: "RURAL";
17973
- village?: string | null | undefined;
17974
- } | {
17975
- country: string;
17976
- state: string;
17977
- addressType: "INTERNATIONAL";
17978
- district2: string;
17979
- cityOrTown?: string | null | undefined;
17980
- addressLine1?: string | null | undefined;
17981
- addressLine2?: string | null | undefined;
17982
- addressLine3?: string | null | undefined;
17983
- postcodeOrZip?: string | null | undefined;
17984
- } | {
17985
- type: string;
17986
- option: string;
17987
- filename: string;
17988
- originalFilename: string;
17989
- }[] | [string, string] | null | undefined> | undefined;
17990
- originalActionId?: string | undefined;
17991
- } | {
17992
- type: "VALIDATE";
17993
- id: string;
17994
- status: "Rejected" | "Requested" | "Accepted";
17995
- transactionId: string;
17996
- createdAt: string;
17997
- createdBy: string;
17998
- createdByRole: string;
17999
- declaration: Record<string, string | number | boolean | {
18000
- type: string;
18001
- filename: string;
18002
- originalFilename: string;
18003
- } | {
18004
- country: string;
18005
- district: string;
18006
- addressType: "DOMESTIC";
18007
- province: string;
18008
- urbanOrRural: "URBAN";
18009
- number?: string | null | undefined;
18010
- town?: string | null | undefined;
18011
- residentialArea?: string | null | undefined;
18012
- street?: string | null | undefined;
18013
- zipCode?: string | null | undefined;
18014
- } | {
18015
- firstname: string;
18016
- surname: string;
18017
- middlename?: string | null | undefined;
18018
- } | {
18019
- country: string;
18020
- district: string;
18021
- addressType: "DOMESTIC";
18022
- province: string;
18023
- urbanOrRural: "RURAL";
18024
- village?: string | null | undefined;
18025
- } | {
18026
- country: string;
18027
- state: string;
18028
- addressType: "INTERNATIONAL";
18029
- district2: string;
18030
- cityOrTown?: string | null | undefined;
18031
- addressLine1?: string | null | undefined;
18032
- addressLine2?: string | null | undefined;
18033
- addressLine3?: string | null | undefined;
18034
- postcodeOrZip?: string | null | undefined;
18035
- } | {
18036
- type: string;
18037
- option: string;
18038
- filename: string;
18039
- originalFilename: string;
18040
- }[] | [string, string] | null | undefined>;
18041
- createdBySignature?: string | null | undefined;
18042
- createdAtLocation?: string | null | undefined;
18043
- annotation?: Record<string, string | number | boolean | {
18044
- type: string;
18045
- filename: string;
18046
- originalFilename: string;
18047
- } | {
18048
- country: string;
18049
- district: string;
18050
- addressType: "DOMESTIC";
18051
- province: string;
18052
- urbanOrRural: "URBAN";
18053
- number?: string | null | undefined;
18054
- town?: string | null | undefined;
18055
- residentialArea?: string | null | undefined;
18056
- street?: string | null | undefined;
18057
- zipCode?: string | null | undefined;
18058
- } | {
18059
- firstname: string;
18060
- surname: string;
18061
- middlename?: string | null | undefined;
18062
- } | {
18063
- country: string;
18064
- district: string;
18065
- addressType: "DOMESTIC";
18066
- province: string;
18067
- urbanOrRural: "RURAL";
18068
- village?: string | null | undefined;
18069
- } | {
18070
- country: string;
18071
- state: string;
18072
- addressType: "INTERNATIONAL";
18073
- district2: string;
18074
- cityOrTown?: string | null | undefined;
18075
- addressLine1?: string | null | undefined;
18076
- addressLine2?: string | null | undefined;
18077
- addressLine3?: string | null | undefined;
18078
- postcodeOrZip?: string | null | undefined;
18079
- } | {
18080
- type: string;
18081
- option: string;
18082
- filename: string;
18083
- originalFilename: string;
18084
- }[] | [string, string] | null | undefined> | undefined;
18085
- originalActionId?: string | undefined;
18086
- } | {
18087
- type: "REJECT";
18088
- id: string;
18089
- status: "Rejected" | "Requested" | "Accepted";
18090
- reason: {
18091
- message: string;
18092
- isDuplicate?: boolean | undefined;
18093
- };
18094
- transactionId: string;
18095
- createdAt: string;
18096
- createdBy: string;
18097
- createdByRole: string;
18098
- declaration: Record<string, string | number | boolean | {
18099
- type: string;
18100
- filename: string;
18101
- originalFilename: string;
18102
- } | {
18103
- country: string;
18104
- district: string;
18105
- addressType: "DOMESTIC";
18106
- province: string;
18107
- urbanOrRural: "URBAN";
18108
- number?: string | null | undefined;
18109
- town?: string | null | undefined;
18110
- residentialArea?: string | null | undefined;
18111
- street?: string | null | undefined;
18112
- zipCode?: string | null | undefined;
18113
- } | {
18114
- firstname: string;
18115
- surname: string;
18116
- middlename?: string | null | undefined;
18117
- } | {
18118
- country: string;
18119
- district: string;
18120
- addressType: "DOMESTIC";
18121
- province: string;
18122
- urbanOrRural: "RURAL";
18123
- village?: string | null | undefined;
18124
- } | {
18125
- country: string;
18126
- state: string;
18127
- addressType: "INTERNATIONAL";
18128
- district2: string;
18129
- cityOrTown?: string | null | undefined;
18130
- addressLine1?: string | null | undefined;
18131
- addressLine2?: string | null | undefined;
18132
- addressLine3?: string | null | undefined;
18133
- postcodeOrZip?: string | null | undefined;
18134
- } | {
18135
- type: string;
18136
- option: string;
18137
- filename: string;
18138
- originalFilename: string;
18139
- }[] | [string, string] | null | undefined>;
18140
- createdBySignature?: string | null | undefined;
18141
- createdAtLocation?: string | null | undefined;
18142
- annotation?: Record<string, string | number | boolean | {
18143
- type: string;
18144
- filename: string;
18145
- originalFilename: string;
18146
- } | {
18147
- country: string;
18148
- district: string;
18149
- addressType: "DOMESTIC";
18150
- province: string;
18151
- urbanOrRural: "URBAN";
18152
- number?: string | null | undefined;
18153
- town?: string | null | undefined;
18154
- residentialArea?: string | null | undefined;
18155
- street?: string | null | undefined;
18156
- zipCode?: string | null | undefined;
18157
- } | {
18158
- firstname: string;
18159
- surname: string;
18160
- middlename?: string | null | undefined;
18161
- } | {
18162
- country: string;
18163
- district: string;
18164
- addressType: "DOMESTIC";
18165
- province: string;
18166
- urbanOrRural: "RURAL";
18167
- village?: string | null | undefined;
18168
- } | {
18169
- country: string;
18170
- state: string;
18171
- addressType: "INTERNATIONAL";
18172
- district2: string;
18173
- cityOrTown?: string | null | undefined;
18174
- addressLine1?: string | null | undefined;
18175
- addressLine2?: string | null | undefined;
18176
- addressLine3?: string | null | undefined;
18177
- postcodeOrZip?: string | null | undefined;
18178
- } | {
18179
- type: string;
18180
- option: string;
18181
- filename: string;
18182
- originalFilename: string;
18183
- }[] | [string, string] | null | undefined> | undefined;
18184
- originalActionId?: string | undefined;
18185
- } | {
18186
- type: "MARKED_AS_DUPLICATE";
18187
- id: string;
18188
- status: "Rejected" | "Requested" | "Accepted";
18189
- transactionId: string;
18190
- createdAt: string;
18191
- createdBy: string;
18192
- createdByRole: string;
18193
- declaration: Record<string, string | number | boolean | {
18194
- type: string;
18195
- filename: string;
18196
- originalFilename: string;
18197
- } | {
18198
- country: string;
18199
- district: string;
18200
- addressType: "DOMESTIC";
18201
- province: string;
18202
- urbanOrRural: "URBAN";
18203
- number?: string | null | undefined;
18204
- town?: string | null | undefined;
18205
- residentialArea?: string | null | undefined;
18206
- street?: string | null | undefined;
18207
- zipCode?: string | null | undefined;
18208
- } | {
18209
- firstname: string;
18210
- surname: string;
18211
- middlename?: string | null | undefined;
18212
- } | {
18213
- country: string;
18214
- district: string;
18215
- addressType: "DOMESTIC";
18216
- province: string;
18217
- urbanOrRural: "RURAL";
18218
- village?: string | null | undefined;
18219
- } | {
18220
- country: string;
18221
- state: string;
18222
- addressType: "INTERNATIONAL";
18223
- district2: string;
18224
- cityOrTown?: string | null | undefined;
18225
- addressLine1?: string | null | undefined;
18226
- addressLine2?: string | null | undefined;
18227
- addressLine3?: string | null | undefined;
18228
- postcodeOrZip?: string | null | undefined;
18229
- } | {
18230
- type: string;
18231
- option: string;
18232
- filename: string;
18233
- originalFilename: string;
18234
- }[] | [string, string] | null | undefined>;
18235
- createdBySignature?: string | null | undefined;
18236
- createdAtLocation?: string | null | undefined;
18237
- annotation?: Record<string, string | number | boolean | {
18238
- type: string;
18239
- filename: string;
18240
- originalFilename: string;
18241
- } | {
18242
- country: string;
18243
- district: string;
18244
- addressType: "DOMESTIC";
18245
- province: string;
18246
- urbanOrRural: "URBAN";
18247
- number?: string | null | undefined;
18248
- town?: string | null | undefined;
18249
- residentialArea?: string | null | undefined;
18250
- street?: string | null | undefined;
18251
- zipCode?: string | null | undefined;
18252
- } | {
18253
- firstname: string;
18254
- surname: string;
18255
- middlename?: string | null | undefined;
18256
- } | {
18257
- country: string;
18258
- district: string;
18259
- addressType: "DOMESTIC";
18260
- province: string;
18261
- urbanOrRural: "RURAL";
18262
- village?: string | null | undefined;
18263
- } | {
18264
- country: string;
18265
- state: string;
18266
- addressType: "INTERNATIONAL";
18267
- district2: string;
18268
- cityOrTown?: string | null | undefined;
18269
- addressLine1?: string | null | undefined;
18270
- addressLine2?: string | null | undefined;
18271
- addressLine3?: string | null | undefined;
18272
- postcodeOrZip?: string | null | undefined;
18273
- } | {
18274
- type: string;
18275
- option: string;
18276
- filename: string;
18277
- originalFilename: string;
18278
- }[] | [string, string] | null | undefined> | undefined;
18279
- originalActionId?: string | undefined;
18280
- } | {
18281
- type: "ARCHIVE";
18282
- id: string;
18283
- status: "Rejected" | "Requested" | "Accepted";
18284
- reason: {
18285
- message: string;
18286
- isDuplicate?: boolean | undefined;
18287
- };
18288
- transactionId: string;
18289
- createdAt: string;
18290
- createdBy: string;
18291
- createdByRole: string;
18292
- declaration: Record<string, string | number | boolean | {
18293
- type: string;
18294
- filename: string;
18295
- originalFilename: string;
18296
- } | {
18297
- country: string;
18298
- district: string;
18299
- addressType: "DOMESTIC";
18300
- province: string;
18301
- urbanOrRural: "URBAN";
18302
- number?: string | null | undefined;
18303
- town?: string | null | undefined;
18304
- residentialArea?: string | null | undefined;
18305
- street?: string | null | undefined;
18306
- zipCode?: string | null | undefined;
18307
- } | {
18308
- firstname: string;
18309
- surname: string;
18310
- middlename?: string | null | undefined;
18311
- } | {
18312
- country: string;
18313
- district: string;
18314
- addressType: "DOMESTIC";
18315
- province: string;
18316
- urbanOrRural: "RURAL";
18317
- village?: string | null | undefined;
18318
- } | {
18319
- country: string;
18320
- state: string;
18321
- addressType: "INTERNATIONAL";
18322
- district2: string;
18323
- cityOrTown?: string | null | undefined;
18324
- addressLine1?: string | null | undefined;
18325
- addressLine2?: string | null | undefined;
18326
- addressLine3?: string | null | undefined;
18327
- postcodeOrZip?: string | null | undefined;
18328
- } | {
18329
- type: string;
18330
- option: string;
18331
- filename: string;
18332
- originalFilename: string;
18333
- }[] | [string, string] | null | undefined>;
18334
- createdBySignature?: string | null | undefined;
18335
- createdAtLocation?: string | null | undefined;
18336
- annotation?: Record<string, string | number | boolean | {
18337
- type: string;
18338
- filename: string;
18339
- originalFilename: string;
18340
- } | {
18341
- country: string;
18342
- district: string;
18343
- addressType: "DOMESTIC";
18344
- province: string;
18345
- urbanOrRural: "URBAN";
18346
- number?: string | null | undefined;
18347
- town?: string | null | undefined;
18348
- residentialArea?: string | null | undefined;
18349
- street?: string | null | undefined;
18350
- zipCode?: string | null | undefined;
18351
- } | {
18352
- firstname: string;
18353
- surname: string;
18354
- middlename?: string | null | undefined;
18355
- } | {
18356
- country: string;
18357
- district: string;
18358
- addressType: "DOMESTIC";
18359
- province: string;
18360
- urbanOrRural: "RURAL";
18361
- village?: string | null | undefined;
18362
- } | {
18363
- country: string;
18364
- state: string;
18365
- addressType: "INTERNATIONAL";
18366
- district2: string;
18367
- cityOrTown?: string | null | undefined;
18368
- addressLine1?: string | null | undefined;
18369
- addressLine2?: string | null | undefined;
18370
- addressLine3?: string | null | undefined;
18371
- postcodeOrZip?: string | null | undefined;
18372
- } | {
18373
- type: string;
18374
- option: string;
18375
- filename: string;
18376
- originalFilename: string;
18377
- }[] | [string, string] | null | undefined> | undefined;
18378
- originalActionId?: string | undefined;
18379
- } | {
18380
- type: "CREATE";
18381
- id: string;
18382
- status: "Rejected" | "Requested" | "Accepted";
18383
- transactionId: string;
18384
- createdAt: string;
18385
- createdBy: string;
18386
- createdByRole: string;
18387
- declaration: Record<string, string | number | boolean | {
18388
- type: string;
18389
- filename: string;
18390
- originalFilename: string;
18391
- } | {
18392
- country: string;
18393
- district: string;
18394
- addressType: "DOMESTIC";
18395
- province: string;
18396
- urbanOrRural: "URBAN";
18397
- number?: string | null | undefined;
18398
- town?: string | null | undefined;
18399
- residentialArea?: string | null | undefined;
18400
- street?: string | null | undefined;
18401
- zipCode?: string | null | undefined;
18402
- } | {
18403
- firstname: string;
18404
- surname: string;
18405
- middlename?: string | null | undefined;
18406
- } | {
18407
- country: string;
18408
- district: string;
18409
- addressType: "DOMESTIC";
18410
- province: string;
18411
- urbanOrRural: "RURAL";
18412
- village?: string | null | undefined;
18413
- } | {
18414
- country: string;
18415
- state: string;
18416
- addressType: "INTERNATIONAL";
18417
- district2: string;
18418
- cityOrTown?: string | null | undefined;
18419
- addressLine1?: string | null | undefined;
18420
- addressLine2?: string | null | undefined;
18421
- addressLine3?: string | null | undefined;
18422
- postcodeOrZip?: string | null | undefined;
18423
- } | {
18424
- type: string;
18425
- option: string;
18426
- filename: string;
18427
- originalFilename: string;
18428
- }[] | [string, string] | null | undefined>;
18429
- createdBySignature?: string | null | undefined;
18430
- createdAtLocation?: string | null | undefined;
18431
- annotation?: Record<string, string | number | boolean | {
18432
- type: string;
18433
- filename: string;
18434
- originalFilename: string;
18435
- } | {
18436
- country: string;
18437
- district: string;
18438
- addressType: "DOMESTIC";
18439
- province: string;
18440
- urbanOrRural: "URBAN";
18441
- number?: string | null | undefined;
18442
- town?: string | null | undefined;
18443
- residentialArea?: string | null | undefined;
18444
- street?: string | null | undefined;
18445
- zipCode?: string | null | undefined;
18446
- } | {
18447
- firstname: string;
18448
- surname: string;
18449
- middlename?: string | null | undefined;
18450
- } | {
18451
- country: string;
18452
- district: string;
18453
- addressType: "DOMESTIC";
18454
- province: string;
18455
- urbanOrRural: "RURAL";
18456
- village?: string | null | undefined;
18457
- } | {
18458
- country: string;
18459
- state: string;
18460
- addressType: "INTERNATIONAL";
18461
- district2: string;
18462
- cityOrTown?: string | null | undefined;
18463
- addressLine1?: string | null | undefined;
18464
- addressLine2?: string | null | undefined;
18465
- addressLine3?: string | null | undefined;
18466
- postcodeOrZip?: string | null | undefined;
18467
- } | {
18468
- type: string;
18469
- option: string;
18470
- filename: string;
18471
- originalFilename: string;
18472
- }[] | [string, string] | null | undefined> | undefined;
18473
- originalActionId?: string | undefined;
18474
- } | {
18475
- type: "NOTIFY";
18476
- id: string;
18477
- status: "Rejected" | "Requested" | "Accepted";
18478
- transactionId: string;
18479
- createdAt: string;
18480
- createdBy: string;
18481
- createdByRole: string;
18482
- declaration: Record<string, string | number | boolean | {
18483
- type: string;
18484
- filename: string;
18485
- originalFilename: string;
18486
- } | {
18487
- country: string;
18488
- district: string;
18489
- addressType: "DOMESTIC";
18490
- province: string;
18491
- urbanOrRural: "URBAN";
18492
- number?: string | null | undefined;
18493
- town?: string | null | undefined;
18494
- residentialArea?: string | null | undefined;
18495
- street?: string | null | undefined;
18496
- zipCode?: string | null | undefined;
18497
- } | {
18498
- firstname: string;
18499
- surname: string;
18500
- middlename?: string | null | undefined;
18501
- } | {
18502
- country: string;
18503
- district: string;
18504
- addressType: "DOMESTIC";
18505
- province: string;
18506
- urbanOrRural: "RURAL";
18507
- village?: string | null | undefined;
18508
- } | {
18509
- country: string;
18510
- state: string;
18511
- addressType: "INTERNATIONAL";
18512
- district2: string;
18513
- cityOrTown?: string | null | undefined;
18514
- addressLine1?: string | null | undefined;
18515
- addressLine2?: string | null | undefined;
18516
- addressLine3?: string | null | undefined;
18517
- postcodeOrZip?: string | null | undefined;
18518
- } | {
18519
- type: string;
18520
- option: string;
18521
- filename: string;
18522
- originalFilename: string;
18523
- }[] | [string, string] | null | undefined>;
18524
- createdBySignature?: string | null | undefined;
18525
- createdAtLocation?: string | null | undefined;
18526
- annotation?: Record<string, string | number | boolean | {
18527
- type: string;
18528
- filename: string;
18529
- originalFilename: string;
18530
- } | {
18531
- country: string;
18532
- district: string;
18533
- addressType: "DOMESTIC";
18534
- province: string;
18535
- urbanOrRural: "URBAN";
18536
- number?: string | null | undefined;
18537
- town?: string | null | undefined;
18538
- residentialArea?: string | null | undefined;
18539
- street?: string | null | undefined;
18540
- zipCode?: string | null | undefined;
18541
- } | {
18542
- firstname: string;
18543
- surname: string;
18544
- middlename?: string | null | undefined;
18545
- } | {
18546
- country: string;
18547
- district: string;
18548
- addressType: "DOMESTIC";
18549
- province: string;
18550
- urbanOrRural: "RURAL";
18551
- village?: string | null | undefined;
18552
- } | {
18553
- country: string;
18554
- state: string;
18555
- addressType: "INTERNATIONAL";
18556
- district2: string;
18557
- cityOrTown?: string | null | undefined;
18558
- addressLine1?: string | null | undefined;
18559
- addressLine2?: string | null | undefined;
18560
- addressLine3?: string | null | undefined;
18561
- postcodeOrZip?: string | null | undefined;
18562
- } | {
18563
- type: string;
18564
- option: string;
18565
- filename: string;
18566
- originalFilename: string;
18567
- }[] | [string, string] | null | undefined> | undefined;
18568
- originalActionId?: string | undefined;
18569
- } | {
18570
- type: "PRINT_CERTIFICATE";
18571
- id: string;
18572
- status: "Rejected" | "Requested" | "Accepted";
18573
- transactionId: string;
18574
- createdAt: string;
18575
- createdBy: string;
18576
- createdByRole: string;
18577
- declaration: Record<string, string | number | boolean | {
18578
- type: string;
18579
- filename: string;
18580
- originalFilename: string;
18581
- } | {
18582
- country: string;
18583
- district: string;
18584
- addressType: "DOMESTIC";
18585
- province: string;
18586
- urbanOrRural: "URBAN";
18587
- number?: string | null | undefined;
18588
- town?: string | null | undefined;
18589
- residentialArea?: string | null | undefined;
18590
- street?: string | null | undefined;
18591
- zipCode?: string | null | undefined;
18592
- } | {
18593
- firstname: string;
18594
- surname: string;
18595
- middlename?: string | null | undefined;
18596
- } | {
18597
- country: string;
18598
- district: string;
18599
- addressType: "DOMESTIC";
18600
- province: string;
18601
- urbanOrRural: "RURAL";
18602
- village?: string | null | undefined;
18603
- } | {
18604
- country: string;
18605
- state: string;
18606
- addressType: "INTERNATIONAL";
18607
- district2: string;
18608
- cityOrTown?: string | null | undefined;
18609
- addressLine1?: string | null | undefined;
18610
- addressLine2?: string | null | undefined;
18611
- addressLine3?: string | null | undefined;
18612
- postcodeOrZip?: string | null | undefined;
18613
- } | {
18614
- type: string;
18615
- option: string;
18616
- filename: string;
18617
- originalFilename: string;
18618
- }[] | [string, string] | null | undefined>;
18619
- createdBySignature?: string | null | undefined;
18620
- createdAtLocation?: string | null | undefined;
18621
- annotation?: Record<string, string | number | boolean | {
18622
- type: string;
18623
- filename: string;
18624
- originalFilename: string;
18625
- } | {
18626
- country: string;
18627
- district: string;
18628
- addressType: "DOMESTIC";
18629
- province: string;
18630
- urbanOrRural: "URBAN";
18631
- number?: string | null | undefined;
18632
- town?: string | null | undefined;
18633
- residentialArea?: string | null | undefined;
18634
- street?: string | null | undefined;
18635
- zipCode?: string | null | undefined;
18636
- } | {
18637
- firstname: string;
18638
- surname: string;
18639
- middlename?: string | null | undefined;
18640
- } | {
18641
- country: string;
18642
- district: string;
18643
- addressType: "DOMESTIC";
18644
- province: string;
18645
- urbanOrRural: "RURAL";
18646
- village?: string | null | undefined;
18647
- } | {
18648
- country: string;
18649
- state: string;
18650
- addressType: "INTERNATIONAL";
18651
- district2: string;
18652
- cityOrTown?: string | null | undefined;
18653
- addressLine1?: string | null | undefined;
18654
- addressLine2?: string | null | undefined;
18655
- addressLine3?: string | null | undefined;
18656
- postcodeOrZip?: string | null | undefined;
18657
- } | {
18658
- type: string;
18659
- option: string;
18660
- filename: string;
18661
- originalFilename: string;
18662
- }[] | [string, string] | null | undefined> | undefined;
18663
- originalActionId?: string | undefined;
18664
- } | {
18665
- type: "REQUEST_CORRECTION";
18666
- id: string;
18667
- status: "Rejected" | "Requested" | "Accepted";
18668
- transactionId: string;
18669
- createdAt: string;
18670
- createdBy: string;
18671
- createdByRole: string;
18672
- declaration: Record<string, string | number | boolean | {
18673
- type: string;
18674
- filename: string;
18675
- originalFilename: string;
18676
- } | {
18677
- country: string;
18678
- district: string;
18679
- addressType: "DOMESTIC";
18680
- province: string;
18681
- urbanOrRural: "URBAN";
18682
- number?: string | null | undefined;
18683
- town?: string | null | undefined;
18684
- residentialArea?: string | null | undefined;
18685
- street?: string | null | undefined;
18686
- zipCode?: string | null | undefined;
18687
- } | {
18688
- firstname: string;
18689
- surname: string;
18690
- middlename?: string | null | undefined;
18691
- } | {
18692
- country: string;
18693
- district: string;
18694
- addressType: "DOMESTIC";
18695
- province: string;
18696
- urbanOrRural: "RURAL";
18697
- village?: string | null | undefined;
18698
- } | {
18699
- country: string;
18700
- state: string;
18701
- addressType: "INTERNATIONAL";
18702
- district2: string;
18703
- cityOrTown?: string | null | undefined;
18704
- addressLine1?: string | null | undefined;
18705
- addressLine2?: string | null | undefined;
18706
- addressLine3?: string | null | undefined;
18707
- postcodeOrZip?: string | null | undefined;
18708
- } | {
18709
- type: string;
18710
- option: string;
18711
- filename: string;
18712
- originalFilename: string;
18713
- }[] | [string, string] | null | undefined>;
18714
- createdBySignature?: string | null | undefined;
18715
- createdAtLocation?: string | null | undefined;
18716
- annotation?: Record<string, string | number | boolean | {
18717
- type: string;
18718
- filename: string;
18719
- originalFilename: string;
18720
- } | {
18721
- country: string;
18722
- district: string;
18723
- addressType: "DOMESTIC";
18724
- province: string;
18725
- urbanOrRural: "URBAN";
18726
- number?: string | null | undefined;
18727
- town?: string | null | undefined;
18728
- residentialArea?: string | null | undefined;
18729
- street?: string | null | undefined;
18730
- zipCode?: string | null | undefined;
18731
- } | {
18732
- firstname: string;
18733
- surname: string;
18734
- middlename?: string | null | undefined;
18735
- } | {
18736
- country: string;
18737
- district: string;
18738
- addressType: "DOMESTIC";
18739
- province: string;
18740
- urbanOrRural: "RURAL";
18741
- village?: string | null | undefined;
18742
- } | {
18743
- country: string;
18744
- state: string;
18745
- addressType: "INTERNATIONAL";
18746
- district2: string;
18747
- cityOrTown?: string | null | undefined;
18748
- addressLine1?: string | null | undefined;
18749
- addressLine2?: string | null | undefined;
18750
- addressLine3?: string | null | undefined;
18751
- postcodeOrZip?: string | null | undefined;
18752
- } | {
18753
- type: string;
18754
- option: string;
18755
- filename: string;
18756
- originalFilename: string;
18757
- }[] | [string, string] | null | undefined> | undefined;
18758
- originalActionId?: string | undefined;
18759
- } | {
18760
- type: "APPROVE_CORRECTION";
18761
- id: string;
18762
- status: "Rejected" | "Requested" | "Accepted";
18763
- transactionId: string;
18764
- createdAt: string;
18765
- createdBy: string;
18766
- createdByRole: string;
18767
- declaration: Record<string, string | number | boolean | {
18768
- type: string;
18769
- filename: string;
18770
- originalFilename: string;
18771
- } | {
18772
- country: string;
18773
- district: string;
18774
- addressType: "DOMESTIC";
18775
- province: string;
18776
- urbanOrRural: "URBAN";
18777
- number?: string | null | undefined;
18778
- town?: string | null | undefined;
18779
- residentialArea?: string | null | undefined;
18780
- street?: string | null | undefined;
18781
- zipCode?: string | null | undefined;
18782
- } | {
18783
- firstname: string;
18784
- surname: string;
18785
- middlename?: string | null | undefined;
18786
- } | {
18787
- country: string;
18788
- district: string;
18789
- addressType: "DOMESTIC";
18790
- province: string;
18791
- urbanOrRural: "RURAL";
18792
- village?: string | null | undefined;
18793
- } | {
18794
- country: string;
18795
- state: string;
18796
- addressType: "INTERNATIONAL";
18797
- district2: string;
18798
- cityOrTown?: string | null | undefined;
18799
- addressLine1?: string | null | undefined;
18800
- addressLine2?: string | null | undefined;
18801
- addressLine3?: string | null | undefined;
18802
- postcodeOrZip?: string | null | undefined;
18803
- } | {
18804
- type: string;
18805
- option: string;
18806
- filename: string;
18807
- originalFilename: string;
18808
- }[] | [string, string] | null | undefined>;
18809
- requestId: string;
18810
- createdBySignature?: string | null | undefined;
18811
- createdAtLocation?: string | null | undefined;
18812
- annotation?: Record<string, string | number | boolean | {
18813
- type: string;
18814
- filename: string;
18815
- originalFilename: string;
18816
- } | {
18817
- country: string;
18818
- district: string;
18819
- addressType: "DOMESTIC";
18820
- province: string;
18821
- urbanOrRural: "URBAN";
18822
- number?: string | null | undefined;
18823
- town?: string | null | undefined;
18824
- residentialArea?: string | null | undefined;
18825
- street?: string | null | undefined;
18826
- zipCode?: string | null | undefined;
18827
- } | {
18828
- firstname: string;
18829
- surname: string;
18830
- middlename?: string | null | undefined;
18831
- } | {
18832
- country: string;
18833
- district: string;
18834
- addressType: "DOMESTIC";
18835
- province: string;
18836
- urbanOrRural: "RURAL";
18837
- village?: string | null | undefined;
18838
- } | {
18839
- country: string;
18840
- state: string;
18841
- addressType: "INTERNATIONAL";
18842
- district2: string;
18843
- cityOrTown?: string | null | undefined;
18844
- addressLine1?: string | null | undefined;
18845
- addressLine2?: string | null | undefined;
18846
- addressLine3?: string | null | undefined;
18847
- postcodeOrZip?: string | null | undefined;
18848
- } | {
18849
- type: string;
18850
- option: string;
18851
- filename: string;
18852
- originalFilename: string;
18853
- }[] | [string, string] | null | undefined> | undefined;
18854
- originalActionId?: string | undefined;
18855
- } | {
18856
- type: "REJECT_CORRECTION";
18857
- id: string;
18858
- status: "Rejected" | "Requested" | "Accepted";
18859
- transactionId: string;
18860
- createdAt: string;
18861
- createdBy: string;
18862
- createdByRole: string;
18863
- declaration: Record<string, string | number | boolean | {
18864
- type: string;
18865
- filename: string;
18866
- originalFilename: string;
18867
- } | {
18868
- country: string;
18869
- district: string;
18870
- addressType: "DOMESTIC";
18871
- province: string;
18872
- urbanOrRural: "URBAN";
18873
- number?: string | null | undefined;
18874
- town?: string | null | undefined;
18875
- residentialArea?: string | null | undefined;
18876
- street?: string | null | undefined;
18877
- zipCode?: string | null | undefined;
18878
- } | {
18879
- firstname: string;
18880
- surname: string;
18881
- middlename?: string | null | undefined;
18882
- } | {
18883
- country: string;
18884
- district: string;
18885
- addressType: "DOMESTIC";
18886
- province: string;
18887
- urbanOrRural: "RURAL";
18888
- village?: string | null | undefined;
18889
- } | {
18890
- country: string;
18891
- state: string;
18892
- addressType: "INTERNATIONAL";
18893
- district2: string;
18894
- cityOrTown?: string | null | undefined;
18895
- addressLine1?: string | null | undefined;
18896
- addressLine2?: string | null | undefined;
18897
- addressLine3?: string | null | undefined;
18898
- postcodeOrZip?: string | null | undefined;
18899
- } | {
18900
- type: string;
18901
- option: string;
18902
- filename: string;
18903
- originalFilename: string;
18904
- }[] | [string, string] | null | undefined>;
18905
- requestId: string;
18906
- createdBySignature?: string | null | undefined;
18907
- createdAtLocation?: string | null | undefined;
18908
- annotation?: Record<string, string | number | boolean | {
18909
- type: string;
18910
- filename: string;
18911
- originalFilename: string;
18912
- } | {
18913
- country: string;
18914
- district: string;
18915
- addressType: "DOMESTIC";
18916
- province: string;
18917
- urbanOrRural: "URBAN";
18918
- number?: string | null | undefined;
18919
- town?: string | null | undefined;
18920
- residentialArea?: string | null | undefined;
18921
- street?: string | null | undefined;
18922
- zipCode?: string | null | undefined;
18923
- } | {
18924
- firstname: string;
18925
- surname: string;
18926
- middlename?: string | null | undefined;
18927
- } | {
18928
- country: string;
18929
- district: string;
18930
- addressType: "DOMESTIC";
18931
- province: string;
18932
- urbanOrRural: "RURAL";
18933
- village?: string | null | undefined;
18934
- } | {
18935
- country: string;
18936
- state: string;
18937
- addressType: "INTERNATIONAL";
18938
- district2: string;
18939
- cityOrTown?: string | null | undefined;
18940
- addressLine1?: string | null | undefined;
18941
- addressLine2?: string | null | undefined;
18942
- addressLine3?: string | null | undefined;
18943
- postcodeOrZip?: string | null | undefined;
18944
- } | {
18945
- type: string;
18946
- option: string;
18947
- filename: string;
18948
- originalFilename: string;
18949
- }[] | [string, string] | null | undefined> | undefined;
18950
- originalActionId?: string | undefined;
18951
- } | {
18952
- type: "READ";
18953
- id: string;
18954
- status: "Rejected" | "Requested" | "Accepted";
18955
- transactionId: string;
18956
- createdAt: string;
18957
- createdBy: string;
18958
- createdByRole: string;
18959
- declaration: Record<string, string | number | boolean | {
18960
- type: string;
18961
- filename: string;
18962
- originalFilename: string;
18963
- } | {
18964
- country: string;
18965
- district: string;
18966
- addressType: "DOMESTIC";
18967
- province: string;
18968
- urbanOrRural: "URBAN";
18969
- number?: string | null | undefined;
18970
- town?: string | null | undefined;
18971
- residentialArea?: string | null | undefined;
18972
- street?: string | null | undefined;
18973
- zipCode?: string | null | undefined;
18974
- } | {
18975
- firstname: string;
18976
- surname: string;
18977
- middlename?: string | null | undefined;
18978
- } | {
18979
- country: string;
18980
- district: string;
18981
- addressType: "DOMESTIC";
18982
- province: string;
18983
- urbanOrRural: "RURAL";
18984
- village?: string | null | undefined;
18985
- } | {
18986
- country: string;
18987
- state: string;
18988
- addressType: "INTERNATIONAL";
18989
- district2: string;
18990
- cityOrTown?: string | null | undefined;
18991
- addressLine1?: string | null | undefined;
18992
- addressLine2?: string | null | undefined;
18993
- addressLine3?: string | null | undefined;
18994
- postcodeOrZip?: string | null | undefined;
18995
- } | {
18996
- type: string;
18997
- option: string;
18998
- filename: string;
18999
- originalFilename: string;
19000
- }[] | [string, string] | null | undefined>;
19001
- createdBySignature?: string | null | undefined;
19002
- createdAtLocation?: string | null | undefined;
19003
- annotation?: Record<string, string | number | boolean | {
19004
- type: string;
19005
- filename: string;
19006
- originalFilename: string;
19007
- } | {
19008
- country: string;
19009
- district: string;
19010
- addressType: "DOMESTIC";
19011
- province: string;
19012
- urbanOrRural: "URBAN";
19013
- number?: string | null | undefined;
19014
- town?: string | null | undefined;
19015
- residentialArea?: string | null | undefined;
19016
- street?: string | null | undefined;
19017
- zipCode?: string | null | undefined;
19018
- } | {
19019
- firstname: string;
19020
- surname: string;
19021
- middlename?: string | null | undefined;
19022
- } | {
19023
- country: string;
19024
- district: string;
19025
- addressType: "DOMESTIC";
19026
- province: string;
19027
- urbanOrRural: "RURAL";
19028
- village?: string | null | undefined;
19029
- } | {
19030
- country: string;
19031
- state: string;
19032
- addressType: "INTERNATIONAL";
19033
- district2: string;
19034
- cityOrTown?: string | null | undefined;
19035
- addressLine1?: string | null | undefined;
19036
- addressLine2?: string | null | undefined;
19037
- addressLine3?: string | null | undefined;
19038
- postcodeOrZip?: string | null | undefined;
19039
- } | {
19040
- type: string;
19041
- option: string;
19042
- filename: string;
19043
- originalFilename: string;
19044
- }[] | [string, string] | null | undefined> | undefined;
19045
- originalActionId?: string | undefined;
19046
- } | {
19047
- type: "DECLARE" | "REGISTER" | "VALIDATE" | "NOTIFY" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
19048
- id: string;
19049
- status: "Rejected";
19050
- transactionId: string;
19051
- createdAt: string;
19052
- createdBy: string;
19053
- createdByRole: string;
19054
- createdBySignature?: string | null | undefined;
19055
- createdAtLocation?: string | null | undefined;
19056
- originalActionId?: string | undefined;
19057
- })[];
19058
- trackingId: string;
19059
- };
19060
- }>;
19061
- reject: import("@trpc/server").TRPCMutationProcedure<{
19062
- input: {
19063
- transactionId: string;
19064
- requestId: string;
19065
- eventId: string;
19066
- type?: "REJECT_CORRECTION" | undefined;
19067
- declaration?: Record<string, string | number | boolean | {
19068
- type: string;
19069
- filename: string;
19070
- originalFilename: string;
19071
- } | {
19072
- country: string;
19073
- district: string;
19074
- addressType: "DOMESTIC";
19075
- province: string;
19076
- urbanOrRural: "URBAN";
19077
- number?: string | null | undefined;
19078
- town?: string | null | undefined;
19079
- residentialArea?: string | null | undefined;
19080
- street?: string | null | undefined;
19081
- zipCode?: string | null | undefined;
19082
- } | {
19083
- firstname: string;
19084
- surname: string;
19085
- middlename?: string | null | undefined;
19086
- } | {
19087
- country: string;
19088
- district: string;
19089
- addressType: "DOMESTIC";
19090
- province: string;
19091
- urbanOrRural: "RURAL";
19092
- village?: string | null | undefined;
19093
- } | {
19094
- country: string;
19095
- state: string;
19096
- addressType: "INTERNATIONAL";
19097
- district2: string;
19098
- cityOrTown?: string | null | undefined;
19099
- addressLine1?: string | null | undefined;
19100
- addressLine2?: string | null | undefined;
19101
- addressLine3?: string | null | undefined;
19102
- postcodeOrZip?: string | null | undefined;
19103
- } | {
19104
- type: string;
19105
- option: string;
19106
- filename: string;
19107
- originalFilename: string;
19108
- }[] | [string, string] | null | undefined> | undefined;
19109
- annotation?: Record<string, string | number | boolean | {
19110
- type: string;
19111
- filename: string;
19112
- originalFilename: string;
19113
- } | {
19114
- country: string;
19115
- district: string;
19116
- addressType: "DOMESTIC";
19117
- province: string;
19118
- urbanOrRural: "URBAN";
19119
- number?: string | null | undefined;
19120
- town?: string | null | undefined;
19121
- residentialArea?: string | null | undefined;
19122
- street?: string | null | undefined;
19123
- zipCode?: string | null | undefined;
19124
- } | {
19125
- firstname: string;
19126
- surname: string;
19127
- middlename?: string | null | undefined;
19128
- } | {
19129
- country: string;
19130
- district: string;
19131
- addressType: "DOMESTIC";
19132
- province: string;
19133
- urbanOrRural: "RURAL";
19134
- village?: string | null | undefined;
19135
- } | {
19136
- country: string;
19137
- state: string;
19138
- addressType: "INTERNATIONAL";
19139
- district2: string;
19140
- cityOrTown?: string | null | undefined;
19141
- addressLine1?: string | null | undefined;
19142
- addressLine2?: string | null | undefined;
19143
- addressLine3?: string | null | undefined;
19144
- postcodeOrZip?: string | null | undefined;
19145
- } | {
19146
- type: string;
19147
- option: string;
19148
- filename: string;
19149
- originalFilename: string;
19150
- }[] | [string, string] | null | undefined> | undefined;
19151
- originalActionId?: string | undefined;
19152
- keepAssignment?: boolean | undefined;
19153
- };
19154
- output: {
19155
- type: string;
19156
- id: string;
19157
- createdAt: string;
19158
- updatedAt: string;
19159
- actions: ({
19160
- type: "ASSIGN";
19161
- id: string;
19162
- status: "Rejected" | "Requested" | "Accepted";
19163
- transactionId: string;
19164
- createdAt: string;
19165
- createdBy: string;
19166
- createdByRole: string;
19167
- declaration: Record<string, string | number | boolean | {
19168
- type: string;
19169
- filename: string;
19170
- originalFilename: string;
19171
- } | {
19172
- country: string;
19173
- district: string;
19174
- addressType: "DOMESTIC";
19175
- province: string;
19176
- urbanOrRural: "URBAN";
19177
- number?: string | null | undefined;
19178
- town?: string | null | undefined;
19179
- residentialArea?: string | null | undefined;
19180
- street?: string | null | undefined;
19181
- zipCode?: string | null | undefined;
19182
- } | {
19183
- firstname: string;
19184
- surname: string;
19185
- middlename?: string | null | undefined;
19186
- } | {
19187
- country: string;
19188
- district: string;
19189
- addressType: "DOMESTIC";
19190
- province: string;
19191
- urbanOrRural: "RURAL";
19192
- village?: string | null | undefined;
19193
- } | {
19194
- country: string;
19195
- state: string;
19196
- addressType: "INTERNATIONAL";
19197
- district2: string;
19198
- cityOrTown?: string | null | undefined;
19199
- addressLine1?: string | null | undefined;
19200
- addressLine2?: string | null | undefined;
19201
- addressLine3?: string | null | undefined;
19202
- postcodeOrZip?: string | null | undefined;
19203
- } | {
19204
- type: string;
19205
- option: string;
19206
- filename: string;
19207
- originalFilename: string;
19208
- }[] | [string, string] | null | undefined>;
19209
- assignedTo: string;
19210
- createdBySignature?: string | null | undefined;
19211
- createdAtLocation?: string | null | undefined;
19212
- annotation?: Record<string, string | number | boolean | {
19213
- type: string;
19214
- filename: string;
19215
- originalFilename: string;
19216
- } | {
19217
- country: string;
19218
- district: string;
19219
- addressType: "DOMESTIC";
19220
- province: string;
19221
- urbanOrRural: "URBAN";
19222
- number?: string | null | undefined;
19223
- town?: string | null | undefined;
19224
- residentialArea?: string | null | undefined;
19225
- street?: string | null | undefined;
19226
- zipCode?: string | null | undefined;
19227
- } | {
19228
- firstname: string;
19229
- surname: string;
19230
- middlename?: string | null | undefined;
19231
- } | {
19232
- country: string;
19233
- district: string;
19234
- addressType: "DOMESTIC";
19235
- province: string;
19236
- urbanOrRural: "RURAL";
19237
- village?: string | null | undefined;
19238
- } | {
19239
- country: string;
19240
- state: string;
19241
- addressType: "INTERNATIONAL";
19242
- district2: string;
19243
- cityOrTown?: string | null | undefined;
19244
- addressLine1?: string | null | undefined;
19245
- addressLine2?: string | null | undefined;
19246
- addressLine3?: string | null | undefined;
19247
- postcodeOrZip?: string | null | undefined;
19248
- } | {
19249
- type: string;
19250
- option: string;
19251
- filename: string;
19252
- originalFilename: string;
19253
- }[] | [string, string] | null | undefined> | undefined;
19254
- originalActionId?: string | undefined;
19255
- } | {
19256
- type: "UNASSIGN";
19257
- id: string;
19258
- status: "Rejected" | "Requested" | "Accepted";
19259
- transactionId: string;
19260
- createdAt: string;
19261
- createdBy: string;
19262
- createdByRole: string;
19263
- declaration: Record<string, string | number | boolean | {
19264
- type: string;
19265
- filename: string;
19266
- originalFilename: string;
19267
- } | {
19268
- country: string;
19269
- district: string;
19270
- addressType: "DOMESTIC";
19271
- province: string;
19272
- urbanOrRural: "URBAN";
19273
- number?: string | null | undefined;
19274
- town?: string | null | undefined;
19275
- residentialArea?: string | null | undefined;
19276
- street?: string | null | undefined;
19277
- zipCode?: string | null | undefined;
19278
- } | {
19279
- firstname: string;
19280
- surname: string;
19281
- middlename?: string | null | undefined;
19282
- } | {
19283
- country: string;
19284
- district: string;
19285
- addressType: "DOMESTIC";
19286
- province: string;
19287
- urbanOrRural: "RURAL";
19288
- village?: string | null | undefined;
19289
- } | {
19290
- country: string;
19291
- state: string;
19292
- addressType: "INTERNATIONAL";
19293
- district2: string;
19294
- cityOrTown?: string | null | undefined;
19295
- addressLine1?: string | null | undefined;
19296
- addressLine2?: string | null | undefined;
19297
- addressLine3?: string | null | undefined;
19298
- postcodeOrZip?: string | null | undefined;
19299
- } | {
19300
- type: string;
19301
- option: string;
19302
- filename: string;
19303
- originalFilename: string;
19304
- }[] | [string, string] | null | undefined>;
19305
- assignedTo: null;
19306
- createdBySignature?: string | null | undefined;
19307
- createdAtLocation?: string | null | undefined;
19308
- annotation?: Record<string, string | number | boolean | {
19309
- type: string;
19310
- filename: string;
19311
- originalFilename: string;
19312
- } | {
19313
- country: string;
19314
- district: string;
19315
- addressType: "DOMESTIC";
19316
- province: string;
19317
- urbanOrRural: "URBAN";
19318
- number?: string | null | undefined;
19319
- town?: string | null | undefined;
19320
- residentialArea?: string | null | undefined;
19321
- street?: string | null | undefined;
19322
- zipCode?: string | null | undefined;
19323
- } | {
19324
- firstname: string;
19325
- surname: string;
19326
- middlename?: string | null | undefined;
19327
- } | {
19328
- country: string;
19329
- district: string;
19330
- addressType: "DOMESTIC";
19331
- province: string;
19332
- urbanOrRural: "RURAL";
19333
- village?: string | null | undefined;
19334
- } | {
19335
- country: string;
19336
- state: string;
19337
- addressType: "INTERNATIONAL";
19338
- district2: string;
19339
- cityOrTown?: string | null | undefined;
19340
- addressLine1?: string | null | undefined;
19341
- addressLine2?: string | null | undefined;
19342
- addressLine3?: string | null | undefined;
19343
- postcodeOrZip?: string | null | undefined;
19344
- } | {
19345
- type: string;
19346
- option: string;
19347
- filename: string;
19348
- originalFilename: string;
19349
- }[] | [string, string] | null | undefined> | undefined;
19350
- originalActionId?: string | undefined;
19351
- } | {
19352
- type: "REGISTER";
19353
- id: string;
19354
- status: "Rejected" | "Requested" | "Accepted";
19355
- transactionId: string;
19356
- createdAt: string;
19357
- createdBy: string;
19358
- createdByRole: string;
19359
- declaration: Record<string, string | number | boolean | {
19360
- type: string;
19361
- filename: string;
19362
- originalFilename: string;
19363
- } | {
19364
- country: string;
19365
- district: string;
19366
- addressType: "DOMESTIC";
19367
- province: string;
19368
- urbanOrRural: "URBAN";
19369
- number?: string | null | undefined;
19370
- town?: string | null | undefined;
19371
- residentialArea?: string | null | undefined;
19372
- street?: string | null | undefined;
19373
- zipCode?: string | null | undefined;
19374
- } | {
19375
- firstname: string;
19376
- surname: string;
19377
- middlename?: string | null | undefined;
19378
- } | {
19379
- country: string;
19380
- district: string;
19381
- addressType: "DOMESTIC";
19382
- province: string;
19383
- urbanOrRural: "RURAL";
19384
- village?: string | null | undefined;
19385
- } | {
19386
- country: string;
19387
- state: string;
19388
- addressType: "INTERNATIONAL";
19389
- district2: string;
19390
- cityOrTown?: string | null | undefined;
19391
- addressLine1?: string | null | undefined;
19392
- addressLine2?: string | null | undefined;
19393
- addressLine3?: string | null | undefined;
19394
- postcodeOrZip?: string | null | undefined;
19395
- } | {
19396
- type: string;
19397
- option: string;
19398
- filename: string;
19399
- originalFilename: string;
19400
- }[] | [string, string] | null | undefined>;
19401
- createdBySignature?: string | null | undefined;
19402
- createdAtLocation?: string | null | undefined;
19403
- annotation?: Record<string, string | number | boolean | {
19404
- type: string;
19405
- filename: string;
19406
- originalFilename: string;
19407
- } | {
19408
- country: string;
19409
- district: string;
19410
- addressType: "DOMESTIC";
19411
- province: string;
19412
- urbanOrRural: "URBAN";
19413
- number?: string | null | undefined;
19414
- town?: string | null | undefined;
19415
- residentialArea?: string | null | undefined;
19416
- street?: string | null | undefined;
19417
- zipCode?: string | null | undefined;
19418
- } | {
19419
- firstname: string;
19420
- surname: string;
19421
- middlename?: string | null | undefined;
19422
- } | {
19423
- country: string;
19424
- district: string;
19425
- addressType: "DOMESTIC";
19426
- province: string;
19427
- urbanOrRural: "RURAL";
19428
- village?: string | null | undefined;
19429
- } | {
19430
- country: string;
19431
- state: string;
19432
- addressType: "INTERNATIONAL";
19433
- district2: string;
19434
- cityOrTown?: string | null | undefined;
19435
- addressLine1?: string | null | undefined;
19436
- addressLine2?: string | null | undefined;
19437
- addressLine3?: string | null | undefined;
19438
- postcodeOrZip?: string | null | undefined;
19439
- } | {
19440
- type: string;
19441
- option: string;
19442
- filename: string;
19443
- originalFilename: string;
19444
- }[] | [string, string] | null | undefined> | undefined;
19445
- originalActionId?: string | undefined;
19446
- registrationNumber?: string | undefined;
19447
- } | {
19448
- type: "DECLARE";
19449
- id: string;
19450
- status: "Rejected" | "Requested" | "Accepted";
19451
- transactionId: string;
19452
- createdAt: string;
19453
- createdBy: string;
19454
- createdByRole: string;
19455
- declaration: Record<string, string | number | boolean | {
19456
- type: string;
19457
- filename: string;
19458
- originalFilename: string;
19459
- } | {
19460
- country: string;
19461
- district: string;
19462
- addressType: "DOMESTIC";
19463
- province: string;
19464
- urbanOrRural: "URBAN";
19465
- number?: string | null | undefined;
19466
- town?: string | null | undefined;
19467
- residentialArea?: string | null | undefined;
19468
- street?: string | null | undefined;
19469
- zipCode?: string | null | undefined;
19470
- } | {
19471
- firstname: string;
19472
- surname: string;
19473
- middlename?: string | null | undefined;
19474
- } | {
19475
- country: string;
19476
- district: string;
19477
- addressType: "DOMESTIC";
19478
- province: string;
19479
- urbanOrRural: "RURAL";
19480
- village?: string | null | undefined;
19481
- } | {
19482
- country: string;
19483
- state: string;
19484
- addressType: "INTERNATIONAL";
19485
- district2: string;
19486
- cityOrTown?: string | null | undefined;
19487
- addressLine1?: string | null | undefined;
19488
- addressLine2?: string | null | undefined;
19489
- addressLine3?: string | null | undefined;
19490
- postcodeOrZip?: string | null | undefined;
19491
- } | {
19492
- type: string;
19493
- option: string;
19494
- filename: string;
19495
- originalFilename: string;
19496
- }[] | [string, string] | null | undefined>;
19497
- createdBySignature?: string | null | undefined;
19498
- createdAtLocation?: string | null | undefined;
19499
- annotation?: Record<string, string | number | boolean | {
19500
- type: string;
19501
- filename: string;
19502
- originalFilename: string;
19503
- } | {
19504
- country: string;
19505
- district: string;
19506
- addressType: "DOMESTIC";
19507
- province: string;
19508
- urbanOrRural: "URBAN";
19509
- number?: string | null | undefined;
19510
- town?: string | null | undefined;
19511
- residentialArea?: string | null | undefined;
19512
- street?: string | null | undefined;
19513
- zipCode?: string | null | undefined;
19514
- } | {
19515
- firstname: string;
19516
- surname: string;
19517
- middlename?: string | null | undefined;
19518
- } | {
19519
- country: string;
19520
- district: string;
19521
- addressType: "DOMESTIC";
19522
- province: string;
19523
- urbanOrRural: "RURAL";
19524
- village?: string | null | undefined;
19525
- } | {
19526
- country: string;
19527
- state: string;
19528
- addressType: "INTERNATIONAL";
19529
- district2: string;
19530
- cityOrTown?: string | null | undefined;
19531
- addressLine1?: string | null | undefined;
19532
- addressLine2?: string | null | undefined;
19533
- addressLine3?: string | null | undefined;
19534
- postcodeOrZip?: string | null | undefined;
19535
- } | {
19536
- type: string;
19537
- option: string;
19538
- filename: string;
19539
- originalFilename: string;
19540
- }[] | [string, string] | null | undefined> | undefined;
19541
- originalActionId?: string | undefined;
19542
- } | {
19543
- type: "VALIDATE";
19544
- id: string;
19545
- status: "Rejected" | "Requested" | "Accepted";
19546
- transactionId: string;
19547
- createdAt: string;
19548
- createdBy: string;
19549
- createdByRole: string;
19550
- declaration: Record<string, string | number | boolean | {
19551
- type: string;
19552
- filename: string;
19553
- originalFilename: string;
19554
- } | {
19555
- country: string;
19556
- district: string;
19557
- addressType: "DOMESTIC";
19558
- province: string;
19559
- urbanOrRural: "URBAN";
19560
- number?: string | null | undefined;
19561
- town?: string | null | undefined;
19562
- residentialArea?: string | null | undefined;
19563
- street?: string | null | undefined;
19564
- zipCode?: string | null | undefined;
19565
- } | {
19566
- firstname: string;
19567
- surname: string;
19568
- middlename?: string | null | undefined;
19569
- } | {
19570
- country: string;
19571
- district: string;
19572
- addressType: "DOMESTIC";
19573
- province: string;
19574
- urbanOrRural: "RURAL";
19575
- village?: string | null | undefined;
19576
- } | {
19577
- country: string;
19578
- state: string;
19579
- addressType: "INTERNATIONAL";
19580
- district2: string;
19581
- cityOrTown?: string | null | undefined;
19582
- addressLine1?: string | null | undefined;
19583
- addressLine2?: string | null | undefined;
19584
- addressLine3?: string | null | undefined;
19585
- postcodeOrZip?: string | null | undefined;
19586
- } | {
19587
- type: string;
19588
- option: string;
19589
- filename: string;
19590
- originalFilename: string;
19591
- }[] | [string, string] | null | undefined>;
19592
- createdBySignature?: string | null | undefined;
19593
- createdAtLocation?: string | null | undefined;
19594
- annotation?: Record<string, string | number | boolean | {
19595
- type: string;
19596
- filename: string;
19597
- originalFilename: string;
19598
- } | {
19599
- country: string;
19600
- district: string;
19601
- addressType: "DOMESTIC";
19602
- province: string;
19603
- urbanOrRural: "URBAN";
19604
- number?: string | null | undefined;
19605
- town?: string | null | undefined;
19606
- residentialArea?: string | null | undefined;
19607
- street?: string | null | undefined;
19608
- zipCode?: string | null | undefined;
19609
- } | {
19610
- firstname: string;
19611
- surname: string;
19612
- middlename?: string | null | undefined;
19613
- } | {
19614
- country: string;
19615
- district: string;
19616
- addressType: "DOMESTIC";
19617
- province: string;
19618
- urbanOrRural: "RURAL";
19619
- village?: string | null | undefined;
19620
- } | {
19621
- country: string;
19622
- state: string;
19623
- addressType: "INTERNATIONAL";
19624
- district2: string;
19625
- cityOrTown?: string | null | undefined;
19626
- addressLine1?: string | null | undefined;
19627
- addressLine2?: string | null | undefined;
19628
- addressLine3?: string | null | undefined;
19629
- postcodeOrZip?: string | null | undefined;
19630
- } | {
19631
- type: string;
19632
- option: string;
19633
- filename: string;
19634
- originalFilename: string;
19635
- }[] | [string, string] | null | undefined> | undefined;
19636
- originalActionId?: string | undefined;
19637
- } | {
19638
- type: "REJECT";
19639
- id: string;
19640
- status: "Rejected" | "Requested" | "Accepted";
19641
- reason: {
19642
- message: string;
19643
- isDuplicate?: boolean | undefined;
19644
- };
19645
- transactionId: string;
19646
- createdAt: string;
19647
- createdBy: string;
19648
- createdByRole: string;
19649
- declaration: Record<string, string | number | boolean | {
19650
- type: string;
19651
- filename: string;
19652
- originalFilename: string;
19653
- } | {
19654
- country: string;
19655
- district: string;
19656
- addressType: "DOMESTIC";
19657
- province: string;
19658
- urbanOrRural: "URBAN";
19659
- number?: string | null | undefined;
19660
- town?: string | null | undefined;
19661
- residentialArea?: string | null | undefined;
19662
- street?: string | null | undefined;
19663
- zipCode?: string | null | undefined;
19664
- } | {
19665
- firstname: string;
19666
- surname: string;
19667
- middlename?: string | null | undefined;
19668
- } | {
19669
- country: string;
19670
- district: string;
19671
- addressType: "DOMESTIC";
19672
- province: string;
19673
- urbanOrRural: "RURAL";
19674
- village?: string | null | undefined;
19675
- } | {
19676
- country: string;
19677
- state: string;
19678
- addressType: "INTERNATIONAL";
19679
- district2: string;
19680
- cityOrTown?: string | null | undefined;
19681
- addressLine1?: string | null | undefined;
19682
- addressLine2?: string | null | undefined;
19683
- addressLine3?: string | null | undefined;
19684
- postcodeOrZip?: string | null | undefined;
19685
- } | {
19686
- type: string;
19687
- option: string;
19688
- filename: string;
19689
- originalFilename: string;
19690
- }[] | [string, string] | null | undefined>;
19691
- createdBySignature?: string | null | undefined;
19692
- createdAtLocation?: string | null | undefined;
19693
- annotation?: Record<string, string | number | boolean | {
19694
- type: string;
19695
- filename: string;
19696
- originalFilename: string;
19697
- } | {
19698
- country: string;
19699
- district: string;
19700
- addressType: "DOMESTIC";
19701
- province: string;
19702
- urbanOrRural: "URBAN";
19703
- number?: string | null | undefined;
19704
- town?: string | null | undefined;
19705
- residentialArea?: string | null | undefined;
19706
- street?: string | null | undefined;
19707
- zipCode?: string | null | undefined;
19708
- } | {
19709
- firstname: string;
19710
- surname: string;
19711
- middlename?: string | null | undefined;
19712
- } | {
19713
- country: string;
19714
- district: string;
19715
- addressType: "DOMESTIC";
19716
- province: string;
19717
- urbanOrRural: "RURAL";
19718
- village?: string | null | undefined;
19719
- } | {
19720
- country: string;
19721
- state: string;
19722
- addressType: "INTERNATIONAL";
19723
- district2: string;
19724
- cityOrTown?: string | null | undefined;
19725
- addressLine1?: string | null | undefined;
19726
- addressLine2?: string | null | undefined;
19727
- addressLine3?: string | null | undefined;
19728
- postcodeOrZip?: string | null | undefined;
19729
- } | {
19730
- type: string;
19731
- option: string;
19732
- filename: string;
19733
- originalFilename: string;
19734
- }[] | [string, string] | null | undefined> | undefined;
19735
- originalActionId?: string | undefined;
19736
- } | {
19737
- type: "MARKED_AS_DUPLICATE";
19738
- id: string;
19739
- status: "Rejected" | "Requested" | "Accepted";
19740
- transactionId: string;
19741
- createdAt: string;
19742
- createdBy: string;
19743
- createdByRole: string;
19744
- declaration: Record<string, string | number | boolean | {
19745
- type: string;
19746
- filename: string;
19747
- originalFilename: string;
19748
- } | {
19749
- country: string;
19750
- district: string;
19751
- addressType: "DOMESTIC";
19752
- province: string;
19753
- urbanOrRural: "URBAN";
19754
- number?: string | null | undefined;
19755
- town?: string | null | undefined;
19756
- residentialArea?: string | null | undefined;
19757
- street?: string | null | undefined;
19758
- zipCode?: string | null | undefined;
19759
- } | {
19760
- firstname: string;
19761
- surname: string;
19762
- middlename?: string | null | undefined;
19763
- } | {
19764
- country: string;
19765
- district: string;
19766
- addressType: "DOMESTIC";
19767
- province: string;
19768
- urbanOrRural: "RURAL";
19769
- village?: string | null | undefined;
19770
- } | {
19771
- country: string;
19772
- state: string;
19773
- addressType: "INTERNATIONAL";
19774
- district2: string;
19775
- cityOrTown?: string | null | undefined;
19776
- addressLine1?: string | null | undefined;
19777
- addressLine2?: string | null | undefined;
19778
- addressLine3?: string | null | undefined;
19779
- postcodeOrZip?: string | null | undefined;
19780
- } | {
19781
- type: string;
19782
- option: string;
19783
- filename: string;
19784
- originalFilename: string;
19785
- }[] | [string, string] | null | undefined>;
19786
- createdBySignature?: string | null | undefined;
19787
- createdAtLocation?: string | null | undefined;
19788
- annotation?: Record<string, string | number | boolean | {
19789
- type: string;
19790
- filename: string;
19791
- originalFilename: string;
19792
- } | {
19793
- country: string;
19794
- district: string;
19795
- addressType: "DOMESTIC";
19796
- province: string;
19797
- urbanOrRural: "URBAN";
19798
- number?: string | null | undefined;
19799
- town?: string | null | undefined;
19800
- residentialArea?: string | null | undefined;
19801
- street?: string | null | undefined;
19802
- zipCode?: string | null | undefined;
19803
- } | {
19804
- firstname: string;
19805
- surname: string;
19806
- middlename?: string | null | undefined;
19807
- } | {
19808
- country: string;
19809
- district: string;
19810
- addressType: "DOMESTIC";
19811
- province: string;
19812
- urbanOrRural: "RURAL";
19813
- village?: string | null | undefined;
19814
- } | {
19815
- country: string;
19816
- state: string;
19817
- addressType: "INTERNATIONAL";
19818
- district2: string;
19819
- cityOrTown?: string | null | undefined;
19820
- addressLine1?: string | null | undefined;
19821
- addressLine2?: string | null | undefined;
19822
- addressLine3?: string | null | undefined;
19823
- postcodeOrZip?: string | null | undefined;
19824
- } | {
19825
- type: string;
19826
- option: string;
19827
- filename: string;
19828
- originalFilename: string;
19829
- }[] | [string, string] | null | undefined> | undefined;
19830
- originalActionId?: string | undefined;
19831
- } | {
19832
- type: "ARCHIVE";
19833
- id: string;
19834
- status: "Rejected" | "Requested" | "Accepted";
19835
- reason: {
19836
- message: string;
19837
- isDuplicate?: boolean | undefined;
19838
- };
19839
- transactionId: string;
19840
- createdAt: string;
19841
- createdBy: string;
19842
- createdByRole: string;
19843
- declaration: Record<string, string | number | boolean | {
19844
- type: string;
19845
- filename: string;
19846
- originalFilename: string;
19847
- } | {
19848
- country: string;
19849
- district: string;
19850
- addressType: "DOMESTIC";
19851
- province: string;
19852
- urbanOrRural: "URBAN";
19853
- number?: string | null | undefined;
19854
- town?: string | null | undefined;
19855
- residentialArea?: string | null | undefined;
19856
- street?: string | null | undefined;
19857
- zipCode?: string | null | undefined;
19858
- } | {
19859
- firstname: string;
19860
- surname: string;
19861
- middlename?: string | null | undefined;
19862
- } | {
19863
- country: string;
19864
- district: string;
19865
- addressType: "DOMESTIC";
19866
- province: string;
19867
- urbanOrRural: "RURAL";
19868
- village?: string | null | undefined;
19869
- } | {
19870
- country: string;
19871
- state: string;
19872
- addressType: "INTERNATIONAL";
19873
- district2: string;
19874
- cityOrTown?: string | null | undefined;
19875
- addressLine1?: string | null | undefined;
19876
- addressLine2?: string | null | undefined;
19877
- addressLine3?: string | null | undefined;
19878
- postcodeOrZip?: string | null | undefined;
19879
- } | {
19880
- type: string;
19881
- option: string;
19882
- filename: string;
19883
- originalFilename: string;
19884
- }[] | [string, string] | null | undefined>;
19885
- createdBySignature?: string | null | undefined;
19886
- createdAtLocation?: string | null | undefined;
19887
- annotation?: Record<string, string | number | boolean | {
19888
- type: string;
19889
- filename: string;
19890
- originalFilename: string;
19891
- } | {
19892
- country: string;
19893
- district: string;
19894
- addressType: "DOMESTIC";
19895
- province: string;
19896
- urbanOrRural: "URBAN";
19897
- number?: string | null | undefined;
19898
- town?: string | null | undefined;
19899
- residentialArea?: string | null | undefined;
19900
- street?: string | null | undefined;
19901
- zipCode?: string | null | undefined;
19902
- } | {
19903
- firstname: string;
19904
- surname: string;
19905
- middlename?: string | null | undefined;
19906
- } | {
19907
- country: string;
19908
- district: string;
19909
- addressType: "DOMESTIC";
19910
- province: string;
19911
- urbanOrRural: "RURAL";
19912
- village?: string | null | undefined;
19913
- } | {
19914
- country: string;
19915
- state: string;
19916
- addressType: "INTERNATIONAL";
19917
- district2: string;
19918
- cityOrTown?: string | null | undefined;
19919
- addressLine1?: string | null | undefined;
19920
- addressLine2?: string | null | undefined;
19921
- addressLine3?: string | null | undefined;
19922
- postcodeOrZip?: string | null | undefined;
19923
- } | {
19924
- type: string;
19925
- option: string;
19926
- filename: string;
19927
- originalFilename: string;
19928
- }[] | [string, string] | null | undefined> | undefined;
19929
- originalActionId?: string | undefined;
19930
- } | {
19931
- type: "CREATE";
19932
- id: string;
19933
- status: "Rejected" | "Requested" | "Accepted";
19934
- transactionId: string;
19935
- createdAt: string;
19936
- createdBy: string;
19937
- createdByRole: string;
19938
- declaration: Record<string, string | number | boolean | {
19939
- type: string;
19940
- filename: string;
19941
- originalFilename: string;
19942
- } | {
19943
- country: string;
19944
- district: string;
19945
- addressType: "DOMESTIC";
19946
- province: string;
19947
- urbanOrRural: "URBAN";
19948
- number?: string | null | undefined;
19949
- town?: string | null | undefined;
19950
- residentialArea?: string | null | undefined;
19951
- street?: string | null | undefined;
19952
- zipCode?: string | null | undefined;
19953
- } | {
19954
- firstname: string;
19955
- surname: string;
19956
- middlename?: string | null | undefined;
19957
- } | {
19958
- country: string;
19959
- district: string;
19960
- addressType: "DOMESTIC";
19961
- province: string;
19962
- urbanOrRural: "RURAL";
19963
- village?: string | null | undefined;
19964
- } | {
19965
- country: string;
19966
- state: string;
19967
- addressType: "INTERNATIONAL";
19968
- district2: string;
19969
- cityOrTown?: string | null | undefined;
19970
- addressLine1?: string | null | undefined;
19971
- addressLine2?: string | null | undefined;
19972
- addressLine3?: string | null | undefined;
19973
- postcodeOrZip?: string | null | undefined;
19974
- } | {
19975
- type: string;
19976
- option: string;
19977
- filename: string;
19978
- originalFilename: string;
19979
- }[] | [string, string] | null | undefined>;
19980
- createdBySignature?: string | null | undefined;
19981
- createdAtLocation?: string | null | undefined;
19982
- annotation?: Record<string, string | number | boolean | {
19983
- type: string;
19984
- filename: string;
19985
- originalFilename: string;
19986
- } | {
19987
- country: string;
19988
- district: string;
19989
- addressType: "DOMESTIC";
19990
- province: string;
19991
- urbanOrRural: "URBAN";
19992
- number?: string | null | undefined;
19993
- town?: string | null | undefined;
19994
- residentialArea?: string | null | undefined;
19995
- street?: string | null | undefined;
19996
- zipCode?: string | null | undefined;
19997
- } | {
19998
- firstname: string;
19999
- surname: string;
20000
- middlename?: string | null | undefined;
20001
- } | {
20002
- country: string;
20003
- district: string;
20004
- addressType: "DOMESTIC";
20005
- province: string;
20006
- urbanOrRural: "RURAL";
20007
- village?: string | null | undefined;
20008
- } | {
20009
- country: string;
20010
- state: string;
20011
- addressType: "INTERNATIONAL";
20012
- district2: string;
20013
- cityOrTown?: string | null | undefined;
20014
- addressLine1?: string | null | undefined;
20015
- addressLine2?: string | null | undefined;
20016
- addressLine3?: string | null | undefined;
20017
- postcodeOrZip?: string | null | undefined;
20018
- } | {
20019
- type: string;
20020
- option: string;
20021
- filename: string;
20022
- originalFilename: string;
20023
- }[] | [string, string] | null | undefined> | undefined;
20024
- originalActionId?: string | undefined;
16052
+ output: any;
16053
+ }>;
16054
+ approve: import("@trpc/server").TRPCMutationProcedure<{
16055
+ input: {
16056
+ transactionId: string;
16057
+ requestId: string;
16058
+ eventId: string;
16059
+ type?: "APPROVE_CORRECTION" | undefined;
16060
+ declaration?: Record<string, string | number | boolean | {
16061
+ type: string;
16062
+ filename: string;
16063
+ originalFilename: string;
20025
16064
  } | {
20026
- type: "NOTIFY";
20027
- id: string;
20028
- status: "Rejected" | "Requested" | "Accepted";
20029
- transactionId: string;
20030
- createdAt: string;
20031
- createdBy: string;
20032
- createdByRole: string;
20033
- declaration: Record<string, string | number | boolean | {
20034
- type: string;
20035
- filename: string;
20036
- originalFilename: string;
20037
- } | {
20038
- country: string;
20039
- district: string;
20040
- addressType: "DOMESTIC";
20041
- province: string;
20042
- urbanOrRural: "URBAN";
20043
- number?: string | null | undefined;
20044
- town?: string | null | undefined;
20045
- residentialArea?: string | null | undefined;
20046
- street?: string | null | undefined;
20047
- zipCode?: string | null | undefined;
20048
- } | {
20049
- firstname: string;
20050
- surname: string;
20051
- middlename?: string | null | undefined;
20052
- } | {
20053
- country: string;
20054
- district: string;
20055
- addressType: "DOMESTIC";
20056
- province: string;
20057
- urbanOrRural: "RURAL";
20058
- village?: string | null | undefined;
20059
- } | {
20060
- country: string;
20061
- state: string;
20062
- addressType: "INTERNATIONAL";
20063
- district2: string;
20064
- cityOrTown?: string | null | undefined;
20065
- addressLine1?: string | null | undefined;
20066
- addressLine2?: string | null | undefined;
20067
- addressLine3?: string | null | undefined;
20068
- postcodeOrZip?: string | null | undefined;
20069
- } | {
20070
- type: string;
20071
- option: string;
20072
- filename: string;
20073
- originalFilename: string;
20074
- }[] | [string, string] | null | undefined>;
20075
- createdBySignature?: string | null | undefined;
20076
- createdAtLocation?: string | null | undefined;
20077
- annotation?: Record<string, string | number | boolean | {
20078
- type: string;
20079
- filename: string;
20080
- originalFilename: string;
20081
- } | {
20082
- country: string;
20083
- district: string;
20084
- addressType: "DOMESTIC";
20085
- province: string;
20086
- urbanOrRural: "URBAN";
20087
- number?: string | null | undefined;
20088
- town?: string | null | undefined;
20089
- residentialArea?: string | null | undefined;
20090
- street?: string | null | undefined;
20091
- zipCode?: string | null | undefined;
20092
- } | {
20093
- firstname: string;
20094
- surname: string;
20095
- middlename?: string | null | undefined;
20096
- } | {
20097
- country: string;
20098
- district: string;
20099
- addressType: "DOMESTIC";
20100
- province: string;
20101
- urbanOrRural: "RURAL";
20102
- village?: string | null | undefined;
20103
- } | {
20104
- country: string;
20105
- state: string;
20106
- addressType: "INTERNATIONAL";
20107
- district2: string;
20108
- cityOrTown?: string | null | undefined;
20109
- addressLine1?: string | null | undefined;
20110
- addressLine2?: string | null | undefined;
20111
- addressLine3?: string | null | undefined;
20112
- postcodeOrZip?: string | null | undefined;
20113
- } | {
20114
- type: string;
20115
- option: string;
20116
- filename: string;
20117
- originalFilename: string;
20118
- }[] | [string, string] | null | undefined> | undefined;
20119
- originalActionId?: string | undefined;
16065
+ country: string;
16066
+ district: string;
16067
+ addressType: "DOMESTIC";
16068
+ province: string;
16069
+ urbanOrRural: "URBAN";
16070
+ number?: string | null | undefined;
16071
+ town?: string | null | undefined;
16072
+ residentialArea?: string | null | undefined;
16073
+ street?: string | null | undefined;
16074
+ zipCode?: string | null | undefined;
20120
16075
  } | {
20121
- type: "PRINT_CERTIFICATE";
20122
- id: string;
20123
- status: "Rejected" | "Requested" | "Accepted";
20124
- transactionId: string;
20125
- createdAt: string;
20126
- createdBy: string;
20127
- createdByRole: string;
20128
- declaration: Record<string, string | number | boolean | {
20129
- type: string;
20130
- filename: string;
20131
- originalFilename: string;
20132
- } | {
20133
- country: string;
20134
- district: string;
20135
- addressType: "DOMESTIC";
20136
- province: string;
20137
- urbanOrRural: "URBAN";
20138
- number?: string | null | undefined;
20139
- town?: string | null | undefined;
20140
- residentialArea?: string | null | undefined;
20141
- street?: string | null | undefined;
20142
- zipCode?: string | null | undefined;
20143
- } | {
20144
- firstname: string;
20145
- surname: string;
20146
- middlename?: string | null | undefined;
20147
- } | {
20148
- country: string;
20149
- district: string;
20150
- addressType: "DOMESTIC";
20151
- province: string;
20152
- urbanOrRural: "RURAL";
20153
- village?: string | null | undefined;
20154
- } | {
20155
- country: string;
20156
- state: string;
20157
- addressType: "INTERNATIONAL";
20158
- district2: string;
20159
- cityOrTown?: string | null | undefined;
20160
- addressLine1?: string | null | undefined;
20161
- addressLine2?: string | null | undefined;
20162
- addressLine3?: string | null | undefined;
20163
- postcodeOrZip?: string | null | undefined;
20164
- } | {
20165
- type: string;
20166
- option: string;
20167
- filename: string;
20168
- originalFilename: string;
20169
- }[] | [string, string] | null | undefined>;
20170
- createdBySignature?: string | null | undefined;
20171
- createdAtLocation?: string | null | undefined;
20172
- annotation?: Record<string, string | number | boolean | {
20173
- type: string;
20174
- filename: string;
20175
- originalFilename: string;
20176
- } | {
20177
- country: string;
20178
- district: string;
20179
- addressType: "DOMESTIC";
20180
- province: string;
20181
- urbanOrRural: "URBAN";
20182
- number?: string | null | undefined;
20183
- town?: string | null | undefined;
20184
- residentialArea?: string | null | undefined;
20185
- street?: string | null | undefined;
20186
- zipCode?: string | null | undefined;
20187
- } | {
20188
- firstname: string;
20189
- surname: string;
20190
- middlename?: string | null | undefined;
20191
- } | {
20192
- country: string;
20193
- district: string;
20194
- addressType: "DOMESTIC";
20195
- province: string;
20196
- urbanOrRural: "RURAL";
20197
- village?: string | null | undefined;
20198
- } | {
20199
- country: string;
20200
- state: string;
20201
- addressType: "INTERNATIONAL";
20202
- district2: string;
20203
- cityOrTown?: string | null | undefined;
20204
- addressLine1?: string | null | undefined;
20205
- addressLine2?: string | null | undefined;
20206
- addressLine3?: string | null | undefined;
20207
- postcodeOrZip?: string | null | undefined;
20208
- } | {
20209
- type: string;
20210
- option: string;
20211
- filename: string;
20212
- originalFilename: string;
20213
- }[] | [string, string] | null | undefined> | undefined;
20214
- originalActionId?: string | undefined;
16076
+ firstname: string;
16077
+ surname: string;
16078
+ middlename?: string | null | undefined;
16079
+ } | {
16080
+ country: string;
16081
+ district: string;
16082
+ addressType: "DOMESTIC";
16083
+ province: string;
16084
+ urbanOrRural: "RURAL";
16085
+ village?: string | null | undefined;
16086
+ } | {
16087
+ country: string;
16088
+ state: string;
16089
+ addressType: "INTERNATIONAL";
16090
+ district2: string;
16091
+ cityOrTown?: string | null | undefined;
16092
+ addressLine1?: string | null | undefined;
16093
+ addressLine2?: string | null | undefined;
16094
+ addressLine3?: string | null | undefined;
16095
+ postcodeOrZip?: string | null | undefined;
16096
+ } | {
16097
+ type: string;
16098
+ option: string;
16099
+ filename: string;
16100
+ originalFilename: string;
16101
+ }[] | [string, string] | null | undefined> | undefined;
16102
+ annotation?: Record<string, string | number | boolean | {
16103
+ type: string;
16104
+ filename: string;
16105
+ originalFilename: string;
16106
+ } | {
16107
+ country: string;
16108
+ district: string;
16109
+ addressType: "DOMESTIC";
16110
+ province: string;
16111
+ urbanOrRural: "URBAN";
16112
+ number?: string | null | undefined;
16113
+ town?: string | null | undefined;
16114
+ residentialArea?: string | null | undefined;
16115
+ street?: string | null | undefined;
16116
+ zipCode?: string | null | undefined;
20215
16117
  } | {
20216
- type: "REQUEST_CORRECTION";
20217
- id: string;
20218
- status: "Rejected" | "Requested" | "Accepted";
20219
- transactionId: string;
20220
- createdAt: string;
20221
- createdBy: string;
20222
- createdByRole: string;
20223
- declaration: Record<string, string | number | boolean | {
20224
- type: string;
20225
- filename: string;
20226
- originalFilename: string;
20227
- } | {
20228
- country: string;
20229
- district: string;
20230
- addressType: "DOMESTIC";
20231
- province: string;
20232
- urbanOrRural: "URBAN";
20233
- number?: string | null | undefined;
20234
- town?: string | null | undefined;
20235
- residentialArea?: string | null | undefined;
20236
- street?: string | null | undefined;
20237
- zipCode?: string | null | undefined;
20238
- } | {
20239
- firstname: string;
20240
- surname: string;
20241
- middlename?: string | null | undefined;
20242
- } | {
20243
- country: string;
20244
- district: string;
20245
- addressType: "DOMESTIC";
20246
- province: string;
20247
- urbanOrRural: "RURAL";
20248
- village?: string | null | undefined;
20249
- } | {
20250
- country: string;
20251
- state: string;
20252
- addressType: "INTERNATIONAL";
20253
- district2: string;
20254
- cityOrTown?: string | null | undefined;
20255
- addressLine1?: string | null | undefined;
20256
- addressLine2?: string | null | undefined;
20257
- addressLine3?: string | null | undefined;
20258
- postcodeOrZip?: string | null | undefined;
20259
- } | {
20260
- type: string;
20261
- option: string;
20262
- filename: string;
20263
- originalFilename: string;
20264
- }[] | [string, string] | null | undefined>;
20265
- createdBySignature?: string | null | undefined;
20266
- createdAtLocation?: string | null | undefined;
20267
- annotation?: Record<string, string | number | boolean | {
20268
- type: string;
20269
- filename: string;
20270
- originalFilename: string;
20271
- } | {
20272
- country: string;
20273
- district: string;
20274
- addressType: "DOMESTIC";
20275
- province: string;
20276
- urbanOrRural: "URBAN";
20277
- number?: string | null | undefined;
20278
- town?: string | null | undefined;
20279
- residentialArea?: string | null | undefined;
20280
- street?: string | null | undefined;
20281
- zipCode?: string | null | undefined;
20282
- } | {
20283
- firstname: string;
20284
- surname: string;
20285
- middlename?: string | null | undefined;
20286
- } | {
20287
- country: string;
20288
- district: string;
20289
- addressType: "DOMESTIC";
20290
- province: string;
20291
- urbanOrRural: "RURAL";
20292
- village?: string | null | undefined;
20293
- } | {
20294
- country: string;
20295
- state: string;
20296
- addressType: "INTERNATIONAL";
20297
- district2: string;
20298
- cityOrTown?: string | null | undefined;
20299
- addressLine1?: string | null | undefined;
20300
- addressLine2?: string | null | undefined;
20301
- addressLine3?: string | null | undefined;
20302
- postcodeOrZip?: string | null | undefined;
20303
- } | {
20304
- type: string;
20305
- option: string;
20306
- filename: string;
20307
- originalFilename: string;
20308
- }[] | [string, string] | null | undefined> | undefined;
20309
- originalActionId?: string | undefined;
16118
+ firstname: string;
16119
+ surname: string;
16120
+ middlename?: string | null | undefined;
20310
16121
  } | {
20311
- type: "APPROVE_CORRECTION";
20312
- id: string;
20313
- status: "Rejected" | "Requested" | "Accepted";
20314
- transactionId: string;
20315
- createdAt: string;
20316
- createdBy: string;
20317
- createdByRole: string;
20318
- declaration: Record<string, string | number | boolean | {
20319
- type: string;
20320
- filename: string;
20321
- originalFilename: string;
20322
- } | {
20323
- country: string;
20324
- district: string;
20325
- addressType: "DOMESTIC";
20326
- province: string;
20327
- urbanOrRural: "URBAN";
20328
- number?: string | null | undefined;
20329
- town?: string | null | undefined;
20330
- residentialArea?: string | null | undefined;
20331
- street?: string | null | undefined;
20332
- zipCode?: string | null | undefined;
20333
- } | {
20334
- firstname: string;
20335
- surname: string;
20336
- middlename?: string | null | undefined;
20337
- } | {
20338
- country: string;
20339
- district: string;
20340
- addressType: "DOMESTIC";
20341
- province: string;
20342
- urbanOrRural: "RURAL";
20343
- village?: string | null | undefined;
20344
- } | {
20345
- country: string;
20346
- state: string;
20347
- addressType: "INTERNATIONAL";
20348
- district2: string;
20349
- cityOrTown?: string | null | undefined;
20350
- addressLine1?: string | null | undefined;
20351
- addressLine2?: string | null | undefined;
20352
- addressLine3?: string | null | undefined;
20353
- postcodeOrZip?: string | null | undefined;
20354
- } | {
20355
- type: string;
20356
- option: string;
20357
- filename: string;
20358
- originalFilename: string;
20359
- }[] | [string, string] | null | undefined>;
20360
- requestId: string;
20361
- createdBySignature?: string | null | undefined;
20362
- createdAtLocation?: string | null | undefined;
20363
- annotation?: Record<string, string | number | boolean | {
20364
- type: string;
20365
- filename: string;
20366
- originalFilename: string;
20367
- } | {
20368
- country: string;
20369
- district: string;
20370
- addressType: "DOMESTIC";
20371
- province: string;
20372
- urbanOrRural: "URBAN";
20373
- number?: string | null | undefined;
20374
- town?: string | null | undefined;
20375
- residentialArea?: string | null | undefined;
20376
- street?: string | null | undefined;
20377
- zipCode?: string | null | undefined;
20378
- } | {
20379
- firstname: string;
20380
- surname: string;
20381
- middlename?: string | null | undefined;
20382
- } | {
20383
- country: string;
20384
- district: string;
20385
- addressType: "DOMESTIC";
20386
- province: string;
20387
- urbanOrRural: "RURAL";
20388
- village?: string | null | undefined;
20389
- } | {
20390
- country: string;
20391
- state: string;
20392
- addressType: "INTERNATIONAL";
20393
- district2: string;
20394
- cityOrTown?: string | null | undefined;
20395
- addressLine1?: string | null | undefined;
20396
- addressLine2?: string | null | undefined;
20397
- addressLine3?: string | null | undefined;
20398
- postcodeOrZip?: string | null | undefined;
20399
- } | {
20400
- type: string;
20401
- option: string;
20402
- filename: string;
20403
- originalFilename: string;
20404
- }[] | [string, string] | null | undefined> | undefined;
20405
- originalActionId?: string | undefined;
16122
+ country: string;
16123
+ district: string;
16124
+ addressType: "DOMESTIC";
16125
+ province: string;
16126
+ urbanOrRural: "RURAL";
16127
+ village?: string | null | undefined;
16128
+ } | {
16129
+ country: string;
16130
+ state: string;
16131
+ addressType: "INTERNATIONAL";
16132
+ district2: string;
16133
+ cityOrTown?: string | null | undefined;
16134
+ addressLine1?: string | null | undefined;
16135
+ addressLine2?: string | null | undefined;
16136
+ addressLine3?: string | null | undefined;
16137
+ postcodeOrZip?: string | null | undefined;
16138
+ } | {
16139
+ type: string;
16140
+ option: string;
16141
+ filename: string;
16142
+ originalFilename: string;
16143
+ }[] | [string, string] | null | undefined> | undefined;
16144
+ originalActionId?: string | undefined;
16145
+ keepAssignment?: boolean | undefined;
16146
+ };
16147
+ output: any;
16148
+ }>;
16149
+ reject: import("@trpc/server").TRPCMutationProcedure<{
16150
+ input: {
16151
+ transactionId: string;
16152
+ requestId: string;
16153
+ eventId: string;
16154
+ type?: "REJECT_CORRECTION" | undefined;
16155
+ declaration?: Record<string, string | number | boolean | {
16156
+ type: string;
16157
+ filename: string;
16158
+ originalFilename: string;
16159
+ } | {
16160
+ country: string;
16161
+ district: string;
16162
+ addressType: "DOMESTIC";
16163
+ province: string;
16164
+ urbanOrRural: "URBAN";
16165
+ number?: string | null | undefined;
16166
+ town?: string | null | undefined;
16167
+ residentialArea?: string | null | undefined;
16168
+ street?: string | null | undefined;
16169
+ zipCode?: string | null | undefined;
16170
+ } | {
16171
+ firstname: string;
16172
+ surname: string;
16173
+ middlename?: string | null | undefined;
16174
+ } | {
16175
+ country: string;
16176
+ district: string;
16177
+ addressType: "DOMESTIC";
16178
+ province: string;
16179
+ urbanOrRural: "RURAL";
16180
+ village?: string | null | undefined;
16181
+ } | {
16182
+ country: string;
16183
+ state: string;
16184
+ addressType: "INTERNATIONAL";
16185
+ district2: string;
16186
+ cityOrTown?: string | null | undefined;
16187
+ addressLine1?: string | null | undefined;
16188
+ addressLine2?: string | null | undefined;
16189
+ addressLine3?: string | null | undefined;
16190
+ postcodeOrZip?: string | null | undefined;
20406
16191
  } | {
20407
- type: "REJECT_CORRECTION";
20408
- id: string;
20409
- status: "Rejected" | "Requested" | "Accepted";
20410
- transactionId: string;
20411
- createdAt: string;
20412
- createdBy: string;
20413
- createdByRole: string;
20414
- declaration: Record<string, string | number | boolean | {
20415
- type: string;
20416
- filename: string;
20417
- originalFilename: string;
20418
- } | {
20419
- country: string;
20420
- district: string;
20421
- addressType: "DOMESTIC";
20422
- province: string;
20423
- urbanOrRural: "URBAN";
20424
- number?: string | null | undefined;
20425
- town?: string | null | undefined;
20426
- residentialArea?: string | null | undefined;
20427
- street?: string | null | undefined;
20428
- zipCode?: string | null | undefined;
20429
- } | {
20430
- firstname: string;
20431
- surname: string;
20432
- middlename?: string | null | undefined;
20433
- } | {
20434
- country: string;
20435
- district: string;
20436
- addressType: "DOMESTIC";
20437
- province: string;
20438
- urbanOrRural: "RURAL";
20439
- village?: string | null | undefined;
20440
- } | {
20441
- country: string;
20442
- state: string;
20443
- addressType: "INTERNATIONAL";
20444
- district2: string;
20445
- cityOrTown?: string | null | undefined;
20446
- addressLine1?: string | null | undefined;
20447
- addressLine2?: string | null | undefined;
20448
- addressLine3?: string | null | undefined;
20449
- postcodeOrZip?: string | null | undefined;
20450
- } | {
20451
- type: string;
20452
- option: string;
20453
- filename: string;
20454
- originalFilename: string;
20455
- }[] | [string, string] | null | undefined>;
20456
- requestId: string;
20457
- createdBySignature?: string | null | undefined;
20458
- createdAtLocation?: string | null | undefined;
20459
- annotation?: Record<string, string | number | boolean | {
20460
- type: string;
20461
- filename: string;
20462
- originalFilename: string;
20463
- } | {
20464
- country: string;
20465
- district: string;
20466
- addressType: "DOMESTIC";
20467
- province: string;
20468
- urbanOrRural: "URBAN";
20469
- number?: string | null | undefined;
20470
- town?: string | null | undefined;
20471
- residentialArea?: string | null | undefined;
20472
- street?: string | null | undefined;
20473
- zipCode?: string | null | undefined;
20474
- } | {
20475
- firstname: string;
20476
- surname: string;
20477
- middlename?: string | null | undefined;
20478
- } | {
20479
- country: string;
20480
- district: string;
20481
- addressType: "DOMESTIC";
20482
- province: string;
20483
- urbanOrRural: "RURAL";
20484
- village?: string | null | undefined;
20485
- } | {
20486
- country: string;
20487
- state: string;
20488
- addressType: "INTERNATIONAL";
20489
- district2: string;
20490
- cityOrTown?: string | null | undefined;
20491
- addressLine1?: string | null | undefined;
20492
- addressLine2?: string | null | undefined;
20493
- addressLine3?: string | null | undefined;
20494
- postcodeOrZip?: string | null | undefined;
20495
- } | {
20496
- type: string;
20497
- option: string;
20498
- filename: string;
20499
- originalFilename: string;
20500
- }[] | [string, string] | null | undefined> | undefined;
20501
- originalActionId?: string | undefined;
16192
+ type: string;
16193
+ option: string;
16194
+ filename: string;
16195
+ originalFilename: string;
16196
+ }[] | [string, string] | null | undefined> | undefined;
16197
+ annotation?: Record<string, string | number | boolean | {
16198
+ type: string;
16199
+ filename: string;
16200
+ originalFilename: string;
20502
16201
  } | {
20503
- type: "READ";
20504
- id: string;
20505
- status: "Rejected" | "Requested" | "Accepted";
20506
- transactionId: string;
20507
- createdAt: string;
20508
- createdBy: string;
20509
- createdByRole: string;
20510
- declaration: Record<string, string | number | boolean | {
20511
- type: string;
20512
- filename: string;
20513
- originalFilename: string;
20514
- } | {
20515
- country: string;
20516
- district: string;
20517
- addressType: "DOMESTIC";
20518
- province: string;
20519
- urbanOrRural: "URBAN";
20520
- number?: string | null | undefined;
20521
- town?: string | null | undefined;
20522
- residentialArea?: string | null | undefined;
20523
- street?: string | null | undefined;
20524
- zipCode?: string | null | undefined;
20525
- } | {
20526
- firstname: string;
20527
- surname: string;
20528
- middlename?: string | null | undefined;
20529
- } | {
20530
- country: string;
20531
- district: string;
20532
- addressType: "DOMESTIC";
20533
- province: string;
20534
- urbanOrRural: "RURAL";
20535
- village?: string | null | undefined;
20536
- } | {
20537
- country: string;
20538
- state: string;
20539
- addressType: "INTERNATIONAL";
20540
- district2: string;
20541
- cityOrTown?: string | null | undefined;
20542
- addressLine1?: string | null | undefined;
20543
- addressLine2?: string | null | undefined;
20544
- addressLine3?: string | null | undefined;
20545
- postcodeOrZip?: string | null | undefined;
20546
- } | {
20547
- type: string;
20548
- option: string;
20549
- filename: string;
20550
- originalFilename: string;
20551
- }[] | [string, string] | null | undefined>;
20552
- createdBySignature?: string | null | undefined;
20553
- createdAtLocation?: string | null | undefined;
20554
- annotation?: Record<string, string | number | boolean | {
20555
- type: string;
20556
- filename: string;
20557
- originalFilename: string;
20558
- } | {
20559
- country: string;
20560
- district: string;
20561
- addressType: "DOMESTIC";
20562
- province: string;
20563
- urbanOrRural: "URBAN";
20564
- number?: string | null | undefined;
20565
- town?: string | null | undefined;
20566
- residentialArea?: string | null | undefined;
20567
- street?: string | null | undefined;
20568
- zipCode?: string | null | undefined;
20569
- } | {
20570
- firstname: string;
20571
- surname: string;
20572
- middlename?: string | null | undefined;
20573
- } | {
20574
- country: string;
20575
- district: string;
20576
- addressType: "DOMESTIC";
20577
- province: string;
20578
- urbanOrRural: "RURAL";
20579
- village?: string | null | undefined;
20580
- } | {
20581
- country: string;
20582
- state: string;
20583
- addressType: "INTERNATIONAL";
20584
- district2: string;
20585
- cityOrTown?: string | null | undefined;
20586
- addressLine1?: string | null | undefined;
20587
- addressLine2?: string | null | undefined;
20588
- addressLine3?: string | null | undefined;
20589
- postcodeOrZip?: string | null | undefined;
20590
- } | {
20591
- type: string;
20592
- option: string;
20593
- filename: string;
20594
- originalFilename: string;
20595
- }[] | [string, string] | null | undefined> | undefined;
20596
- originalActionId?: string | undefined;
16202
+ country: string;
16203
+ district: string;
16204
+ addressType: "DOMESTIC";
16205
+ province: string;
16206
+ urbanOrRural: "URBAN";
16207
+ number?: string | null | undefined;
16208
+ town?: string | null | undefined;
16209
+ residentialArea?: string | null | undefined;
16210
+ street?: string | null | undefined;
16211
+ zipCode?: string | null | undefined;
20597
16212
  } | {
20598
- type: "DECLARE" | "REGISTER" | "VALIDATE" | "NOTIFY" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
20599
- id: string;
20600
- status: "Rejected";
20601
- transactionId: string;
20602
- createdAt: string;
20603
- createdBy: string;
20604
- createdByRole: string;
20605
- createdBySignature?: string | null | undefined;
20606
- createdAtLocation?: string | null | undefined;
20607
- originalActionId?: string | undefined;
20608
- })[];
20609
- trackingId: string;
16213
+ firstname: string;
16214
+ surname: string;
16215
+ middlename?: string | null | undefined;
16216
+ } | {
16217
+ country: string;
16218
+ district: string;
16219
+ addressType: "DOMESTIC";
16220
+ province: string;
16221
+ urbanOrRural: "RURAL";
16222
+ village?: string | null | undefined;
16223
+ } | {
16224
+ country: string;
16225
+ state: string;
16226
+ addressType: "INTERNATIONAL";
16227
+ district2: string;
16228
+ cityOrTown?: string | null | undefined;
16229
+ addressLine1?: string | null | undefined;
16230
+ addressLine2?: string | null | undefined;
16231
+ addressLine3?: string | null | undefined;
16232
+ postcodeOrZip?: string | null | undefined;
16233
+ } | {
16234
+ type: string;
16235
+ option: string;
16236
+ filename: string;
16237
+ originalFilename: string;
16238
+ }[] | [string, string] | null | undefined> | undefined;
16239
+ originalActionId?: string | undefined;
16240
+ keepAssignment?: boolean | undefined;
20610
16241
  };
16242
+ output: any;
20611
16243
  }>;
20612
16244
  }>>;
20613
16245
  }>>;
@@ -23836,7 +19468,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
23836
19468
  output: {
23837
19469
  name: import("../commons").TranslationConfig;
23838
19470
  actions: {
23839
- type: "DECLARE" | "REGISTER" | "VALIDATE" | "DELETE" | "PRINT_CERTIFICATE" | "READ" | "ASSIGN" | "UNASSIGN" | "DEFAULT";
19471
+ type: string;
23840
19472
  conditionals?: import("../commons").JSONSchema[] | undefined;
23841
19473
  }[];
23842
19474
  query: {