@nexeraid/identity-schemas 2.71.0-dev → 2.72.0-staging

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 +2 -2
  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
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var vault_schema = require('./vault.schema-288d457a.cjs.dev.cjs');
5
- var identityApi_schema = require('./identity-api.schema-861e04d4.cjs.dev.cjs');
4
+ var vault_schema = require('./vault.schema-715ccfa0.cjs.dev.cjs');
5
+ var identityApi_schema = require('./identity-api.schema-f7ff4d23.cjs.dev.cjs');
6
6
 
7
7
  var IpQualityAnalysisRequest = zod.z.object({
8
8
  apiKey: zod.z.string().nullish(),
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var vault_schema = require('./vault.schema-f147376d.cjs.prod.cjs');
5
- var identityApi_schema = require('./identity-api.schema-8417a4ae.cjs.prod.cjs');
4
+ var vault_schema = require('./vault.schema-fbc2d7e0.cjs.prod.cjs');
5
+ var identityApi_schema = require('./identity-api.schema-bf80ff6a.cjs.prod.cjs');
6
6
 
7
7
  var IpQualityAnalysisRequest = zod.z.object({
8
8
  apiKey: zod.z.string().nullish(),
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { b0 as Alpha2Country, aS as UuidString, dW as _toConsumableArray, dY as ScoringAnalysisRequest, dZ as WorkflowsScoringAnalysisRequest, a_ as ISO3CountryCode, d_ as _slicedToArray, bJ as IdentityId, ar as BlockchainAddress, av as BlockchainNamespace, bG as WorkflowSessionId, cs as WorkspaceId, cr as OrganizationId, dV as _defineProperty, cO as ProofOfResidenceCredentialSubjectSchema } from './vault.schema-bf86f68f.esm.mjs';
3
- import { a7 as SdkVerificationOutput, j as CustomerStatus, b0 as QrCodeLinkWithSchemaType, B as BasicCustomerContactInformation, c9 as CredentialType } from './identity-api.schema-39bfb2ad.esm.mjs';
2
+ import { b0 as Alpha2Country, aS as UuidString, dZ as _toConsumableArray, d$ as ScoringAnalysisRequest, e0 as WorkflowsScoringAnalysisRequest, a_ as ISO3CountryCode, e1 as _slicedToArray, bK as IdentityId, ar as BlockchainAddress, av as BlockchainNamespace, bH as WorkflowSessionId, cu as WorkspaceId, ct as OrganizationId, dY as _defineProperty, cQ as ProofOfResidenceCredentialSubjectSchema } from './vault.schema-dcb18640.esm.mjs';
3
+ import { a7 as SdkVerificationOutput, j as CustomerStatus, b0 as QrCodeLinkWithSchemaType, B as BasicCustomerContactInformation, c9 as CredentialType } from './identity-api.schema-91d02295.esm.mjs';
4
4
 
5
5
  var IpQualityAnalysisRequest = z.object({
6
6
  apiKey: z.string().nullish(),
@@ -296,8 +296,8 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
296
296
  queryId?: `query_${string}` | undefined;
297
297
  requestId?: number | null | undefined;
298
298
  }[];
299
- executionId: string;
300
299
  sessionId: string;
300
+ executionId: string;
301
301
  projectId: string;
302
302
  scenarioId: string;
303
303
  scenarioName: string;
@@ -363,8 +363,8 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
363
363
  queryId?: `query_${string}` | undefined;
364
364
  requestId?: number | null | undefined;
365
365
  }[];
366
- executionId: string;
367
366
  sessionId: string;
367
+ executionId: string;
368
368
  projectId: string;
369
369
  scenarioId: string;
370
370
  scenarioName: string;
@@ -1034,8 +1034,8 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1034
1034
  queryId?: `query_${string}` | undefined;
1035
1035
  requestId?: number | null | undefined;
1036
1036
  }[];
1037
- executionId: string;
1038
1037
  sessionId: string;
1038
+ executionId: string;
1039
1039
  projectId: string;
1040
1040
  scenarioId: string;
1041
1041
  scenarioName: string;
@@ -1101,8 +1101,8 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1101
1101
  queryId?: `query_${string}` | undefined;
1102
1102
  requestId?: number | null | undefined;
1103
1103
  }[];
1104
- executionId: string;
1105
1104
  sessionId: string;
1105
+ executionId: string;
1106
1106
  projectId: string;
1107
1107
  scenarioId: string;
1108
1108
  scenarioName: string;
@@ -1171,8 +1171,8 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1171
1171
  queryId?: `query_${string}` | undefined;
1172
1172
  requestId?: number | null | undefined;
1173
1173
  }[];
1174
- executionId: string;
1175
1174
  sessionId: string;
1175
+ executionId: string;
1176
1176
  projectId: string;
1177
1177
  scenarioId: string;
1178
1178
  scenarioName: string;
@@ -1241,8 +1241,8 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1241
1241
  queryId?: `query_${string}` | undefined;
1242
1242
  requestId?: number | null | undefined;
1243
1243
  }[];
