@nexeraid/identity-schemas 2.71.0-dev → 2.72.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.
Files changed (41) hide show
  1. package/dist/{CoinMarketCap.schema-7f913b44.cjs.dev.cjs → CoinMarketCap.schema-7fddd846.cjs.dev.cjs} +2 -2
  2. package/dist/{CoinMarketCap.schema-edc90914.cjs.prod.cjs → CoinMarketCap.schema-8a4e841b.cjs.prod.cjs} +2 -2
  3. package/dist/{CoinMarketCap.schema-894a8f62.esm.mjs → CoinMarketCap.schema-be687f87.esm.mjs} +2 -2
  4. package/dist/declarations/src/identity/app-requests.schema.d.ts +22 -22
  5. package/dist/declarations/src/identity/identity-v2.schema.d.ts +6 -6
  6. package/dist/declarations/src/identity/kyc.schema.d.ts +6 -6
  7. package/dist/declarations/src/identity-ids.schema.d.ts +6 -2
  8. package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
  9. package/dist/declarations/src/transaction.schema.d.ts +49 -0
  10. package/dist/declarations/src/transaction.schema.d.ts.map +1 -1
  11. package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +114 -114
  12. package/dist/declarations/src/webhooks/tms.webhooks.schema.d.ts +2 -2
  13. package/dist/{identity-api.schema-39bfb2ad.esm.mjs → identity-api.schema-91d02295.esm.mjs} +1 -1
  14. package/dist/{identity-api.schema-8417a4ae.cjs.prod.cjs → identity-api.schema-bf80ff6a.cjs.prod.cjs} +1 -1
  15. package/dist/{identity-api.schema-861e04d4.cjs.dev.cjs → identity-api.schema-f7ff4d23.cjs.dev.cjs} +1 -1
  16. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +6 -3
  17. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +6 -3
  18. package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
  19. package/dist/package.json +1 -1
  20. package/dist/{tfhe-utilities-28e44a27.cjs.prod.cjs → tfhe-utilities-4eb5dde5.cjs.prod.cjs} +2 -2
  21. package/dist/{tfhe-utilities-2bfe2288.esm.mjs → tfhe-utilities-5443554b.esm.mjs} +2 -2
  22. package/dist/{tfhe-utilities-03e00b7b.cjs.dev.cjs → tfhe-utilities-949889ba.cjs.dev.cjs} +2 -2
  23. package/dist/{vault.schema-288d457a.cjs.dev.cjs → vault.schema-715ccfa0.cjs.dev.cjs} +20 -0
  24. package/dist/{vault.schema-bf86f68f.esm.mjs → vault.schema-dcb18640.esm.mjs} +18 -1
  25. package/dist/{vault.schema-f147376d.cjs.prod.cjs → vault.schema-fbc2d7e0.cjs.prod.cjs} +20 -0
  26. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
  27. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
  28. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  29. package/package.json +1 -1
  30. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
  31. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
  32. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  33. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
  34. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
  35. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
  36. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
  37. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
  38. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  39. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +3 -3
  40. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
  41. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
