@nexeraid/identity-schemas 2.16.0-dev → 2.16.0

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 (84) hide show
  1. package/dist/{customers.schema-15a7ff7d.cjs.dev.js → customers.schema-a23a7d7d.cjs.dev.js} +3 -3
  2. package/dist/{customers.schema-9aa2c859.esm.js → customers.schema-bc9ea241.esm.js} +3 -3
  3. package/dist/{customers.schema-661c6594.cjs.prod.js → customers.schema-f2cbacca.cjs.prod.js} +3 -3
  4. package/dist/declarations/src/blockchain.schema.d.ts +143 -0
  5. package/dist/declarations/src/blockchain.schema.d.ts.map +1 -0
  6. package/dist/declarations/src/config.schema.d.ts +121 -0
  7. package/dist/declarations/src/config.schema.d.ts.map +1 -1
  8. package/dist/declarations/src/identity/app-requests.schema.d.ts +16 -16
  9. package/dist/declarations/src/identity/host-requests.schema.d.ts +20 -20
  10. package/dist/declarations/src/identity/identity-api.schema.d.ts +3 -2
  11. package/dist/declarations/src/identity/identity-api.schema.d.ts.map +1 -1
  12. package/dist/declarations/src/identity/identity-v2.schema.d.ts +56 -55
  13. package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
  14. package/dist/declarations/src/identity/kyc.schema.d.ts +10 -10
  15. package/dist/declarations/src/identity/scenario.schema.d.ts +4 -4
  16. package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
  17. package/dist/declarations/src/identity/txAuthData.schema.d.ts +24 -150
  18. package/dist/declarations/src/identity/txAuthData.schema.d.ts.map +1 -1
  19. package/dist/declarations/src/index.d.ts +1 -1
  20. package/dist/declarations/src/index.d.ts.map +1 -1
  21. package/dist/declarations/src/nexeraSSID.schema.d.ts +21 -21
  22. package/dist/declarations/src/nexeraSSID.schema.d.ts.map +1 -1
  23. package/dist/declarations/src/providers/kyb-sessions.schema.d.ts +2 -2
  24. package/dist/declarations/src/providers/kyb-sessions.schema.d.ts.map +1 -1
  25. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +15 -15
  26. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
  27. package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +4 -4
  28. package/dist/declarations/src/providers/provider.schema.d.ts +414 -414
  29. package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts +14 -14
  30. package/dist/declarations/src/webhooks/scenario-webhook.schema.d.ts +1 -1
  31. package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +20 -20
  32. package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +108 -108
  33. package/dist/{frontend-utilities.schema-cc8ceb46.cjs.prod.js → frontend-utilities.schema-1a37ad51.cjs.prod.js} +1 -1
  34. package/dist/{frontend-utilities.schema-730f3456.esm.js → frontend-utilities.schema-5587da47.esm.js} +1 -1
  35. package/dist/{frontend-utilities.schema-5d184c4f.cjs.dev.js → frontend-utilities.schema-b01c1889.cjs.dev.js} +1 -1
  36. package/dist/{identity-api.schema-de92d7dd.cjs.dev.js → identity-api.schema-2fb2ff78.cjs.prod.js} +137 -207
  37. package/dist/{identity-api.schema-37706ef2.cjs.prod.js → identity-api.schema-841bc821.cjs.dev.js} +137 -207
  38. package/dist/{identity-api.schema-58351f1d.esm.js → identity-api.schema-ee362a66.esm.js} +128 -189
  39. package/dist/nexeraid-identity-schemas.cjs.dev.js +13 -22
  40. package/dist/nexeraid-identity-schemas.cjs.prod.js +13 -22
  41. package/dist/nexeraid-identity-schemas.esm.js +4 -4
  42. package/dist/package.json +1 -1
  43. package/dist/{transaction.schema-477a98f8.cjs.prod.js → transaction.schema-2f3eb4e6.cjs.prod.js} +1 -1
  44. package/dist/{transaction.schema-0ee693c4.esm.js → transaction.schema-62a16b38.esm.js} +1 -1
  45. package/dist/{transaction.schema-89adc4fb.cjs.dev.js → transaction.schema-fda3d623.cjs.dev.js} +1 -1
  46. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +1 -2
  47. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +1 -2
  48. package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
  49. package/package.json +1 -1
  50. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +2 -2
  51. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -2
  52. package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
  53. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
  54. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
  55. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
  56. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +3 -3
  57. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +3 -3
  58. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +3 -3
  59. package/dist/declarations/src/blockchain/addresses.schema.d.ts +0 -78
  60. package/dist/declarations/src/blockchain/addresses.schema.d.ts.map +0 -1
  61. package/dist/declarations/src/blockchain/base.schema.d.ts +0 -8
  62. package/dist/declarations/src/blockchain/base.schema.d.ts.map +0 -1
  63. package/dist/declarations/src/blockchain/chains/all.schema.d.ts +0 -65
  64. package/dist/declarations/src/blockchain/chains/all.schema.d.ts.map +0 -1
  65. package/dist/declarations/src/blockchain/chains/cosmos.schema.d.ts +0 -18
  66. package/dist/declarations/src/blockchain/chains/cosmos.schema.d.ts.map +0 -1
  67. package/dist/declarations/src/blockchain/chains/evm.schema.d.ts +0 -33
  68. package/dist/declarations/src/blockchain/chains/evm.schema.d.ts.map +0 -1
  69. package/dist/declarations/src/blockchain/chains/index.d.ts +0 -7
  70. package/dist/declarations/src/blockchain/chains/index.d.ts.map +0 -1
  71. package/dist/declarations/src/blockchain/chains/polygon.schema.d.ts +0 -5
  72. package/dist/declarations/src/blockchain/chains/polygon.schema.d.ts.map +0 -1
  73. package/dist/declarations/src/blockchain/chains/starknet.schema.d.ts +0 -17
  74. package/dist/declarations/src/blockchain/chains/starknet.schema.d.ts.map +0 -1
  75. package/dist/declarations/src/blockchain/chains/tezos.schema.d.ts +0 -18
  76. package/dist/declarations/src/blockchain/chains/tezos.schema.d.ts.map +0 -1
  77. package/dist/declarations/src/blockchain/index.d.ts +0 -7
  78. package/dist/declarations/src/blockchain/index.d.ts.map +0 -1
  79. package/dist/declarations/src/blockchain/namespaces.schema.d.ts +0 -24
  80. package/dist/declarations/src/blockchain/namespaces.schema.d.ts.map +0 -1
  81. package/dist/declarations/src/blockchain/signatures.schema.d.ts +0 -49
  82. package/dist/declarations/src/blockchain/signatures.schema.d.ts.map +0 -1
  83. package/dist/declarations/src/blockchain/transaction.schema.d.ts +0 -15
  84. package/dist/declarations/src/blockchain/transaction.schema.d.ts.map +0 -1
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var identityApi_schema = require('./identity-api.schema-de92d7dd.cjs.dev.js');
4
+ var identityApi_schema = require('./identity-api.schema-841bc821.cjs.dev.js');
5
5
 