1244
- executionId: string;
1245
1244
  sessionId: string;
1245
+ executionId: string;
1246
1246
  projectId: string;
1247
1247
  scenarioId: string;
1248
1248
  scenarioName: string;
@@ -1756,8 +1756,8 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1756
1756
  queryId?: `query_${string}` | undefined;
1757
1757
  requestId?: number | null | undefined;
1758
1758
  }[];
1759
- executionId: string;
1760
1759
  sessionId: string;
1760
+ executionId: string;
1761
1761
  projectId: string;
1762
1762
  scenarioId: string;
1763
1763
  scenarioName: string;
@@ -1823,8 +1823,8 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1823
1823
  queryId?: `query_${string}` | undefined;
1824
1824
  requestId?: number | null | undefined;
1825
1825
  }[];
1826
- executionId: string;
1827
1826
  sessionId: string;
1827
+ executionId: string;
1828
1828
  projectId: string;
1829
1829
  scenarioId: string;
1830
1830
  scenarioName: string;
@@ -1893,8 +1893,8 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1893
1893
  queryId?: `query_${string}` | undefined;
1894
1894
  requestId?: number | null | undefined;
1895
1895
  }[];
1896
- executionId: string;
1897
1896
  sessionId: string;
1897
+ executionId: string;
1898
1898
  projectId: string;
1899
1899
  scenarioId: string;
1900
1900
  scenarioName: string;
@@ -1963,8 +1963,8 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1963
1963
  queryId?: `query_${string}` | undefined;
1964
1964
  requestId?: number | null | undefined;
1965
1965
  }[];
1966
- executionId: string;
1967
1966
  sessionId: string;
1967
+ executionId: string;
1968
1968
  projectId: string;
1969
1969
  scenarioId: string;
1970
1970
  scenarioName: string;
@@ -2480,8 +2480,8 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2480
2480
  queryId?: `query_${string}` | undefined;
2481
2481
  requestId?: number | null | undefined;
2482
2482
  }[];
2483
- executionId: string;
2484
2483
  sessionId: string;
2484
+ executionId: string;
2485
2485
  projectId: string;
2486
2486
  scenarioId: string;
2487
2487
  scenarioName: string;
@@ -2547,8 +2547,8 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2547
2547
  queryId?: `query_${string}` | undefined;
2548
2548
  requestId?: number | null | undefined;
2549
2549
  }[];
2550
- executionId: string;
2551
2550
  sessionId: string;
2551
+ executionId: string;
2552
2552
  projectId: string;
2553
2553
  scenarioId: string;
2554
2554
  scenarioName: string;
@@ -2617,8 +2617,8 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2617
2617
  queryId?: `query_${string}` | undefined;
2618
2618
  requestId?: number | null | undefined;
2619
2619
  }[];
2620
- executionId: string;
2621
2620
  sessionId: string;
2621
+ executionId: string;
2622
2622
  projectId: string;
2623
2623
  scenarioId: string;
2624
2624
  scenarioName: string;
@@ -2687,8 +2687,8 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2687
2687
  queryId?: `query_${string}` | undefined;
2688
2688
  requestId?: number | null | undefined;
2689
2689
  }[];
