@nexeraid/identity-schemas 2.3.30-dev → 2.3.32-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.
- package/dist/{customers.schema-7b65d02a.cjs.prod.js → customers.schema-0fce2f01.cjs.prod.js} +5 -1
- package/dist/{customers.schema-8bab13f6.cjs.dev.js → customers.schema-33ec0149.cjs.dev.js} +5 -1
- package/dist/{customers.schema-8dc4275e.esm.js → customers.schema-b71d0d53.esm.js} +5 -2
- package/dist/declarations/src/customer.schema.d.ts +2 -2
- package/dist/declarations/src/customer.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/comply-advantage/comply-advantage.schema.d.ts +8 -0
- package/dist/declarations/src/providers/comply-advantage/comply-advantage.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +114 -114
- package/dist/declarations/src/webhooks/tms.webhooks.schema.d.ts +2 -2
- package/dist/{frontend-utilities.schema-91fea976.cjs.prod.js → frontend-utilities.schema-10748e72.cjs.prod.js} +1 -1
- package/dist/{frontend-utilities.schema-5bcd8493.esm.js → frontend-utilities.schema-2a804a23.esm.js} +1 -1
- package/dist/{frontend-utilities.schema-90a0eaaf.cjs.dev.js → frontend-utilities.schema-7ffb1914.cjs.dev.js} +1 -1
- package/dist/{identity-api.schema-3e941d26.esm.js → identity-api.schema-247be200.esm.js} +1 -1
- package/dist/{identity-api.schema-ed65bc10.cjs.dev.js → identity-api.schema-abf3895a.cjs.prod.js} +1 -1
- package/dist/{identity-api.schema-1cb1b903.cjs.prod.js → identity-api.schema-fd8cb8ef.cjs.dev.js} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.js +3 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.js +3 -3
- package/dist/nexeraid-identity-schemas.esm.js +4 -4
- package/dist/package.json +1 -1
- package/dist/{transaction.schema-d0304150.cjs.prod.js → transaction.schema-2f399ab7.cjs.prod.js} +1 -1
- package/dist/{transaction.schema-8d4a52aa.cjs.dev.js → transaction.schema-b464355d.cjs.dev.js} +1 -1
- package/dist/{transaction.schema-182a7cde.esm.js → transaction.schema-ef0110cc.esm.js} +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +3 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +3 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +3 -3
|
@@ -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: "
|
|
9658
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
9672
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
9688
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
9705
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
9706
9706
|
createdAt: Date;
|
|
9707
9707
|
updatedAt: Date | null;
|
|
9708
9708
|
customerId: string;
|
|
@@ -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: "
|
|
9738
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
9752
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
9768
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
9785
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
9786
9786
|
createdAt: Date;
|
|
9787
9787
|
updatedAt: Date | null;
|
|
9788
9788
|
customerId: string;
|
|
@@ -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: "
|
|
9818
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
9832
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
9848
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
9865
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
9866
9866
|
createdAt: Date;
|
|
9867
9867
|
updatedAt: Date | null;
|
|
9868
9868
|
customerId: string;
|
|
@@ -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: "
|
|
19346
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
19360
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
19376
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
19393
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
19394
19394
|
createdAt: Date;
|
|
19395
19395
|
updatedAt: Date | null;
|
|
19396
19396
|
customerId: string;
|
|
@@ -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: "
|
|
19425
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
19439
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
19455
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
19472
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
19473
19473
|
createdAt: Date;
|
|
19474
19474
|
updatedAt: Date | null;
|
|
19475
19475
|
customerId: string;
|
|
@@ -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: "
|
|
19504
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
19518
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
19534
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
19551
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
19552
19552
|
createdAt: Date;
|
|
19553
19553
|
updatedAt: Date | null;
|
|
19554
19554
|
customerId: string;
|
|
@@ -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: "
|
|
29025
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
29039
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
29055
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
29072
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
29073
29073
|
createdAt: Date;
|
|
29074
29074
|
updatedAt: Date | null;
|
|
29075
29075
|
customerId: string;
|
|
@@ -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: "
|
|
29104
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
29118
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
29134
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
29151
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
29152
29152
|
createdAt: Date;
|
|
29153
29153
|
updatedAt: Date | null;
|
|
29154
29154
|
customerId: string;
|
|
@@ -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: "
|
|
29183
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
29197
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
29213
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
29230
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
29231
29231
|
createdAt: Date;
|
|
29232
29232
|
updatedAt: Date | null;
|
|
29233
29233
|
customerId: string;
|
|
@@ -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: "
|
|
39046
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
39060
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
39076
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
39093
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
39094
39094
|
createdAt: Date;
|
|
39095
39095
|
updatedAt: Date | null;
|
|
39096
39096
|
customerId: string;
|
|
@@ -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: "
|
|
39125
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
39139
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
39155
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
39172
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
39173
39173
|
createdAt: Date;
|
|
39174
39174
|
updatedAt: Date | null;
|
|
39175
39175
|
customerId: string;
|
|
@@ -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: "
|
|
39204
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
39218
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
39234
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
39251
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
40082
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
40099
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
40116
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
40948
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
40965
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
40982
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
40983
40983
|
createdAt: Date;
|
|
40984
40984
|
updatedAt: Date | null;
|
|
40985
40985
|
customerId: string;
|
|
@@ -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: "
|
|
50489
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
50503
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
50519
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
50536
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
50537
50537
|
createdAt: Date;
|
|
50538
50538
|
updatedAt: Date | null;
|
|
50539
50539
|
customerId: string;
|
|
@@ -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: "
|
|
50568
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
50582
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
50598
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
50615
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
50616
50616
|
createdAt: Date;
|
|
50617
50617
|
updatedAt: Date | null;
|
|
50618
50618
|
customerId: string;
|
|
@@ -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: "
|
|
50647
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
50661
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
50677
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
50694
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
51558
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
51575
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
51592
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
52436
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
52453
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
52470
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
52471
52471
|
createdAt: Date;
|
|
52472
52472
|
updatedAt: Date | null;
|
|
52473
52473
|
customerId: string;
|
|
@@ -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: "
|
|
63968
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
63982
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
63998
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
64015
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
64035
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
64055
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
64056
64056
|
createdAt: Date;
|
|
64057
64057
|
updatedAt: Date | null;
|
|
64058
64058
|
customerId: string;
|
|
@@ -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: "
|
|
64091
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
64105
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
64121
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
64138
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
64158
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
64178
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
64179
64179
|
createdAt: Date;
|
|
64180
64180
|
updatedAt: Date | null;
|
|
64181
64181
|
customerId: string;
|
|
@@ -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: "
|
|
64214
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
64228
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
64244
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
64261
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
64281
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
64301
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
64302
64302
|
createdAt: Date;
|
|
64303
64303
|
updatedAt: Date | null;
|
|
64304
64304
|
customerId: string;
|
|
@@ -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: "
|
|
73805
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
73819
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
73835
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
73852
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
73853
73853
|
createdAt: Date;
|
|
73854
73854
|
updatedAt: Date | null;
|
|
73855
73855
|
customerId: string;
|
|
@@ -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: "
|
|
73884
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
73898
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
73914
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
73931
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
73932
73932
|
createdAt: Date;
|
|
73933
73933
|
updatedAt: Date | null;
|
|
73934
73934
|
customerId: string;
|
|
@@ -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: "
|
|
73963
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
73977
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
73993
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
74010
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
74841
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
74858
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
74875
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
75707
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
75724
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
75741
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
76575
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
76592
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
76609
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
77443
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
77460
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
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: "
|
|
77477
|
+
status: "pending" | "approved" | "under_investigation" | "blocked";
|
|
77478
77478
|
createdAt: Date;
|
|
77479
77479
|
updatedAt: Date | null;
|
|
77480
77480
|
customerId: string;
|