@nexeraid/identity-schemas 2.8.0-dev → 2.9.0-dev

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.
@@ -9644,7 +9644,7 @@ export declare const TMSCreatedPayload: z.ZodObject<{
9644
9644
  id: z.ZodString;
9645
9645
  transactionId: z.ZodString;
9646
9646
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
9647
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
9647
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
9648
9648
  riskScore: z.ZodNullable<z.ZodString>;
9649
9649
  riskLevel: z.ZodNullable<z.ZodString>;
9650
9650
  customerId: z.ZodString;
@@ -9655,7 +9655,7 @@ export declare const TMSCreatedPayload: z.ZodObject<{
9655
9655
  updatedAt: z.ZodNullable<z.ZodDate>;
9656
9656
  }, "strip", z.ZodTypeAny, {
9657
9657
  id: string;
9658
- status: "pending" | "approved" | "under_investigation" | "blocked";
9658
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
9659
9659
  createdAt: Date;
9660
9660
  updatedAt: Date | null;
9661
9661
  customerId: string;
@@ -9669,7 +9669,7 @@ export declare const TMSCreatedPayload: z.ZodObject<{
9669
9669
  transactionDate: Date;
9670
9670
  }, {
9671
9671
  id: string;
9672
- status: "pending" | "approved" | "under_investigation" | "blocked";
9672
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
9673
9673
  createdAt: Date;
9674
9674
  updatedAt: Date | null;
9675
9675
  customerId: string;
@@ -9685,7 +9685,7 @@ export declare const TMSCreatedPayload: z.ZodObject<{
9685
9685
  }, "strip", z.ZodTypeAny, {
9686
9686
  payload: {
9687
9687
  id: string;
9688
- status: "pending" | "approved" | "under_investigation" | "blocked";
9688
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
9689
9689
  createdAt: Date;
9690
9690
  updatedAt: Date | null;
9691
9691
  customerId: string;
@@ -9702,7 +9702,7 @@ export declare const TMSCreatedPayload: z.ZodObject<{
9702
9702
  }, {
9703
9703
  payload: {
9704
9704
  id: string;
9705
- status: "pending" | "approved" | "under_investigation" | "blocked";
9705
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
9706
9706
  createdAt: Date;
9707
9707
  updatedAt: Date | null;
9708
9708
  customerId: string;
@@ -9724,7 +9724,7 @@ export declare const TMSUpdatedPayload: z.ZodObject<{
9724
9724
  id: z.ZodString;
9725
9725
  transactionId: z.ZodString;
9726
9726
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
9727
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
9727
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
9728
9728
  riskScore: z.ZodNullable<z.ZodString>;
9729
9729
  riskLevel: z.ZodNullable<z.ZodString>;
9730
9730
  customerId: z.ZodString;
@@ -9735,7 +9735,7 @@ export declare const TMSUpdatedPayload: z.ZodObject<{
9735
9735
  updatedAt: z.ZodNullable<z.ZodDate>;
9736
9736
  }, "strip", z.ZodTypeAny, {
9737
9737
  id: string;
9738
- status: "pending" | "approved" | "under_investigation" | "blocked";
9738
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
9739
9739
  createdAt: Date;
9740
9740
  updatedAt: Date | null;
9741
9741
  customerId: string;
@@ -9749,7 +9749,7 @@ export declare const TMSUpdatedPayload: z.ZodObject<{
9749
9749
  transactionDate: Date;
9750
9750
  }, {
9751
9751
  id: string;
9752
- status: "pending" | "approved" | "under_investigation" | "blocked";
9752
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
9753
9753
  createdAt: Date;
9754
9754
  updatedAt: Date | null;
9755
9755
  customerId: string;
@@ -9765,7 +9765,7 @@ export declare const TMSUpdatedPayload: z.ZodObject<{
9765
9765
  }, "strip", z.ZodTypeAny, {
9766
9766
  payload: {
9767
9767
  id: string;
9768
- status: "pending" | "approved" | "under_investigation" | "blocked";
9768
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
9769
9769
  createdAt: Date;
9770
9770
  updatedAt: Date | null;
9771
9771
  customerId: string;
@@ -9782,7 +9782,7 @@ export declare const TMSUpdatedPayload: z.ZodObject<{
9782
9782
  }, {
9783
9783
  payload: {
9784
9784
  id: string;
9785
- status: "pending" | "approved" | "under_investigation" | "blocked";
9785
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
9786
9786
  createdAt: Date;
9787
9787
  updatedAt: Date | null;
9788
9788
  customerId: string;
@@ -9804,7 +9804,7 @@ export declare const TMSDeletedPayload: z.ZodObject<{
9804
9804
  id: z.ZodString;
9805
9805
  transactionId: z.ZodString;
9806
9806
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
9807
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
9807
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
9808
9808
  riskScore: z.ZodNullable<z.ZodString>;
9809
9809
  riskLevel: z.ZodNullable<z.ZodString>;
9810
9810
  customerId: z.ZodString;
@@ -9815,7 +9815,7 @@ export declare const TMSDeletedPayload: z.ZodObject<{
9815
9815
  updatedAt: z.ZodNullable<z.ZodDate>;
9816
9816
  }, "strip", z.ZodTypeAny, {
9817
9817
  id: string;
9818
- status: "pending" | "approved" | "under_investigation" | "blocked";
9818
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
9819
9819
  createdAt: Date;
9820
9820
  updatedAt: Date | null;
9821
9821
  customerId: string;
@@ -9829,7 +9829,7 @@ export declare const TMSDeletedPayload: z.ZodObject<{
9829
9829
  transactionDate: Date;
9830
9830
  }, {
9831
9831
  id: string;
9832
- status: "pending" | "approved" | "under_investigation" | "blocked";
9832
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
9833
9833
  createdAt: Date;
9834
9834
  updatedAt: Date | null;
9835
9835
  customerId: string;
@@ -9845,7 +9845,7 @@ export declare const TMSDeletedPayload: z.ZodObject<{
9845
9845
  }, "strip", z.ZodTypeAny, {
9846
9846
  payload: {
9847
9847
  id: string;
9848
- status: "pending" | "approved" | "under_investigation" | "blocked";
9848
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
9849
9849
  createdAt: Date;
9850
9850
  updatedAt: Date | null;
9851
9851
  customerId: string;
@@ -9862,7 +9862,7 @@ export declare const TMSDeletedPayload: z.ZodObject<{
9862
9862
  }, {
9863
9863
  payload: {
9864
9864
  id: string;
9865
- status: "pending" | "approved" | "under_investigation" | "blocked";
9865
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
9866
9866
  createdAt: Date;
9867
9867
  updatedAt: Date | null;
9868
9868
  customerId: string;
@@ -19332,7 +19332,7 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
19332
19332
  id: z.ZodString;
19333
19333
  transactionId: z.ZodString;
19334
19334
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
19335
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
19335
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
19336
19336
  riskScore: z.ZodNullable<z.ZodString>;
19337
19337
  riskLevel: z.ZodNullable<z.ZodString>;
19338
19338
  customerId: z.ZodString;
@@ -19343,7 +19343,7 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
19343
19343
  updatedAt: z.ZodNullable<z.ZodDate>;
19344
19344
  }, "strip", z.ZodTypeAny, {
19345
19345
  id: string;
19346
- status: "pending" | "approved" | "under_investigation" | "blocked";
19346
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
19347
19347
  createdAt: Date;
19348
19348
  updatedAt: Date | null;
19349
19349
  customerId: string;
@@ -19357,7 +19357,7 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
19357
19357
  transactionDate: Date;
19358
19358
  }, {
19359
19359
  id: string;
19360
- status: "pending" | "approved" | "under_investigation" | "blocked";
19360
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
19361
19361
  createdAt: Date;
19362
19362
  updatedAt: Date | null;
19363
19363
  customerId: string;
@@ -19373,7 +19373,7 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
19373
19373
  }, "strip", z.ZodTypeAny, {
19374
19374
  payload: {
19375
19375
  id: string;
19376
- status: "pending" | "approved" | "under_investigation" | "blocked";
19376
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
19377
19377
  createdAt: Date;
19378
19378
  updatedAt: Date | null;
19379
19379
  customerId: string;
@@ -19390,7 +19390,7 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
19390
19390
  }, {
19391
19391
  payload: {
19392
19392
  id: string;
19393
- status: "pending" | "approved" | "under_investigation" | "blocked";
19393
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
19394
19394
  createdAt: Date;
19395
19395
  updatedAt: Date | null;
19396
19396
  customerId: string;
@@ -19411,7 +19411,7 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
19411
19411
  id: z.ZodString;
19412
19412
  transactionId: z.ZodString;
19413
19413
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
19414
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
19414
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
19415
19415
  riskScore: z.ZodNullable<z.ZodString>;
19416
19416
  riskLevel: z.ZodNullable<z.ZodString>;
19417
19417
  customerId: z.ZodString;
@@ -19422,7 +19422,7 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
19422
19422
  updatedAt: z.ZodNullable<z.ZodDate>;
19423
19423
  }, "strip", z.ZodTypeAny, {
19424
19424
  id: string;
19425
- status: "pending" | "approved" | "under_investigation" | "blocked";
19425
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
19426
19426
  createdAt: Date;
19427
19427
  updatedAt: Date | null;
19428
19428
  customerId: string;
@@ -19436,7 +19436,7 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
19436
19436
  transactionDate: Date;
19437
19437
  }, {
19438
19438
  id: string;
19439
- status: "pending" | "approved" | "under_investigation" | "blocked";
19439
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
19440
19440
  createdAt: Date;
19441
19441
  updatedAt: Date | null;
19442
19442
  customerId: string;
@@ -19452,7 +19452,7 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
19452
19452
  }, "strip", z.ZodTypeAny, {
19453
19453
  payload: {
19454
19454
  id: string;
19455
- status: "pending" | "approved" | "under_investigation" | "blocked";
19455
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
19456
19456
  createdAt: Date;
19457
19457
  updatedAt: Date | null;
19458
19458
  customerId: string;
@@ -19469,7 +19469,7 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
19469
19469
  }, {
19470
19470
  payload: {
19471
19471
  id: string;
19472
- status: "pending" | "approved" | "under_investigation" | "blocked";
19472
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
19473
19473
  createdAt: Date;
19474
19474
  updatedAt: Date | null;
19475
19475
  customerId: string;
@@ -19490,7 +19490,7 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
19490
19490
  id: z.ZodString;
19491
19491
  transactionId: z.ZodString;
19492
19492
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
19493
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
19493
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
19494
19494
  riskScore: z.ZodNullable<z.ZodString>;
19495
19495
  riskLevel: z.ZodNullable<z.ZodString>;
19496
19496
  customerId: z.ZodString;
@@ -19501,7 +19501,7 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
19501
19501
  updatedAt: z.ZodNullable<z.ZodDate>;
19502
19502
  }, "strip", z.ZodTypeAny, {
19503
19503
  id: string;
19504
- status: "pending" | "approved" | "under_investigation" | "blocked";
19504
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
19505
19505
  createdAt: Date;
19506
19506
  updatedAt: Date | null;
19507
19507
  customerId: string;
@@ -19515,7 +19515,7 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
19515
19515
  transactionDate: Date;
19516
19516
  }, {
19517
19517
  id: string;
19518
- status: "pending" | "approved" | "under_investigation" | "blocked";
19518
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
19519
19519
  createdAt: Date;
19520
19520
  updatedAt: Date | null;
19521
19521
  customerId: string;
@@ -19531,7 +19531,7 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
19531
19531
  }, "strip", z.ZodTypeAny, {
19532
19532
  payload: {
19533
19533
  id: string;
19534
- status: "pending" | "approved" | "under_investigation" | "blocked";
19534
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
19535
19535
  createdAt: Date;
19536
19536
  updatedAt: Date | null;
19537
19537
  customerId: string;
@@ -19548,7 +19548,7 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
19548
19548
  }, {
19549
19549
  payload: {
19550
19550
  id: string;
19551
- status: "pending" | "approved" | "under_investigation" | "blocked";
19551
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
19552
19552
  createdAt: Date;
19553
19553
  updatedAt: Date | null;
19554
19554
  customerId: string;
@@ -29011,7 +29011,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
29011
29011
  id: z.ZodString;
29012
29012
  transactionId: z.ZodString;
29013
29013
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
29014
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
29014
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
29015
29015
  riskScore: z.ZodNullable<z.ZodString>;
29016
29016
  riskLevel: z.ZodNullable<z.ZodString>;
29017
29017
  customerId: z.ZodString;
@@ -29022,7 +29022,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
29022
29022
  updatedAt: z.ZodNullable<z.ZodDate>;
29023
29023
  }, "strip", z.ZodTypeAny, {
29024
29024
  id: string;
29025
- status: "pending" | "approved" | "under_investigation" | "blocked";
29025
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
29026
29026
  createdAt: Date;
29027
29027
  updatedAt: Date | null;
29028
29028
  customerId: string;
@@ -29036,7 +29036,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
29036
29036
  transactionDate: Date;
29037
29037
  }, {
29038
29038
  id: string;
29039
- status: "pending" | "approved" | "under_investigation" | "blocked";
29039
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
29040
29040
  createdAt: Date;
29041
29041
  updatedAt: Date | null;
29042
29042
  customerId: string;
@@ -29052,7 +29052,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
29052
29052
  }, "strip", z.ZodTypeAny, {
29053
29053
  payload: {
29054
29054
  id: string;
29055
- status: "pending" | "approved" | "under_investigation" | "blocked";
29055
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
29056
29056
  createdAt: Date;
29057
29057
  updatedAt: Date | null;
29058
29058
  customerId: string;
@@ -29069,7 +29069,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
29069
29069
  }, {
29070
29070
  payload: {
29071
29071
  id: string;
29072
- status: "pending" | "approved" | "under_investigation" | "blocked";
29072
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
29073
29073
  createdAt: Date;
29074
29074
  updatedAt: Date | null;
29075
29075
  customerId: string;
@@ -29090,7 +29090,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
29090
29090
  id: z.ZodString;
29091
29091
  transactionId: z.ZodString;
29092
29092
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
29093
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
29093
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
29094
29094
  riskScore: z.ZodNullable<z.ZodString>;
29095
29095
  riskLevel: z.ZodNullable<z.ZodString>;
29096
29096
  customerId: z.ZodString;
@@ -29101,7 +29101,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
29101
29101
  updatedAt: z.ZodNullable<z.ZodDate>;
29102
29102
  }, "strip", z.ZodTypeAny, {
29103
29103
  id: string;
29104
- status: "pending" | "approved" | "under_investigation" | "blocked";
29104
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
29105
29105
  createdAt: Date;
29106
29106
  updatedAt: Date | null;
29107
29107
  customerId: string;
@@ -29115,7 +29115,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
29115
29115
  transactionDate: Date;
29116
29116
  }, {
29117
29117
  id: string;
29118
- status: "pending" | "approved" | "under_investigation" | "blocked";
29118
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
29119
29119
  createdAt: Date;
29120
29120
  updatedAt: Date | null;
29121
29121
  customerId: string;
@@ -29131,7 +29131,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
29131
29131
  }, "strip", z.ZodTypeAny, {
29132
29132
  payload: {
29133
29133
  id: string;
29134
- status: "pending" | "approved" | "under_investigation" | "blocked";
29134
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
29135
29135
  createdAt: Date;
29136
29136
  updatedAt: Date | null;
29137
29137
  customerId: string;
@@ -29148,7 +29148,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
29148
29148
  }, {
29149
29149
  payload: {
29150
29150
  id: string;
29151
- status: "pending" | "approved" | "under_investigation" | "blocked";
29151
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
29152
29152
  createdAt: Date;
29153
29153
  updatedAt: Date | null;
29154
29154
  customerId: string;
@@ -29169,7 +29169,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
29169
29169
  id: z.ZodString;
29170
29170
  transactionId: z.ZodString;
29171
29171
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
29172
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
29172
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
29173
29173
  riskScore: z.ZodNullable<z.ZodString>;
29174
29174
  riskLevel: z.ZodNullable<z.ZodString>;
29175
29175
  customerId: z.ZodString;
@@ -29180,7 +29180,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
29180
29180
  updatedAt: z.ZodNullable<z.ZodDate>;
29181
29181
  }, "strip", z.ZodTypeAny, {
29182
29182
  id: string;
29183
- status: "pending" | "approved" | "under_investigation" | "blocked";
29183
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
29184
29184
  createdAt: Date;
29185
29185
  updatedAt: Date | null;
29186
29186
  customerId: string;
@@ -29194,7 +29194,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
29194
29194
  transactionDate: Date;
29195
29195
  }, {
29196
29196
  id: string;
29197
- status: "pending" | "approved" | "under_investigation" | "blocked";
29197
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
29198
29198
  createdAt: Date;
29199
29199
  updatedAt: Date | null;
29200
29200
  customerId: string;
@@ -29210,7 +29210,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
29210
29210
  }, "strip", z.ZodTypeAny, {
29211
29211
  payload: {
29212
29212
  id: string;
29213
- status: "pending" | "approved" | "under_investigation" | "blocked";
29213
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
29214
29214
  createdAt: Date;
29215
29215
  updatedAt: Date | null;
29216
29216
  customerId: string;
@@ -29227,7 +29227,7 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
29227
29227
  }, {
29228
29228
  payload: {
29229
29229
  id: string;
29230
- status: "pending" | "approved" | "under_investigation" | "blocked";
29230
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
29231
29231
  createdAt: Date;
29232
29232
  updatedAt: Date | null;
29233
29233
  customerId: string;
@@ -39032,7 +39032,7 @@ export declare const MessageDataOut: z.ZodObject<{
39032
39032
  id: z.ZodString;
39033
39033
  transactionId: z.ZodString;
39034
39034
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
39035
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
39035
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
39036
39036
  riskScore: z.ZodNullable<z.ZodString>;
39037
39037
  riskLevel: z.ZodNullable<z.ZodString>;
39038
39038
  customerId: z.ZodString;
@@ -39043,7 +39043,7 @@ export declare const MessageDataOut: z.ZodObject<{
39043
39043
  updatedAt: z.ZodNullable<z.ZodDate>;
39044
39044
  }, "strip", z.ZodTypeAny, {
39045
39045
  id: string;
39046
- status: "pending" | "approved" | "under_investigation" | "blocked";
39046
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
39047
39047
  createdAt: Date;
39048
39048
  updatedAt: Date | null;
39049
39049
  customerId: string;
@@ -39057,7 +39057,7 @@ export declare const MessageDataOut: z.ZodObject<{
39057
39057
  transactionDate: Date;
39058
39058
  }, {
39059
39059
  id: string;
39060
- status: "pending" | "approved" | "under_investigation" | "blocked";
39060
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
39061
39061
  createdAt: Date;
39062
39062
  updatedAt: Date | null;
39063
39063
  customerId: string;
@@ -39073,7 +39073,7 @@ export declare const MessageDataOut: z.ZodObject<{
39073
39073
  }, "strip", z.ZodTypeAny, {
39074
39074
  payload: {
39075
39075
  id: string;
39076
- status: "pending" | "approved" | "under_investigation" | "blocked";
39076
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
39077
39077
  createdAt: Date;
39078
39078
  updatedAt: Date | null;
39079
39079
  customerId: string;
@@ -39090,7 +39090,7 @@ export declare const MessageDataOut: z.ZodObject<{
39090
39090
  }, {
39091
39091
  payload: {
39092
39092
  id: string;
39093
- status: "pending" | "approved" | "under_investigation" | "blocked";
39093
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
39094
39094
  createdAt: Date;
39095
39095
  updatedAt: Date | null;
39096
39096
  customerId: string;
@@ -39111,7 +39111,7 @@ export declare const MessageDataOut: z.ZodObject<{
39111
39111
  id: z.ZodString;
39112
39112
  transactionId: z.ZodString;
39113
39113
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
39114
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
39114
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
39115
39115
  riskScore: z.ZodNullable<z.ZodString>;
39116
39116
  riskLevel: z.ZodNullable<z.ZodString>;
39117
39117
  customerId: z.ZodString;
@@ -39122,7 +39122,7 @@ export declare const MessageDataOut: z.ZodObject<{
39122
39122
  updatedAt: z.ZodNullable<z.ZodDate>;
39123
39123
  }, "strip", z.ZodTypeAny, {
39124
39124
  id: string;
39125
- status: "pending" | "approved" | "under_investigation" | "blocked";
39125
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
39126
39126
  createdAt: Date;
39127
39127
  updatedAt: Date | null;
39128
39128
  customerId: string;
@@ -39136,7 +39136,7 @@ export declare const MessageDataOut: z.ZodObject<{
39136
39136
  transactionDate: Date;
39137
39137
  }, {
39138
39138
  id: string;
39139
- status: "pending" | "approved" | "under_investigation" | "blocked";
39139
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
39140
39140
  createdAt: Date;
39141
39141
  updatedAt: Date | null;
39142
39142
  customerId: string;
@@ -39152,7 +39152,7 @@ export declare const MessageDataOut: z.ZodObject<{
39152
39152
  }, "strip", z.ZodTypeAny, {
39153
39153
  payload: {
39154
39154
  id: string;
39155
- status: "pending" | "approved" | "under_investigation" | "blocked";
39155
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
39156
39156
  createdAt: Date;
39157
39157
  updatedAt: Date | null;
39158
39158
  customerId: string;
@@ -39169,7 +39169,7 @@ export declare const MessageDataOut: z.ZodObject<{
39169
39169
  }, {
39170
39170
  payload: {
39171
39171
  id: string;
39172
- status: "pending" | "approved" | "under_investigation" | "blocked";
39172
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
39173
39173
  createdAt: Date;
39174
39174
  updatedAt: Date | null;
39175
39175
  customerId: string;
@@ -39190,7 +39190,7 @@ export declare const MessageDataOut: z.ZodObject<{
39190
39190
  id: z.ZodString;
39191
39191
  transactionId: z.ZodString;
39192
39192
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
39193
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
39193
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
39194
39194
  riskScore: z.ZodNullable<z.ZodString>;
39195
39195
  riskLevel: z.ZodNullable<z.ZodString>;
39196
39196
  customerId: z.ZodString;
@@ -39201,7 +39201,7 @@ export declare const MessageDataOut: z.ZodObject<{
39201
39201
  updatedAt: z.ZodNullable<z.ZodDate>;
39202
39202
  }, "strip", z.ZodTypeAny, {
39203
39203
  id: string;
39204
- status: "pending" | "approved" | "under_investigation" | "blocked";
39204
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
39205
39205
  createdAt: Date;
39206
39206
  updatedAt: Date | null;
39207
39207
  customerId: string;
@@ -39215,7 +39215,7 @@ export declare const MessageDataOut: z.ZodObject<{
39215
39215
  transactionDate: Date;
39216
39216
  }, {
39217
39217
  id: string;
39218
- status: "pending" | "approved" | "under_investigation" | "blocked";
39218
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
39219
39219
  createdAt: Date;
39220
39220
  updatedAt: Date | null;
39221
39221
  customerId: string;
@@ -39231,7 +39231,7 @@ export declare const MessageDataOut: z.ZodObject<{
39231
39231
  }, "strip", z.ZodTypeAny, {
39232
39232
  payload: {
39233
39233
  id: string;
39234
- status: "pending" | "approved" | "under_investigation" | "blocked";
39234
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
39235
39235
  createdAt: Date;
39236
39236
  updatedAt: Date | null;
39237
39237
  customerId: string;
@@ -39248,7 +39248,7 @@ export declare const MessageDataOut: z.ZodObject<{
39248
39248
  }, {
39249
39249
  payload: {
39250
39250
  id: string;
39251
- status: "pending" | "approved" | "under_investigation" | "blocked";
39251
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
39252
39252
  createdAt: Date;
39253
39253
  updatedAt: Date | null;
39254
39254
  customerId: string;
@@ -40079,7 +40079,7 @@ export declare const MessageDataOut: z.ZodObject<{
40079
40079
  } | {
40080
40080
  payload: {
40081
40081
  id: string;
40082
- status: "pending" | "approved" | "under_investigation" | "blocked";
40082
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
40083
40083
  createdAt: Date;
40084
40084
  updatedAt: Date | null;
40085
40085
  customerId: string;
@@ -40096,7 +40096,7 @@ export declare const MessageDataOut: z.ZodObject<{
40096
40096
  } | {
40097
40097
  payload: {
40098
40098
  id: string;
40099
- status: "pending" | "approved" | "under_investigation" | "blocked";
40099
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
40100
40100
  createdAt: Date;
40101
40101
  updatedAt: Date | null;
40102
40102
  customerId: string;
@@ -40113,7 +40113,7 @@ export declare const MessageDataOut: z.ZodObject<{
40113
40113
  } | {
40114
40114
  payload: {
40115
40115
  id: string;
40116
- status: "pending" | "approved" | "under_investigation" | "blocked";
40116
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
40117
40117
  createdAt: Date;
40118
40118
  updatedAt: Date | null;
40119
40119
  customerId: string;
@@ -40945,7 +40945,7 @@ export declare const MessageDataOut: z.ZodObject<{
40945
40945
  } | {
40946
40946
  payload: {
40947
40947
  id: string;
40948
- status: "pending" | "approved" | "under_investigation" | "blocked";
40948
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
40949
40949
  createdAt: Date;
40950
40950
  updatedAt: Date | null;
40951
40951
  customerId: string;
@@ -40962,7 +40962,7 @@ export declare const MessageDataOut: z.ZodObject<{
40962
40962
  } | {
40963
40963
  payload: {
40964
40964
  id: string;
40965
- status: "pending" | "approved" | "under_investigation" | "blocked";
40965
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
40966
40966
  createdAt: Date;
40967
40967
  updatedAt: Date | null;
40968
40968
  customerId: string;
@@ -40979,7 +40979,7 @@ export declare const MessageDataOut: z.ZodObject<{
40979
40979
  } | {
40980
40980
  payload: {
40981
40981
  id: string;
40982
- status: "pending" | "approved" | "under_investigation" | "blocked";
40982
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
40983
40983
  createdAt: Date;
40984
40984
  updatedAt: Date | null;
40985
40985
  customerId: string;
@@ -50475,7 +50475,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
50475
50475
  id: z.ZodString;
50476
50476
  transactionId: z.ZodString;
50477
50477
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
50478
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
50478
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
50479
50479
  riskScore: z.ZodNullable<z.ZodString>;
50480
50480
  riskLevel: z.ZodNullable<z.ZodString>;
50481
50481
  customerId: z.ZodString;
@@ -50486,7 +50486,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
50486
50486
  updatedAt: z.ZodNullable<z.ZodDate>;
50487
50487
  }, "strip", z.ZodTypeAny, {
50488
50488
  id: string;
50489
- status: "pending" | "approved" | "under_investigation" | "blocked";
50489
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
50490
50490
  createdAt: Date;
50491
50491
  updatedAt: Date | null;
50492
50492
  customerId: string;
@@ -50500,7 +50500,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
50500
50500
  transactionDate: Date;
50501
50501
  }, {
50502
50502
  id: string;
50503
- status: "pending" | "approved" | "under_investigation" | "blocked";
50503
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
50504
50504
  createdAt: Date;
50505
50505
  updatedAt: Date | null;
50506
50506
  customerId: string;
@@ -50516,7 +50516,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
50516
50516
  }, "strip", z.ZodTypeAny, {
50517
50517
  payload: {
50518
50518
  id: string;
50519
- status: "pending" | "approved" | "under_investigation" | "blocked";
50519
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
50520
50520
  createdAt: Date;
50521
50521
  updatedAt: Date | null;
50522
50522
  customerId: string;
@@ -50533,7 +50533,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
50533
50533
  }, {
50534
50534
  payload: {
50535
50535
  id: string;
50536
- status: "pending" | "approved" | "under_investigation" | "blocked";
50536
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
50537
50537
  createdAt: Date;
50538
50538
  updatedAt: Date | null;
50539
50539
  customerId: string;
@@ -50554,7 +50554,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
50554
50554
  id: z.ZodString;
50555
50555
  transactionId: z.ZodString;
50556
50556
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
50557
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
50557
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
50558
50558
  riskScore: z.ZodNullable<z.ZodString>;
50559
50559
  riskLevel: z.ZodNullable<z.ZodString>;
50560
50560
  customerId: z.ZodString;
@@ -50565,7 +50565,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
50565
50565
  updatedAt: z.ZodNullable<z.ZodDate>;
50566
50566
  }, "strip", z.ZodTypeAny, {
50567
50567
  id: string;
50568
- status: "pending" | "approved" | "under_investigation" | "blocked";
50568
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
50569
50569
  createdAt: Date;
50570
50570
  updatedAt: Date | null;
50571
50571
  customerId: string;
@@ -50579,7 +50579,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
50579
50579
  transactionDate: Date;
50580
50580
  }, {
50581
50581
  id: string;
50582
- status: "pending" | "approved" | "under_investigation" | "blocked";
50582
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
50583
50583
  createdAt: Date;
50584
50584
  updatedAt: Date | null;
50585
50585
  customerId: string;
@@ -50595,7 +50595,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
50595
50595
  }, "strip", z.ZodTypeAny, {
50596
50596
  payload: {
50597
50597
  id: string;
50598
- status: "pending" | "approved" | "under_investigation" | "blocked";
50598
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
50599
50599
  createdAt: Date;
50600
50600
  updatedAt: Date | null;
50601
50601
  customerId: string;
@@ -50612,7 +50612,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
50612
50612
  }, {
50613
50613
  payload: {
50614
50614
  id: string;
50615
- status: "pending" | "approved" | "under_investigation" | "blocked";
50615
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
50616
50616
  createdAt: Date;
50617
50617
  updatedAt: Date | null;
50618
50618
  customerId: string;
@@ -50633,7 +50633,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
50633
50633
  id: z.ZodString;
50634
50634
  transactionId: z.ZodString;
50635
50635
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
50636
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
50636
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
50637
50637
  riskScore: z.ZodNullable<z.ZodString>;
50638
50638
  riskLevel: z.ZodNullable<z.ZodString>;
50639
50639
  customerId: z.ZodString;
@@ -50644,7 +50644,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
50644
50644
  updatedAt: z.ZodNullable<z.ZodDate>;
50645
50645
  }, "strip", z.ZodTypeAny, {
50646
50646
  id: string;
50647
- status: "pending" | "approved" | "under_investigation" | "blocked";
50647
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
50648
50648
  createdAt: Date;
50649
50649
  updatedAt: Date | null;
50650
50650
  customerId: string;
@@ -50658,7 +50658,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
50658
50658
  transactionDate: Date;
50659
50659
  }, {
50660
50660
  id: string;
50661
- status: "pending" | "approved" | "under_investigation" | "blocked";
50661
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
50662
50662
  createdAt: Date;
50663
50663
  updatedAt: Date | null;
50664
50664
  customerId: string;
@@ -50674,7 +50674,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
50674
50674
  }, "strip", z.ZodTypeAny, {
50675
50675
  payload: {
50676
50676
  id: string;
50677
- status: "pending" | "approved" | "under_investigation" | "blocked";
50677
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
50678
50678
  createdAt: Date;
50679
50679
  updatedAt: Date | null;
50680
50680
  customerId: string;
@@ -50691,7 +50691,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
50691
50691
  }, {
50692
50692
  payload: {
50693
50693
  id: string;
50694
- status: "pending" | "approved" | "under_investigation" | "blocked";
50694
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
50695
50695
  createdAt: Date;
50696
50696
  updatedAt: Date | null;
50697
50697
  customerId: string;
@@ -51555,7 +51555,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
51555
51555
  } | {
51556
51556
  payload: {
51557
51557
  id: string;
51558
- status: "pending" | "approved" | "under_investigation" | "blocked";
51558
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
51559
51559
  createdAt: Date;
51560
51560
  updatedAt: Date | null;
51561
51561
  customerId: string;
@@ -51572,7 +51572,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
51572
51572
  } | {
51573
51573
  payload: {
51574
51574
  id: string;
51575
- status: "pending" | "approved" | "under_investigation" | "blocked";
51575
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
51576
51576
  createdAt: Date;
51577
51577
  updatedAt: Date | null;
51578
51578
  customerId: string;
@@ -51589,7 +51589,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
51589
51589
  } | {
51590
51590
  payload: {
51591
51591
  id: string;
51592
- status: "pending" | "approved" | "under_investigation" | "blocked";
51592
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
51593
51593
  createdAt: Date;
51594
51594
  updatedAt: Date | null;
51595
51595
  customerId: string;
@@ -52433,7 +52433,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
52433
52433
  } | {
52434
52434
  payload: {
52435
52435
  id: string;
52436
- status: "pending" | "approved" | "under_investigation" | "blocked";
52436
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
52437
52437
  createdAt: Date;
52438
52438
  updatedAt: Date | null;
52439
52439
  customerId: string;
@@ -52450,7 +52450,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
52450
52450
  } | {
52451
52451
  payload: {
52452
52452
  id: string;
52453
- status: "pending" | "approved" | "under_investigation" | "blocked";
52453
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
52454
52454
  createdAt: Date;
52455
52455
  updatedAt: Date | null;
52456
52456
  customerId: string;
@@ -52467,7 +52467,7 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
52467
52467
  } | {
52468
52468
  payload: {
52469
52469
  id: string;
52470
- status: "pending" | "approved" | "under_investigation" | "blocked";
52470
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
52471
52471
  createdAt: Date;
52472
52472
  updatedAt: Date | null;
52473
52473
  customerId: string;
@@ -63954,7 +63954,7 @@ export declare const SendMessageForTMSCreatedInput: z.ZodObject<{
63954
63954
  id: z.ZodString;
63955
63955
  transactionId: z.ZodString;
63956
63956
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
63957
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
63957
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
63958
63958
  riskScore: z.ZodNullable<z.ZodString>;
63959
63959
  riskLevel: z.ZodNullable<z.ZodString>;
63960
63960
  customerId: z.ZodString;
@@ -63965,7 +63965,7 @@ export declare const SendMessageForTMSCreatedInput: z.ZodObject<{
63965
63965
  updatedAt: z.ZodNullable<z.ZodDate>;
63966
63966
  }, "strip", z.ZodTypeAny, {
63967
63967
  id: string;
63968
- status: "pending" | "approved" | "under_investigation" | "blocked";
63968
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
63969
63969
  createdAt: Date;
63970
63970
  updatedAt: Date | null;
63971
63971
  customerId: string;
@@ -63979,7 +63979,7 @@ export declare const SendMessageForTMSCreatedInput: z.ZodObject<{
63979
63979
  transactionDate: Date;
63980
63980
  }, {
63981
63981
  id: string;
63982
- status: "pending" | "approved" | "under_investigation" | "blocked";
63982
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
63983
63983
  createdAt: Date;
63984
63984
  updatedAt: Date | null;
63985
63985
  customerId: string;
@@ -63995,7 +63995,7 @@ export declare const SendMessageForTMSCreatedInput: z.ZodObject<{
63995
63995
  }, "strip", z.ZodTypeAny, {
63996
63996
  payload: {
63997
63997
  id: string;
63998
- status: "pending" | "approved" | "under_investigation" | "blocked";
63998
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
63999
63999
  createdAt: Date;
64000
64000
  updatedAt: Date | null;
64001
64001
  customerId: string;
@@ -64012,7 +64012,7 @@ export declare const SendMessageForTMSCreatedInput: z.ZodObject<{
64012
64012
  }, {
64013
64013
  payload: {
64014
64014
  id: string;
64015
- status: "pending" | "approved" | "under_investigation" | "blocked";
64015
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
64016
64016
  createdAt: Date;
64017
64017
  updatedAt: Date | null;
64018
64018
  customerId: string;
@@ -64032,7 +64032,7 @@ export declare const SendMessageForTMSCreatedInput: z.ZodObject<{
64032
64032
  payload: {
64033
64033
  payload: {
64034
64034
  id: string;
64035
- status: "pending" | "approved" | "under_investigation" | "blocked";
64035
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
64036
64036
  createdAt: Date;
64037
64037
  updatedAt: Date | null;
64038
64038
  customerId: string;
@@ -64052,7 +64052,7 @@ export declare const SendMessageForTMSCreatedInput: z.ZodObject<{
64052
64052
  payload: {
64053
64053
  payload: {
64054
64054
  id: string;
64055
- status: "pending" | "approved" | "under_investigation" | "blocked";
64055
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
64056
64056
  createdAt: Date;
64057
64057
  updatedAt: Date | null;
64058
64058
  customerId: string;
@@ -64077,7 +64077,7 @@ export declare const SendMessageForTMSUpdatedInput: z.ZodObject<{
64077
64077
  id: z.ZodString;
64078
64078
  transactionId: z.ZodString;
64079
64079
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
64080
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
64080
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
64081
64081
  riskScore: z.ZodNullable<z.ZodString>;
64082
64082
  riskLevel: z.ZodNullable<z.ZodString>;
64083
64083
  customerId: z.ZodString;
@@ -64088,7 +64088,7 @@ export declare const SendMessageForTMSUpdatedInput: z.ZodObject<{
64088
64088
  updatedAt: z.ZodNullable<z.ZodDate>;
64089
64089
  }, "strip", z.ZodTypeAny, {
64090
64090
  id: string;
64091
- status: "pending" | "approved" | "under_investigation" | "blocked";
64091
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
64092
64092
  createdAt: Date;
64093
64093
  updatedAt: Date | null;
64094
64094
  customerId: string;
@@ -64102,7 +64102,7 @@ export declare const SendMessageForTMSUpdatedInput: z.ZodObject<{
64102
64102
  transactionDate: Date;
64103
64103
  }, {
64104
64104
  id: string;
64105
- status: "pending" | "approved" | "under_investigation" | "blocked";
64105
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
64106
64106
  createdAt: Date;
64107
64107
  updatedAt: Date | null;
64108
64108
  customerId: string;
@@ -64118,7 +64118,7 @@ export declare const SendMessageForTMSUpdatedInput: z.ZodObject<{
64118
64118
  }, "strip", z.ZodTypeAny, {
64119
64119
  payload: {
64120
64120
  id: string;
64121
- status: "pending" | "approved" | "under_investigation" | "blocked";
64121
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
64122
64122
  createdAt: Date;
64123
64123
  updatedAt: Date | null;
64124
64124
  customerId: string;
@@ -64135,7 +64135,7 @@ export declare const SendMessageForTMSUpdatedInput: z.ZodObject<{
64135
64135
  }, {
64136
64136
  payload: {
64137
64137
  id: string;
64138
- status: "pending" | "approved" | "under_investigation" | "blocked";
64138
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
64139
64139
  createdAt: Date;
64140
64140
  updatedAt: Date | null;
64141
64141
  customerId: string;
@@ -64155,7 +64155,7 @@ export declare const SendMessageForTMSUpdatedInput: z.ZodObject<{
64155
64155
  payload: {
64156
64156
  payload: {
64157
64157
  id: string;
64158
- status: "pending" | "approved" | "under_investigation" | "blocked";
64158
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
64159
64159
  createdAt: Date;
64160
64160
  updatedAt: Date | null;
64161
64161
  customerId: string;
@@ -64175,7 +64175,7 @@ export declare const SendMessageForTMSUpdatedInput: z.ZodObject<{
64175
64175
  payload: {
64176
64176
  payload: {
64177
64177
  id: string;
64178
- status: "pending" | "approved" | "under_investigation" | "blocked";
64178
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
64179
64179
  createdAt: Date;
64180
64180
  updatedAt: Date | null;
64181
64181
  customerId: string;
@@ -64200,7 +64200,7 @@ export declare const SendMessageForTMSDeletedInput: z.ZodObject<{
64200
64200
  id: z.ZodString;
64201
64201
  transactionId: z.ZodString;
64202
64202
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
64203
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
64203
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
64204
64204
  riskScore: z.ZodNullable<z.ZodString>;
64205
64205
  riskLevel: z.ZodNullable<z.ZodString>;
64206
64206
  customerId: z.ZodString;
@@ -64211,7 +64211,7 @@ export declare const SendMessageForTMSDeletedInput: z.ZodObject<{
64211
64211
  updatedAt: z.ZodNullable<z.ZodDate>;
64212
64212
  }, "strip", z.ZodTypeAny, {
64213
64213
  id: string;
64214
- status: "pending" | "approved" | "under_investigation" | "blocked";
64214
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
64215
64215
  createdAt: Date;
64216
64216
  updatedAt: Date | null;
64217
64217
  customerId: string;
@@ -64225,7 +64225,7 @@ export declare const SendMessageForTMSDeletedInput: z.ZodObject<{
64225
64225
  transactionDate: Date;
64226
64226
  }, {
64227
64227
  id: string;
64228
- status: "pending" | "approved" | "under_investigation" | "blocked";
64228
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
64229
64229
  createdAt: Date;
64230
64230
  updatedAt: Date | null;
64231
64231
  customerId: string;
@@ -64241,7 +64241,7 @@ export declare const SendMessageForTMSDeletedInput: z.ZodObject<{
64241
64241
  }, "strip", z.ZodTypeAny, {
64242
64242
  payload: {
64243
64243
  id: string;
64244
- status: "pending" | "approved" | "under_investigation" | "blocked";
64244
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
64245
64245
  createdAt: Date;
64246
64246
  updatedAt: Date | null;
64247
64247
  customerId: string;
@@ -64258,7 +64258,7 @@ export declare const SendMessageForTMSDeletedInput: z.ZodObject<{
64258
64258
  }, {
64259
64259
  payload: {
64260
64260
  id: string;
64261
- status: "pending" | "approved" | "under_investigation" | "blocked";
64261
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
64262
64262
  createdAt: Date;
64263
64263
  updatedAt: Date | null;
64264
64264
  customerId: string;
@@ -64278,7 +64278,7 @@ export declare const SendMessageForTMSDeletedInput: z.ZodObject<{
64278
64278
  payload: {
64279
64279
  payload: {
64280
64280
  id: string;
64281
- status: "pending" | "approved" | "under_investigation" | "blocked";
64281
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
64282
64282
  createdAt: Date;
64283
64283
  updatedAt: Date | null;
64284
64284
  customerId: string;
@@ -64298,7 +64298,7 @@ export declare const SendMessageForTMSDeletedInput: z.ZodObject<{
64298
64298
  payload: {
64299
64299
  payload: {
64300
64300
  id: string;
64301
- status: "pending" | "approved" | "under_investigation" | "blocked";
64301
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
64302
64302
  createdAt: Date;
64303
64303
  updatedAt: Date | null;
64304
64304
  customerId: string;
@@ -73791,7 +73791,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
73791
73791
  id: z.ZodString;
73792
73792
  transactionId: z.ZodString;
73793
73793
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
73794
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
73794
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
73795
73795
  riskScore: z.ZodNullable<z.ZodString>;
73796
73796
  riskLevel: z.ZodNullable<z.ZodString>;
73797
73797
  customerId: z.ZodString;
@@ -73802,7 +73802,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
73802
73802
  updatedAt: z.ZodNullable<z.ZodDate>;
73803
73803
  }, "strip", z.ZodTypeAny, {
73804
73804
  id: string;
73805
- status: "pending" | "approved" | "under_investigation" | "blocked";
73805
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
73806
73806
  createdAt: Date;
73807
73807
  updatedAt: Date | null;
73808
73808
  customerId: string;
@@ -73816,7 +73816,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
73816
73816
  transactionDate: Date;
73817
73817
  }, {
73818
73818
  id: string;
73819
- status: "pending" | "approved" | "under_investigation" | "blocked";
73819
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
73820
73820
  createdAt: Date;
73821
73821
  updatedAt: Date | null;
73822
73822
  customerId: string;
@@ -73832,7 +73832,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
73832
73832
  }, "strip", z.ZodTypeAny, {
73833
73833
  payload: {
73834
73834
  id: string;
73835
- status: "pending" | "approved" | "under_investigation" | "blocked";
73835
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
73836
73836
  createdAt: Date;
73837
73837
  updatedAt: Date | null;
73838
73838
  customerId: string;
@@ -73849,7 +73849,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
73849
73849
  }, {
73850
73850
  payload: {
73851
73851
  id: string;
73852
- status: "pending" | "approved" | "under_investigation" | "blocked";
73852
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
73853
73853
  createdAt: Date;
73854
73854
  updatedAt: Date | null;
73855
73855
  customerId: string;
@@ -73870,7 +73870,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
73870
73870
  id: z.ZodString;
73871
73871
  transactionId: z.ZodString;
73872
73872
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
73873
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
73873
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
73874
73874
  riskScore: z.ZodNullable<z.ZodString>;
73875
73875
  riskLevel: z.ZodNullable<z.ZodString>;
73876
73876
  customerId: z.ZodString;
@@ -73881,7 +73881,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
73881
73881
  updatedAt: z.ZodNullable<z.ZodDate>;
73882
73882
  }, "strip", z.ZodTypeAny, {
73883
73883
  id: string;
73884
- status: "pending" | "approved" | "under_investigation" | "blocked";
73884
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
73885
73885
  createdAt: Date;
73886
73886
  updatedAt: Date | null;
73887
73887
  customerId: string;
@@ -73895,7 +73895,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
73895
73895
  transactionDate: Date;
73896
73896
  }, {
73897
73897
  id: string;
73898
- status: "pending" | "approved" | "under_investigation" | "blocked";
73898
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
73899
73899
  createdAt: Date;
73900
73900
  updatedAt: Date | null;
73901
73901
  customerId: string;
@@ -73911,7 +73911,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
73911
73911
  }, "strip", z.ZodTypeAny, {
73912
73912
  payload: {
73913
73913
  id: string;
73914
- status: "pending" | "approved" | "under_investigation" | "blocked";
73914
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
73915
73915
  createdAt: Date;
73916
73916
  updatedAt: Date | null;
73917
73917
  customerId: string;
@@ -73928,7 +73928,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
73928
73928
  }, {
73929
73929
  payload: {
73930
73930
  id: string;
73931
- status: "pending" | "approved" | "under_investigation" | "blocked";
73931
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
73932
73932
  createdAt: Date;
73933
73933
  updatedAt: Date | null;
73934
73934
  customerId: string;
@@ -73949,7 +73949,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
73949
73949
  id: z.ZodString;
73950
73950
  transactionId: z.ZodString;
73951
73951
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
73952
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
73952
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
73953
73953
  riskScore: z.ZodNullable<z.ZodString>;
73954
73954
  riskLevel: z.ZodNullable<z.ZodString>;
73955
73955
  customerId: z.ZodString;
@@ -73960,7 +73960,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
73960
73960
  updatedAt: z.ZodNullable<z.ZodDate>;
73961
73961
  }, "strip", z.ZodTypeAny, {
73962
73962
  id: string;
73963
- status: "pending" | "approved" | "under_investigation" | "blocked";
73963
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
73964
73964
  createdAt: Date;
73965
73965
  updatedAt: Date | null;
73966
73966
  customerId: string;
@@ -73974,7 +73974,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
73974
73974
  transactionDate: Date;
73975
73975
  }, {
73976
73976
  id: string;
73977
- status: "pending" | "approved" | "under_investigation" | "blocked";
73977
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
73978
73978
  createdAt: Date;
73979
73979
  updatedAt: Date | null;
73980
73980
  customerId: string;
@@ -73990,7 +73990,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
73990
73990
  }, "strip", z.ZodTypeAny, {
73991
73991
  payload: {
73992
73992
  id: string;
73993
- status: "pending" | "approved" | "under_investigation" | "blocked";
73993
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
73994
73994
  createdAt: Date;
73995
73995
  updatedAt: Date | null;
73996
73996
  customerId: string;
@@ -74007,7 +74007,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
74007
74007
  }, {
74008
74008
  payload: {
74009
74009
  id: string;
74010
- status: "pending" | "approved" | "under_investigation" | "blocked";
74010
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
74011
74011
  createdAt: Date;
74012
74012
  updatedAt: Date | null;
74013
74013
  customerId: string;
@@ -74838,7 +74838,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
74838
74838
  } | {
74839
74839
  payload: {
74840
74840
  id: string;
74841
- status: "pending" | "approved" | "under_investigation" | "blocked";
74841
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
74842
74842
  createdAt: Date;
74843
74843
  updatedAt: Date | null;
74844
74844
  customerId: string;
@@ -74855,7 +74855,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
74855
74855
  } | {
74856
74856
  payload: {
74857
74857
  id: string;
74858
- status: "pending" | "approved" | "under_investigation" | "blocked";
74858
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
74859
74859
  createdAt: Date;
74860
74860
  updatedAt: Date | null;
74861
74861
  customerId: string;
@@ -74872,7 +74872,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
74872
74872
  } | {
74873
74873
  payload: {
74874
74874
  id: string;
74875
- status: "pending" | "approved" | "under_investigation" | "blocked";
74875
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
74876
74876
  createdAt: Date;
74877
74877
  updatedAt: Date | null;
74878
74878
  customerId: string;
@@ -75704,7 +75704,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
75704
75704
  } | {
75705
75705
  payload: {
75706
75706
  id: string;
75707
- status: "pending" | "approved" | "under_investigation" | "blocked";
75707
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
75708
75708
  createdAt: Date;
75709
75709
  updatedAt: Date | null;
75710
75710
  customerId: string;
@@ -75721,7 +75721,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
75721
75721
  } | {
75722
75722
  payload: {
75723
75723
  id: string;
75724
- status: "pending" | "approved" | "under_investigation" | "blocked";
75724
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
75725
75725
  createdAt: Date;
75726
75726
  updatedAt: Date | null;
75727
75727
  customerId: string;
@@ -75738,7 +75738,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
75738
75738
  } | {
75739
75739
  payload: {
75740
75740
  id: string;
75741
- status: "pending" | "approved" | "under_investigation" | "blocked";
75741
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
75742
75742
  createdAt: Date;
75743
75743
  updatedAt: Date | null;
75744
75744
  customerId: string;
@@ -76572,7 +76572,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
76572
76572
  } | {
76573
76573
  payload: {
76574
76574
  id: string;
76575
- status: "pending" | "approved" | "under_investigation" | "blocked";
76575
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
76576
76576
  createdAt: Date;
76577
76577
  updatedAt: Date | null;
76578
76578
  customerId: string;
@@ -76589,7 +76589,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
76589
76589
  } | {
76590
76590
  payload: {
76591
76591
  id: string;
76592
- status: "pending" | "approved" | "under_investigation" | "blocked";
76592
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
76593
76593
  createdAt: Date;
76594
76594
  updatedAt: Date | null;
76595
76595
  customerId: string;
@@ -76606,7 +76606,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
76606
76606
  } | {
76607
76607
  payload: {
76608
76608
  id: string;
76609
- status: "pending" | "approved" | "under_investigation" | "blocked";
76609
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
76610
76610
  createdAt: Date;
76611
76611
  updatedAt: Date | null;
76612
76612
  customerId: string;
@@ -77440,7 +77440,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
77440
77440
  } | {
77441
77441
  payload: {
77442
77442
  id: string;
77443
- status: "pending" | "approved" | "under_investigation" | "blocked";
77443
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
77444
77444
  createdAt: Date;
77445
77445
  updatedAt: Date | null;
77446
77446
  customerId: string;
@@ -77457,7 +77457,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
77457
77457
  } | {
77458
77458
  payload: {
77459
77459
  id: string;
77460
- status: "pending" | "approved" | "under_investigation" | "blocked";
77460
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
77461
77461
  createdAt: Date;
77462
77462
  updatedAt: Date | null;
77463
77463
  customerId: string;
@@ -77474,7 +77474,7 @@ export declare const ListMessagesOutput: z.ZodObject<{
77474
77474
  } | {
77475
77475
  payload: {
77476
77476
  id: string;
77477
- status: "pending" | "approved" | "under_investigation" | "blocked";
77477
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
77478
77478
  createdAt: Date;
77479
77479
  updatedAt: Date | null;
77480
77480
  customerId: string;