@@ -964,9 +964,9 @@ export declare const TMSCreatedPayload: z.ZodObject<{
964
964
  customerId: string;
965
965
  workspaceId: string;
966
966
  riskLevel: string | null;
967
+ transactionId: string;
967
968
  riskScore: string | null;
968
969
  transactionDate: Date;
969
- transactionId: string;
970
970
  reason: string | null;
971
971
  transactionType: "crypto" | "fiat";
972
972
  externalTransactionId: string;
@@ -978,9 +978,9 @@ export declare const TMSCreatedPayload: z.ZodObject<{
978
978
  customerId: string;
979
979
  workspaceId: string;
980
980
  riskLevel: string | null;
981
+ transactionId: string;
981
982
  riskScore: string | null;
982
983
  transactionDate: Date;
983
- transactionId: string;
984
984
  reason: string | null;
985
985
  transactionType: "crypto" | "fiat";
986
986
  externalTransactionId: string;
@@ -994,9 +994,9 @@ export declare const TMSCreatedPayload: z.ZodObject<{
994
994
  customerId: string;
995
995
  workspaceId: string;
996
996
  riskLevel: string | null;
997
+ transactionId: string;
997
998
  riskScore: string | null;
998
999
  transactionDate: Date;
999
- transactionId: string;
1000
1000
  reason: string | null;
1001
1001
  transactionType: "crypto" | "fiat";
1002
1002
  externalTransactionId: string;
@@ -1011,9 +1011,9 @@ export declare const TMSCreatedPayload: z.ZodObject<{
1011
1011
  customerId: string;
1012
1012
  workspaceId: string;
1013
1013
  riskLevel: string | null;
1014
+ transactionId: string;
1014
1015
  riskScore: string | null;
1015
1016
  transactionDate: Date;
1016
- transactionId: string;
1017
1017
  reason: string | null;
1018
1018
  transactionType: "crypto" | "fiat";
1019
1019
  externalTransactionId: string;
@@ -1044,9 +1044,9 @@ export declare const TMSUpdatedPayload: z.ZodObject<{
1044
1044
  customerId: string;
1045
1045
  workspaceId: string;
1046
1046
  riskLevel: string | null;
1047
+ transactionId: string;
1047
1048
  riskScore: string | null;
1048
1049
  transactionDate: Date;
1049
- transactionId: string;
1050
1050
  reason: string | null;
1051
1051
  transactionType: "crypto" | "fiat";
1052
1052
  externalTransactionId: string;
@@ -1058,9 +1058,9 @@ export declare const TMSUpdatedPayload: z.ZodObject<{
1058
1058
  customerId: string;
1059
1059
  workspaceId: string;
1060
1060
  riskLevel: string | null;
1061
+ transactionId: string;
1061
1062
  riskScore: string | null;
1062
1063
  transactionDate: Date;
1063
- transactionId: string;
1064
1064
  reason: string | null;
1065
1065
  transactionType: "crypto" | "fiat";
1066
1066
  externalTransactionId: string;
@@ -1074,9 +1074,9 @@ export declare const TMSUpdatedPayload: z.ZodObject<{
1074
1074
  customerId: string;
1075
1075
  workspaceId: string;
1076
1076
  riskLevel: string | null;
1077
+ transactionId: string;
1077
1078
  riskScore: string | null;
1078
1079
  transactionDate: Date;
1079
- transactionId: string;
1080
1080
  reason: string | null;
1081
1081
  transactionType: "crypto" | "fiat";
1082
1082
  externalTransactionId: string;
@@ -1091,9 +1091,9 @@ export declare const TMSUpdatedPayload: z.ZodObject<{
1091
1091
  customerId: string;
1092
1092
  workspaceId: string;
1093
1093
  riskLevel: string | null;
1094
+ transactionId: string;
1094
1095
  riskScore: string | null;
1095
1096
  transactionDate: Date;
1096
- transactionId: string;
1097
1097
  reason: string | null;
1098
1098
  transactionType: "crypto" | "fiat";
1099
1099
  externalTransactionId: string;
@@ -1124,9 +1124,9 @@ export declare const TMSDeletedPayload: z.ZodObject<{
1124
1124
  customerId: string;
1125
1125
  workspaceId: string;
1126
1126
  riskLevel: string | null;
1127
+ transactionId: string;
1127
1128
  riskScore: string | null;
1128
1129
  transactionDate: Date;
1129
- transactionId: string;
1130
1130
  reason: string | null;
1131
1131
  transactionType: "crypto" | "fiat";
1132
1132
  externalTransactionId: string;
@@ -1138,9 +1138,9 @@ export declare const TMSDeletedPayload: z.ZodObject<{
1138
1138
  customerId: string;
1139
1139
  workspaceId: string;
1140
1140
  riskLevel: string | null;
1141
+ transactionId: string;
1141
1142
  riskScore: string | null;
1142
1143
  transactionDate: Date;
1143
- transactionId: string;
1144
1144
  reason: string | null;
1145
1145
  transactionType: "crypto" | "fiat";
1146
1146
  externalTransactionId: string;
@@ -1154,9 +1154,9 @@ export declare const TMSDeletedPayload: z.ZodObject<{
1154
1154
  customerId: string;
1155
1155
  workspaceId: string;
1156
1156
  riskLevel: string | null;
1157
+ transactionId: string;
1157
1158
  riskScore: string | null;
1158
1159
  transactionDate: Date;
1159
- transactionId: string;
1160
1160
  reason: string | null;
1161
1161
  transactionType: "crypto" | "fiat";
1162
1162
  externalTransactionId: string;
@@ -1171,9 +1171,9 @@ export declare const TMSDeletedPayload: z.ZodObject<{
1171
1171
  customerId: string;
1172
1172
  workspaceId: string;
1173
1173
  riskLevel: string | null;
1174
+ transactionId: string;
1174
1175
  riskScore: string | null;
1175
1176
  transactionDate: Date;
1176
- transactionId: string;
1177
1177
  reason: string | null;
1178
1178
  transactionType: "crypto" | "fiat";
1179
1179
  externalTransactionId: string;
@@ -1969,9 +1969,9 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
1969
1969
  customerId: string;
1970
1970
  workspaceId: string;
1971
1971
  riskLevel: string | null;
1972
+ transactionId: string;
1972
1973
  riskScore: string | null;
1973
1974
  transactionDate: Date;
1974
- transactionId: string;
1975
1975
  reason: string | null;
1976
1976
  transactionType: "crypto" | "fiat";
1977
1977
  externalTransactionId: string;
@@ -1983,9 +1983,9 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
1983
1983
  customerId: string;
1984
1984
  workspaceId: string;
1985
1985
  riskLevel: string | null;
1986
+ transactionId: string;
1986
1987
  riskScore: string | null;
1987
1988
  transactionDate: Date;
1988
- transactionId: string;
1989
1989
  reason: string | null;
1990
1990
  transactionType: "crypto" | "fiat";
1991
1991
  externalTransactionId: string;
@@ -1999,9 +1999,9 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
1999
1999
  customerId: string;
2000
2000
  workspaceId: string;
2001
2001
  riskLevel: string | null;
2002
+ transactionId: string;
2002
2003
  riskScore: string | null;
2003
2004
  transactionDate: Date;
2004
- transactionId: string;
2005
2005
  reason: string | null;
2006
2006
  transactionType: "crypto" | "fiat";
2007
2007
  externalTransactionId: string;
@@ -2016,9 +2016,9 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
2016
2016
  customerId: string;
2017
2017
  workspaceId: string;
2018
2018
  riskLevel: string | null;
2019
+ transactionId: string;
2019
2020
  riskScore: string | null;
2020
2021
  transactionDate: Date;
2021
- transactionId: string;
2022
2022
  reason: string | null;
2023
2023
  transactionType: "crypto" | "fiat";
2024
2024
  externalTransactionId: string;
@@ -2048,9 +2048,9 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
2048
2048
  customerId: string;
2049
2049
  workspaceId: string;
2050
2050
  riskLevel: string | null;
2051
+ transactionId: string;
2051
2052
  riskScore: string | null;
2052
2053
  transactionDate: Date;
2053
- transactionId: string;
2054
2054
  reason: string | null;
2055
2055
  transactionType: "crypto" | "fiat";
2056
2056
  externalTransactionId: string;
@@ -2062,9 +2062,9 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
2062
2062
  customerId: string;
2063
2063
  workspaceId: string;
2064
2064
  riskLevel: string | null;
2065
+ transactionId: string;
2065
2066
  riskScore: string | null;
2066
2067
  transactionDate: Date;
2067
- transactionId: string;
2068
2068
  reason: string | null;
2069
2069
  transactionType: "crypto" | "fiat";
2070
2070
  externalTransactionId: string;
@@ -2078,9 +2078,9 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
2078
2078
  customerId: string;
2079
2079
  workspaceId: string;
2080
2080
  riskLevel: string | null;
2081
+ transactionId: string;
2081
2082
  riskScore: string | null;
2082
2083
  transactionDate: Date;
2083
- transactionId: string;
2084
2084
  reason: string | null;
2085
2085
  transactionType: "crypto" | "fiat";
2086
2086
  externalTransactionId: string;
@@ -2095,9 +2095,9 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
2095
2095
  customerId: string;
2096
2096
  workspaceId: string;
2097
2097
  riskLevel: string | null;
2098
+ transactionId: string;
2098
2099
  riskScore: string | null;
2099
2100
  transactionDate: Date;
2100
- transactionId: string;
2101
2101
  reason: string | null;
2102
2102
  transactionType: "crypto" | "fiat";
2103
2103
  externalTransactionId: string;
@@ -2127,9 +2127,9 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
2127
2127
  customerId: string;
2128
2128
  workspaceId: string;
2129
2129
  riskLevel: string | null;
2130
+ transactionId: string;
2130
2131
  riskScore: string | null;
2131
2132
  transactionDate: Date;
2132
- transactionId: string;
2133
2133
  reason: string | null;
2134
2134
  transactionType: "crypto" | "fiat";
2135
2135
  externalTransactionId: string;
@@ -2141,9 +2141,9 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
2141
2141
  customerId: string;
2142
2142
  workspaceId: string;
2143
2143
  riskLevel: string | null;
2144
+ transactionId: string;
2144
2145
  riskScore: string | null;
2145
2146
  transactionDate: Date;
2146
- transactionId: string;
2147
2147
  reason: string | null;
2148
2148
  transactionType: "crypto" | "fiat";
2149
2149
  externalTransactionId: string;
@@ -2157,9 +2157,9 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
2157
2157
  customerId: string;
2158
2158
  workspaceId: string;
2159
2159
  riskLevel: string | null;
2160
+ transactionId: string;
2160
2161
  riskScore: string | null;
2161
2162
  transactionDate: Date;
2162
- transactionId: string;
2163
2163
  reason: string | null;
2164
2164
  transactionType: "crypto" | "fiat";
2165
2165
  externalTransactionId: string;
@@ -2174,9 +2174,9 @@ export declare const WebhookTMSEventPayload: z.ZodUnion<[z.ZodObject<{
2174
2174
  customerId: string;
2175
2175
  workspaceId: string;
2176
2176
  riskLevel: string | null;
2177
+ transactionId: string;
2177
2178
  riskScore: string | null;
2178
2179
  transactionDate: Date;
2179
- transactionId: string;
2180
2180
  reason: string | null;
2181
2181
  transactionType: "crypto" | "fiat";
2182
2182
  externalTransactionId: string;
@@ -2967,9 +2967,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
2967
2967
  customerId: string;
2968
2968
  workspaceId: string;
2969
2969
  riskLevel: string | null;
2970
+ transactionId: string;
2970
2971
  riskScore: string | null;
2971
2972
  transactionDate: Date;
2972
- transactionId: string;
2973
2973
  reason: string | null;
2974
2974
  transactionType: "crypto" | "fiat";
2975
2975
  externalTransactionId: string;
@@ -2981,9 +2981,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
2981
2981
  customerId: string;
2982
2982
  workspaceId: string;
2983
2983
  riskLevel: string | null;
2984
+ transactionId: string;
2984
2985
  riskScore: string | null;
2985
2986
  transactionDate: Date;
2986
- transactionId: string;
2987
2987
  reason: string | null;
2988
2988
  transactionType: "crypto" | "fiat";
2989
2989
  externalTransactionId: string;
@@ -2997,9 +2997,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
2997
2997
  customerId: string;
2998
2998
  workspaceId: string;
2999
2999
  riskLevel: string | null;
3000
+ transactionId: string;
3000
3001
  riskScore: string | null;
3001
3002
  transactionDate: Date;
3002
- transactionId: string;
3003
3003
  reason: string | null;
3004
3004
  transactionType: "crypto" | "fiat";
3005
3005
  externalTransactionId: string;
@@ -3014,9 +3014,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3014
3014
  customerId: string;
3015
3015
  workspaceId: string;
3016
3016
  riskLevel: string | null;
3017
+ transactionId: string;
3017
3018
  riskScore: string | null;
3018
3019
  transactionDate: Date;
3019
- transactionId: string;
3020
3020
  reason: string | null;
3021
3021
  transactionType: "crypto" | "fiat";
3022
3022
  externalTransactionId: string;
@@ -3046,9 +3046,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3046
3046
  customerId: string;
3047
3047
  workspaceId: string;
3048
3048
  riskLevel: string | null;
3049
+ transactionId: string;
3049
3050
  riskScore: string | null;
3050
3051
  transactionDate: Date;
3051
- transactionId: string;
3052
3052
  reason: string | null;
3053
3053
  transactionType: "crypto" | "fiat";
3054
3054
  externalTransactionId: string;
@@ -3060,9 +3060,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3060
3060
  customerId: string;
3061
3061
  workspaceId: string;
3062
3062
  riskLevel: string | null;
3063
+ transactionId: string;
3063
3064
  riskScore: string | null;
3064
3065
  transactionDate: Date;
3065
- transactionId: string;
3066
3066
  reason: string | null;
3067
3067
  transactionType: "crypto" | "fiat";
3068
3068
  externalTransactionId: string;
@@ -3076,9 +3076,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3076
3076
  customerId: string;
3077
3077
  workspaceId: string;
3078
3078
  riskLevel: string | null;
3079
+ transactionId: string;
3079
3080
  riskScore: string | null;
3080
3081
  transactionDate: Date;
3081
- transactionId: string;
3082
3082
  reason: string | null;
3083
3083
  transactionType: "crypto" | "fiat";
3084
3084
  externalTransactionId: string;
@@ -3093,9 +3093,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3093
3093
  customerId: string;
3094
3094
  workspaceId: string;
3095
3095
  riskLevel: string | null;
3096
+ transactionId: string;
3096
3097
  riskScore: string | null;
3097
3098
  transactionDate: Date;
3098
- transactionId: string;
3099
3099
  reason: string | null;
3100
3100
  transactionType: "crypto" | "fiat";
3101
3101
  externalTransactionId: string;
@@ -3125,9 +3125,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3125
3125
  customerId: string;
3126
3126
  workspaceId: string;
3127
3127
  riskLevel: string | null;
3128
+ transactionId: string;
3128
3129
  riskScore: string | null;
3129
3130
  transactionDate: Date;
3130
- transactionId: string;
3131
3131
  reason: string | null;
3132
3132
  transactionType: "crypto" | "fiat";
3133
3133
  externalTransactionId: string;
@@ -3139,9 +3139,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3139
3139
  customerId: string;
3140
3140
  workspaceId: string;
3141
3141
  riskLevel: string | null;
3142
+ transactionId: string;
3142
3143
  riskScore: string | null;
3143
3144
  transactionDate: Date;
3144
- transactionId: string;
3145
3145
  reason: string | null;
3146
3146
  transactionType: "crypto" | "fiat";
3147
3147
  externalTransactionId: string;
@@ -3155,9 +3155,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3155
3155
  customerId: string;
3156
3156
  workspaceId: string;
3157
3157
  riskLevel: string | null;
3158
+ transactionId: string;
3158
3159
  riskScore: string | null;
3159
3160
  transactionDate: Date;
3160
- transactionId: string;
3161
3161
  reason: string | null;
3162
3162
  transactionType: "crypto" | "fiat";
3163
3163
  externalTransactionId: string;
@@ -3172,9 +3172,9 @@ export declare const WebhookEventPayload: z.ZodUnion<[z.ZodObject<{
3172
3172
  customerId: string;
3173
3173
  workspaceId: string;
3174
3174
  riskLevel: string | null;
3175
+ transactionId: string;
3175
3176
  riskScore: string | null;
3176
3177
  transactionDate: Date;
3177
- transactionId: string;
3178
3178
  reason: string | null;
3179
3179
  transactionType: "crypto" | "fiat";
3180
3180
  externalTransactionId: string;
@@ -4292,9 +4292,9 @@ export declare const MessageDataOut: z.ZodObject<{
4292
4292
  customerId: string;
4293
4293
  workspaceId: string;
4294
4294
  riskLevel: string | null;
4295
+ transactionId: string;
4295
4296
  riskScore: string | null;
4296
4297
  transactionDate: Date;
4297
- transactionId: string;
4298
4298
  reason: string | null;
4299
4299
  transactionType: "crypto" | "fiat";
4300
4300
  externalTransactionId: string;
@@ -4306,9 +4306,9 @@ export declare const MessageDataOut: z.ZodObject<{
4306
4306
  customerId: string;
4307
4307
  workspaceId: string;
4308
4308
  riskLevel: string | null;
4309
+ transactionId: string;
4309
4310
  riskScore: string | null;
4310
4311
  transactionDate: Date;
4311
- transactionId: string;
4312
4312
  reason: string | null;
4313
4313
  transactionType: "crypto" | "fiat";
4314
4314
  externalTransactionId: string;
@@ -4322,9 +4322,9 @@ export declare const MessageDataOut: z.ZodObject<{
4322
4322
  customerId: string;
4323
4323
  workspaceId: string;
4324
4324
  riskLevel: string | null;
4325
+ transactionId: string;
4325
4326
  riskScore: string | null;
4326
4327
  transactionDate: Date;
4327
- transactionId: string;
4328
4328
  reason: string | null;
4329
4329
  transactionType: "crypto" | "fiat";
4330
4330
  externalTransactionId: string;
@@ -4339,9 +4339,9 @@ export declare const MessageDataOut: z.ZodObject<{
4339
4339
  customerId: string;
4340
4340
  workspaceId: string;
4341
4341
  riskLevel: string | null;
4342
+ transactionId: string;
4342
4343
  riskScore: string | null;
4343
4344
  transactionDate: Date;
4344
- transactionId: string;
4345
4345
  reason: string | null;
4346
4346
  transactionType: "crypto" | "fiat";
4347
4347
  externalTransactionId: string;
@@ -4371,9 +4371,9 @@ export declare const MessageDataOut: z.ZodObject<{
4371
4371
  customerId: string;
4372
4372
  workspaceId: string;
4373
4373
  riskLevel: string | null;
4374
+ transactionId: string;
4374
4375
  riskScore: string | null;
4375
4376
  transactionDate: Date;
4376
- transactionId: string;
4377
4377
  reason: string | null;
4378
4378
  transactionType: "crypto" | "fiat";
4379
4379
  externalTransactionId: string;
@@ -4385,9 +4385,9 @@ export declare const MessageDataOut: z.ZodObject<{
4385
4385
  customerId: string;
4386
4386
  workspaceId: string;
4387
4387
  riskLevel: string | null;
4388
+ transactionId: string;
4388
4389
  riskScore: string | null;
4389
4390
  transactionDate: Date;
4390
- transactionId: string;
4391
4391
  reason: string | null;
4392
4392
  transactionType: "crypto" | "fiat";
4393
4393
  externalTransactionId: string;
@@ -4401,9 +4401,9 @@ export declare const MessageDataOut: z.ZodObject<{
4401
4401
  customerId: string;
4402
4402
  workspaceId: string;
4403
4403
  riskLevel: string | null;
4404
+ transactionId: string;
4404
4405
  riskScore: string | null;
4405
4406
  transactionDate: Date;
4406
- transactionId: string;
4407
4407
  reason: string | null;
4408
4408
  transactionType: "crypto" | "fiat";
4409
4409
  externalTransactionId: string;
@@ -4418,9 +4418,9 @@ export declare const MessageDataOut: z.ZodObject<{
4418
4418
  customerId: string;
4419
4419
  workspaceId: string;
4420
4420
  riskLevel: string | null;
4421
+ transactionId: string;
4421
4422
  riskScore: string | null;
4422
4423
  transactionDate: Date;
4423
- transactionId: string;
4424
4424
  reason: string | null;
4425
4425
  transactionType: "crypto" | "fiat";
4426
4426
  externalTransactionId: string;
@@ -4450,9 +4450,9 @@ export declare const MessageDataOut: z.ZodObject<{
4450
4450
  customerId: string;
4451
4451
  workspaceId: string;
4452
4452
  riskLevel: string | null;
4453
+ transactionId: string;
4453
4454
  riskScore: string | null;
4454
4455
  transactionDate: Date;
4455
- transactionId: string;
4456
4456
  reason: string | null;
4457
4457
  transactionType: "crypto" | "fiat";
4458
4458
  externalTransactionId: string;
@@ -4464,9 +4464,9 @@ export declare const MessageDataOut: z.ZodObject<{
4464
4464
  customerId: string;
4465
4465
  workspaceId: string;
4466
4466
  riskLevel: string | null;
4467
+ transactionId: string;
4467
4468
  riskScore: string | null;
4468
4469
  transactionDate: Date;
4469
- transactionId: string;
4470
4470
  reason: string | null;
4471
4471
  transactionType: "crypto" | "fiat";
4472
4472
  externalTransactionId: string;
@@ -4480,9 +4480,9 @@ export declare const MessageDataOut: z.ZodObject<{
4480
4480
  customerId: string;
4481
4481
  workspaceId: string;
4482
4482
  riskLevel: string | null;
4483
+ transactionId: string;
4483
4484
  riskScore: string | null;
4484
4485
  transactionDate: Date;
4485
- transactionId: string;
4486
4486
  reason: string | null;
4487
4487
  transactionType: "crypto" | "fiat";
4488
4488
  externalTransactionId: string;
@@ -4497,9 +4497,9 @@ export declare const MessageDataOut: z.ZodObject<{
4497
4497
  customerId: string;
4498
4498
  workspaceId: string;
4499
4499
  riskLevel: string | null;
4500
+ transactionId: string;
4500
4501
  riskScore: string | null;
4501
4502
  transactionDate: Date;
4502
- transactionId: string;
4503
4503
  reason: string | null;
4504
4504
  transactionType: "crypto" | "fiat";
4505
4505
  externalTransactionId: string;
@@ -4661,9 +4661,9 @@ export declare const MessageDataOut: z.ZodObject<{
4661
4661
  customerId: string;
4662
4662
  workspaceId: string;
4663
4663
  riskLevel: string | null;
4664
+ transactionId: string;
4664
4665
  riskScore: string | null;
4665
4666
  transactionDate: Date;
4666
- transactionId: string;
4667
4667
  reason: string | null;
4668
4668
  transactionType: "crypto" | "fiat";
4669
4669
  externalTransactionId: string;
@@ -4678,9 +4678,9 @@ export declare const MessageDataOut: z.ZodObject<{
4678
4678
  customerId: string;
4679
4679
  workspaceId: string;
4680
4680
  riskLevel: string | null;
4681
+ transactionId: string;
4681
4682
  riskScore: string | null;
4682
4683
  transactionDate: Date;
4683
- transactionId: string;
4684
4684
  reason: string | null;
4685
4685
  transactionType: "crypto" | "fiat";
4686
4686
  externalTransactionId: string;
@@ -4695,9 +4695,9 @@ export declare const MessageDataOut: z.ZodObject<{
4695
4695
  customerId: string;
4696
4696
  workspaceId: string;
4697
4697
  riskLevel: string | null;
4698
+ transactionId: string;
4698
4699
  riskScore: string | null;
4699
4700
  transactionDate: Date;
4700
- transactionId: string;
4701
4701
  reason: string | null;
4702
4702
  transactionType: "crypto" | "fiat";
4703
4703
  externalTransactionId: string;
@@ -4860,9 +4860,9 @@ export declare const MessageDataOut: z.ZodObject<{
4860
4860
  customerId: string;
4861
4861
  workspaceId: string;
4862
4862
  riskLevel: string | null;
4863
+ transactionId: string;
4863
4864
  riskScore: string | null;
4864
4865
  transactionDate: Date;
4865
- transactionId: string;
4866
4866
  reason: string | null;
4867
4867
  transactionType: "crypto" | "fiat";
4868
4868
  externalTransactionId: string;
@@ -4877,9 +4877,9 @@ export declare const MessageDataOut: z.ZodObject<{
4877
4877
  customerId: string;
4878
4878
  workspaceId: string;
4879
4879
  riskLevel: string | null;
4880
+ transactionId: string;
4880
4881
  riskScore: string | null;
4881
4882
  transactionDate: Date;
4882
- transactionId: string;
4883
4883
  reason: string | null;
4884
4884
  transactionType: "crypto" | "fiat";
4885
4885
  externalTransactionId: string;
@@ -4894,9 +4894,9 @@ export declare const MessageDataOut: z.ZodObject<{
4894
4894
  customerId: string;
4895
4895
  workspaceId: string;
4896
4896
  riskLevel: string | null;
4897
+ transactionId: string;
4897
4898
  riskScore: string | null;
4898
4899
  transactionDate: Date;
4899
- transactionId: string;
4900
4900
  reason: string | null;
4901
4901
  transactionType: "crypto" | "fiat";
4902
4902
  externalTransactionId: string;
@@ -5720,9 +5720,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
5720
5720
  customerId: string;
5721
5721
  workspaceId: string;
5722
5722
  riskLevel: string | null;
5723
+ transactionId: string;
5723
5724
  riskScore: string | null;
5724
5725
  transactionDate: Date;
5725
- transactionId: string;
5726
5726
  reason: string | null;
5727
5727
  transactionType: "crypto" | "fiat";
5728
5728
  externalTransactionId: string;
@@ -5734,9 +5734,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
5734
5734
  customerId: string;
5735
5735
  workspaceId: string;
5736
5736
  riskLevel: string | null;
5737
+ transactionId: string;
5737
5738
  riskScore: string | null;
5738
5739
  transactionDate: Date;
5739
- transactionId: string;
5740
5740
  reason: string | null;
5741
5741
  transactionType: "crypto" | "fiat";
5742
5742
  externalTransactionId: string;
@@ -5750,9 +5750,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
5750
5750
  customerId: string;
5751
5751
  workspaceId: string;
5752
5752
  riskLevel: string | null;
5753
+ transactionId: string;
5753
5754
  riskScore: string | null;
5754
5755
  transactionDate: Date;
5755
- transactionId: string;
5756
5756
  reason: string | null;
5757
5757
  transactionType: "crypto" | "fiat";
5758
5758
  externalTransactionId: string;
@@ -5767,9 +5767,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
5767
5767
  customerId: string;
5768
5768
  workspaceId: string;
5769
5769
  riskLevel: string | null;
5770
+ transactionId: string;
5770
5771
  riskScore: string | null;
5771
5772
  transactionDate: Date;
5772
- transactionId: string;
5773
5773
  reason: string | null;
5774
5774
  transactionType: "crypto" | "fiat";
5775
5775
  externalTransactionId: string;
@@ -5799,9 +5799,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
5799
5799
  customerId: string;
5800
5800
  workspaceId: string;
5801
5801
  riskLevel: string | null;
5802
+ transactionId: string;
5802
5803
  riskScore: string | null;
5803
5804
  transactionDate: Date;
5804
- transactionId: string;
5805
5805
  reason: string | null;
5806
5806
  transactionType: "crypto" | "fiat";
5807
5807
  externalTransactionId: string;
@@ -5813,9 +5813,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
5813
5813
  customerId: string;
5814
5814
  workspaceId: string;
5815
5815
  riskLevel: string | null;
5816
+ transactionId: string;
5816
5817
  riskScore: string | null;
5817
5818
  transactionDate: Date;
5818
- transactionId: string;
5819
5819
  reason: string | null;
5820
5820
  transactionType: "crypto" | "fiat";
5821
5821
  externalTransactionId: string;
@@ -5829,9 +5829,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
5829
5829
  customerId: string;
5830
5830
  workspaceId: string;
5831
5831
  riskLevel: string | null;
5832
+ transactionId: string;
5832
5833
  riskScore: string | null;
5833
5834
  transactionDate: Date;
5834
- transactionId: string;
5835
5835
  reason: string | null;
5836
5836
  transactionType: "crypto" | "fiat";
5837
5837
  externalTransactionId: string;
@@ -5846,9 +5846,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
5846
5846
  customerId: string;
5847
5847
  workspaceId: string;
5848
5848
  riskLevel: string | null;
5849
+ transactionId: string;
5849
5850
  riskScore: string | null;
5850
5851
  transactionDate: Date;
5851
- transactionId: string;
5852
5852
  reason: string | null;
5853
5853
  transactionType: "crypto" | "fiat";
5854
5854
  externalTransactionId: string;
@@ -5878,9 +5878,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
5878
5878
  customerId: string;
5879
5879
  workspaceId: string;
5880
5880
  riskLevel: string | null;
5881
+ transactionId: string;
5881
5882
  riskScore: string | null;
5882
5883
  transactionDate: Date;
5883
- transactionId: string;
5884
5884
  reason: string | null;
5885
5885
  transactionType: "crypto" | "fiat";
5886
5886
  externalTransactionId: string;
@@ -5892,9 +5892,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
5892
5892
  customerId: string;
5893
5893
  workspaceId: string;
5894
5894
  riskLevel: string | null;
5895
+ transactionId: string;
5895
5896
  riskScore: string | null;
5896
5897
  transactionDate: Date;
5897
- transactionId: string;
5898
5898
  reason: string | null;
5899
5899
  transactionType: "crypto" | "fiat";
5900
5900
  externalTransactionId: string;
@@ -5908,9 +5908,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
5908
5908
  customerId: string;
5909
5909
  workspaceId: string;
5910
5910
  riskLevel: string | null;
5911
+ transactionId: string;
5911
5912
  riskScore: string | null;
5912
5913
  transactionDate: Date;
5913
- transactionId: string;
5914
5914
  reason: string | null;
5915
5915
  transactionType: "crypto" | "fiat";
5916
5916
  externalTransactionId: string;
@@ -5925,9 +5925,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
5925
5925
  customerId: string;
5926
5926
  workspaceId: string;
5927
5927
  riskLevel: string | null;
5928
+ transactionId: string;
5928
5929
  riskScore: string | null;
5929
5930
  transactionDate: Date;
5930
- transactionId: string;
5931
5931
  reason: string | null;
5932
5932
  transactionType: "crypto" | "fiat";
5933
5933
  externalTransactionId: string;
@@ -6122,9 +6122,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6122
6122
  customerId: string;
6123
6123
  workspaceId: string;
6124
6124
  riskLevel: string | null;
6125
+ transactionId: string;
6125
6126
  riskScore: string | null;
6126
6127
  transactionDate: Date;
6127
- transactionId: string;
6128
6128
  reason: string | null;
6129
6129
  transactionType: "crypto" | "fiat";
6130
6130
  externalTransactionId: string;
@@ -6139,9 +6139,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6139
6139
  customerId: string;
6140
6140
  workspaceId: string;
6141
6141
  riskLevel: string | null;
6142
+ transactionId: string;
6142
6143
  riskScore: string | null;
6143
6144
  transactionDate: Date;
6144
- transactionId: string;
6145
6145
  reason: string | null;
6146
6146
  transactionType: "crypto" | "fiat";
6147
6147
  externalTransactionId: string;
@@ -6156,9 +6156,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6156
6156
  customerId: string;
6157
6157
  workspaceId: string;
6158
6158
  riskLevel: string | null;
6159
+ transactionId: string;
6159
6160
  riskScore: string | null;
6160
6161
  transactionDate: Date;
6161
- transactionId: string;
6162
6162
  reason: string | null;
6163
6163
  transactionType: "crypto" | "fiat";
6164
6164
  externalTransactionId: string;
@@ -6333,9 +6333,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6333
6333
  customerId: string;
6334
6334
  workspaceId: string;
6335
6335
  riskLevel: string | null;
6336
+ transactionId: string;
6336
6337
  riskScore: string | null;
6337
6338
  transactionDate: Date;
6338
- transactionId: string;
6339
6339
  reason: string | null;
6340
6340
  transactionType: "crypto" | "fiat";
6341
6341
  externalTransactionId: string;
@@ -6350,9 +6350,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6350
6350
  customerId: string;
6351
6351
  workspaceId: string;
6352
6352
  riskLevel: string | null;
6353
+ transactionId: string;
6353
6354
  riskScore: string | null;
6354
6355
  transactionDate: Date;
6355
- transactionId: string;
6356
6356
  reason: string | null;
6357
6357
  transactionType: "crypto" | "fiat";
6358
6358
  externalTransactionId: string;
@@ -6367,9 +6367,9 @@ export declare const MessageDataOutExtended: z.ZodObject<z.objectUtil.extendShap
6367
6367
  customerId: string;
6368
6368
  workspaceId: string;
6369
6369
  riskLevel: string | null;
6370
+ transactionId: string;
6370
6371
  riskScore: string | null;
6371
6372
  transactionDate: Date;
6372
- transactionId: string;
6373
6373
  reason: string | null;
6374
6374
  transactionType: "crypto" | "fiat";
6375
6375
  externalTransactionId: string;
@@ -7840,9 +7840,9 @@ export declare const SendMessageForTMSCreatedInput: z.ZodObject<{
7840
7840
  customerId: string;
7841
7841
  workspaceId: string;
7842
7842
  riskLevel: string | null;
7843
+ transactionId: string;
7843
7844
  riskScore: string | null;
7844
7845
  transactionDate: Date;
7845
- transactionId: string;
7846
7846
  reason: string | null;
7847
7847
  transactionType: "crypto" | "fiat";
7848
7848
  externalTransactionId: string;
@@ -7854,9 +7854,9 @@ export declare const SendMessageForTMSCreatedInput: z.ZodObject<{
7854
7854
  customerId: string;
7855
7855
  workspaceId: string;
7856
7856
  riskLevel: string | null;
7857
+ transactionId: string;
7857
7858
  riskScore: string | null;
7858
7859
  transactionDate: Date;
7859
- transactionId: string;
7860
7860
  reason: string | null;
7861
7861
  transactionType: "crypto" | "fiat";
7862
7862
  externalTransactionId: string;
@@ -7870,9 +7870,9 @@ export declare const SendMessageForTMSCreatedInput: z.ZodObject<{
7870
7870
  customerId: string;
7871
7871
  workspaceId: string;
7872
7872
  riskLevel: string | null;
7873
+ transactionId: string;
7873
7874
  riskScore: string | null;
7874
7875
  transactionDate: Date;
7875
- transactionId: string;
7876
7876
  reason: string | null;
7877
7877
  transactionType: "crypto" | "fiat";
7878
7878
  externalTransactionId: string;
@@ -7887,9 +7887,9 @@ export declare const SendMessageForTMSCreatedInput: z.ZodObject<{
7887
7887
  customerId: string;
7888
7888
  workspaceId: string;
7889
7889
  riskLevel: string | null;
7890
+ transactionId: string;
7890
7891
  riskScore: string | null;
7891
7892
  transactionDate: Date;
7892
- transactionId: string;
7893
7893
  reason: string | null;
7894
7894
  transactionType: "crypto" | "fiat";
7895
7895
  externalTransactionId: string;
@@ -7907,9 +7907,9 @@ export declare const SendMessageForTMSCreatedInput: z.ZodObject<{
7907
7907
  customerId: string;
7908
7908
  workspaceId: string;
7909
7909
  riskLevel: string | null;
7910
+ transactionId: string;
7910
7911
  riskScore: string | null;
7911
7912
  transactionDate: Date;
7912
- transactionId: string;
7913
7913
  reason: string | null;
7914
7914
  transactionType: "crypto" | "fiat";
7915
7915
  externalTransactionId: string;
@@ -7927,9 +7927,9 @@ export declare const SendMessageForTMSCreatedInput: z.ZodObject<{
7927
7927
  customerId: string;
7928
7928
  workspaceId: string;
7929
7929
  riskLevel: string | null;
7930
+ transactionId: string;
7930
7931
  riskScore: string | null;
7931
7932
  transactionDate: Date;
7932
- transactionId: string;
7933
7933
  reason: string | null;
7934
7934
  transactionType: "crypto" | "fiat";
7935
7935
  externalTransactionId: string;
@@ -7963,9 +7963,9 @@ export declare const SendMessageForTMSUpdatedInput: z.ZodObject<{
7963
7963
  customerId: string;
7964
7964
  workspaceId: string;
7965
7965
  riskLevel: string | null;
7966
+ transactionId: string;
7966
7967
  riskScore: string | null;
7967
7968
  transactionDate: Date;
7968
- transactionId: string;
7969
7969
  reason: string | null;
7970
7970
  transactionType: "crypto" | "fiat";
7971
7971
  externalTransactionId: string;
@@ -7977,9 +7977,9 @@ export declare const SendMessageForTMSUpdatedInput: z.ZodObject<{
7977
7977
  customerId: string;
7978
7978
  workspaceId: string;
7979
7979
  riskLevel: string | null;
7980
+ transactionId: string;
7980
7981
  riskScore: string | null;
7981
7982
  transactionDate: Date;
7982
- transactionId: string;
7983
7983
  reason: string | null;
7984
7984
  transactionType: "crypto" | "fiat";
7985
7985
  externalTransactionId: string;
@@ -7993,9 +7993,9 @@ export declare const SendMessageForTMSUpdatedInput: z.ZodObject<{
7993
7993
  customerId: string;
7994
7994
  workspaceId: string;
7995
7995
  riskLevel: string | null;
7996
+ transactionId: string;
7996
7997
  riskScore: string | null;
7997
7998
  transactionDate: Date;
7998
- transactionId: string;
7999
7999
  reason: string | null;
8000
8000
  transactionType: "crypto" | "fiat";
8001
8001
  externalTransactionId: string;
@@ -8010,9 +8010,9 @@ export declare const SendMessageForTMSUpdatedInput: z.ZodObject<{
8010
8010
  customerId: string;
8011
8011
  workspaceId: string;
8012
8012
  riskLevel: string | null;
8013
+ transactionId: string;
8013
8014
  riskScore: string | null;
8014
8015
  transactionDate: Date;
8015
- transactionId: string;
8016
8016
  reason: string | null;
8017
8017
  transactionType: "crypto" | "fiat";
8018
8018
  externalTransactionId: string;
@@ -8030,9 +8030,9 @@ export declare const SendMessageForTMSUpdatedInput: z.ZodObject<{
8030
8030
  customerId: string;
8031
8031
  workspaceId: string;
8032
8032
  riskLevel: string | null;
8033
+ transactionId: string;
8033
8034
  riskScore: string | null;
8034
8035
  transactionDate: Date;
8035
- transactionId: string;
8036
8036
  reason: string | null;
8037
8037
  transactionType: "crypto" | "fiat";
8038
8038
  externalTransactionId: string;
@@ -8050,9 +8050,9 @@ export declare const SendMessageForTMSUpdatedInput: z.ZodObject<{
8050
8050
  customerId: string;
8051
8051
  workspaceId: string;
8052
8052
  riskLevel: string | null;
8053
+ transactionId: string;
8053
8054
  riskScore: string | null;
8054
8055
  transactionDate: Date;
8055
- transactionId: string;
8056
8056
  reason: string | null;
8057
8057
  transactionType: "crypto" | "fiat";
8058
8058
  externalTransactionId: string;
@@ -8086,9 +8086,9 @@ export declare const SendMessageForTMSDeletedInput: z.ZodObject<{
8086
8086
  customerId: string;
8087
8087
  workspaceId: string;
8088
8088
  riskLevel: string | null;
8089
+ transactionId: string;
8089
8090
  riskScore: string | null;
8090
8091
  transactionDate: Date;
8091
- transactionId: string;
8092
8092
  reason: string | null;
8093
8093
  transactionType: "crypto" | "fiat";
8094
8094
  externalTransactionId: string;
@@ -8100,9 +8100,9 @@ export declare const SendMessageForTMSDeletedInput: z.ZodObject<{
8100
8100
  customerId: string;
8101
8101
  workspaceId: string;
8102
8102
  riskLevel: string | null;
8103
+ transactionId: string;
8103
8104
  riskScore: string | null;
8104
8105
  transactionDate: Date;
8105
- transactionId: string;
8106
8106
  reason: string | null;
8107
8107
  transactionType: "crypto" | "fiat";
8108
8108
  externalTransactionId: string;
@@ -8116,9 +8116,9 @@ export declare const SendMessageForTMSDeletedInput: z.ZodObject<{
8116
8116
  customerId: string;
8117
8117
  workspaceId: string;
8118
8118
  riskLevel: string | null;
8119
+ transactionId: string;
8119
8120
  riskScore: string | null;
8120
8121
  transactionDate: Date;
8121
- transactionId: string;
8122
8122
  reason: string | null;
8123
8123
  transactionType: "crypto" | "fiat";
8124
8124
  externalTransactionId: string;
@@ -8133,9 +8133,9 @@ export declare const SendMessageForTMSDeletedInput: z.ZodObject<{
8133
8133
  customerId: string;
8134
8134
  workspaceId: string;
8135
8135
  riskLevel: string | null;
8136
+ transactionId: string;
8136
8137
  riskScore: string | null;
8137
8138
  transactionDate: Date;
8138
- transactionId: string;
8139
8139
  reason: string | null;
8140
8140
  transactionType: "crypto" | "fiat";
8141
8141
  externalTransactionId: string;
@@ -8153,9 +8153,9 @@ export declare const SendMessageForTMSDeletedInput: z.ZodObject<{
8153
8153
  customerId: string;
8154
8154
  workspaceId: string;
8155
8155
  riskLevel: string | null;
8156
+ transactionId: string;
8156
8157
  riskScore: string | null;
8157
8158
  transactionDate: Date;
8158
- transactionId: string;
8159
8159
  reason: string | null;
8160
8160
  transactionType: "crypto" | "fiat";
8161
8161
  externalTransactionId: string;
@@ -8173,9 +8173,9 @@ export declare const SendMessageForTMSDeletedInput: z.ZodObject<{
8173
8173
  customerId: string;
8174
8174
  workspaceId: string;
8175
8175
  riskLevel: string | null;
8176
+ transactionId: string;
8176
8177
  riskScore: string | null;
8177
8178
  transactionDate: Date;
8178
- transactionId: string;
8179
8179
  reason: string | null;
8180
8180
  transactionType: "crypto" | "fiat";
8181
8181
  externalTransactionId: string;
@@ -8996,9 +8996,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
8996
8996
  customerId: string;
8997
8997
  workspaceId: string;
8998
8998
  riskLevel: string | null;
8999
+ transactionId: string;
8999
9000
  riskScore: string | null;
9000
9001
  transactionDate: Date;
9001
- transactionId: string;
9002
9002
  reason: string | null;
9003
9003
  transactionType: "crypto" | "fiat";
9004
9004
  externalTransactionId: string;
@@ -9010,9 +9010,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9010
9010
  customerId: string;
9011
9011
  workspaceId: string;
9012
9012
  riskLevel: string | null;
9013
+ transactionId: string;
9013
9014
  riskScore: string | null;
9014
9015
  transactionDate: Date;
9015
- transactionId: string;
9016
9016
  reason: string | null;
9017
9017
  transactionType: "crypto" | "fiat";
9018
9018
  externalTransactionId: string;
@@ -9026,9 +9026,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9026
9026
  customerId: string;
9027
9027
  workspaceId: string;
9028
9028
  riskLevel: string | null;
9029
+ transactionId: string;
9029
9030
  riskScore: string | null;
9030
9031
  transactionDate: Date;
9031
- transactionId: string;
9032
9032
  reason: string | null;
9033
9033
  transactionType: "crypto" | "fiat";
9034
9034
  externalTransactionId: string;
@@ -9043,9 +9043,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9043
9043
  customerId: string;
9044
9044
  workspaceId: string;
9045
9045
  riskLevel: string | null;
9046
+ transactionId: string;
9046
9047
  riskScore: string | null;
9047
9048
  transactionDate: Date;
9048
- transactionId: string;
9049
9049
  reason: string | null;
9050
9050
  transactionType: "crypto" | "fiat";
9051
9051
  externalTransactionId: string;
@@ -9075,9 +9075,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9075
9075
  customerId: string;
9076
9076
  workspaceId: string;
9077
9077
  riskLevel: string | null;
9078
+ transactionId: string;
9078
9079
  riskScore: string | null;
9079
9080
  transactionDate: Date;
9080
- transactionId: string;
9081
9081
  reason: string | null;
9082
9082
  transactionType: "crypto" | "fiat";
9083
9083
  externalTransactionId: string;
@@ -9089,9 +9089,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9089
9089
  customerId: string;
9090
9090
  workspaceId: string;
9091
9091
  riskLevel: string | null;
9092
+ transactionId: string;
9092
9093
  riskScore: string | null;
9093
9094
  transactionDate: Date;
9094
- transactionId: string;
9095
9095
  reason: string | null;
9096
9096
  transactionType: "crypto" | "fiat";
9097
9097
  externalTransactionId: string;
@@ -9105,9 +9105,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9105
9105
  customerId: string;
9106
9106
  workspaceId: string;
9107
9107
  riskLevel: string | null;
9108
+ transactionId: string;
9108
9109
  riskScore: string | null;
9109
9110
  transactionDate: Date;
9110
- transactionId: string;
9111
9111
  reason: string | null;
9112
9112
  transactionType: "crypto" | "fiat";
9113
9113
  externalTransactionId: string;
@@ -9122,9 +9122,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9122
9122
  customerId: string;
9123
9123
  workspaceId: string;
9124
9124
  riskLevel: string | null;
9125
+ transactionId: string;
9125
9126
  riskScore: string | null;
9126
9127
  transactionDate: Date;
9127
- transactionId: string;
9128
9128
  reason: string | null;
9129
9129
  transactionType: "crypto" | "fiat";
9130
9130
  externalTransactionId: string;
@@ -9154,9 +9154,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9154
9154
  customerId: string;
9155
9155
  workspaceId: string;
9156
9156
  riskLevel: string | null;
9157
+ transactionId: string;
9157
9158
  riskScore: string | null;
9158
9159
  transactionDate: Date;
9159
- transactionId: string;
9160
9160
  reason: string | null;
9161
9161
  transactionType: "crypto" | "fiat";
9162
9162
  externalTransactionId: string;
@@ -9168,9 +9168,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9168
9168
  customerId: string;
9169
9169
  workspaceId: string;
9170
9170
  riskLevel: string | null;
9171
+ transactionId: string;
9171
9172
  riskScore: string | null;
9172
9173
  transactionDate: Date;
9173
- transactionId: string;
9174
9174
  reason: string | null;
9175
9175
  transactionType: "crypto" | "fiat";
9176
9176
  externalTransactionId: string;
@@ -9184,9 +9184,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9184
9184
  customerId: string;
9185
9185
  workspaceId: string;
9186
9186
  riskLevel: string | null;
9187
+ transactionId: string;
9187
9188
  riskScore: string | null;
9188
9189
  transactionDate: Date;
9189
- transactionId: string;
9190
9190
  reason: string | null;
9191
9191
  transactionType: "crypto" | "fiat";
9192
9192
  externalTransactionId: string;
@@ -9201,9 +9201,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9201
9201
  customerId: string;
9202
9202
  workspaceId: string;
9203
9203
  riskLevel: string | null;
9204
+ transactionId: string;
9204
9205
  riskScore: string | null;
9205
9206
  transactionDate: Date;
9206
- transactionId: string;
9207
9207
  reason: string | null;
9208
9208
  transactionType: "crypto" | "fiat";
9209
9209
  externalTransactionId: string;
@@ -9365,9 +9365,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9365
9365
  customerId: string;
9366
9366
  workspaceId: string;
9367
9367
  riskLevel: string | null;
9368
+ transactionId: string;
9368
9369
  riskScore: string | null;
9369
9370
  transactionDate: Date;
9370
- transactionId: string;
9371
9371
  reason: string | null;
9372
9372
  transactionType: "crypto" | "fiat";
9373
9373
  externalTransactionId: string;
@@ -9382,9 +9382,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9382
9382
  customerId: string;
9383
9383
  workspaceId: string;
9384
9384
  riskLevel: string | null;
9385
+ transactionId: string;
9385
9386
  riskScore: string | null;
9386
9387
  transactionDate: Date;
9387
- transactionId: string;
9388
9388
  reason: string | null;
9389
9389
  transactionType: "crypto" | "fiat";
9390
9390
  externalTransactionId: string;
@@ -9399,9 +9399,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9399
9399
  customerId: string;
9400
9400
  workspaceId: string;
9401
9401
  riskLevel: string | null;
9402
+ transactionId: string;
9402
9403
  riskScore: string | null;
9403
9404
  transactionDate: Date;
9404
- transactionId: string;
9405
9405
  reason: string | null;
9406
9406
  transactionType: "crypto" | "fiat";
9407
9407
  externalTransactionId: string;
@@ -9564,9 +9564,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9564
9564
  customerId: string;
9565
9565
  workspaceId: string;
9566
9566
  riskLevel: string | null;
9567
+ transactionId: string;
9567
9568
  riskScore: string | null;
9568
9569
  transactionDate: Date;
9569
- transactionId: string;
9570
9570
  reason: string | null;
9571
9571
  transactionType: "crypto" | "fiat";
9572
9572
  externalTransactionId: string;
@@ -9581,9 +9581,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9581
9581
  customerId: string;
9582
9582
  workspaceId: string;
9583
9583
  riskLevel: string | null;
9584
+ transactionId: string;
9584
9585
  riskScore: string | null;
9585
9586
  transactionDate: Date;
9586
- transactionId: string;
9587
9587
  reason: string | null;
9588
9588
  transactionType: "crypto" | "fiat";
9589
9589
  externalTransactionId: string;
@@ -9598,9 +9598,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9598
9598
  customerId: string;
9599
9599
  workspaceId: string;
9600
9600
  riskLevel: string | null;
9601
+ transactionId: string;
9601
9602
  riskScore: string | null;
9602
9603
  transactionDate: Date;
9603
- transactionId: string;
9604
9604
  reason: string | null;
9605
9605
  transactionType: "crypto" | "fiat";
9606
9606
  externalTransactionId: string;
@@ -9765,9 +9765,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9765
9765
  customerId: string;
9766
9766
  workspaceId: string;
9767
9767
  riskLevel: string | null;
9768
+ transactionId: string;
9768
9769
  riskScore: string | null;
9769
9770
  transactionDate: Date;
9770
- transactionId: string;
9771
9771
  reason: string | null;
9772
9772
  transactionType: "crypto" | "fiat";
9773
9773
  externalTransactionId: string;
@@ -9782,9 +9782,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9782
9782
  customerId: string;
9783
9783
  workspaceId: string;
9784
9784
  riskLevel: string | null;
9785
+ transactionId: string;
9785
9786
  riskScore: string | null;
9786
9787
  transactionDate: Date;
9787
- transactionId: string;
9788
9788
  reason: string | null;
9789
9789
  transactionType: "crypto" | "fiat";
9790
9790
  externalTransactionId: string;
@@ -9799,9 +9799,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9799
9799
  customerId: string;
9800
9800
  workspaceId: string;
9801
9801
  riskLevel: string | null;
9802
+ transactionId: string;
9802
9803
  riskScore: string | null;
9803
9804
  transactionDate: Date;
9804
- transactionId: string;
9805
9805
  reason: string | null;
9806
9806
  transactionType: "crypto" | "fiat";
9807
9807
  externalTransactionId: string;
@@ -9966,9 +9966,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9966
9966
  customerId: string;
9967
9967
  workspaceId: string;
9968
9968
  riskLevel: string | null;
9969
+ transactionId: string;
9969
9970
  riskScore: string | null;
9970
9971
  transactionDate: Date;
9971
- transactionId: string;
9972
9972
  reason: string | null;
9973
9973
  transactionType: "crypto" | "fiat";
9974
9974
  externalTransactionId: string;
@@ -9983,9 +9983,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
9983
9983
  customerId: string;
9984
9984
  workspaceId: string;
9985
9985
  riskLevel: string | null;
9986
+ transactionId: string;
9986
9987
  riskScore: string | null;
9987
9988
  transactionDate: Date;
9988
- transactionId: string;
9989
9989
  reason: string | null;
9990
9990
  transactionType: "crypto" | "fiat";
9991
9991
  externalTransactionId: string;
@@ -10000,9 +10000,9 @@ export declare const ListMessagesOutput: z.ZodObject<{
10000
10000
  customerId: string;
10001
10001
  workspaceId: string;
10002
10002
  riskLevel: string | null;
10003
+ transactionId: string;
10003
10004
  riskScore: string | null;
10004
10005
  transactionDate: Date;
10005
- transactionId: string;
10006
10006
  reason: string | null;
10007
10007
  transactionType: "crypto" | "fiat";
10008
10008
  externalTransactionId: string;