2690
- executionId: string;
2691
2690
  sessionId: string;
2691
+ executionId: string;
2692
2692
  projectId: string;
2693
2693
  scenarioId: string;
2694
2694
  scenarioName: string;
@@ -2791,8 +2791,8 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2791
2791
  queryId?: `query_${string}` | undefined;
2792
2792
  requestId?: number | null | undefined;
2793
2793
  }[];
2794
- executionId: string;
2795
2794
  sessionId: string;
2795
+ executionId: string;
2796
2796
  projectId: string;
2797
2797
  scenarioId: string;
2798
2798
  scenarioName: string;
@@ -2890,8 +2890,8 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2890
2890
  queryId?: `query_${string}` | undefined;
2891
2891
  requestId?: number | null | undefined;
2892
2892
  }[];
2893
- executionId: string;
2894
2893
  sessionId: string;
2894
+ executionId: string;
2895
2895
  projectId: string;
2896
2896
  scenarioId: string;
2897
2897
  scenarioName: string;
@@ -3523,8 +3523,8 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3523
3523
  queryId?: `query_${string}` | undefined;
3524
3524
  requestId?: number | null | undefined;
3525
3525
  }[];
3526
- executionId: string;
3527
3526
  sessionId: string;
3527
+ executionId: string;
3528
3528
  projectId: string;
3529
3529
  scenarioId: string;
3530
3530
  scenarioName: string;
@@ -3590,8 +3590,8 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3590
3590
  queryId?: `query_${string}` | undefined;
3591
3591
  requestId?: number | null | undefined;
3592
3592
  }[];
3593
- executionId: string;
3594
3593
  sessionId: string;
3594
+ executionId: string;
3595
3595
  projectId: string;
3596
3596
  scenarioId: string;
3597
3597
  scenarioName: string;
@@ -3660,8 +3660,8 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3660
3660
  queryId?: `query_${string}` | undefined;
3661
3661
  requestId?: number | null | undefined;
3662
3662
  }[];
3663
- executionId: string;
3664
3663
  sessionId: string;
3664
+ executionId: string;
3665
3665
  projectId: string;
3666
3666
  scenarioId: string;
3667
3667
  scenarioName: string;
@@ -3730,8 +3730,8 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3730
3730
  queryId?: `query_${string}` | undefined;
3731
3731
  requestId?: number | null | undefined;
3732
3732
  }[];
3733
- executionId: string;
3734
3733
  sessionId: string;
3734
+ executionId: string;
3735
3735
  projectId: string;
3736
3736
  scenarioId: string;
3737
3737
  scenarioName: string;
@@ -3834,8 +3834,8 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3834
3834
  queryId?: `query_${string}` | undefined;
3835
3835
  requestId?: number | null | undefined;
3836
3836
  }[];
3837
- executionId: string;
3838
3837
  sessionId: string;
3838
+ executionId: string;
3839
3839
  projectId: string;
3840
3840
  scenarioId: string;
3841
3841
  scenarioName: string;
@@ -3933,8 +3933,8 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3933
3933
  queryId?: `query_${string}` | undefined;
3934
3934
  requestId?: number | null | undefined;
3935
3935
  }[];
3936
- executionId: string;
3937
3936
  sessionId: string;
3937
+ executionId: string;
3938
3938
  projectId: string;
3939
3939
  scenarioId: string;
3940
3940
  scenarioName: string;
@@ -1924,8 +1924,8 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1924
1924
  queryId?: `query_${string}` | undefined;
1925
1925
  requestId?: number | null | undefined;
1926
1926
  }[];
1927
- executionId: string;
1928
1927
  sessionId: string;
1928
+ executionId: string;
1929
1929
  projectId: string;
1930
1930
  scenarioId: string;
1931
1931
  scenarioName: string;
@@ -1991,8 +1991,8 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1991
1991
  queryId?: `query_${string}` | undefined;
1992
1992
  requestId?: number | null | undefined;
1993
1993
  }[];
1994
- executionId: string;
1995
1994
  sessionId: string;
1995
+ executionId: string;
1996
1996
  projectId: string;
1997
1997
  scenarioId: string;
1998
1998
  scenarioName: string;