6
6
  // based on https://tech-doc.api.scorechain.com/
7
7
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -2301,7 +2301,7 @@ var SelectKycSession = zod.z.object({
2301
2301
  createdAt: zod.z.coerce.date(),
2302
2302
  updatedAt: zod.z.coerce.date(),
2303
2303
  scenarioExecutions: identityApi_schema.SdkVerificationOutput.nullish(),
2304
- workflowId: zod.z.string().uuid().nullable()
2304
+ workflowId: zod.z.string().nullable()
2305
2305
  });
2306
2306
  var SelectKycSessionStep = zod.z.object({
2307
2307
  id: identityApi_schema.UuidString,
@@ -2401,7 +2401,7 @@ var SelectKybSession = zod.z.object({
2401
2401
  ip: zod.z.string().nullish(),
2402
2402
  sandboxSimulated: zod.z.coerce["boolean"]().nullish(),
2403
2403
  beneficiaries: BeneficiaryVerificationStatusArray.nullish(),
2404
- workflowId: zod.z.string().uuid().nullable(),
2404
+ workflowId: zod.z.string().nullable(),
2405
2405
  createdAt: zod.z.coerce.date(),
2406
2406
  updatedAt: zod.z.coerce.date()
2407
2407
  // notificationEmail: z.string().nullish(),
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { _ as BlockchainAddress, D as AddressSchema, av as Alpha2Country, ap as UuidString, eV as _toConsumableArray, eX as _arrayWithHoles, eY as _unsupportedIterableToArray, eZ as _nonIterableRest, at as ISO3CountryCode, a2 as BlockchainNamespace, cg as SdkVerificationOutput, aL as CustomerStatus, e_ as _defineProperty, eM as ProofOfResidenceCredentialSubjectSchema, d8 as QrCodeLinkWithSchemaType, aM as BasicCustomerContactInformation, eS as CredentialType } from './identity-api.schema-58351f1d.esm.js';
2
+ import { a4 as BlockchainAddress, F as AddressSchema, an as Alpha2Country, af as UuidString, eM as _toConsumableArray, eO as _arrayWithHoles, eP as _unsupportedIterableToArray, eQ as _nonIterableRest, al as ISO3CountryCode, a7 as BlockchainNamespace, c8 as SdkVerificationOutput, aD as CustomerStatus, eR as _defineProperty, eD as ProofOfResidenceCredentialSubjectSchema, d0 as QrCodeLinkWithSchemaType, aE as BasicCustomerContactInformation, eJ as CredentialType } from './identity-api.schema-ee362a66.esm.js';
3
3
 
4
4
  // based on https://tech-doc.api.scorechain.com/
5
5
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -2299,7 +2299,7 @@ var SelectKycSession = z.object({
2299
2299
  createdAt: z.coerce.date(),
2300
2300
  updatedAt: z.coerce.date(),
2301
2301
  scenarioExecutions: SdkVerificationOutput.nullish(),
2302
- workflowId: z.string().uuid().nullable()
2302
+ workflowId: z.string().nullable()
2303
2303
  });
2304
2304
  var SelectKycSessionStep = z.object({
2305
2305
  id: UuidString,
@@ -2399,7 +2399,7 @@ var SelectKybSession = z.object({
2399
2399
  ip: z.string().nullish(),
2400
2400
  sandboxSimulated: z.coerce["boolean"]().nullish(),
2401
2401
  beneficiaries: BeneficiaryVerificationStatusArray.nullish(),
2402
- workflowId: z.string().uuid().nullable(),
2402
+ workflowId: z.string().nullable(),
2403
2403
  createdAt: z.coerce.date(),
2404
2404
  updatedAt: z.coerce.date()
2405
2405
  // notificationEmail: z.string().nullish(),
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var identityApi_schema = require('./identity-api.schema-37706ef2.cjs.prod.js');
4
+ var identityApi_schema = require('./identity-api.schema-2fb2ff78.cjs.prod.js');
5
5
 
6
6
  // based on https://tech-doc.api.scorechain.com/
7
7
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -2301,7 +2301,7 @@ var SelectKycSession = zod.z.object({
2301
2301
  createdAt: zod.z.coerce.date(),
2302
2302
  updatedAt: zod.z.coerce.date(),
2303
2303
  scenarioExecutions: identityApi_schema.SdkVerificationOutput.nullish(),
2304
- workflowId: zod.z.string().uuid().nullable()
2304
+ workflowId: zod.z.string().nullable()
2305
2305
  });
2306
2306
  var SelectKycSessionStep = zod.z.object({
2307
2307
  id: identityApi_schema.UuidString,
@@ -2401,7 +2401,7 @@ var SelectKybSession = zod.z.object({
2401
2401
  ip: zod.z.string().nullish(),
2402
2402
  sandboxSimulated: zod.z.coerce["boolean"]().nullish(),
2403
2403
  beneficiaries: BeneficiaryVerificationStatusArray.nullish(),
2404
- workflowId: zod.z.string().uuid().nullable(),
2404
+ workflowId: zod.z.string().nullable(),
2405
2405
  createdAt: zod.z.coerce.date(),
2406
2406
  updatedAt: zod.z.coerce.date()
2407
2407
  // notificationEmail: z.string().nullish(),
@@ -0,0 +1,143 @@
1
+ import { z } from "zod";
2
+ export declare enum NEXERA_EVM_CHAINS {
3
+ ETHEREUM = "1",
4
+ GOERLI = "5",
5
+ ARBITRUM = "42161",
6
+ ARBITRUM_GOERLI = "421613",
7
+ ARBITRUM_SEPOLIA = "421614",
8
+ OPTIMISM = "10",
9
+ OPTIMISM_GOERLI = "420",
10
+ OPTIMISM_SEPOLIA = "11155420",
11
+ AVALANCHE = "43114",
12
+ AVALANCHE_FUJI = "43113",
13
+ POLYGON = "137",
14
+ POLYGON_AMOY = "80002",
15
+ SEPOLIA = "11155111",
16
+ BASE = "8453",
17
+ BASE_GOERLI = "84531",
18
+ BASE_SEPOLIA = "84532",
19
+ MOONBEAM = "1284",
20
+ MOONRIVER = "1285",
21
+ BNB = "56",
22
+ BNB_TESTNET = "97",
23
+ SWISSTRONIK_TESTNET = "1291"
24
+ }
25
+ export declare const NEXERA_EVM_CHAINS_ID: readonly [NEXERA_EVM_CHAINS.ETHEREUM, NEXERA_EVM_CHAINS.GOERLI, NEXERA_EVM_CHAINS.ARBITRUM, NEXERA_EVM_CHAINS.ARBITRUM_GOERLI, NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, NEXERA_EVM_CHAINS.OPTIMISM, NEXERA_EVM_CHAINS.OPTIMISM_GOERLI, NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, NEXERA_EVM_CHAINS.AVALANCHE, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, NEXERA_EVM_CHAINS.POLYGON, NEXERA_EVM_CHAINS.POLYGON_AMOY, NEXERA_EVM_CHAINS.SEPOLIA, NEXERA_EVM_CHAINS.BASE, NEXERA_EVM_CHAINS.BASE_GOERLI, NEXERA_EVM_CHAINS.BASE_SEPOLIA, NEXERA_EVM_CHAINS.MOONBEAM, NEXERA_EVM_CHAINS.MOONRIVER, NEXERA_EVM_CHAINS.BNB, NEXERA_EVM_CHAINS.BNB_TESTNET, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET];
26
+ export declare const NexeraEvmChains: z.ZodEnum<[NEXERA_EVM_CHAINS.ETHEREUM, NEXERA_EVM_CHAINS.GOERLI, NEXERA_EVM_CHAINS.ARBITRUM, NEXERA_EVM_CHAINS.ARBITRUM_GOERLI, NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, NEXERA_EVM_CHAINS.OPTIMISM, NEXERA_EVM_CHAINS.OPTIMISM_GOERLI, NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, NEXERA_EVM_CHAINS.AVALANCHE, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, NEXERA_EVM_CHAINS.POLYGON, NEXERA_EVM_CHAINS.POLYGON_AMOY, NEXERA_EVM_CHAINS.SEPOLIA, NEXERA_EVM_CHAINS.BASE, NEXERA_EVM_CHAINS.BASE_GOERLI, NEXERA_EVM_CHAINS.BASE_SEPOLIA, NEXERA_EVM_CHAINS.MOONBEAM, NEXERA_EVM_CHAINS.MOONRIVER, NEXERA_EVM_CHAINS.BNB, NEXERA_EVM_CHAINS.BNB_TESTNET, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>;
27
+ export type NexeraEvmChains = z.infer<typeof NexeraEvmChains>;
28
+ export declare const EVM_BLOCK_TIME: Record<NEXERA_EVM_CHAINS, number>;
29
+ export declare enum NEXERA_TEZOS_CHAINS {
30
+ TEZOS = "NetXdQprcVkpaWU",
31
+ TEZOS_GHOSTNET = "NetXnHfVqm9iesp"
32
+ }
33
+ export declare enum NEXERA_COSMOS_CHAINS {
34
+ COSMOS = "cosmoshub-4",
35
+ COSMOS_TESTNET = "theta-testnet-001"
36
+ }
37
+ export declare enum NEXERA_STARKNET_CHAINS {
38
+ STARKNET_MAIN = "0x534e5f4d41494e",
39
+ STARKNET_SEPOLIA = "0x534e5f5345504f4c4941"
40
+ }
41
+ export declare const NEXERA_EVM_CHAIN_NAMES: {
42
+ readonly "1": "Ethereum Mainnet";
43
+ readonly "5": "Goerli";
44
+ readonly "11155111": "Sepolia";
45
+ readonly "137": "Polygon";
46
+ readonly "80002": "Polygon Amoy";
47
+ readonly "43114": "Avalanche";
48
+ readonly "43113": "Avalanche Fuji";
49
+ readonly "42161": "Arbitrum";
50
+ readonly "421614": "Arbitrum Sepolia";
51
+ readonly "8453": "Base";
52
+ readonly "84532": "Base Sepolia";
53
+ readonly "56": "BSC";
54
+ readonly "97": "BSC Testnet";
55
+ readonly "10": "Optimism";
56
+ readonly "11155420": "Optimism Sepolia";
57
+ readonly "1284": "Moonbeam";
58
+ readonly "1285": "Moonriver";
59
+ readonly NetXdQprcVkpaWU: "tezos-mainnet";
60
+ readonly NetXnHfVqm9iesp: "tezos-ghostnet";
61
+ readonly "cosmoshub-4": "cosmos-mainnet";
62
+ readonly "theta-testnet-001": "cosmos-testnet";
63
+ readonly "0x534e5f4d41494e": "starknet-mainnet";
64
+ readonly "0x534e5f5345504f4c4941": "starknet-sepolia";
65
+ readonly "420": "Optimism Goerli";
66
+ readonly "421613": "Arbitrum Goerli";
67
+ readonly "1291": "Swisstronik Testnet";
68
+ };
69
+ export declare const NEXERA_EVM_CHAIN_NAMES_LIST: ("Ethereum Mainnet" | "Goerli" | "Sepolia" | "Polygon" | "Polygon Amoy" | "Avalanche" | "Avalanche Fuji" | "Arbitrum" | "Arbitrum Sepolia" | "Base" | "Base Sepolia" | "BSC" | "BSC Testnet" | "Optimism" | "Optimism Sepolia" | "Moonbeam" | "Moonriver" | "tezos-mainnet" | "tezos-ghostnet" | "cosmos-mainnet" | "cosmos-testnet" | "starknet-mainnet" | "starknet-sepolia" | "Optimism Goerli" | "Arbitrum Goerli" | "Swisstronik Testnet")[];
70
+ export declare const NEXERA_CHAIN_VALUES: {
71
+ readonly "1": 1;
72
+ readonly "5": 5;
73
+ readonly "137": 137;
74
+ readonly "80002": 80002;
75
+ readonly "43114": 43114;
76
+ readonly "43113": 43113;
77
+ readonly "42161": 42161;
78
+ readonly "421613": 421613;
79
+ readonly "421614": 421614;
80
+ readonly "11155111": 11155111;
81
+ readonly "8453": 8453;
82
+ readonly "84531": 84531;
83
+ readonly "84532": 84532;
84
+ readonly "56": 56;
85
+ readonly "97": 97;
86
+ readonly "1284": 1284;
87
+ readonly "1285": 1285;
88
+ readonly "10": 10;
89
+ readonly "420": 69;
90
+ readonly "11155420": 11155420;
91
+ readonly "1291": 1291;
92
+ readonly NetXdQprcVkpaWU: "NetXdQprcVkpaWU";
93
+ readonly NetXnHfVqm9iesp: "NetXnHfVqm9iesp";
94
+ readonly "cosmoshub-4": "cosmoshub-4";
95
+ readonly "theta-testnet-001": "theta-testnet-001";
96
+ readonly "0x534e5f4d41494e": "0x534e5f4d41494e";
97
+ readonly "0x534e5f5345504f4c4941": "0x534e5f5345504f4c4941";
98
+ };
99
+ export declare const EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC: NEXERA_EVM_CHAINS[];
100
+ export declare const ACTIVE_EVM_CHAIN_VALUES: readonly [NEXERA_EVM_CHAINS.ETHEREUM, NEXERA_EVM_CHAINS.POLYGON, NEXERA_EVM_CHAINS.POLYGON_AMOY, NEXERA_EVM_CHAINS.AVALANCHE, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, NEXERA_EVM_CHAINS.ARBITRUM, NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, NEXERA_EVM_CHAINS.SEPOLIA, NEXERA_EVM_CHAINS.BASE, NEXERA_EVM_CHAINS.BASE_SEPOLIA, NEXERA_EVM_CHAINS.BNB, NEXERA_EVM_CHAINS.BNB_TESTNET, NEXERA_EVM_CHAINS.MOONBEAM, NEXERA_EVM_CHAINS.MOONRIVER, NEXERA_EVM_CHAINS.OPTIMISM, NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET];
101
+ export declare const EvmChainId: z.ZodEffects<z.ZodEnum<[NEXERA_EVM_CHAINS.ETHEREUM, NEXERA_EVM_CHAINS.POLYGON, NEXERA_EVM_CHAINS.POLYGON_AMOY, NEXERA_EVM_CHAINS.AVALANCHE, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, NEXERA_EVM_CHAINS.ARBITRUM, NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, NEXERA_EVM_CHAINS.SEPOLIA, NEXERA_EVM_CHAINS.BASE, NEXERA_EVM_CHAINS.BASE_SEPOLIA, NEXERA_EVM_CHAINS.BNB, NEXERA_EVM_CHAINS.BNB_TESTNET, NEXERA_EVM_CHAINS.MOONBEAM, NEXERA_EVM_CHAINS.MOONRIVER, NEXERA_EVM_CHAINS.OPTIMISM, NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>, NEXERA_EVM_CHAINS.ETHEREUM | NEXERA_EVM_CHAINS.ARBITRUM | NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | NEXERA_EVM_CHAINS.OPTIMISM | NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | NEXERA_EVM_CHAINS.AVALANCHE | NEXERA_EVM_CHAINS.AVALANCHE_FUJI | NEXERA_EVM_CHAINS.POLYGON | NEXERA_EVM_CHAINS.POLYGON_AMOY | NEXERA_EVM_CHAINS.SEPOLIA | NEXERA_EVM_CHAINS.BASE | NEXERA_EVM_CHAINS.BASE_SEPOLIA | NEXERA_EVM_CHAINS.MOONBEAM | NEXERA_EVM_CHAINS.MOONRIVER | NEXERA_EVM_CHAINS.BNB | NEXERA_EVM_CHAINS.BNB_TESTNET | NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, unknown>;
102
+ export type EvmChainId = z.infer<typeof EvmChainId>;
103
+ export declare const POLYGON_NETWORK_NAMES: readonly ["main", "amoy"];
104
+ export declare const PolygonNetworkNames: z.ZodEnum<["main", "amoy"]>;
105
+ export type PolygonNetworkNames = z.infer<typeof PolygonNetworkNames>;
106
+ export declare const NEXERA_TEZOS_CHAIN_NAMES: {
107
+ readonly NetXdQprcVkpaWU: "Tezos Mainnet";
108
+ readonly NetXnHfVqm9iesp: "Tezos Ghostnet";
109
+ };
110
+ export declare const NEXERA_TEZOS_CHAIN_NAMES_LIST: ("Tezos Mainnet" | "Tezos Ghostnet")[];
111
+ export declare const NEXERA_TEZOS_CHAIN_VALUES: {
112
+ readonly NetXdQprcVkpaWU: "NetXdQprcVkpaWU";
113
+ readonly NetXnHfVqm9iesp: "NetXnHfVqm9iesp";
114
+ };
115
+ export declare const ACTIVE_TEZOS_CHAIN_VALUES: readonly [NEXERA_TEZOS_CHAINS.TEZOS, NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET];
116
+ export declare const TezosChainId: z.ZodEffects<z.ZodEnum<[NEXERA_TEZOS_CHAINS.TEZOS, NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>, NEXERA_TEZOS_CHAINS, unknown>;
117
+ export type TezosChainId = z.infer<typeof TezosChainId>;
118
+ export declare const COSMOS_CHAIN_NAMES: {
119
+ readonly "cosmoshub-4": "Cosmos Mainnet";
120
+ readonly "theta-testnet-001": "Cosmos Testnet";
121
+ };
122
+ export declare const COSMOS_CHAIN_NAMES_LIST: ("Cosmos Mainnet" | "Cosmos Testnet")[];
123
+ export declare const COSMOS_CHAIN_VALUES: {
124
+ readonly "cosmoshub-4": "cosmoshub-4";
125
+ readonly "theta-testnet-001": "theta-testnet-001";
126
+ };
127
+ export declare const ACTIVE_COSMOS_CHAIN_VALUES: readonly [NEXERA_COSMOS_CHAINS.COSMOS, NEXERA_COSMOS_CHAINS.COSMOS_TESTNET];
128
+ export declare const CosmosChainId: z.ZodEffects<z.ZodEnum<[NEXERA_COSMOS_CHAINS.COSMOS, NEXERA_COSMOS_CHAINS.COSMOS_TESTNET]>, NEXERA_COSMOS_CHAINS, unknown>;
129
+ export type CosmosChainId = z.infer<typeof CosmosChainId>;
130
+ export declare const NEXERA_STARKNET_CHAIN_NAMES: {
131
+ readonly STARKNET_MAIN: "Starknet Mainnet";
132
+ readonly STARKNET_SEPOLIA: "Starknet Sepolia";
133
+ };
134
+ export declare const NEXERA_STARKNET_CHAIN_VALUES: {
135
+ readonly STARKNET_MAIN: "0x534e5f4d41494e";
136
+ readonly STARKNET_SEPOLIA: "0x534e5f5345504f4c4941";
137
+ };
138
+ export declare const NEXERA_ACTIVE_STARKNET_CHAIN_VALUES: readonly ["0x534e5f4d41494e", "0x534e5f5345504f4c4941"];
139
+ export declare const StarknetChainId: z.ZodEffects<z.ZodEnum<["0x534e5f4d41494e", "0x534e5f5345504f4c4941"]>, "0x534e5f4d41494e" | "0x534e5f5345504f4c4941", unknown>;
140
+ export type StarknetChainId = z.infer<typeof StarknetChainId>;
141
+ export declare const BlockchainId: z.ZodUnion<[z.ZodEffects<z.ZodEnum<[NEXERA_EVM_CHAINS.ETHEREUM, NEXERA_EVM_CHAINS.POLYGON, NEXERA_EVM_CHAINS.POLYGON_AMOY, NEXERA_EVM_CHAINS.AVALANCHE, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, NEXERA_EVM_CHAINS.ARBITRUM, NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, NEXERA_EVM_CHAINS.SEPOLIA, NEXERA_EVM_CHAINS.BASE, NEXERA_EVM_CHAINS.BASE_SEPOLIA, NEXERA_EVM_CHAINS.BNB, NEXERA_EVM_CHAINS.BNB_TESTNET, NEXERA_EVM_CHAINS.MOONBEAM, NEXERA_EVM_CHAINS.MOONRIVER, NEXERA_EVM_CHAINS.OPTIMISM, NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>, NEXERA_EVM_CHAINS.ETHEREUM | NEXERA_EVM_CHAINS.ARBITRUM | NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | NEXERA_EVM_CHAINS.OPTIMISM | NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | NEXERA_EVM_CHAINS.AVALANCHE | NEXERA_EVM_CHAINS.AVALANCHE_FUJI | NEXERA_EVM_CHAINS.POLYGON | NEXERA_EVM_CHAINS.POLYGON_AMOY | NEXERA_EVM_CHAINS.SEPOLIA | NEXERA_EVM_CHAINS.BASE | NEXERA_EVM_CHAINS.BASE_SEPOLIA | NEXERA_EVM_CHAINS.MOONBEAM | NEXERA_EVM_CHAINS.MOONRIVER | NEXERA_EVM_CHAINS.BNB | NEXERA_EVM_CHAINS.BNB_TESTNET | NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, unknown>, z.ZodEffects<z.ZodEnum<[NEXERA_TEZOS_CHAINS.TEZOS, NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>, NEXERA_TEZOS_CHAINS, unknown>, z.ZodEffects<z.ZodEnum<[NEXERA_COSMOS_CHAINS.COSMOS, NEXERA_COSMOS_CHAINS.COSMOS_TESTNET]>, NEXERA_COSMOS_CHAINS, unknown>, z.ZodEffects<z.ZodEnum<["0x534e5f4d41494e", "0x534e5f5345504f4c4941"]>, "0x534e5f4d41494e" | "0x534e5f5345504f4c4941", unknown>]>;
142
+ export type BlockchainId = z.infer<typeof BlockchainId>;
143
+ //# sourceMappingURL=blockchain.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blockchain.schema.d.ts","sourceRoot":"../../../src","sources":["blockchain.schema.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,109 @@
1
1
  import { z } from "zod";
2
+ /**
3
+ * EIP155
4
+ */
5
+ export declare const isValidAddress: (address: string) => boolean;
6
+ export declare const String0x: z.ZodEffects<z.ZodString, string, string>;
7
+ export type String0x = z.infer<typeof String0x>;
8
+ export type TxData = PrivateKey;
9
+ export declare const PrivateKey: z.ZodEffects<z.ZodString, string, string>;
10
+ export type PrivateKey = String0x;
11
+ export declare const PublicKey: z.ZodString;
12
+ export type PublicKey = z.infer<typeof PublicKey>;
13
+ /**
14
+ * Note: it might be nice to use String0x as the base object instead of z.string(),
15
+ * but this causes update-api to fail with the following error:
16
+ * TRPCError: [query.kyc.sumsub.getJourneyData] -
17
+ * Input parser key: "userAddress" must be ZodString, ZodNumber, ZodBoolean, ZodBigInt or ZodDate
18
+ */
19
+ export declare const AddressSchema: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
20
+ export type Address = z.infer<typeof AddressSchema>;
21
+ export declare const TxHash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
22
+ export type TxHash = z.infer<typeof TxHash>;
23
+ export declare const EIP155Signature: z.ZodEffects<z.ZodString, string, string>;
24
+ export type EIP155Signature = String0x;
25
+ export declare const FunctionCallData: z.ZodEffects<z.ZodString, string, string>;
26
+ export type FunctionCallData = String0x;
27
+ export declare const shortAddress: (address: BlockchainAddress) => BlockchainAddress;
28
+ /**
29
+ * Aptos
30
+ */
31
+ export declare const AptosAddress: z.ZodEffects<z.ZodString, string, string>;
32
+ export type AptosAddress = z.infer<typeof AptosAddress>;
33
+ export declare const AptosSignature: z.ZodString;
34
+ export type AptosSignature = z.infer<typeof AptosSignature>;
35
+ /**
36
+ * Starknet
37
+ */
38
+ export declare const StarknetAddress: z.ZodEffects<z.ZodString, string, string>;
39
+ export type StarknetAddress = z.infer<typeof StarknetAddress>;
40
+ export declare const StarknetSignature: z.ZodEffects<z.ZodString, string, string>;
41
+ export type StarknetSignature = z.infer<typeof StarknetSignature>;
42
+ /**
43
+ * Polkadot
44
+ */
45
+ export declare const PolkadotAddress: z.ZodString;
46
+ export type PolkadotAddress = z.infer<typeof PolkadotAddress>;
47
+ export declare const PolkadotSignature: z.ZodEffects<z.ZodString, string, string>;
48
+ export type PolkadotSignature = z.infer<typeof PolkadotSignature>;
49
+ /**
50
+ * Cosmos
51
+ */
52
+ export declare const CosmosAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>;
53
+ export type CosmosAddress = z.infer<typeof CosmosAddress>;
54
+ export declare const CosmosSignature: z.ZodEffects<z.ZodString, string, string>;
55
+ export type CosmosSignature = z.infer<typeof CosmosSignature>;
56
+ /**
57
+ * Tezos
58
+ */
59
+ export declare const TezosImplicitAddress: z.ZodEffects<z.ZodString, `tz${string}`, string>;
60
+ export type TezosImplicitAddress = z.infer<typeof TezosImplicitAddress>;
61
+ export declare const TezosContractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;
62
+ export type TezosContractAddress = z.infer<typeof TezosContractAddress>;
63
+ export declare const TezosAddress: z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>;
64
+ export type TezosAddress = z.infer<typeof TezosAddress>;
65
+ export declare const TezosEntrypointName: z.ZodEffects<z.ZodString, `%${string}`, string>;
66
+ export type TezosEntrypointName = z.infer<typeof TezosEntrypointName>;
67
+ export declare const EdSignature: z.ZodEffects<z.ZodString, `edsig${string}`, string>;
68
+ export type EdSignature = z.infer<typeof EdSignature>;
69
+ export declare const SpSignature: z.ZodEffects<z.ZodString, `spsig${string}`, string>;
70
+ export type SpSignature = z.infer<typeof SpSignature>;
71
+ export declare const P2Signature: z.ZodEffects<z.ZodString, `p2sig${string}`, string>;
72
+ export type P2Signature = z.infer<typeof P2Signature>;
73
+ export declare const TezosSignature: z.ZodUnion<[z.ZodEffects<z.ZodString, `edsig${string}`, string>, z.ZodEffects<z.ZodString, `spsig${string}`, string>, z.ZodEffects<z.ZodString, `p2sig${string}`, string>]>;
74
+ export type TezosSignature = z.infer<typeof TezosSignature>;
75
+ /**
76
+ * Cardano
77
+ */
78
+ export declare const CardanoAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>;
79
+ export type CardanoAddress = z.infer<typeof CardanoAddress>;
80
+ export declare const CardanoSignature: z.ZodEffects<z.ZodString, string, string>;
81
+ export type CardanoSignature = z.infer<typeof CardanoSignature>;
82
+ /**
83
+ * Chain agnostic schemas
84
+ */
85
+ export declare const BlockchainAddress: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>;
86
+ export type BlockchainAddress = z.infer<typeof BlockchainAddress>;
87
+ export declare const BlockchainSignature: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `edsig${string}`, string>, z.ZodEffects<z.ZodString, `spsig${string}`, string>, z.ZodEffects<z.ZodString, `p2sig${string}`, string>]>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodString, string, string>]>;
88
+ export type BlockchainSignature = z.infer<typeof BlockchainSignature>;
89
+ export declare const BLOCKCHAIN_NAMESPACES: readonly ["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano"];
90
+ export declare const BlockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano"]>;
91
+ export type BlockchainNamespace = z.infer<typeof BlockchainNamespace>;
92
+ export declare const BLOCKCHAIN_NAMESPACES_NAMES: {
93
+ readonly tezos: "Tezos";
94
+ readonly eip155: "EVM";
95
+ readonly aptos: "Aptos";
96
+ readonly polkadot: "Polkadot";
97
+ readonly starknet: "Starknet";
98
+ readonly cosmos: "Cosmos";
99
+ readonly solana: "Solana";
100
+ readonly cardano: "Cardano";
101
+ };
102
+ export declare const DISPLAYED_LOCKCHAIN_NAMESPACES: readonly ["Tezos", "EVM", "Aptos", "Polkadot", "Starknet", "Cosmos", "Solana", "Cardano"];
103
+ export declare const DisplayedBlockchainNamespace: z.ZodEnum<["Tezos", "EVM", "Aptos", "Polkadot", "Starknet", "Cosmos", "Solana", "Cardano"]>;
104
+ export type DisplayedBlockchainNamespace = z.infer<typeof DisplayedBlockchainNamespace>;
105
+ export declare const BLOCKCHAIN_NAME_TO_NAMESPACE: Record<DisplayedBlockchainNamespace, BlockchainNamespace>;
106
+ export declare const BLOCKCHAIN_NAMESPACE_TO_NAME: Record<BlockchainNamespace, DisplayedBlockchainNamespace>;
2
107
  export declare const ENVS: readonly ["cicd", "local", "test-dev-1", "test-dev-2", "test-dev-3", "dev", "stage", "prod"];
3
108
  export declare const EnvironmentSchema: z.ZodEnum<["cicd", "local", "test-dev-1", "test-dev-2", "test-dev-3", "dev", "stage", "prod"]>;
4
109
  export type Environment = z.infer<typeof EnvironmentSchema>;
@@ -6,6 +111,22 @@ export declare const UuidString: z.ZodString;
6
111
  export type UuidString = z.infer<typeof UuidString>;
7
112
  export declare const OtpCode: z.ZodString;
8
113
  export type OtpCode = z.infer<typeof OtpCode>;
114
+ /**
115
+ * Zod parse without throwing an error if the value is invalid
116
+ * Rather, it returns a object with optional error and data fields
117
+ *
118
+ * @param schema
119
+ * @param value
120
+ * @constructor
121
+ */
122
+ export declare function ZodParse<T>(schema: z.ZodSchema<T>, value: unknown): {
123
+ data: z.infer<typeof schema>;
124
+ error: undefined;
125
+ } | {
126
+ error: z.ZodError<unknown>;
127
+ data: undefined;
128
+ };
129
+ export declare const shortBlockchainAddress: (address: BlockchainAddress) => string;
9
130
  /**
10
131
  * All public services
11
132
  */
@@ -1 +1 @@
1
- {"version":3,"file":"config.schema.d.ts","sourceRoot":"../../../src","sources":["config.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,IAAI,8FASP,CAAC;AACX,eAAO,MAAM,iBAAiB,gGAAe,CAAC;AAC9C,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE5D,eAAO,MAAM,UAAU,aAAoB,CAAC;AAC5C,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AAEpD,eAAO,MAAM,OAAO,aAEmC,CAAC;AACxD,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,CAAC;AAE9C;;GAEG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B7B,CAAC;AAEX,eAAO,MAAM,SAAS,kFAUnB,CAAC"}
1
+ {"version":3,"file":"config.schema.d.ts","sourceRoot":"../../../src","sources":["config.schema.ts"],"names":[],"mappings":"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"}
@@ -3,7 +3,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
3
3
  executionId: z.ZodString;
4
4
  sessionId: z.ZodString;
5
5
  projectId: z.ZodString;
6
- address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
6
+ address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>;
7
7
  status: z.ZodEnum<["pending", "authorised", "unauthorised"]>;
8
8
  scenarioId: z.ZodString;
9
9
  scenarioName: z.ZodString;
@@ -393,7 +393,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
393
393
  objectType: z.ZodEnum<["ChallengeQuery", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
394
394
  objectId: z.ZodString;
395
395
  name: z.ZodString;
396
- address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
396
+ address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>;
397
397
  result: z.ZodObject<z.objectUtil.extendShape<{
398
398
  result: z.ZodObject<{
399
399
  is_valid: z.ZodBoolean;
@@ -560,7 +560,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
560
560
  objectType: z.ZodEnum<["ChallengeQuery", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
561
561
  objectId: z.ZodString;
562
562
  name: z.ZodString;
563
- address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
563
+ address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>;
564
564
  result: z.ZodObject<z.objectUtil.extendShape<{
565
565
  result: z.ZodObject<{
566
566
  is_valid: z.ZodBoolean;
@@ -708,7 +708,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
708
708
  executionId: z.ZodString;
709
709
  sessionId: z.ZodString;
710
710
  projectId: z.ZodString;
711
- address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
711
+ address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>;
712
712
  status: z.ZodEnum<["pending", "authorised", "unauthorised"]>;
713
713
  scenarioId: z.ZodString;
714
714
  scenarioName: z.ZodString;
@@ -1240,7 +1240,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1240
1240
  objectType: z.ZodEnum<["ChallengeQuery", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
1241
1241
  objectId: z.ZodString;
1242
1242
  name: z.ZodString;
1243
- address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
1243
+ address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>;
1244
1244
  result: z.ZodObject<z.objectUtil.extendShape<{
1245
1245
  result: z.ZodObject<{
1246
1246
  is_valid: z.ZodBoolean;
@@ -1387,7 +1387,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1387
1387
  executionId: z.ZodString;
1388
1388
  sessionId: z.ZodString;
1389
1389
  projectId: z.ZodString;
1390
- address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
1390
+ address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>;
1391
1391
  status: z.ZodEnum<["pending", "authorised", "unauthorised"]>;
1392
1392
  scenarioId: z.ZodString;
1393
1393
  scenarioName: z.ZodString;
@@ -1921,7 +1921,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
1921
1921
  objectType: z.ZodEnum<["ChallengeQuery", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
1922
1922
  objectId: z.ZodString;
1923
1923
  name: z.ZodString;
1924
- address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
1924
+ address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>;
1925
1925
  result: z.ZodObject<z.objectUtil.extendShape<{
1926
1926
  result: z.ZodObject<{
1927
1927
  is_valid: z.ZodBoolean;
@@ -2068,7 +2068,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2068
2068
  executionId: z.ZodString;
2069
2069
  sessionId: z.ZodString;
2070
2070
  projectId: z.ZodString;
2071
- address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
2071
+ address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>;
2072
2072
  status: z.ZodEnum<["pending", "authorised", "unauthorised"]>;
2073
2073
  scenarioId: z.ZodString;
2074
2074
  scenarioName: z.ZodString;
@@ -2911,7 +2911,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
2911
2911
  objectType: z.ZodEnum<["ChallengeQuery", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
2912
2912
  objectId: z.ZodString;
2913
2913
  name: z.ZodString;
2914
- address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
2914
+ address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>;
2915
2915
  result: z.ZodObject<z.objectUtil.extendShape<{
2916
2916
  result: z.ZodObject<{
2917
2917
  is_valid: z.ZodBoolean;
@@ -3058,7 +3058,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3058
3058
  executionId: z.ZodString;
3059
3059
  sessionId: z.ZodString;
3060
3060
  projectId: z.ZodString;
3061
- address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
3061
+ address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>;
3062
3062
  status: z.ZodEnum<["pending", "authorised", "unauthorised"]>;
3063
3063
  scenarioId: z.ZodString;
3064
3064
  scenarioName: z.ZodString;
@@ -3814,8 +3814,8 @@ export declare const SignatureRequest: z.ZodObject<{
3814
3814
  identifier: string;
3815
3815
  }>;
3816
3816
  export declare const TransactionData: z.ZodObject<{
3817
- accountAddress: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>;
3818
- to: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>;
3817
+ accountAddress: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>;
3818
+ to: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>;
3819
3819
  data: z.ZodEffects<z.ZodString, string, string>;
3820
3820
  value: z.ZodOptional<z.ZodString>;
3821
3821
  }, "strip", z.ZodTypeAny, {
@@ -3833,8 +3833,8 @@ export declare const SendTransactionRequest: z.ZodObject<{
3833
3833
  type: z.ZodLiteral<"sendTransactionRequest">;
3834
3834
  identifier: z.ZodString;
3835
3835
  data: z.ZodObject<{
3836
- accountAddress: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>;
3837
- to: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>;
3836
+ accountAddress: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>;
3837
+ to: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>;
3838
3838
  data: z.ZodEffects<z.ZodString, string, string>;
3839
3839
  value: z.ZodOptional<z.ZodString>;
3840
3840
  }, "strip", z.ZodTypeAny, {
@@ -3902,8 +3902,8 @@ export declare const IdentityRequestMessage: z.ZodUnion<[z.ZodObject<{
3902
3902
  type: z.ZodLiteral<"sendTransactionRequest">;
3903
3903
  identifier: z.ZodString;
3904
3904
  data: z.ZodObject<{
3905
- accountAddress: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>;
3906
- to: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>;
3905
+ accountAddress: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>;
3906
+ to: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>;
3907
3907
  data: z.ZodEffects<z.ZodString, string, string>;
3908
3908
  value: z.ZodOptional<z.ZodString>;
3909
3909
  }, "strip", z.ZodTypeAny, {