@nexeraid/identity-schemas 2.93.0-dev → 2.95.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.
- package/dist/{CoinMarketCap.schema-8c155e0d.cjs.dev.cjs → CoinMarketCap.schema-8f51f99c.cjs.dev.cjs} +4 -4
- package/dist/{CoinMarketCap.schema-218d0159.cjs.prod.cjs → CoinMarketCap.schema-b65544c9.cjs.prod.cjs} +4 -4
- package/dist/{CoinMarketCap.schema-f941f584.esm.mjs → CoinMarketCap.schema-fb3f081d.esm.mjs} +2 -2
- package/dist/declarations/src/blockchain/chains/all.schema.d.ts +1 -1
- package/dist/declarations/src/blockchain/chains/all.schema.d.ts.map +1 -1
- package/dist/declarations/src/blockchain/chains/evm.schema.d.ts +7 -5
- package/dist/declarations/src/blockchain/chains/evm.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -37
- package/dist/declarations/src/identity/host-requests.schema.d.ts +10 -10
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +33 -33
- package/dist/declarations/src/identity/kyc.schema.d.ts +14 -14
- package/dist/declarations/src/identity/scenario.schema.d.ts +59 -59
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/txAuthData.schema.d.ts +15 -15
- package/dist/declarations/src/identity-ids.schema.d.ts +6 -2
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/index.d.ts +1 -0
- package/dist/declarations/src/providers/index.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +37 -37
- package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts +1 -3
- package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/scorechain/scorechainRiskLevel.schema.d.ts +5 -0
- package/dist/declarations/src/providers/scorechain/scorechainRiskLevel.schema.d.ts.map +1 -0
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts +28 -0
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +38 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +6 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +48 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-a5793eed.esm.mjs → identity-api.schema-5b7341cb.esm.mjs} +9 -87
- package/dist/{identity-api.schema-49bb28b1.cjs.prod.cjs → identity-api.schema-7a09a22a.cjs.prod.cjs} +9 -106
- package/dist/{identity-api.schema-631884b4.cjs.dev.cjs → identity-api.schema-bf0857fd.cjs.dev.cjs} +9 -106
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +24 -22
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +24 -22
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-9a012c74.cjs.dev.cjs → tfhe-utilities-939bea5e.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-8f915faa.cjs.prod.cjs → tfhe-utilities-ae6d666e.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-35852daa.esm.mjs → tfhe-utilities-f0db74d9.esm.mjs} +2 -2
- package/dist/{vault.schema-4f041ed1.cjs.dev.cjs → vault.schema-715502cc.cjs.dev.cjs} +170 -7
- package/dist/{vault.schema-a0de2905.esm.mjs → vault.schema-78e863d5.esm.mjs} +150 -8
- package/dist/{vault.schema-7f773af4.cjs.prod.cjs → vault.schema-bd02bf67.cjs.prod.cjs} +170 -7
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +11 -11
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +11 -11
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
|
@@ -121,17 +121,19 @@ var NEXERA_EVM_CHAINS = /*#__PURE__*/function (NEXERA_EVM_CHAINS) {
|
|
|
121
121
|
NEXERA_EVM_CHAINS["SWAN_MAINNET"] = "254";
|
|
122
122
|
NEXERA_EVM_CHAINS["SWAN_SATURN_TESTNET"] = "2024";
|
|
123
123
|
NEXERA_EVM_CHAINS["SWAN_PROXIMA_TESTNET"] = "20241133";
|
|
124
|
+
NEXERA_EVM_CHAINS["AGUNG_TESTNET"] = "9990";
|
|
125
|
+
NEXERA_EVM_CHAINS["PEAQ_MAINNET"] = "3338";
|
|
124
126
|
return NEXERA_EVM_CHAINS;
|
|
125
127
|
}({});
|
|
126
|
-
var NEXERA_EVM_CHAIN_NAMES = (_NEXERA_EVM_CHAIN_NAM = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_NEXERA_EVM_CHAIN_NAM, NEXERA_EVM_CHAINS.ETHEREUM, "Ethereum Mainnet"), NEXERA_EVM_CHAINS.SEPOLIA, "Sepolia Testnet"), NEXERA_EVM_CHAINS.POLYGON, "Polygon Mainnet"), NEXERA_EVM_CHAINS.POLYGON_AMOY, "Polygon Amoy Testnet"), NEXERA_EVM_CHAINS.AVALANCHE, "Avalanche Mainnet"), NEXERA_EVM_CHAINS.AVALANCHE_FUJI, "Avalanche Fuji Testnet"), NEXERA_EVM_CHAINS.ARBITRUM, "Arbitrum Mainnet"), NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, "Arbitrum Sepolia Testnet"), NEXERA_EVM_CHAINS.BASE, "Base Mainnet"), NEXERA_EVM_CHAINS.BASE_SEPOLIA, "Base Sepolia Testnet"), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_NEXERA_EVM_CHAIN_NAM, NEXERA_EVM_CHAINS.BNB, "Binance Smart Chain Mainnet"), NEXERA_EVM_CHAINS.BNB_TESTNET, "Binance Smart Chain Testnet"), NEXERA_EVM_CHAINS.OPTIMISM, "Optimism Mainnet"), NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, "Optimism Sepolia Testnet"), NEXERA_EVM_CHAINS.MOONBEAM, "Moonbeam Mainnet"), NEXERA_EVM_CHAINS.MOONRIVER, "Moonriver Mainnet"), NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, "Swisstronik Testnet"), NEXERA_EVM_CHAINS.HEDERA_MAINNET, "Hedera Mainnet"), NEXERA_EVM_CHAINS.HEDERA_TESTNET, "Hedera Testnet"), NEXERA_EVM_CHAINS.SWAN_MAINNET, "Swan Mainnet"), _defineProperty(_defineProperty(_NEXERA_EVM_CHAIN_NAM, NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, "Swan Saturn Testnet"), NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET, "Swan Proxima Testnet"));
|
|
128
|
+
var NEXERA_EVM_CHAIN_NAMES = (_NEXERA_EVM_CHAIN_NAM = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_NEXERA_EVM_CHAIN_NAM, NEXERA_EVM_CHAINS.ETHEREUM, "Ethereum Mainnet"), NEXERA_EVM_CHAINS.SEPOLIA, "Sepolia Testnet"), NEXERA_EVM_CHAINS.POLYGON, "Polygon Mainnet"), NEXERA_EVM_CHAINS.POLYGON_AMOY, "Polygon Amoy Testnet"), NEXERA_EVM_CHAINS.AVALANCHE, "Avalanche Mainnet"), NEXERA_EVM_CHAINS.AVALANCHE_FUJI, "Avalanche Fuji Testnet"), NEXERA_EVM_CHAINS.ARBITRUM, "Arbitrum Mainnet"), NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, "Arbitrum Sepolia Testnet"), NEXERA_EVM_CHAINS.BASE, "Base Mainnet"), NEXERA_EVM_CHAINS.BASE_SEPOLIA, "Base Sepolia Testnet"), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_NEXERA_EVM_CHAIN_NAM, NEXERA_EVM_CHAINS.BNB, "Binance Smart Chain Mainnet"), NEXERA_EVM_CHAINS.BNB_TESTNET, "Binance Smart Chain Testnet"), NEXERA_EVM_CHAINS.OPTIMISM, "Optimism Mainnet"), NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, "Optimism Sepolia Testnet"), NEXERA_EVM_CHAINS.MOONBEAM, "Moonbeam Mainnet"), NEXERA_EVM_CHAINS.MOONRIVER, "Moonriver Mainnet"), NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, "Swisstronik Testnet"), NEXERA_EVM_CHAINS.HEDERA_MAINNET, "Hedera Mainnet"), NEXERA_EVM_CHAINS.HEDERA_TESTNET, "Hedera Testnet"), NEXERA_EVM_CHAINS.SWAN_MAINNET, "Swan Mainnet"), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_NEXERA_EVM_CHAIN_NAM, NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, "Swan Saturn Testnet"), NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET, "Swan Proxima Testnet"), NEXERA_EVM_CHAINS.AGUNG_TESTNET, "Agung Testnet"), NEXERA_EVM_CHAINS.PEAQ_MAINNET, "Peaq Mainnet"));
|
|
127
129
|
var NEXERA_EVM_CHAIN_NAMES_LIST = Object.values(NEXERA_EVM_CHAIN_NAMES);
|
|
128
|
-
var NEXERA_EVM_CHAINS_ID = [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, NEXERA_EVM_CHAINS.HEDERA_MAINNET, NEXERA_EVM_CHAINS.HEDERA_TESTNET, NEXERA_EVM_CHAINS.SWAN_MAINNET, NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET];
|
|
130
|
+
var NEXERA_EVM_CHAINS_ID = [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, NEXERA_EVM_CHAINS.HEDERA_MAINNET, NEXERA_EVM_CHAINS.HEDERA_TESTNET, NEXERA_EVM_CHAINS.SWAN_MAINNET, NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET, NEXERA_EVM_CHAINS.AGUNG_TESTNET, NEXERA_EVM_CHAINS.PEAQ_MAINNET];
|
|
129
131
|
var NexeraEvmChains = zod.z["enum"](NEXERA_EVM_CHAINS_ID);
|
|
130
|
-
var EVM_BLOCK_TIME = (_EVM_BLOCK_TIME = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_EVM_BLOCK_TIME, NEXERA_EVM_CHAINS.ETHEREUM, 12), NEXERA_EVM_CHAINS.GOERLI, 12), NEXERA_EVM_CHAINS.SEPOLIA, 12), NEXERA_EVM_CHAINS.ARBITRUM, 0.26), NEXERA_EVM_CHAINS.ARBITRUM_GOERLI, 0.26), NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, 0.26), NEXERA_EVM_CHAINS.OPTIMISM, 2), NEXERA_EVM_CHAINS.OPTIMISM_GOERLI, 2), NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, 2), NEXERA_EVM_CHAINS.AVALANCHE, 3), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_EVM_BLOCK_TIME, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, 3), NEXERA_EVM_CHAINS.POLYGON, 2), NEXERA_EVM_CHAINS.POLYGON_AMOY, 2), NEXERA_EVM_CHAINS.BASE, 2), NEXERA_EVM_CHAINS.BASE_GOERLI, 2), NEXERA_EVM_CHAINS.BASE_SEPOLIA, 2), NEXERA_EVM_CHAINS.BNB, 3), NEXERA_EVM_CHAINS.BNB_TESTNET, 3), NEXERA_EVM_CHAINS.MOONBEAM, 12), NEXERA_EVM_CHAINS.MOONRIVER, 12), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_EVM_BLOCK_TIME, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, 4), NEXERA_EVM_CHAINS.HEDERA_MAINNET, 2), NEXERA_EVM_CHAINS.HEDERA_TESTNET, 2), NEXERA_EVM_CHAINS.SWAN_MAINNET, 5), NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, 5), NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET, 2));
|
|
132
|
+
var EVM_BLOCK_TIME = (_EVM_BLOCK_TIME = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_EVM_BLOCK_TIME, NEXERA_EVM_CHAINS.ETHEREUM, 12), NEXERA_EVM_CHAINS.GOERLI, 12), NEXERA_EVM_CHAINS.SEPOLIA, 12), NEXERA_EVM_CHAINS.ARBITRUM, 0.26), NEXERA_EVM_CHAINS.ARBITRUM_GOERLI, 0.26), NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, 0.26), NEXERA_EVM_CHAINS.OPTIMISM, 2), NEXERA_EVM_CHAINS.OPTIMISM_GOERLI, 2), NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, 2), NEXERA_EVM_CHAINS.AVALANCHE, 3), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_EVM_BLOCK_TIME, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, 3), NEXERA_EVM_CHAINS.POLYGON, 2), NEXERA_EVM_CHAINS.POLYGON_AMOY, 2), NEXERA_EVM_CHAINS.BASE, 2), NEXERA_EVM_CHAINS.BASE_GOERLI, 2), NEXERA_EVM_CHAINS.BASE_SEPOLIA, 2), NEXERA_EVM_CHAINS.BNB, 3), NEXERA_EVM_CHAINS.BNB_TESTNET, 3), NEXERA_EVM_CHAINS.MOONBEAM, 12), NEXERA_EVM_CHAINS.MOONRIVER, 12), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_EVM_BLOCK_TIME, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, 4), NEXERA_EVM_CHAINS.HEDERA_MAINNET, 2), NEXERA_EVM_CHAINS.HEDERA_TESTNET, 2), NEXERA_EVM_CHAINS.SWAN_MAINNET, 5), NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, 5), NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET, 2), NEXERA_EVM_CHAINS.AGUNG_TESTNET, 6), NEXERA_EVM_CHAINS.PEAQ_MAINNET, 6));
|
|
131
133
|
var EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC = [NEXERA_EVM_CHAINS.MOONBEAM, NEXERA_EVM_CHAINS.MOONRIVER, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, NEXERA_EVM_CHAINS.BASE_SEPOLIA, NEXERA_EVM_CHAINS.BNB_TESTNET, NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, NEXERA_EVM_CHAINS.HEDERA_TESTNET, NEXERA_EVM_CHAINS.HEDERA_MAINNET, NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, NEXERA_EVM_CHAINS.SWAN_MAINNET, NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET];
|
|
132
134
|
var ACTIVE_EVM_CHAIN_VALUES = [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,
|
|
133
135
|
// for Bsc
|
|
134
|
-
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.HEDERA_MAINNET, NEXERA_EVM_CHAINS.HEDERA_TESTNET, NEXERA_EVM_CHAINS.SWAN_MAINNET, NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET];
|
|
136
|
+
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.HEDERA_MAINNET, NEXERA_EVM_CHAINS.HEDERA_TESTNET, NEXERA_EVM_CHAINS.SWAN_MAINNET, NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET, NEXERA_EVM_CHAINS.AGUNG_TESTNET, NEXERA_EVM_CHAINS.PEAQ_MAINNET];
|
|
135
137
|
var EvmChainId = zod.z["enum"](ACTIVE_EVM_CHAIN_VALUES).describe("a numeric value that identifies the chain of the address. There are many sites that retrieve information on chainIDs such as <a href='https://chainlist.org/'>https://chainlist.org</a>.");
|
|
136
138
|
|
|
137
139
|
/////////////////////////////////////////
|
|
@@ -2587,6 +2589,7 @@ var AppPrefix = "app";
|
|
|
2587
2589
|
var ChallengePrefix = "challenge";
|
|
2588
2590
|
var TestPrefix = "test";
|
|
2589
2591
|
var CustomerScreeningPrefix = "cstscr";
|
|
2592
|
+
var SigGatingPrefix = "siggating";
|
|
2590
2593
|
var TagPrefix = "tag";
|
|
2591
2594
|
var ScorechainAnalysisPrefix = "scrchn";
|
|
2592
2595
|
|
|
@@ -2701,6 +2704,7 @@ var AppId = createBrandedSchemaId("".concat(AppPrefix, "_"));
|
|
|
2701
2704
|
var ChallengeId = createBrandedSchemaId("".concat(ChallengePrefix, "_"));
|
|
2702
2705
|
var TestId = createBrandedSchemaId("".concat(TestPrefix, "_"));
|
|
2703
2706
|
var CustomerScreeningId = createBrandedSchemaId("".concat(CustomerScreeningPrefix, "_"));
|
|
2707
|
+
var SigGatingId = createBrandedSchemaId("".concat(SigGatingPrefix, "_"));
|
|
2704
2708
|
var TagId = createBrandedSchemaId("".concat(TagPrefix, "_"));
|
|
2705
2709
|
var ActionId = createBrandedSchemaId("".concat(ActionPrefix, "_"));
|
|
2706
2710
|
|
|
@@ -3074,9 +3078,92 @@ var Web2CreateSessionParams = zod.z.object({
|
|
|
3074
3078
|
additionalInformation: AdditionalCustomerInformationParams.optional()
|
|
3075
3079
|
});
|
|
3076
3080
|
|
|
3081
|
+
// Risk Score
|
|
3082
|
+
var RiskScoreTypes = ["Low", "Medium", "High", "No risk"];
|
|
3083
|
+
var RiskScoreType = zod.z["enum"](RiskScoreTypes);
|
|
3084
|
+
// Customer Type
|
|
3085
|
+
var CustomerTypes = ["Individual", "Company"];
|
|
3086
|
+
var CustomerType = zod.z["enum"](CustomerTypes);
|
|
3087
|
+
// KYC Onboarding Level
|
|
3088
|
+
var KycOnboardingLevels = ["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded"];
|
|
3089
|
+
var KycOnboardingLevel = zod.z["enum"](KycOnboardingLevels);
|
|
3090
|
+
// KYB Onboarding Level
|
|
3091
|
+
var KybOnboardingLevels = ["Onboarding", "KYB", "Onboarded"];
|
|
3092
|
+
var KybOnboardingLevel = zod.z["enum"](KybOnboardingLevels);
|
|
3093
|
+
var CustomerOnboardingLevels = [].concat(KycOnboardingLevels, KybOnboardingLevels);
|
|
3094
|
+
var CustomerOnboardingLevel = zod.z["enum"](CustomerOnboardingLevels);
|
|
3095
|
+
// Customer Status
|
|
3096
|
+
var CustomerStatuses = ["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"];
|
|
3097
|
+
var CustomerStatus = zod.z["enum"](CustomerStatuses);
|
|
3098
|
+
var BasicCustomerContactInformation = zod.z.object({
|
|
3099
|
+
email: zod.z.string().email(),
|
|
3100
|
+
phone: zod.z.string().min(4),
|
|
3101
|
+
twitter: zod.z.string(),
|
|
3102
|
+
discord: zod.z.string(),
|
|
3103
|
+
telegram: zod.z.string()
|
|
3104
|
+
}).partial();
|
|
3105
|
+
var CUSTOMERS_CHARTS = ["totalCustomers", "onboarded", "active", "dormant", "rejected", "topCountriesByCustomersCount", "customersRiskLevel", "customersByStatus", "trendOfStatusesOverTime"];
|
|
3106
|
+
var CustomersChartType = zod.z["enum"](CUSTOMERS_CHARTS);
|
|
3107
|
+
var CUSTOMER_TABLE_COLUMNS = ["selected", "wallets", "type", "country_of_residence", "risk_score", "onboarding_level", "open_alerts_count", "status", "date_onboarded"];
|
|
3108
|
+
var CustomerTableColumn = zod.z["enum"](CUSTOMER_TABLE_COLUMNS);
|
|
3109
|
+
var CUSTOMER_AUTOMATION_REASONS = {
|
|
3110
|
+
"rule-engine": {
|
|
3111
|
+
fail: "Rules engine verification failed",
|
|
3112
|
+
pass: "Rules engine verification passed"
|
|
3113
|
+
},
|
|
3114
|
+
kyc: {
|
|
3115
|
+
green: {
|
|
3116
|
+
"final": "Passed KYC"
|
|
3117
|
+
},
|
|
3118
|
+
yellow: {
|
|
3119
|
+
retry: "User rejected by the KYC provider with possibility to retry",
|
|
3120
|
+
fail: "User rejected by the KYC provider"
|
|
3121
|
+
},
|
|
3122
|
+
red: {
|
|
3123
|
+
retry: "User rejected by the KYC provider with possibility to retry",
|
|
3124
|
+
fail: "User rejected by the KYC provider"
|
|
3125
|
+
}
|
|
3126
|
+
},
|
|
3127
|
+
kyb: {
|
|
3128
|
+
green: {
|
|
3129
|
+
"final": "Passed KYB"
|
|
3130
|
+
},
|
|
3131
|
+
yellow: {
|
|
3132
|
+
retry: "Company rejected by the KYB provider with possibility to retry",
|
|
3133
|
+
fail: "Company rejected by the KYB provider"
|
|
3134
|
+
},
|
|
3135
|
+
red: {
|
|
3136
|
+
retry: "Company rejected by the KYB provider with possibility to retry",
|
|
3137
|
+
fail: "Company rejected by the KYB provider"
|
|
3138
|
+
},
|
|
3139
|
+
beneficiaryOnToBeReviewState: "One or more beneficiaries are on 'To be reviewed' state"
|
|
3140
|
+
},
|
|
3141
|
+
"aml-screening": {
|
|
3142
|
+
fail: "AML screening hits received during onboarding",
|
|
3143
|
+
ongoingMonitoringFail: "AML screening hits received during ongoing monitoring",
|
|
3144
|
+
pass: "Passed AML screening"
|
|
3145
|
+
},
|
|
3146
|
+
offchain_zkp: {
|
|
3147
|
+
fail: "Offchain ZKP verification failed",
|
|
3148
|
+
pass: "Offchain ZKP verification passed"
|
|
3149
|
+
},
|
|
3150
|
+
tfhe: {
|
|
3151
|
+
fail: "TFHE verification failed",
|
|
3152
|
+
pass: "TFHE verification passed"
|
|
3153
|
+
}
|
|
3154
|
+
};
|
|
3155
|
+
var CustomerPersonalInformation = zod.z.object({
|
|
3156
|
+
age: zod.z.number().optional(),
|
|
3157
|
+
nationality: ISO3CountryCode.optional(),
|
|
3158
|
+
residence: ISO3CountryCode.optional()
|
|
3159
|
+
});
|
|
3160
|
+
|
|
3077
3161
|
var SCORECHAIN_BLOCKCHAIN_TYPES = ["BITCOIN", "ETHEREUM", "BITCOINCASH", "LITECOIN", "DASH", "RIPPLE", "TEZOS", "TRON", "BSC", "STELLAR", "CARDANO", "ZCASH", "MONERO", "SOLANA", "POLKADOT", "ICON", "DOGECOIN", "FILECOIN", "ARBITRUMONE", "COSMOS", "ALGORAND", "CELO", "POLYGON", "EOS", "ETHEREUMCLASSIC", "FLOW", "FANTOM", "MOONBEAM", "GROESTLCOIN", "INTERNETCOMPUTERPROTOCOL", "INJECTIVEPROTOCOL", "KUSAMA", "LISK", "TERRACLASSIC", "MOONRIVER", "NEARPROTOCOL", "BITCOINGOLD", "THORCHAIN", "SIACOIN", "ECREDITS", "BITCOINSV", "RADIX", "STACKS", "THETANETWORK", "VECHAIN", "VITE", "ZILLIQA", "NEM", "NEO", "VERGE", "AVALANCHE", "GNOSIS", "APTOS", "BNBBEACONCHAIN", "OPTIMISM", "VENIDIUM", "MULTIVERSX", "HARMONY", "TON", "WEMIX", "CRONOS", "AVALANCHEP-XCHAIN", "SUI", "METIS", "AETERNITY", "COTI", "CASPER", "CONSTELLATION", "ELECTRONEUM", "EVERSCALE", "DECENTRALIZEDPICTURES", "HEDERA", "CIRRUS", "HATHOR", "KADENA", "STRATIS", "IOST", "DIGIBYTE", "KOMODO", "RAVENCOIN", "TELOS", "DIGITALBITS", "NERVOS", "DIVI", "HIVE", "NANO", "XDCNETWORK", "FUSE", "ZKSYNC", "BOBA", "HECO", "PULSECHAIN", "BASE", "HELIUM", "DOGECHAIN", "KASPA", "MANTLE", "SEI", "COMDEX", "FIRO", "ECASH", "XDAG", "RONIN", "KLEVER", "BAHAMUT", "FLARE", "CELESTIA", "BNBOPTIMISTIC", "OSMOSIS", "MANTANETWORK", "CONFLUX", "IOTA", "STARKNET", "PARTISIA", "LINEA", "NIBIRUCHAIN", "DYDXCHAIN", "DYMENSION", "OKB", "POLYGONZKEVM", "LUMIA"];
|
|
3078
3162
|
var NON_MINIMAL_SCORECHAIN_BLOCKCHAIN_TYPES = ["BITCOIN", "ETHEREUM", "BITCOINCASH", "LITECOIN", "DASH", "RIPPLE", "TEZOS", "TRON", "BSC", "SOLANA", "POLYGON", "AVALANCHE", "BASE", "TON"];
|
|
3079
3163
|
|
|
3164
|
+
var ScorechainWalletRiskLevels = ["No Risk", "Low Risk", "Medium Risk", "High Risk", "Critical Risk"];
|
|
3165
|
+
var ScorechainWalletRiskLevel = zod.z["enum"](ScorechainWalletRiskLevels);
|
|
3166
|
+
|
|
3080
3167
|
var _ScorechainBlockchain;
|
|
3081
3168
|
|
|
3082
3169
|
// based on https://tech-doc.api.scorechain.com/
|
|
@@ -3149,8 +3236,6 @@ var ScorechainBlockchainToNamespace = (_ScorechainBlockchain = {
|
|
|
3149
3236
|
WEMIX: "bip122",
|
|
3150
3237
|
CRONOS: "eip155"
|
|
3151
3238
|
}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ScorechainBlockchain, "AVALANCHEP-XCHAIN", "avax"), "SUI", "bip122"), "METIS", "eip155"), "AETERNITY", "bip122"), "COTI", "bip122"), "CASPER", "bip122"), "CONSTELLATION", "bip122"), "ELECTRONEUM", "bip122"), "EVERSCALE", "bip122"), "DECENTRALIZEDPICTURES", "bip122"), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ScorechainBlockchain, "HEDERA", "bip122"), "CIRRUS", "bip122"), "HATHOR", "bip122"), "KADENA", "bip122"), "STRATIS", "bip122"), "IOST", "bip122"), "DIGIBYTE", "bip122"), "KOMODO", "bip122"), "RAVENCOIN", "bip122"), "TELOS", "bip122"), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ScorechainBlockchain, "DIGITALBITS", "bip122"), "NERVOS", "bip122"), "DIVI", "bip122"), "HIVE", "bip122"), "NANO", "bip122"), "XDCNETWORK", "bip122"), "FUSE", "eip155"), "ZKSYNC", "eip155"), "BOBA", "eip155"), "HECO", "eip155"), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ScorechainBlockchain, "PULSECHAIN", "eip155"), "BASE", "eip155"), "HELIUM", "bip122"), "DOGECHAIN", "eip155"), "KASPA", "bip122"), "MANTLE", "eip155"), "SEI", "bip122"), "COMDEX", "bip122"), "FIRO", "bip122"), "ECASH", "bip122"), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ScorechainBlockchain, "XDAG", "bip122"), "RONIN", "eip155"), "KLEVER", "bip122"), "BAHAMUT", "bip122"), "FLARE", "bip122"), "CELESTIA", "bip122"), "BNBOPTIMISTIC", "eip155"), "OSMOSIS", "cosmos"), "MANTANETWORK", "bip122"), "CONFLUX", "bip122"), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ScorechainBlockchain, "IOTA", "bip122"), "STARKNET", "starknet"), "PARTISIA", "bip122"), "LINEA", "eip155"), "NIBIRUCHAIN", "bip122"), "DYDXCHAIN", "bip122"), "DYMENSION", "bip122"), "OKB", "eip155"), "POLYGONZKEVM", "eip155"), "LUMIA", "bip122"));
|
|
3152
|
-
var ScorechainWalletRiskLevels = ["No Risk", "Low Risk", "Medium Risk", "High Risk", "Critical Risk"];
|
|
3153
|
-
var ScorechainWalletRiskLevel = zod.z["enum"](ScorechainWalletRiskLevels);
|
|
3154
3239
|
var getRiskLevelByRiskScore = function getRiskLevelByRiskScore(riskScore) {
|
|
3155
3240
|
if (riskScore === 1) {
|
|
3156
3241
|
return "Critical Risk";
|
|
@@ -3839,7 +3924,13 @@ var CustomerZodSchema = zod.z.object({
|
|
|
3839
3924
|
ipScore: zod.z.number().optional(),
|
|
3840
3925
|
emailScore: zod.z.number().optional(),
|
|
3841
3926
|
phoneScore: zod.z.number().optional()
|
|
3842
|
-
}).optional()
|
|
3927
|
+
}).optional(),
|
|
3928
|
+
attributes: zod.z.object({
|
|
3929
|
+
status: CustomerStatus.optional(),
|
|
3930
|
+
riskLevel: RiskScoreType.optional(),
|
|
3931
|
+
onboarding: CustomerOnboardingLevel.optional(),
|
|
3932
|
+
customerType: CustomerType.optional()
|
|
3933
|
+
})
|
|
3843
3934
|
}).strict();
|
|
3844
3935
|
|
|
3845
3936
|
var CustomerJsonSchema = {
|
|
@@ -5567,8 +5658,59 @@ var CustomerJsonSchema = {
|
|
|
5567
5658
|
}
|
|
5568
5659
|
},
|
|
5569
5660
|
additionalProperties: false
|
|
5661
|
+
},
|
|
5662
|
+
attributes: {
|
|
5663
|
+
type: "object",
|
|
5664
|
+
properties: {
|
|
5665
|
+
status: {
|
|
5666
|
+
type: "string",
|
|
5667
|
+
"enum": [
|
|
5668
|
+
"Active",
|
|
5669
|
+
"Rejected",
|
|
5670
|
+
"Dormant",
|
|
5671
|
+
"To be reviewed",
|
|
5672
|
+
"Failed",
|
|
5673
|
+
"Escalated",
|
|
5674
|
+
"Terminated",
|
|
5675
|
+
"No status"
|
|
5676
|
+
]
|
|
5677
|
+
},
|
|
5678
|
+
riskLevel: {
|
|
5679
|
+
type: "string",
|
|
5680
|
+
"enum": [
|
|
5681
|
+
"Low",
|
|
5682
|
+
"Medium",
|
|
5683
|
+
"High",
|
|
5684
|
+
"No risk"
|
|
5685
|
+
]
|
|
5686
|
+
},
|
|
5687
|
+
onboarding: {
|
|
5688
|
+
type: "string",
|
|
5689
|
+
"enum": [
|
|
5690
|
+
"Sign-up",
|
|
5691
|
+
"AML screening",
|
|
5692
|
+
"KYC",
|
|
5693
|
+
"Questionaire",
|
|
5694
|
+
"Onboarded",
|
|
5695
|
+
"Onboarding",
|
|
5696
|
+
"KYB",
|
|
5697
|
+
"Onboarded"
|
|
5698
|
+
]
|
|
5699
|
+
},
|
|
5700
|
+
customerType: {
|
|
5701
|
+
type: "string",
|
|
5702
|
+
"enum": [
|
|
5703
|
+
"Individual",
|
|
5704
|
+
"Company"
|
|
5705
|
+
]
|
|
5706
|
+
}
|
|
5707
|
+
},
|
|
5708
|
+
additionalProperties: false
|
|
5570
5709
|
}
|
|
5571
5710
|
},
|
|
5711
|
+
required: [
|
|
5712
|
+
"attributes"
|
|
5713
|
+
],
|
|
5572
5714
|
additionalProperties: false
|
|
5573
5715
|
}
|
|
5574
5716
|
},
|
|
@@ -11130,6 +11272,7 @@ exports.BLOCKCHAIN_NAMESPACES = BLOCKCHAIN_NAMESPACES;
|
|
|
11130
11272
|
exports.BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL = BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL;
|
|
11131
11273
|
exports.BLOCKCHAIN_NAMESPACE_TO_NAME = BLOCKCHAIN_NAMESPACE_TO_NAME;
|
|
11132
11274
|
exports.BLOCKCHAIN_NAME_TO_NAMESPACE = BLOCKCHAIN_NAME_TO_NAMESPACE;
|
|
11275
|
+
exports.BasicCustomerContactInformation = BasicCustomerContactInformation;
|
|
11133
11276
|
exports.BitcoinAddress = BitcoinAddress;
|
|
11134
11277
|
exports.BitcoinBech32Address = BitcoinBech32Address;
|
|
11135
11278
|
exports.BitcoinChainId = BitcoinChainId;
|
|
@@ -11148,6 +11291,9 @@ exports.CARDANO_CHAIN_NAMES_LIST = CARDANO_CHAIN_NAMES_LIST;
|
|
|
11148
11291
|
exports.COSMOS_CHAIN_IDS = COSMOS_CHAIN_IDS;
|
|
11149
11292
|
exports.COSMOS_CHAIN_NAMES = COSMOS_CHAIN_NAMES;
|
|
11150
11293
|
exports.COSMOS_CHAIN_NAMES_LIST = COSMOS_CHAIN_NAMES_LIST;
|
|
11294
|
+
exports.CUSTOMERS_CHARTS = CUSTOMERS_CHARTS;
|
|
11295
|
+
exports.CUSTOMER_AUTOMATION_REASONS = CUSTOMER_AUTOMATION_REASONS;
|
|
11296
|
+
exports.CUSTOMER_TABLE_COLUMNS = CUSTOMER_TABLE_COLUMNS;
|
|
11151
11297
|
exports.CardanoAddress = CardanoAddress;
|
|
11152
11298
|
exports.CardanoChainId = CardanoChainId;
|
|
11153
11299
|
exports.CardanoSignature = CardanoSignature;
|
|
@@ -11165,8 +11311,17 @@ exports.CryptoCodes = CryptoCodes;
|
|
|
11165
11311
|
exports.CurrencyCode = CurrencyCode;
|
|
11166
11312
|
exports.CurrencyCodes = CurrencyCodes;
|
|
11167
11313
|
exports.CustomerId = CustomerId;
|
|
11314
|
+
exports.CustomerOnboardingLevel = CustomerOnboardingLevel;
|
|
11315
|
+
exports.CustomerOnboardingLevels = CustomerOnboardingLevels;
|
|
11316
|
+
exports.CustomerPersonalInformation = CustomerPersonalInformation;
|
|
11168
11317
|
exports.CustomerScreeningId = CustomerScreeningId;
|
|
11169
11318
|
exports.CustomerScreeningPrefix = CustomerScreeningPrefix;
|
|
11319
|
+
exports.CustomerStatus = CustomerStatus;
|
|
11320
|
+
exports.CustomerStatuses = CustomerStatuses;
|
|
11321
|
+
exports.CustomerTableColumn = CustomerTableColumn;
|
|
11322
|
+
exports.CustomerType = CustomerType;
|
|
11323
|
+
exports.CustomerTypes = CustomerTypes;
|
|
11324
|
+
exports.CustomersChartType = CustomersChartType;
|
|
11170
11325
|
exports.DEFAULT_FIAT_CURRENCY = DEFAULT_FIAT_CURRENCY;
|
|
11171
11326
|
exports.DISPLAYED_BLOCKCHAIN_NAMESPACES = DISPLAYED_BLOCKCHAIN_NAMESPACES;
|
|
11172
11327
|
exports.DataLinkTypeZodSchema = DataLinkTypeZodSchema;
|
|
@@ -11234,6 +11389,10 @@ exports.InstitutionExtractedInfosPrefix = InstitutionExtractedInfosPrefix;
|
|
|
11234
11389
|
exports.InstitutionId = InstitutionId;
|
|
11235
11390
|
exports.InstitutionPrefix = InstitutionPrefix;
|
|
11236
11391
|
exports.IpAddress = IpAddress;
|
|
11392
|
+
exports.KybOnboardingLevel = KybOnboardingLevel;
|
|
11393
|
+
exports.KybOnboardingLevels = KybOnboardingLevels;
|
|
11394
|
+
exports.KycOnboardingLevel = KycOnboardingLevel;
|
|
11395
|
+
exports.KycOnboardingLevels = KycOnboardingLevels;
|
|
11237
11396
|
exports.ListId = ListId;
|
|
11238
11397
|
exports.ListPrefix = ListPrefix;
|
|
11239
11398
|
exports.MemberId = MemberId;
|
|
@@ -11300,6 +11459,8 @@ exports.QueryId = QueryId;
|
|
|
11300
11459
|
exports.QueryPrefix = QueryPrefix;
|
|
11301
11460
|
exports.RawScorechainResult = RawScorechainResult;
|
|
11302
11461
|
exports.RiskExplanation = RiskExplanation;
|
|
11462
|
+
exports.RiskScoreType = RiskScoreType;
|
|
11463
|
+
exports.RiskScoreTypes = RiskScoreTypes;
|
|
11303
11464
|
exports.RiskSeverity = RiskSeverity;
|
|
11304
11465
|
exports.SOLANA_CHAIN_IDS = SOLANA_CHAIN_IDS;
|
|
11305
11466
|
exports.SOLANA_CHAIN_NAMES = SOLANA_CHAIN_NAMES;
|
|
@@ -11327,6 +11488,8 @@ exports.ScoringAnalysisResponse = ScoringAnalysisResponse;
|
|
|
11327
11488
|
exports.SelfieImageCredentialSchema = SelfieImageCredentialSchema;
|
|
11328
11489
|
exports.SelfieImageCredentialSubjectSchema = SelfieImageCredentialSubjectSchema;
|
|
11329
11490
|
exports.Separator = Separator;
|
|
11491
|
+
exports.SigGatingId = SigGatingId;
|
|
11492
|
+
exports.SigGatingPrefix = SigGatingPrefix;
|
|
11330
11493
|
exports.SolanaChainId = SolanaChainId;
|
|
11331
11494
|
exports.SpSignature = SpSignature;
|
|
11332
11495
|
exports.SsssChunkId = SsssChunkId;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-bf0857fd.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-715502cc.cjs.dev.cjs');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-7a09a22a.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-bd02bf67.cjs.prod.cjs');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bf as AllCredentialValues, bV as AllScenarioExecutionAuthorizationData, bN as AnyTxAuthDataSignatureResponse, bQ as AnyTxAuthInputJsSdk, bG as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bU as CreateAuthRequestProps, a6 as CreateTemplateScenario, aS as CredentialQrCodeData, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bO as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bM as ExtendedTezosTxAuthDataSignatureResponse, bK as ExtendedTezosTxAuthInput, bL as ExtendedTxAuthDataSignatureResponse, bJ as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bI as GetTezosTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bT as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bW as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, a3 as Scenario, S as ScenarioAuthorizationData, bX as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bF as TezosTxAuthInput, bP as TezosTxAuthInputJsSdk, bH as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, bZ as VerifyWalletChallengeRequest, as as WalletSignResponse, bY as WalletSignatureResponse, a$ as ZKPOperator, bR as ZKPRequest, bS as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from '../../dist/identity-api.schema-5b7341cb.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
|
-
import '../../dist/vault.schema-
|
|
3
|
+
import '../../dist/vault.schema-78e863d5.esm.mjs';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
package/package.json
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-715502cc.cjs.dev.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-8f51f99c.cjs.dev.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
|
-
require('../../dist/identity-api.schema-
|
|
10
|
+
require('../../dist/identity-api.schema-bf0857fd.cjs.dev.cjs');
|
|
11
11
|
|
|
12
12
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
13
13
|
id: "BITCOIN",
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-bd02bf67.cjs.prod.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-b65544c9.cjs.prod.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
|
-
require('../../dist/identity-api.schema-
|
|
10
|
+
require('../../dist/identity-api.schema-7a09a22a.cjs.prod.cjs');
|
|
11
11
|
|
|
12
12
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
13
13
|
id: "BITCOIN",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { K as AMLMetadata, cQ as ApiErrorCommandResponse, cP as ApiErrorResponse, cR as ApiSuccessCommandResponse, bw as ApplicantMemberOfSchema, bL as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bN as BeneficiaryCompanyCustomerClaims, bO as BeneficiaryCompanyCustomerClaimsArray, bM as BeneficiaryType, c_ as BeneficiaryVerificationStatus, c$ as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b3 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, b9 as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, di as ChainalysisApiError, a$ as ChainalysisConfig, dg as ChainalysisErrorCodes, bc as ChainalysisProvider, de as ChainalysisRegisterApiResponse, dj as ChainalysisRegisterResponse, dd as ChainalysisRequest, dh as ChainalysisRiskAssessmentApiResponse, dk as ChainalysisRiskAssessmentResponse, df as ChainalysisRiskLevel, a4 as CoerceDateUTC, dp as CoinMarketCapApiResponse, dq as CoinMarketCapFiatId, dm as CoinMarketCapQuote, dn as CoinMarketCapQuotes, dl as CoinMarketCapRequest, cZ as CompanyDocumentMetaData, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bh as ComplyAdvantageProvider, bg as ComplyAdvantageProviderConfigElement, bf as ComplyAdvantageProviderConfigFilters, be as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, bn as CreateProviderInput, bo as CreateProviderResponse, at as CreateSearchInput, cL as CredentialMetadata, cK as CustomerContactInformationOutput, d4 as CustomerDocumentMetaData, d5 as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bs as DeleteProviderInput, bt as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cb as DocumentMetadataSchema, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cz as EmailVerificationResponse, F as File, cJ as GetCredentialsOutput, d1 as GetKybSessionInput, d2 as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, cS as GetKycSessionsOutput, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, cN as IDImageMetaData, bJ as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bK as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b2 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bd as IpqualityscoreProvider, cV as KYB_RESULTS, cX as KYB_SESSION_STATUSES, cT as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cW as KybResult, cY as KybSessionStatus, cU as KybStep, cw as KycResult, cy as KycSessionStatus, cs as KycStep, cu as KycStepStatus, ct as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, db as MerkleAddressApiError, da as MerkleAddressApiResponse, d9 as MerkleAddressRequest, dc as MerkleAddressResponse, d8 as MerkleBlockChainCodes, d7 as MerkleBlockChainName, d6 as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bb as MerkleScienceProvider, N as NestedSession, b8 as NexeraIdKYBProvider, b7 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cI as ProofOfResidenceDocumentType, cH as ProofOfResidenceMetaData, bj as ProviderData, bk as ProviderDataProject, b5 as ProviderIntegrationType, b4 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bB as SUMSUB_APPLICANT_TYPES, c4 as SUMSUB_COMPANY_BENEFICIARY_GROUP, bU as SUMSUB_DOC_TYPES, bW as SUMSUB_FLOW_LEVEL, cj as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c9 as SUMSUB_MEDIA_CONTENT_TYPES, bD as SUMSUB_REVIEW_ANSWERS, co as SUMSUB_REVIEW_REJECT_LABELS, cq as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bF as SUMSUB_REVIEW_REJECT_TYPES, bS as SUMSUB_REVIEW_STATUSES, bz as SUMSUB_STEPS, bQ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b0 as ScorechainConfig, ba as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, d0 as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, cO as SelfieImageMetaData, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bH as SumSubAddress, bI as SumSubApplicantInfo, cd as SumSubApplicantResetSchema, cc as SumSubApplicantReviewStatusSchema, ci as SumSubApplicantSchema, bC as SumSubApplicantType, c8 as SumSubApplicantVerificationStepSchema, bP as SumSubCompanyApplicantInfo, c2 as SumSubCompanyApplicantSchema, bV as SumSubDocType, bX as SumSubFlowLevel, ce as SumSubGenerateExternalWebSdkLinkSchema, c3 as SumSubImageId, b_ as SumSubImageReviewResultSchema, c1 as SumSubIndividualApplicantSchema, ca as SumSubMediaContentType, bY as SumSubRequiredIdDoc, bE as SumSubReviewAnswer, cp as SumSubReviewRejectLabel, bG as SumSubReviewRejectType, bZ as SumSubReviewResultSchema, bT as SumSubReviewStatus, cn as SumSubSimilarApplicantsSchema, bA as SumSubStep, c7 as SumSubVerificationStepSchema, bx as SumSubWebhookSchema, c0 as SumsubApplicantType, b$ as SumsubApplicantTypes, c5 as SumsubCompanyBeneficiaryGroup, ch as SumsubKybDataSchema, cm as SumsubKybSessionFlowSection, cl as SumsubKybSessionFlowSectionItem, ck as SumsubKybSessionFlowSectionStatus, cg as SumsubKycDataSchema, c6 as SumsubStepStatus, cf as SumsubVideoCallData, bR as SumsubWebhookInternalStatus, bi as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, br as ToggleProviderInput, Y as UNKNOWN_ERROR, d3 as UpdateKybSessionOutput, cF as UpdateKycSessionOutput, bp as UpdateProviderInput, bq as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, cG as VideoKycMetaData, bu as WEBHOOK_TYPES, q as WebhookPayload, bv as WebhookType, b1 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-
|
|
1
|
+
export { eE as ANALYSIS_TYPES, eF as AnalysisType, eN as Coin, eS as EntityRiskDefaultsMap, eR as EntityRiskDefaultsValues, eY as GetActiveBlockchains, eX as GetActiveBlockchainsRequest, eZ as GetActiveBlockchainsResponse, f0 as GetAddressAnalysis, e_ as GetAddressAnalysisRequest, f1 as GetAddressAnalysisResponse, eJ as NonMinimalScorechainBlockchain, eG as OBJECT_TYPES, eH as ObjectType, f3 as RawScorechainResult, eQ as RiskExplanation, eO as RiskSeverity, eV as ScorechainAnalysis, eI as ScorechainBlockchain, eK as ScorechainBlockchainToNamespace, e$ as ScorechainEntity, eP as ScorechainEntityType, eU as ScorechainError, eT as ScorechainErrorResponse, f4 as ScorechainRiskToRiskLevel, f6 as ScorechainWalletRiskLevel, f5 as ScorechainWalletRiskLevels, f2 as ScoringAnalysisApiRequest, eB as ScoringAnalysisRequest, eW as ScoringAnalysisResponse, eC as WorkflowsScoringAnalysisRequest, eM as compareRiskLevels, eL as getRiskLevelByRiskScore } from '../../dist/vault.schema-78e863d5.esm.mjs';
|
|
2
|
+
export { K as AMLMetadata, cQ as ApiErrorCommandResponse, cP as ApiErrorResponse, cR as ApiSuccessCommandResponse, bw as ApplicantMemberOfSchema, bL as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bN as BeneficiaryCompanyCustomerClaims, bO as BeneficiaryCompanyCustomerClaimsArray, bM as BeneficiaryType, c_ as BeneficiaryVerificationStatus, c$ as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b3 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, b9 as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, di as ChainalysisApiError, a$ as ChainalysisConfig, dg as ChainalysisErrorCodes, bc as ChainalysisProvider, de as ChainalysisRegisterApiResponse, dj as ChainalysisRegisterResponse, dd as ChainalysisRequest, dh as ChainalysisRiskAssessmentApiResponse, dk as ChainalysisRiskAssessmentResponse, df as ChainalysisRiskLevel, a4 as CoerceDateUTC, dp as CoinMarketCapApiResponse, dq as CoinMarketCapFiatId, dm as CoinMarketCapQuote, dn as CoinMarketCapQuotes, dl as CoinMarketCapRequest, cZ as CompanyDocumentMetaData, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bh as ComplyAdvantageProvider, bg as ComplyAdvantageProviderConfigElement, bf as ComplyAdvantageProviderConfigFilters, be as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, bn as CreateProviderInput, bo as CreateProviderResponse, at as CreateSearchInput, cL as CredentialMetadata, cK as CustomerContactInformationOutput, d4 as CustomerDocumentMetaData, d5 as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bs as DeleteProviderInput, bt as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cb as DocumentMetadataSchema, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cz as EmailVerificationResponse, F as File, cJ as GetCredentialsOutput, d1 as GetKybSessionInput, d2 as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, cS as GetKycSessionsOutput, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, cN as IDImageMetaData, bJ as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bK as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b2 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bd as IpqualityscoreProvider, cV as KYB_RESULTS, cX as KYB_SESSION_STATUSES, cT as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cW as KybResult, cY as KybSessionStatus, cU as KybStep, cw as KycResult, cy as KycSessionStatus, cs as KycStep, cu as KycStepStatus, ct as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, db as MerkleAddressApiError, da as MerkleAddressApiResponse, d9 as MerkleAddressRequest, dc as MerkleAddressResponse, d8 as MerkleBlockChainCodes, d7 as MerkleBlockChainName, d6 as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bb as MerkleScienceProvider, N as NestedSession, b8 as NexeraIdKYBProvider, b7 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cI as ProofOfResidenceDocumentType, cH as ProofOfResidenceMetaData, bj as ProviderData, bk as ProviderDataProject, b5 as ProviderIntegrationType, b4 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bB as SUMSUB_APPLICANT_TYPES, c4 as SUMSUB_COMPANY_BENEFICIARY_GROUP, bU as SUMSUB_DOC_TYPES, bW as SUMSUB_FLOW_LEVEL, cj as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c9 as SUMSUB_MEDIA_CONTENT_TYPES, bD as SUMSUB_REVIEW_ANSWERS, co as SUMSUB_REVIEW_REJECT_LABELS, cq as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bF as SUMSUB_REVIEW_REJECT_TYPES, bS as SUMSUB_REVIEW_STATUSES, bz as SUMSUB_STEPS, bQ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b0 as ScorechainConfig, ba as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, d0 as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, cO as SelfieImageMetaData, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bH as SumSubAddress, bI as SumSubApplicantInfo, cd as SumSubApplicantResetSchema, cc as SumSubApplicantReviewStatusSchema, ci as SumSubApplicantSchema, bC as SumSubApplicantType, c8 as SumSubApplicantVerificationStepSchema, bP as SumSubCompanyApplicantInfo, c2 as SumSubCompanyApplicantSchema, bV as SumSubDocType, bX as SumSubFlowLevel, ce as SumSubGenerateExternalWebSdkLinkSchema, c3 as SumSubImageId, b_ as SumSubImageReviewResultSchema, c1 as SumSubIndividualApplicantSchema, ca as SumSubMediaContentType, bY as SumSubRequiredIdDoc, bE as SumSubReviewAnswer, cp as SumSubReviewRejectLabel, bG as SumSubReviewRejectType, bZ as SumSubReviewResultSchema, bT as SumSubReviewStatus, cn as SumSubSimilarApplicantsSchema, bA as SumSubStep, c7 as SumSubVerificationStepSchema, bx as SumSubWebhookSchema, c0 as SumsubApplicantType, b$ as SumsubApplicantTypes, c5 as SumsubCompanyBeneficiaryGroup, ch as SumsubKybDataSchema, cm as SumsubKybSessionFlowSection, cl as SumsubKybSessionFlowSectionItem, ck as SumsubKybSessionFlowSectionStatus, cg as SumsubKycDataSchema, c6 as SumsubStepStatus, cf as SumsubVideoCallData, bR as SumsubWebhookInternalStatus, bi as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, br as ToggleProviderInput, Y as UNKNOWN_ERROR, d3 as UpdateKybSessionOutput, cF as UpdateKycSessionOutput, bp as UpdateProviderInput, bq as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, cG as VideoKycMetaData, bu as WEBHOOK_TYPES, q as WebhookPayload, bv as WebhookType, b1 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-fb3f081d.esm.mjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
|
6
|
-
import '../../dist/identity-api.schema-
|
|
6
|
+
import '../../dist/identity-api.schema-5b7341cb.esm.mjs';
|
|
7
7
|
|
|
8
8
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
9
9
|
id: "BITCOIN",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-715502cc.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
require('decimal.js');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-bd02bf67.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
require('decimal.js');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { e9 as AmlResults, ee as DataLinkTypeZodSchema, ec as DataLinkVersionZodSchema, ea as DetectedDuplicates, et as GenericVaultDataLinkZodSchema, es as GenericVaultEmbeddedLinkZodSchema, eq as GenericVaultPointerLinkZodSchema, er as GenericVaultSearchLinkZodSchema, ef as Separator, ej as VaultJsonSchemas, ep as VaultMetadataLinkZodSchema, en as VaultPointerKeyMapZodSchema, eo as VaultQueryMapZodSchema, el as VaultSchemaIdZodSchema, em as VaultSchemaPathsZodSchema, ek as VaultZodSchema, ed as allDataLinkTypes, eb as allDataLinkVersions, eg as generateZodObjectPaths, eh as resolvePathOnDataSchema, ei as resolvePathOnMapSchema } from '../../dist/vault.schema-78e863d5.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import 'nanoid';
|
|
4
4
|
import 'decimal.js';
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var tfheUtilities = require('../../dist/tfhe-utilities-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-715502cc.cjs.dev.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-bf0857fd.cjs.dev.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-939bea5e.cjs.dev.cjs');
|
|
8
8
|
require('zod');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var tfheUtilities = require('../../dist/tfhe-utilities-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-bd02bf67.cjs.prod.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-7a09a22a.cjs.prod.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-ae6d666e.cjs.prod.cjs');
|
|
8
8
|
require('zod');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { b0 as Alpha2Country,
|
|
2
|
-
export {
|
|
3
|
-
export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-
|
|
1
|
+
export { b0 as Alpha2Country, dq as GenericVerifiableCredentialSchema, dw as ID3CredentialSchema, db as ID3CredentialSubjectSchema, dt as IDImageCredentialSchema, dm as IDImageCredentialSubjectSchema, ds as IDInformationCredentialSchema, dl as IDInformationCredentialSubjectSchema, dr as IDInformationTfheCredentialSchema, dk as IDInformationTfheCredentialSubjectSchema, dx as IDScanCredentialSchema, dc as IDScanCredentialSubjectSchema, dy as IDScanPassportCredentialSchema, dd as IDScanPassportCredentialSubjectSchema, dz as IDScanSelfieCredentialSchema, de as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, dE as OLD_AMLScreeningsResultsCredentialSchema, dj as OLD_AMLScreeningsResultsCredentialSubjectSchema, dA as OLD_IDImageCredentialSchema, df as OLD_IDImageCredentialSubjectSchema, dB as OLD_IDInformationCredentialSchema, dg as OLD_IDInformationCredentialSubjectSchema, dC as OLD_ProofOfResidenceCredentialSchema, dh as OLD_ProofOfResidenceCredentialSubjectSchema, dD as OLD_SelfieImageCredentialSchema, di as OLD_SelfieImageCredentialSubjectSchema, dv as ProofOfResidenceCredentialSchema, dp as ProofOfResidenceCredentialSubjectSchema, du as SelfieImageCredentialSchema, dn as SelfieImageCredentialSubjectSchema, b1 as countryISO3toISO2Mapping, b4 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-78e863d5.esm.mjs';
|
|
2
|
+
export { c4 as CredentialMediaType, b$ as CredentialNames, b_ as CredentialSchemas, c2 as CredentialType, C as CredentialTypes, c0 as NexeraCredentialType, c3 as VerifiableCredential, c1 as getCredentialName } from '../../dist/identity-api.schema-5b7341cb.esm.mjs';
|
|
3
|
+
export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-f0db74d9.esm.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'nanoid';
|
|
6
6
|
import 'decimal.js';
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
7
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
6
|
+
var vault_schema = require('../../dist/vault.schema-715502cc.cjs.dev.cjs');
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-bf0857fd.cjs.dev.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-8f51f99c.cjs.dev.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
@@ -60,10 +60,10 @@ var CustomerWebhookPayload = zod.z.object({
|
|
|
60
60
|
updatedBy: zod.z.string(),
|
|
61
61
|
id: zod.z.string(),
|
|
62
62
|
// webhook id itself... an id of the webhook event that was sent.. TODO probably we should make named ID like we do with others
|
|
63
|
-
riskScore:
|
|
64
|
-
type:
|
|
65
|
-
onboardingLevel:
|
|
66
|
-
status:
|
|
63
|
+
riskScore: vault_schema.RiskScoreType.nullish(),
|
|
64
|
+
type: vault_schema.CustomerType.nullish(),
|
|
65
|
+
onboardingLevel: vault_schema.CustomerOnboardingLevel.nullish(),
|
|
66
|
+
status: vault_schema.CustomerStatus.nullish(),
|
|
67
67
|
createdAt: zod.z.coerce.date(),
|
|
68
68
|
updatedAt: zod.z.coerce.date().nullish(),
|
|
69
69
|
reason: zod.z.string().nullish(),
|
|
@@ -99,8 +99,8 @@ var CustomerEvents = {
|
|
|
99
99
|
cmsProjectId: zod.z.string(),
|
|
100
100
|
customerId: vault_schema.UuidString,
|
|
101
101
|
externalClientId: vault_schema.ExternalCustomerId.optional(),
|
|
102
|
-
fromStatus:
|
|
103
|
-
toStatus:
|
|
102
|
+
fromStatus: vault_schema.CustomerStatus.optional(),
|
|
103
|
+
toStatus: vault_schema.CustomerStatus
|
|
104
104
|
// do we need updatedBy?
|
|
105
105
|
})
|
|
106
106
|
}),
|
|
@@ -112,8 +112,8 @@ var CustomerEvents = {
|
|
|
112
112
|
cmsProjectId: zod.z.string(),
|
|
113
113
|
customerId: vault_schema.UuidString,
|
|
114
114
|
externalCustomerId: vault_schema.ExternalCustomerId.optional(),
|
|
115
|
-
fromRiskLevel:
|
|
116
|
-
toRiskLevel:
|
|
115
|
+
fromRiskLevel: vault_schema.RiskScoreType.optional(),
|
|
116
|
+
toRiskLevel: vault_schema.RiskScoreType,
|
|
117
117
|
riskNumber: zod.z.number().optional() // risk number is calculated based on toRiskLevel automatically when event is parsed with zod parse
|
|
118
118
|
}).transform(function (data) {
|
|
119
119
|
// assign riskNumber based on toRiskLevel (0 - 100)
|