@@ -2061,8 +2061,8 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2061
2061
  queryId?: `query_${string}` | undefined;
2062
2062
  requestId?: number | null | undefined;
2063
2063
  }[];
2064
- executionId: string;
2065
2064
  sessionId: string;
2065
+ executionId: string;
2066
2066
  projectId: string;
2067
2067
  scenarioId: string;
2068
2068
  scenarioName: string;
@@ -2131,8 +2131,8 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2131
2131
  queryId?: `query_${string}` | undefined;
2132
2132
  requestId?: number | null | undefined;
2133
2133
  }[];
2134
- executionId: string;
2135
2134
  sessionId: string;
2135
+ executionId: string;
2136
2136
  projectId: string;
2137
2137
  scenarioId: string;
2138
2138
  scenarioName: string;
@@ -2235,8 +2235,8 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2235
2235
  queryId?: `query_${string}` | undefined;
2236
2236
  requestId?: number | null | undefined;
2237
2237
  }[];
2238
- executionId: string;
2239
2238
  sessionId: string;
2239
+ executionId: string;
2240
2240
  projectId: string;
2241
2241
  scenarioId: string;
2242
2242
  scenarioName: string;
@@ -2333,8 +2333,8 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2333
2333
  queryId?: `query_${string}` | undefined;
2334
2334
  requestId?: number | null | undefined;
2335
2335
  }[];
2336
- executionId: string;
2337
2336
  sessionId: string;
2337
+ executionId: string;
2338
2338
  projectId: string;
2339
2339
  scenarioId: string;
2340
2340
  scenarioName: string;
@@ -1052,8 +1052,8 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1052
1052
  queryId?: `query_${string}` | undefined;
1053
1053
  requestId?: number | null | undefined;
1054
1054
  }[];
1055
- executionId: string;
1056
1055
  sessionId: string;
1056
+ executionId: string;
1057
1057
  projectId: string;
1058
1058
  scenarioId: string;
1059
1059
  scenarioName: string;
@@ -1119,8 +1119,8 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1119
1119
  queryId?: `query_${string}` | undefined;
1120
1120
  requestId?: number | null | undefined;
1121
1121
  }[];
1122
- executionId: string;
1123
1122
  sessionId: string;
1123
+ executionId: string;
1124
1124
  projectId: string;
1125
1125
  scenarioId: string;
1126
1126
  scenarioName: string;
@@ -1189,8 +1189,8 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1189
1189
  queryId?: `query_${string}` | undefined;
1190
1190
  requestId?: number | null | undefined;
1191
1191
  }[];
1192
- executionId: string;
1193
1192
  sessionId: string;
1193
+ executionId: string;
1194
1194
  projectId: string;
1195
1195
  scenarioId: string;
1196
1196
  scenarioName: string;
@@ -1259,8 +1259,8 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1259
1259
  queryId?: `query_${string}` | undefined;
1260
1260
  requestId?: number | null | undefined;
1261
1261
  }[];
1262
- executionId: string;
1263
1262
  sessionId: string;
1263
+ executionId: string;
1264
1264
  projectId: string;
1265
1265
  scenarioId: string;
1266
1266
  scenarioName: string;
@@ -1363,8 +1363,8 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1363
1363
  queryId?: `query_${string}` | undefined;
1364
1364
  requestId?: number | null | undefined;
1365
1365
  }[];
1366
- executionId: string;
1367
1366
  sessionId: string;
1367
+ executionId: string;
1368
1368
  projectId: string;
1369
1369
  scenarioId: string;
1370
1370
  scenarioName: string;
@@ -1462,8 +1462,8 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1462
1462
  queryId?: `query_${string}` | undefined;
1463
1463
  requestId?: number | null | undefined;
1464
1464
  }[];
1465
- executionId: string;
1466
1465
  sessionId: string;
1466
+ executionId: string;
1467
1467
  projectId: string;
1468
1468
  scenarioId: string;
1469
1469
  scenarioName: string;
@@ -13,6 +13,7 @@ export declare const MetaAlertPrefix = "malrt";
13
13
  export declare const TagsToTransactionReviewsPrefix = "ttxr";
14
14
  export declare const TransactionAddressesPrefix = "txa";
15
15
  export declare const TransactionPrefix = "tx";
16
+ export declare const TransactionActivityPrefix = "txac";
16
17
  export declare const TransactionFeesPrefix = "txf";
17
18
  export declare const TransactionReviewPrefix = "txrev";
18
19
  export declare const TransactionPartiesPrefix = "txpar";
@@ -50,6 +51,7 @@ export type MetaAlertPrefix = typeof MetaAlertPrefix;
50
51
  export type TagsToTransactionReviewsPrefix = typeof TagsToTransactionReviewsPrefix;
51
52
  export type TransactionAddressesPrefix = typeof TransactionAddressesPrefix;
52
53
  export type TransactionPrefix = typeof TransactionPrefix;
54
+ export type TransactionActivityPrefix = typeof TransactionActivityPrefix;
53
55
  export type TransactionFeesPrefix = typeof TransactionFeesPrefix;
54
56
  export type TransactionReviewPrefix = typeof TransactionReviewPrefix;
55
57
  export type TransactionPartiesPrefix = typeof TransactionPartiesPrefix;
@@ -80,6 +82,7 @@ export type MetaAlertId = `${MetaAlertPrefix}_${string}`;
80
82
  export type TagsToTransactionReviewsId = `${TagsToTransactionReviewsPrefix}_${string}`;
81
83
  export type TransactionAddressesId = `${TransactionAddressesPrefix}_${string}`;
82
84
  export type TransactionId = `${TransactionPrefix}_${string}`;
85
+ export type TransactionActivityId = `${TransactionActivityPrefix}_${string}`;
83
86
  export type TransactionFeesId = `${TransactionFeesPrefix}_${string}`;
84
87
  export type TransactionReviewId = `${TransactionReviewPrefix}_${string}`;
85
88
  export type TransactionPartiesId = `${TransactionPartiesPrefix}_${string}`;
@@ -100,7 +103,7 @@ export declare const WorkflowSessionId: z.ZodString;
100
103
  export type WorkflowSessionId = z.infer<typeof WorkflowSessionId>;
101
104
  export type SsssShareId = `${SsssSharePrefix}_${string}`;
102
105
  export type SsssChunkId = `${SsssChunkPrefix}_${string}`;
103
- export declare const createBrandedSchemaId: <T extends string>(brand: StorageId | IdentityId | EmailId | WalletId | AppId | ChallengeId | TestId | CustomerScreeningId | MetaAlertId | ScenarioId | ListId | QueryId | ActionId | TagId | TagsToTransactionReviewsId | TransactionAddressesId | TransactionId | TransactionFeesId | TransactionReviewId | TransactionPartiesId | TransactionInfosId | TransactionExtractedInfosId | TransactionMethodsId | TransactionMethodExtractedInfosId | InstitutionId | WorkflowSessionAttributeId | InstitutionExtractedInfosId | ScorechainAnalysisId | TransactionAmountId | SsssShareId | SsssChunkId | AiExecutionId | AiExecutionStepId) => z.ZodType<T, z.ZodTypeDef, T>;
106
+ export declare const createBrandedSchemaId: <T extends string>(brand: StorageId | IdentityId | EmailId | WalletId | AppId | ChallengeId | TestId | CustomerScreeningId | MetaAlertId | ScenarioId | ListId | QueryId | ActionId | TagId | TagsToTransactionReviewsId | TransactionAddressesId | TransactionId | TransactionActivityId | TransactionFeesId | TransactionReviewId | TransactionPartiesId | TransactionInfosId | TransactionExtractedInfosId | TransactionMethodsId | TransactionMethodExtractedInfosId | InstitutionId | WorkflowSessionAttributeId | InstitutionExtractedInfosId | ScorechainAnalysisId | TransactionAmountId | SsssShareId | SsssChunkId | AiExecutionId | AiExecutionStepId) => z.ZodType<T, z.ZodTypeDef, T>;
104
107
  export declare const StorageId: z.ZodType<`storage_${string}`, z.ZodTypeDef, `storage_${string}`>;
105
108
  export declare const IdentityId: z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>;
106
109
  export declare const EmailId: z.ZodType<`email_${string}`, z.ZodTypeDef, `email_${string}`>;
@@ -115,6 +118,7 @@ export declare const MetaAlertId: z.ZodType<`malrt_${string}`, z.ZodTypeDef, `ma
115
118
  export declare const TagsToTransactionReviewsId: z.ZodType<`ttxr_${string}`, z.ZodTypeDef, `ttxr_${string}`>;
116
119
  export declare const TransactionAddressesId: z.ZodType<`txa_${string}`, z.ZodTypeDef, `txa_${string}`>;
117
120
  export declare const TransactionId: z.ZodType<`tx_${string}`, z.ZodTypeDef, `tx_${string}`>;
121
+ export declare const TransactionActivityId: z.ZodType<`txac_${string}`, z.ZodTypeDef, `txac_${string}`>;
118
122
  export declare const TransactionFeesId: z.ZodType<`txf_${string}`, z.ZodTypeDef, `txf_${string}`>;
119
123
  export declare const TransactionReviewId: z.ZodType<`txrev_${string}`, z.ZodTypeDef, `txrev_${string}`>;
120
124
  export declare const TransactionPartiesId: z.ZodType<`txpar_${string}`, z.ZodTypeDef, `txpar_${string}`>;
@@ -134,7 +138,7 @@ export declare const SsssShareId: z.ZodType<`ssssshare_${string}`, z.ZodTypeDef,
134
138
  export declare const SsssChunkId: z.ZodType<`sssschunk_${string}`, z.ZodTypeDef, `sssschunk_${string}`>;
135
139
  export declare const AiExecutionId: z.ZodType<`aiexec_${string}`, z.ZodTypeDef, `aiexec_${string}`>;
136
140
  export declare const AiExecutionStepId: z.ZodType<`aiexest_${string}`, z.ZodTypeDef, `aiexest_${string}`>;
137
- export declare const generateId: <T extends string>(type: T & (ActionPrefix | AppPrefix | ChallengePrefix | MetaAlertPrefix | TestPrefix | CustomerScreeningPrefix | EmailPrefix | IdentityPrefix | InstitutionExtractedInfosPrefix | InstitutionPrefix | ListPrefix | QueryPrefix | ScenarioPrefix | StoragePrefix | TagPrefix | TagsToTransactionReviewsPrefix | TransactionAmountPrefix | TransactionAddressesPrefix | ScorechainAnalysisPrefix | SsssSharePrefix | SsssChunkPrefix | TransactionExtractedInfosPrefix | TransactionFeesPrefix | TransactionInfosPrefix | TransactionMethodExtractedInfosPrefix | TransactionMethodsPrefix | TransactionPartiesPrefix | TransactionPrefix | TransactionReviewPrefix | WalletPrefix | WorkflowSessionAttributePrefix | AiExecutionPrefix | AiExecutionStepPrefix)) => `${T}_${string}`;
141
+ export declare const generateId: <T extends string>(type: T & (ActionPrefix | AppPrefix | ChallengePrefix | MetaAlertPrefix | TestPrefix | CustomerScreeningPrefix | EmailPrefix | IdentityPrefix | InstitutionExtractedInfosPrefix | InstitutionPrefix | ListPrefix | QueryPrefix | ScenarioPrefix | StoragePrefix | TagPrefix | TagsToTransactionReviewsPrefix | TransactionAmountPrefix | TransactionActivityPrefix | TransactionAddressesPrefix | ScorechainAnalysisPrefix | SsssSharePrefix | SsssChunkPrefix | TransactionExtractedInfosPrefix | TransactionFeesPrefix | TransactionInfosPrefix | TransactionMethodExtractedInfosPrefix | TransactionMethodsPrefix | TransactionPartiesPrefix | TransactionPrefix | TransactionReviewPrefix | WalletPrefix | WorkflowSessionAttributePrefix | AiExecutionPrefix | AiExecutionStepPrefix)) => `${T}_${string}`;
138
142
  export declare const MemberId: z.ZodString;
139
143
  export type MemberId = z.infer<typeof MemberId>;
140
144
  //# sourceMappingURL=identity-ids.schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"identity-ids.schema.d.ts","sourceRoot":"../../../src","sources":["identity-ids.schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"identity-ids.schema.d.ts","sourceRoot":"../../../src","sources":["identity-ids.schema.ts"],"names":[],"mappings":"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"}
@@ -44,4 +44,53 @@ export declare const DEFAULT_FIAT_CURRENCY = "EUR";
44
44
  export declare const TRANSACTIONS_STATS_CURRENCIES: readonly ["USD", "EUR", "GBP"];
45
45
  export declare const TransactionStatsCurrency: z.ZodEnum<["USD", "EUR", "GBP"]>;
46
46
  export type TransactionStatsCurrency = z.infer<typeof TransactionStatsCurrency>;
47
+ export declare const TransactionDataEventObject: z.ZodObject<{
48
+ transactionId: z.ZodString;
49
+ customerId: z.ZodString;
50
+ eventDate: z.ZodDate;
51
+ workflowName: z.ZodOptional<z.ZodString>;
52
+ workflowStep: z.ZodOptional<z.ZodString>;
53
+ sessionId: z.ZodString;
54
+ topic: z.ZodEnum<["NEXERA_SSID_TRANSACTION_CREATED", "NEXERA_SSID_KYT_START", "NEXERA_SSID_KYT_RULE_FAILED", "NEXERA_SSID_KYT_RULE_SUCCESS", "NEXERA_SSID_KYT_RULE_SKIPPED", "NEXERA_SSID_KYT_AML"]>;
55
+ scenario: z.ZodOptional<z.ZodObject<{
56
+ name: z.ZodOptional<z.ZodString>;
57
+ status: z.ZodOptional<z.ZodString>;
58
+ rule: z.ZodOptional<z.ZodString>;
59
+ }, "strip", z.ZodTypeAny, {
60
+ status?: string | undefined;
61
+ name?: string | undefined;
62
+ rule?: string | undefined;
63
+ }, {
64
+ status?: string | undefined;
65
+ name?: string | undefined;
66
+ rule?: string | undefined;
67
+ }>>;
68
+ }, "strip", z.ZodTypeAny, {
69
+ customerId: string;
70
+ transactionId: string;
71
+ eventDate: Date;
72
+ sessionId: string;
73
+ topic: "NEXERA_SSID_TRANSACTION_CREATED" | "NEXERA_SSID_KYT_START" | "NEXERA_SSID_KYT_RULE_FAILED" | "NEXERA_SSID_KYT_RULE_SUCCESS" | "NEXERA_SSID_KYT_RULE_SKIPPED" | "NEXERA_SSID_KYT_AML";
74
+ scenario?: {
75
+ status?: string | undefined;
76
+ name?: string | undefined;
77
+ rule?: string | undefined;
78
+ } | undefined;
79
+ workflowName?: string | undefined;
80
+ workflowStep?: string | undefined;
81
+ }, {
82
+ customerId: string;
83
+ transactionId: string;
84
+ eventDate: Date;
85
+ sessionId: string;
86
+ topic: "NEXERA_SSID_TRANSACTION_CREATED" | "NEXERA_SSID_KYT_START" | "NEXERA_SSID_KYT_RULE_FAILED" | "NEXERA_SSID_KYT_RULE_SUCCESS" | "NEXERA_SSID_KYT_RULE_SKIPPED" | "NEXERA_SSID_KYT_AML";
87
+ scenario?: {
88
+ status?: string | undefined;
89
+ name?: string | undefined;
90
+ rule?: string | undefined;
91
+ } | undefined;
92
+ workflowName?: string | undefined;
93
+ workflowStep?: string | undefined;
94
+ }>;
95
+ export type TransactionDataEventObject = z.infer<typeof TransactionDataEventObject>;
47
96
  //# sourceMappingURL=transaction.schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"transaction.schema.d.ts","sourceRoot":"../../../src","sources":["transaction.schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"transaction.schema.d.ts","sourceRoot":"../../../src","sources":["transaction.schema.ts"],"names":[],"mappings":"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"}