@nexeraid/identity-schemas 2.89.0-dev → 2.90.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-3fec144d.esm.mjs → CoinMarketCap.schema-20cad571.esm.mjs} +2 -2
- package/dist/{CoinMarketCap.schema-f1ef13c5.cjs.prod.cjs → CoinMarketCap.schema-ad7f766b.cjs.prod.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-58b9912d.cjs.dev.cjs → CoinMarketCap.schema-cfab0fd1.cjs.dev.cjs} +2 -2
- package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +22 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +34 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +184 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-2ccce22f.esm.mjs → identity-api.schema-63ceffe7.esm.mjs} +1 -1
- package/dist/{identity-api.schema-faf22a9b.cjs.dev.cjs → identity-api.schema-6abb6921.cjs.dev.cjs} +1 -1
- package/dist/{identity-api.schema-bc129daa.cjs.prod.cjs → identity-api.schema-c6d12982.cjs.prod.cjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +3 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +3 -3
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-013c67cf.cjs.prod.cjs → tfhe-utilities-057d82b7.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-e9aaec13.esm.mjs → tfhe-utilities-25b1c53b.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-d43fcd79.cjs.dev.cjs → tfhe-utilities-ee36869f.cjs.dev.cjs} +2 -2
- package/dist/{vault.schema-fdae33c2.esm.mjs → vault.schema-607626e2.esm.mjs} +79 -6
- package/dist/{vault.schema-b7821ae9.cjs.dev.cjs → vault.schema-c507b278.cjs.dev.cjs} +79 -6
- package/dist/{vault.schema-f56c958e.cjs.prod.cjs → vault.schema-faff845c.cjs.prod.cjs} +79 -6
- 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 +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ee as _toConsumableArray } from './vault.schema-
|
|
2
|
-
import { bv as SupportedType, bo as NUMERIC_OPERATORS, bk as ARRAY_OPERATORS, bq as BOOLEAN_OPERATORS, bm as STRING_OPERATORS } from './identity-api.schema-
|
|
1
|
+
import { ee as _toConsumableArray } from './vault.schema-607626e2.esm.mjs';
|
|
2
|
+
import { bv as SupportedType, bo as NUMERIC_OPERATORS, bk as ARRAY_OPERATORS, bq as BOOLEAN_OPERATORS, bm as STRING_OPERATORS } from './identity-api.schema-63ceffe7.esm.mjs';
|
|
3
3
|
|
|
4
4
|
var VC_JSON_SCHEMA_MAP = {
|
|
5
5
|
ProofOfResidence: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
3
|
+
var vault_schema = require('./vault.schema-c507b278.cjs.dev.cjs');
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-6abb6921.cjs.dev.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -10763,6 +10763,72 @@ var TransactionJsonSchema = {
|
|
|
10763
10763
|
"riskLevel"
|
|
10764
10764
|
],
|
|
10765
10765
|
additionalProperties: false
|
|
10766
|
+
},
|
|
10767
|
+
historicalAverages: {
|
|
10768
|
+
type: "object",
|
|
10769
|
+
properties: {
|
|
10770
|
+
maa: {
|
|
10771
|
+
type: "object",
|
|
10772
|
+
properties: {
|
|
10773
|
+
USD: {
|
|
10774
|
+
description: "decimal"
|
|
10775
|
+
},
|
|
10776
|
+
EUR: {
|
|
10777
|
+
description: "decimal"
|
|
10778
|
+
},
|
|
10779
|
+
GBP: {
|
|
10780
|
+
description: "decimal"
|
|
10781
|
+
}
|
|
10782
|
+
},
|
|
10783
|
+
additionalProperties: false
|
|
10784
|
+
},
|
|
10785
|
+
maaExt: {
|
|
10786
|
+
type: "object",
|
|
10787
|
+
properties: {
|
|
10788
|
+
USD: {
|
|
10789
|
+
description: "decimal"
|
|
10790
|
+
},
|
|
10791
|
+
EUR: {
|
|
10792
|
+
description: "decimal"
|
|
10793
|
+
},
|
|
10794
|
+
GBP: {
|
|
10795
|
+
description: "decimal"
|
|
10796
|
+
}
|
|
10797
|
+
},
|
|
10798
|
+
additionalProperties: false
|
|
10799
|
+
},
|
|
10800
|
+
maaInt: {
|
|
10801
|
+
type: "object",
|
|
10802
|
+
properties: {
|
|
10803
|
+
USD: {
|
|
10804
|
+
description: "decimal"
|
|
10805
|
+
},
|
|
10806
|
+
EUR: {
|
|
10807
|
+
description: "decimal"
|
|
10808
|
+
},
|
|
10809
|
+
GBP: {
|
|
10810
|
+
description: "decimal"
|
|
10811
|
+
}
|
|
10812
|
+
},
|
|
10813
|
+
additionalProperties: false
|
|
10814
|
+
},
|
|
10815
|
+
gmaa: {
|
|
10816
|
+
type: "object",
|
|
10817
|
+
properties: {
|
|
10818
|
+
USD: {
|
|
10819
|
+
description: "decimal"
|
|
10820
|
+
},
|
|
10821
|
+
EUR: {
|
|
10822
|
+
description: "decimal"
|
|
10823
|
+
},
|
|
10824
|
+
GBP: {
|
|
10825
|
+
description: "decimal"
|
|
10826
|
+
}
|
|
10827
|
+
},
|
|
10828
|
+
additionalProperties: false
|
|
10829
|
+
}
|
|
10830
|
+
},
|
|
10831
|
+
additionalProperties: false
|
|
10766
10832
|
}
|
|
10767
10833
|
},
|
|
10768
10834
|
additionalProperties: false
|
|
@@ -10880,6 +10946,11 @@ var TransactionStats = z.object({
|
|
|
10880
10946
|
var AML_RESULTS = ["AML Hits", "PEP Hits", "Sanction Hits", "Adverse Media"];
|
|
10881
10947
|
var AmlResults = z["enum"](AML_RESULTS);
|
|
10882
10948
|
var DecimalSchema = z["instanceof"](Decimal).describe("decimal");
|
|
10949
|
+
var AmountByCurrencyBreakdown = z.object({
|
|
10950
|
+
USD: DecimalSchema.optional(),
|
|
10951
|
+
EUR: DecimalSchema.optional(),
|
|
10952
|
+
GBP: DecimalSchema.optional()
|
|
10953
|
+
});
|
|
10883
10954
|
var PartySchema = z.object({
|
|
10884
10955
|
countryOfResidence: ISO3CountryCode.optional(),
|
|
10885
10956
|
nationality: ISO3CountryCode.optional(),
|
|
@@ -10889,11 +10960,7 @@ var PartySchema = z.object({
|
|
|
10889
10960
|
address: z.string().optional()
|
|
10890
10961
|
}).optional();
|
|
10891
10962
|
var TransactionZodSchema = z.object({
|
|
10892
|
-
amount:
|
|
10893
|
-
USD: DecimalSchema.optional(),
|
|
10894
|
-
EUR: DecimalSchema.optional(),
|
|
10895
|
-
GBP: DecimalSchema.optional()
|
|
10896
|
-
}).optional(),
|
|
10963
|
+
amount: AmountByCurrencyBreakdown.optional(),
|
|
10897
10964
|
event: z.object({
|
|
10898
10965
|
transactionDate: z.coerce.date().optional(),
|
|
10899
10966
|
amount: DecimalSchema.optional(),
|
|
@@ -10916,7 +10983,13 @@ var TransactionZodSchema = z.object({
|
|
|
10916
10983
|
amlScreening: z.object({
|
|
10917
10984
|
amlResults: AmlResults.array().optional()
|
|
10918
10985
|
}).optional(),
|
|
10919
|
-
walletScreening: WalletScreeningData.optional()
|
|
10986
|
+
walletScreening: WalletScreeningData.optional(),
|
|
10987
|
+
historicalAverages: z.object({
|
|
10988
|
+
maa: AmountByCurrencyBreakdown.optional(),
|
|
10989
|
+
maaExt: AmountByCurrencyBreakdown.optional(),
|
|
10990
|
+
maaInt: AmountByCurrencyBreakdown.optional(),
|
|
10991
|
+
gmaa: AmountByCurrencyBreakdown.optional()
|
|
10992
|
+
}).optional()
|
|
10920
10993
|
});
|
|
10921
10994
|
|
|
10922
10995
|
var VaultJsonSchemas = {
|
|
@@ -10769,6 +10769,72 @@ var TransactionJsonSchema = {
|
|
|
10769
10769
|
"riskLevel"
|
|
10770
10770
|
],
|
|
10771
10771
|
additionalProperties: false
|
|
10772
|
+
},
|
|
10773
|
+
historicalAverages: {
|
|
10774
|
+
type: "object",
|
|
10775
|
+
properties: {
|
|
10776
|
+
maa: {
|
|
10777
|
+
type: "object",
|
|
10778
|
+
properties: {
|
|
10779
|
+
USD: {
|
|
10780
|
+
description: "decimal"
|
|
10781
|
+
},
|
|
10782
|
+
EUR: {
|
|
10783
|
+
description: "decimal"
|
|
10784
|
+
},
|
|
10785
|
+
GBP: {
|
|
10786
|
+
description: "decimal"
|
|
10787
|
+
}
|
|
10788
|
+
},
|
|
10789
|
+
additionalProperties: false
|
|
10790
|
+
},
|
|
10791
|
+
maaExt: {
|
|
10792
|
+
type: "object",
|
|
10793
|
+
properties: {
|
|
10794
|
+
USD: {
|
|
10795
|
+
description: "decimal"
|
|
10796
|
+
},
|
|
10797
|
+
EUR: {
|
|
10798
|
+
description: "decimal"
|
|
10799
|
+
},
|
|
10800
|
+
GBP: {
|
|
10801
|
+
description: "decimal"
|
|
10802
|
+
}
|
|
10803
|
+
},
|
|
10804
|
+
additionalProperties: false
|
|
10805
|
+
},
|
|
10806
|
+
maaInt: {
|
|
10807
|
+
type: "object",
|
|
10808
|
+
properties: {
|
|
10809
|
+
USD: {
|
|
10810
|
+
description: "decimal"
|
|
10811
|
+
},
|
|
10812
|
+
EUR: {
|
|
10813
|
+
description: "decimal"
|
|
10814
|
+
},
|
|
10815
|
+
GBP: {
|
|
10816
|
+
description: "decimal"
|
|
10817
|
+
}
|
|
10818
|
+
},
|
|
10819
|
+
additionalProperties: false
|
|
10820
|
+
},
|
|
10821
|
+
gmaa: {
|
|
10822
|
+
type: "object",
|
|
10823
|
+
properties: {
|
|
10824
|
+
USD: {
|
|
10825
|
+
description: "decimal"
|
|
10826
|
+
},
|
|
10827
|
+
EUR: {
|
|
10828
|
+
description: "decimal"
|
|
10829
|
+
},
|
|
10830
|
+
GBP: {
|
|
10831
|
+
description: "decimal"
|
|
10832
|
+
}
|
|
10833
|
+
},
|
|
10834
|
+
additionalProperties: false
|
|
10835
|
+
}
|
|
10836
|
+
},
|
|
10837
|
+
additionalProperties: false
|
|
10772
10838
|
}
|
|
10773
10839
|
},
|
|
10774
10840
|
additionalProperties: false
|
|
@@ -10886,6 +10952,11 @@ var TransactionStats = zod.z.object({
|
|
|
10886
10952
|
var AML_RESULTS = ["AML Hits", "PEP Hits", "Sanction Hits", "Adverse Media"];
|
|
10887
10953
|
var AmlResults = zod.z["enum"](AML_RESULTS);
|
|
10888
10954
|
var DecimalSchema = zod.z["instanceof"](Decimal__default["default"]).describe("decimal");
|
|
10955
|
+
var AmountByCurrencyBreakdown = zod.z.object({
|
|
10956
|
+
USD: DecimalSchema.optional(),
|
|
10957
|
+
EUR: DecimalSchema.optional(),
|
|
10958
|
+
GBP: DecimalSchema.optional()
|
|
10959
|
+
});
|
|
10889
10960
|
var PartySchema = zod.z.object({
|
|
10890
10961
|
countryOfResidence: ISO3CountryCode.optional(),
|
|
10891
10962
|
nationality: ISO3CountryCode.optional(),
|
|
@@ -10895,11 +10966,7 @@ var PartySchema = zod.z.object({
|
|
|
10895
10966
|
address: zod.z.string().optional()
|
|
10896
10967
|
}).optional();
|
|
10897
10968
|
var TransactionZodSchema = zod.z.object({
|
|
10898
|
-
amount:
|
|
10899
|
-
USD: DecimalSchema.optional(),
|
|
10900
|
-
EUR: DecimalSchema.optional(),
|
|
10901
|
-
GBP: DecimalSchema.optional()
|
|
10902
|
-
}).optional(),
|
|
10969
|
+
amount: AmountByCurrencyBreakdown.optional(),
|
|
10903
10970
|
event: zod.z.object({
|
|
10904
10971
|
transactionDate: zod.z.coerce.date().optional(),
|
|
10905
10972
|
amount: DecimalSchema.optional(),
|
|
@@ -10922,7 +10989,13 @@ var TransactionZodSchema = zod.z.object({
|
|
|
10922
10989
|
amlScreening: zod.z.object({
|
|
10923
10990
|
amlResults: AmlResults.array().optional()
|
|
10924
10991
|
}).optional(),
|
|
10925
|
-
walletScreening: WalletScreeningData.optional()
|
|
10992
|
+
walletScreening: WalletScreeningData.optional(),
|
|
10993
|
+
historicalAverages: zod.z.object({
|
|
10994
|
+
maa: AmountByCurrencyBreakdown.optional(),
|
|
10995
|
+
maaExt: AmountByCurrencyBreakdown.optional(),
|
|
10996
|
+
maaInt: AmountByCurrencyBreakdown.optional(),
|
|
10997
|
+
gmaa: AmountByCurrencyBreakdown.optional()
|
|
10998
|
+
}).optional()
|
|
10926
10999
|
});
|
|
10927
11000
|
|
|
10928
11001
|
var VaultJsonSchemas = {
|
|
@@ -10769,6 +10769,72 @@ var TransactionJsonSchema = {
|
|
|
10769
10769
|
"riskLevel"
|
|
10770
10770
|
],
|
|
10771
10771
|
additionalProperties: false
|
|
10772
|
+
},
|
|
10773
|
+
historicalAverages: {
|
|
10774
|
+
type: "object",
|
|
10775
|
+
properties: {
|
|
10776
|
+
maa: {
|
|
10777
|
+
type: "object",
|
|
10778
|
+
properties: {
|
|
10779
|
+
USD: {
|
|
10780
|
+
description: "decimal"
|
|
10781
|
+
},
|
|
10782
|
+
EUR: {
|
|
10783
|
+
description: "decimal"
|
|
10784
|
+
},
|
|
10785
|
+
GBP: {
|
|
10786
|
+
description: "decimal"
|
|
10787
|
+
}
|
|
10788
|
+
},
|
|
10789
|
+
additionalProperties: false
|
|
10790
|
+
},
|
|
10791
|
+
maaExt: {
|
|
10792
|
+
type: "object",
|
|
10793
|
+
properties: {
|
|
10794
|
+
USD: {
|
|
10795
|
+
description: "decimal"
|
|
10796
|
+
},
|
|
10797
|
+
EUR: {
|
|
10798
|
+
description: "decimal"
|
|
10799
|
+
},
|
|
10800
|
+
GBP: {
|
|
10801
|
+
description: "decimal"
|
|
10802
|
+
}
|
|
10803
|
+
},
|
|
10804
|
+
additionalProperties: false
|
|
10805
|
+
},
|
|
10806
|
+
maaInt: {
|
|
10807
|
+
type: "object",
|
|
10808
|
+
properties: {
|
|
10809
|
+
USD: {
|
|
10810
|
+
description: "decimal"
|
|
10811
|
+
},
|
|
10812
|
+
EUR: {
|
|
10813
|
+
description: "decimal"
|
|
10814
|
+
},
|
|
10815
|
+
GBP: {
|
|
10816
|
+
description: "decimal"
|
|
10817
|
+
}
|
|
10818
|
+
},
|
|
10819
|
+
additionalProperties: false
|
|
10820
|
+
},
|
|
10821
|
+
gmaa: {
|
|
10822
|
+
type: "object",
|
|
10823
|
+
properties: {
|
|
10824
|
+
USD: {
|
|
10825
|
+
description: "decimal"
|
|
10826
|
+
},
|
|
10827
|
+
EUR: {
|
|
10828
|
+
description: "decimal"
|
|
10829
|
+
},
|
|
10830
|
+
GBP: {
|
|
10831
|
+
description: "decimal"
|
|
10832
|
+
}
|
|
10833
|
+
},
|
|
10834
|
+
additionalProperties: false
|
|
10835
|
+
}
|
|
10836
|
+
},
|
|
10837
|
+
additionalProperties: false
|
|
10772
10838
|
}
|
|
10773
10839
|
},
|
|
10774
10840
|
additionalProperties: false
|
|
@@ -10886,6 +10952,11 @@ var TransactionStats = zod.z.object({
|
|
|
10886
10952
|
var AML_RESULTS = ["AML Hits", "PEP Hits", "Sanction Hits", "Adverse Media"];
|
|
10887
10953
|
var AmlResults = zod.z["enum"](AML_RESULTS);
|
|
10888
10954
|
var DecimalSchema = zod.z["instanceof"](Decimal__default["default"]).describe("decimal");
|
|
10955
|
+
var AmountByCurrencyBreakdown = zod.z.object({
|
|
10956
|
+
USD: DecimalSchema.optional(),
|
|
10957
|
+
EUR: DecimalSchema.optional(),
|
|
10958
|
+
GBP: DecimalSchema.optional()
|
|
10959
|
+
});
|
|
10889
10960
|
var PartySchema = zod.z.object({
|
|
10890
10961
|
countryOfResidence: ISO3CountryCode.optional(),
|
|
10891
10962
|
nationality: ISO3CountryCode.optional(),
|
|
@@ -10895,11 +10966,7 @@ var PartySchema = zod.z.object({
|
|
|
10895
10966
|
address: zod.z.string().optional()
|
|
10896
10967
|
}).optional();
|
|
10897
10968
|
var TransactionZodSchema = zod.z.object({
|
|
10898
|
-
amount:
|
|
10899
|
-
USD: DecimalSchema.optional(),
|
|
10900
|
-
EUR: DecimalSchema.optional(),
|
|
10901
|
-
GBP: DecimalSchema.optional()
|
|
10902
|
-
}).optional(),
|
|
10969
|
+
amount: AmountByCurrencyBreakdown.optional(),
|
|
10903
10970
|
event: zod.z.object({
|
|
10904
10971
|
transactionDate: zod.z.coerce.date().optional(),
|
|
10905
10972
|
amount: DecimalSchema.optional(),
|
|
@@ -10922,7 +10989,13 @@ var TransactionZodSchema = zod.z.object({
|
|
|
10922
10989
|
amlScreening: zod.z.object({
|
|
10923
10990
|
amlResults: AmlResults.array().optional()
|
|
10924
10991
|
}).optional(),
|
|
10925
|
-
walletScreening: WalletScreeningData.optional()
|
|
10992
|
+
walletScreening: WalletScreeningData.optional(),
|
|
10993
|
+
historicalAverages: zod.z.object({
|
|
10994
|
+
maa: AmountByCurrencyBreakdown.optional(),
|
|
10995
|
+
maaExt: AmountByCurrencyBreakdown.optional(),
|
|
10996
|
+
maaInt: AmountByCurrencyBreakdown.optional(),
|
|
10997
|
+
gmaa: AmountByCurrencyBreakdown.optional()
|
|
10998
|
+
}).optional()
|
|
10926
10999
|
});
|
|
10927
11000
|
|
|
10928
11001
|
var VaultJsonSchemas = {
|
|
@@ -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-6abb6921.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-c507b278.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-c6d12982.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-faff845c.cjs.prod.cjs');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { Z as ACTION_STATUSES, X as ACTION_TRIGGERS, bk as ARRAY_OPERATORS, b2 as AUTHORIZATION_REQUEST_MESSAGE_TYPES, H as AVAILABLE_FLOWS, an as AbbreviatedWorkflowScenario, al as Action, _ as ActionStatus, Y as ActionTrigger, W as ActionType, $ as ActionValue, by as AllCredentialValues, cc as AllScenarioExecutionAuthorizationData, c4 as AnyTxAuthDataSignatureResponse, c7 as AnyTxAuthInputJsSdk, bZ as ApiTezosTxAuthInput, bV as ApiTxAuthInput, bl as ArrayOperator, ba as AuthQrCodeData, aI as AuthSession, aJ as AuthSessionData, b5 as AuthorizationRequestMessage, b4 as AuthorizationRequestMessageType, b3 as AuthorizationRequestMessageTypes, b8 as AuthorizationResponseMessage, J as AvailableFlow, bq as BOOLEAN_OPERATORS, a8 as BackwardsCompatibleScenarioType, a7 as BackwardsCompatibleScenarioTypes, a9 as BaseQueryResponse, br as BooleanOperator, a$ as CIRCUIT_IDS, bJ as ChallengeQuerySchema, aK as ChallengeResponse, b0 as CircuitId, r as CloseScreenNotification, aq as ComplianceImplementationStepsInput, cb as CreateAuthRequestProps, ap as CreateTemplateScenario, b9 as CredentialQrCodeData, bs as DATE_OPERATORS, L as DataAvailableOnStart, bt as DateOperator, c5 as Eip155TxAuthInputJsSdk, ab as ExecuteQueryResponse, c3 as ExtendedTezosTxAuthDataSignatureResponse, c1 as ExtendedTezosTxAuthInput, c2 as ExtendedTxAuthDataSignatureResponse, c0 as ExtendedTxAuthInput, aH as GenerateWalletChallengeRequest, as as GetCredentialsRequest, at as GetCredentialsResponse, aN as GetCustomerStatusRequest, aS as GetCustomerStatusResponse, b$ as GetTezosTxAuthDataSignatureResponse, bX as GetTxAuthDataSignatureResponse, aB as GetTxAuthSigRequest, aD as GetTxAuthSigRequestTezos, aC as GetTxAuthSigResponse, aE as GetTxAuthSigResponseTezos, aV as HostMessage, aF as HostRequestMessage, U as HostResponseMessage, bx as IDInformationTfhe, aT as IdentityAppMessage, aW as IdentityMessage, A as IdentityNotificationMessage, G as IdentityRequestMessage, aG as IdentityResponseMessage, aO as IdentitySdkMessage, aP as IdentitySdkMessageWithIdentifier, aU as IdentityWallet, D as InitialDataRequest, M as InitialDataResponse, I as IsVerifiedNotification, az as IsVerifiedRequest, aA as IsVerifiedResponse, s as KycCompletionData, t as KycCompletionNotification, aZ as MediaType, a_ as MediaTypePID, bo as NUMERIC_OPERATORS, bp as NumericOperator, bK as OLD_CHALLENGE_QUERY_OPERATORS, bL as OLD_ChallengeQueryOperator, bO as OLD_ChallengeQueryOperatorToOperator, bG as OLD_ChallengeQuerySchema, bQ as OLD_QueryCredentialType, bP as OLD_QueryCredentialTypes, bg as OPERATORS, y as OcvSdkInitialized, O as OffChainScenarioExecutionData, aa as OffChainZKPRuleResult, v as OnChainScenarioExecutionData, bh as Operator, bM as OperatorMappings, bN as OperatorToOLD_ChallengeQueryOperator, bF as PartialQueryConfigSimplified, P as PolygonIdInitialized, av as PolygonIdRequest, au as PolygonIdRequestData, ax as PolygonIdResponse, aw as PolygonIdResponseData, ca as PrivacyPreservingMonitoring, b6 as ProofData, be as QUERY_LOGIC_OPERATOR, bb as QrCodeLinkWithSchemaType, bz as QueriesOptions, bC as QueryConfigSimplified, bB as QueryConfigTfhe, bI as QueryCredentialType, bH as QueryCredentialTypes, bD as QueryGroupConfigSimplified, bf as QueryLogicOperator, bA as QueryType, aX as RequiredDataRowSchema, aY as RequiredVerificationData, ac as RuleEngineResponse, u as RuleEngineScenarioExecutionData, bE as RuleResultQueryConfig, af as RuleResultStatus, ag as RuleResultStatusLabels, ae as RuleResultStatuses, V as SCENARIO_ACTION_TYPES, cd as SCENARIO_AUTHORIZATION_STATUSES, bm as STRING_OPERATORS, bu as SUPPORTED_TYPES, am as Scenario, S as ScenarioAuthorizationData, ce as ScenarioAuthorizationStatus, w as ScenarioExecutionData, x as ScenarioExecutionNotification, ad as ScenarioExecutionResponse, a3 as ScenarioMode, a2 as ScenarioModes, a6 as ScenarioSchema, a5 as ScenarioStatus, a4 as ScenarioStatuses, a1 as ScenarioType, a0 as ScenarioTypes, ah as SdkVerificationOutput, q as SdkVerificationResponseSchema, F as SendTransactionRequest, E as SignatureRequest, N as SignatureResponse, ar as SimplifiedCredential, z as StartCompletedNotification, ay as StartFlowRequest, bn as StringOperator, bv as SupportedType, bw as SupportedTypes, ao as TemplateScenario, bY as TezosTxAuthInput, c6 as TezosTxAuthInputJsSdk, b_ as TezosTxSignatureResponse, T as TransactionData, Q as TransactionResponse, aR as TxAuthDataSignatureGatingError, aM as TxAuthDataSignatureGatingRequest, aQ as TxAuthDataSignatureResponse, bU as TxAuthInput, bW as TxSignatureResponse, ak as VerificationOutput, aj as VerificationSessionStatus, ai as VerificationSessionStatuses, cg as VerifyWalletChallengeRequest, aL as WalletSignResponse, cf as WalletSignatureResponse, bi as ZKPOperator, c8 as ZKPRequest, c9 as ZKPRequestFromZKVerifier, b1 as ZeroKnowledgeProofRequest, b7 as ZeroKnowledgeProofResponse, bS as getOldCredentialPath, bR as getOldCredentialType, bT as oldCredentialPathToDataLink, bj as operatorDisplayMap, bc as parseIden3Message, bd as parseSessionIdFromUrl } from '../../dist/identity-api.schema-
|
|
1
|
+
export { Z as ACTION_STATUSES, X as ACTION_TRIGGERS, bk as ARRAY_OPERATORS, b2 as AUTHORIZATION_REQUEST_MESSAGE_TYPES, H as AVAILABLE_FLOWS, an as AbbreviatedWorkflowScenario, al as Action, _ as ActionStatus, Y as ActionTrigger, W as ActionType, $ as ActionValue, by as AllCredentialValues, cc as AllScenarioExecutionAuthorizationData, c4 as AnyTxAuthDataSignatureResponse, c7 as AnyTxAuthInputJsSdk, bZ as ApiTezosTxAuthInput, bV as ApiTxAuthInput, bl as ArrayOperator, ba as AuthQrCodeData, aI as AuthSession, aJ as AuthSessionData, b5 as AuthorizationRequestMessage, b4 as AuthorizationRequestMessageType, b3 as AuthorizationRequestMessageTypes, b8 as AuthorizationResponseMessage, J as AvailableFlow, bq as BOOLEAN_OPERATORS, a8 as BackwardsCompatibleScenarioType, a7 as BackwardsCompatibleScenarioTypes, a9 as BaseQueryResponse, br as BooleanOperator, a$ as CIRCUIT_IDS, bJ as ChallengeQuerySchema, aK as ChallengeResponse, b0 as CircuitId, r as CloseScreenNotification, aq as ComplianceImplementationStepsInput, cb as CreateAuthRequestProps, ap as CreateTemplateScenario, b9 as CredentialQrCodeData, bs as DATE_OPERATORS, L as DataAvailableOnStart, bt as DateOperator, c5 as Eip155TxAuthInputJsSdk, ab as ExecuteQueryResponse, c3 as ExtendedTezosTxAuthDataSignatureResponse, c1 as ExtendedTezosTxAuthInput, c2 as ExtendedTxAuthDataSignatureResponse, c0 as ExtendedTxAuthInput, aH as GenerateWalletChallengeRequest, as as GetCredentialsRequest, at as GetCredentialsResponse, aN as GetCustomerStatusRequest, aS as GetCustomerStatusResponse, b$ as GetTezosTxAuthDataSignatureResponse, bX as GetTxAuthDataSignatureResponse, aB as GetTxAuthSigRequest, aD as GetTxAuthSigRequestTezos, aC as GetTxAuthSigResponse, aE as GetTxAuthSigResponseTezos, aV as HostMessage, aF as HostRequestMessage, U as HostResponseMessage, bx as IDInformationTfhe, aT as IdentityAppMessage, aW as IdentityMessage, A as IdentityNotificationMessage, G as IdentityRequestMessage, aG as IdentityResponseMessage, aO as IdentitySdkMessage, aP as IdentitySdkMessageWithIdentifier, aU as IdentityWallet, D as InitialDataRequest, M as InitialDataResponse, I as IsVerifiedNotification, az as IsVerifiedRequest, aA as IsVerifiedResponse, s as KycCompletionData, t as KycCompletionNotification, aZ as MediaType, a_ as MediaTypePID, bo as NUMERIC_OPERATORS, bp as NumericOperator, bK as OLD_CHALLENGE_QUERY_OPERATORS, bL as OLD_ChallengeQueryOperator, bO as OLD_ChallengeQueryOperatorToOperator, bG as OLD_ChallengeQuerySchema, bQ as OLD_QueryCredentialType, bP as OLD_QueryCredentialTypes, bg as OPERATORS, y as OcvSdkInitialized, O as OffChainScenarioExecutionData, aa as OffChainZKPRuleResult, v as OnChainScenarioExecutionData, bh as Operator, bM as OperatorMappings, bN as OperatorToOLD_ChallengeQueryOperator, bF as PartialQueryConfigSimplified, P as PolygonIdInitialized, av as PolygonIdRequest, au as PolygonIdRequestData, ax as PolygonIdResponse, aw as PolygonIdResponseData, ca as PrivacyPreservingMonitoring, b6 as ProofData, be as QUERY_LOGIC_OPERATOR, bb as QrCodeLinkWithSchemaType, bz as QueriesOptions, bC as QueryConfigSimplified, bB as QueryConfigTfhe, bI as QueryCredentialType, bH as QueryCredentialTypes, bD as QueryGroupConfigSimplified, bf as QueryLogicOperator, bA as QueryType, aX as RequiredDataRowSchema, aY as RequiredVerificationData, ac as RuleEngineResponse, u as RuleEngineScenarioExecutionData, bE as RuleResultQueryConfig, af as RuleResultStatus, ag as RuleResultStatusLabels, ae as RuleResultStatuses, V as SCENARIO_ACTION_TYPES, cd as SCENARIO_AUTHORIZATION_STATUSES, bm as STRING_OPERATORS, bu as SUPPORTED_TYPES, am as Scenario, S as ScenarioAuthorizationData, ce as ScenarioAuthorizationStatus, w as ScenarioExecutionData, x as ScenarioExecutionNotification, ad as ScenarioExecutionResponse, a3 as ScenarioMode, a2 as ScenarioModes, a6 as ScenarioSchema, a5 as ScenarioStatus, a4 as ScenarioStatuses, a1 as ScenarioType, a0 as ScenarioTypes, ah as SdkVerificationOutput, q as SdkVerificationResponseSchema, F as SendTransactionRequest, E as SignatureRequest, N as SignatureResponse, ar as SimplifiedCredential, z as StartCompletedNotification, ay as StartFlowRequest, bn as StringOperator, bv as SupportedType, bw as SupportedTypes, ao as TemplateScenario, bY as TezosTxAuthInput, c6 as TezosTxAuthInputJsSdk, b_ as TezosTxSignatureResponse, T as TransactionData, Q as TransactionResponse, aR as TxAuthDataSignatureGatingError, aM as TxAuthDataSignatureGatingRequest, aQ as TxAuthDataSignatureResponse, bU as TxAuthInput, bW as TxSignatureResponse, ak as VerificationOutput, aj as VerificationSessionStatus, ai as VerificationSessionStatuses, cg as VerifyWalletChallengeRequest, aL as WalletSignResponse, cf as WalletSignatureResponse, bi as ZKPOperator, c8 as ZKPRequest, c9 as ZKPRequestFromZKVerifier, b1 as ZeroKnowledgeProofRequest, b7 as ZeroKnowledgeProofResponse, bS as getOldCredentialPath, bR as getOldCredentialType, bT as oldCredentialPathToDataLink, bj as operatorDisplayMap, bc as parseIden3Message, bd as parseSessionIdFromUrl } from '../../dist/identity-api.schema-63ceffe7.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
|
-
import '../../dist/vault.schema-
|
|
3
|
+
import '../../dist/vault.schema-607626e2.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-c507b278.cjs.dev.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-cfab0fd1.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-6abb6921.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-faff845c.cjs.prod.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-ad7f766b.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-c6d12982.cjs.prod.cjs');
|
|
11
11
|
|
|
12
12
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
13
13
|
id: "BITCOIN",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { ej as ANALYSIS_TYPES, ek as AnalysisType, eu as Coin, ez as EntityRiskDefaultsMap, ey as EntityRiskDefaultsValues, eF as GetActiveBlockchains, eE as GetActiveBlockchainsRequest, eG as GetActiveBlockchainsResponse, eJ as GetAddressAnalysis, eH as GetAddressAnalysisRequest, eK as GetAddressAnalysisResponse, eo as NonMinimalScorechainBlockchain, el as OBJECT_TYPES, em as ObjectType, eM as RawScorechainResult, ex as RiskExplanation, ev as RiskSeverity, eC as ScorechainAnalysis, en as ScorechainBlockchain, ep as ScorechainBlockchainToNamespace, eI as ScorechainEntity, ew as ScorechainEntityType, eB as ScorechainError, eA as ScorechainErrorResponse, eN as ScorechainRiskToRiskLevel, er as ScorechainWalletRiskLevel, eq as ScorechainWalletRiskLevels, eL as ScoringAnalysisApiRequest, eg as ScoringAnalysisRequest, eD as ScoringAnalysisResponse, eh as WorkflowsScoringAnalysisRequest, et as compareRiskLevels, es as getRiskLevelByRiskScore } from '../../dist/vault.schema-
|
|
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 { ej as ANALYSIS_TYPES, ek as AnalysisType, eu as Coin, ez as EntityRiskDefaultsMap, ey as EntityRiskDefaultsValues, eF as GetActiveBlockchains, eE as GetActiveBlockchainsRequest, eG as GetActiveBlockchainsResponse, eJ as GetAddressAnalysis, eH as GetAddressAnalysisRequest, eK as GetAddressAnalysisResponse, eo as NonMinimalScorechainBlockchain, el as OBJECT_TYPES, em as ObjectType, eM as RawScorechainResult, ex as RiskExplanation, ev as RiskSeverity, eC as ScorechainAnalysis, en as ScorechainBlockchain, ep as ScorechainBlockchainToNamespace, eI as ScorechainEntity, ew as ScorechainEntityType, eB as ScorechainError, eA as ScorechainErrorResponse, eN as ScorechainRiskToRiskLevel, er as ScorechainWalletRiskLevel, eq as ScorechainWalletRiskLevels, eL as ScoringAnalysisApiRequest, eg as ScoringAnalysisRequest, eD as ScoringAnalysisResponse, eh as WorkflowsScoringAnalysisRequest, et as compareRiskLevels, es as getRiskLevelByRiskScore } from '../../dist/vault.schema-607626e2.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-20cad571.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-63ceffe7.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-c507b278.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-faff845c.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
require('decimal.js');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { dQ as AmlResults, dV as DataLinkTypeZodSchema, dT as DataLinkVersionZodSchema, dR as DetectedDuplicates, e8 as GenericVaultDataLinkZodSchema, e7 as GenericVaultEmbeddedLinkZodSchema, e5 as GenericVaultPointerLinkZodSchema, e6 as GenericVaultSearchLinkZodSchema, dW as Separator, d_ as VaultJsonSchemas, e4 as VaultMetadataLinkZodSchema, e2 as VaultPointerKeyMapZodSchema, e3 as VaultQueryMapZodSchema, e0 as VaultSchemaIdZodSchema, e1 as VaultSchemaPathsZodSchema, d$ as VaultZodSchema, dU as allDataLinkTypes, dS as allDataLinkVersions, dX as generateZodObjectPaths, dY as resolvePathOnDataSchema, dZ as resolvePathOnMapSchema } from '../../dist/vault.schema-
|
|
1
|
+
export { dQ as AmlResults, dV as DataLinkTypeZodSchema, dT as DataLinkVersionZodSchema, dR as DetectedDuplicates, e8 as GenericVaultDataLinkZodSchema, e7 as GenericVaultEmbeddedLinkZodSchema, e5 as GenericVaultPointerLinkZodSchema, e6 as GenericVaultSearchLinkZodSchema, dW as Separator, d_ as VaultJsonSchemas, e4 as VaultMetadataLinkZodSchema, e2 as VaultPointerKeyMapZodSchema, e3 as VaultQueryMapZodSchema, e0 as VaultSchemaIdZodSchema, e1 as VaultSchemaPathsZodSchema, d$ as VaultZodSchema, dU as allDataLinkTypes, dS as allDataLinkVersions, dX as generateZodObjectPaths, dY as resolvePathOnDataSchema, dZ as resolvePathOnMapSchema } from '../../dist/vault.schema-607626e2.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-c507b278.cjs.dev.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-6abb6921.cjs.dev.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-ee36869f.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-faff845c.cjs.prod.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-c6d12982.cjs.prod.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-057d82b7.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, d4 as GenericVerifiableCredentialSchema, da as ID3CredentialSchema, cS as ID3CredentialSubjectSchema, d7 as IDImageCredentialSchema, d1 as IDImageCredentialSubjectSchema, d6 as IDInformationCredentialSchema, d0 as IDInformationCredentialSubjectSchema, d5 as IDInformationTfheCredentialSchema, c$ as IDInformationTfheCredentialSubjectSchema, db as IDScanCredentialSchema, cT as IDScanCredentialSubjectSchema, dc as IDScanPassportCredentialSchema, cU as IDScanPassportCredentialSubjectSchema, dd as IDScanSelfieCredentialSchema, cV as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, di as OLD_AMLScreeningsResultsCredentialSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, de as OLD_IDImageCredentialSchema, cW as OLD_IDImageCredentialSubjectSchema, df as OLD_IDInformationCredentialSchema, cX as OLD_IDInformationCredentialSubjectSchema, dg as OLD_ProofOfResidenceCredentialSchema, cY as OLD_ProofOfResidenceCredentialSubjectSchema, dh as OLD_SelfieImageCredentialSchema, cZ as OLD_SelfieImageCredentialSubjectSchema, d9 as ProofOfResidenceCredentialSchema, d3 as ProofOfResidenceCredentialSubjectSchema, d8 as SelfieImageCredentialSchema, d2 as SelfieImageCredentialSubjectSchema, b1 as countryISO3toISO2Mapping, b4 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-
|
|
2
|
-
export { cn as CredentialMediaType, ci as CredentialNames, ch as CredentialSchemas, cl as CredentialType, C as CredentialTypes, cj as NexeraCredentialType, cm as VerifiableCredential, ck as getCredentialName } from '../../dist/identity-api.schema-
|
|
3
|
-
export { I 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, d4 as GenericVerifiableCredentialSchema, da as ID3CredentialSchema, cS as ID3CredentialSubjectSchema, d7 as IDImageCredentialSchema, d1 as IDImageCredentialSubjectSchema, d6 as IDInformationCredentialSchema, d0 as IDInformationCredentialSubjectSchema, d5 as IDInformationTfheCredentialSchema, c$ as IDInformationTfheCredentialSubjectSchema, db as IDScanCredentialSchema, cT as IDScanCredentialSubjectSchema, dc as IDScanPassportCredentialSchema, cU as IDScanPassportCredentialSubjectSchema, dd as IDScanSelfieCredentialSchema, cV as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, di as OLD_AMLScreeningsResultsCredentialSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, de as OLD_IDImageCredentialSchema, cW as OLD_IDImageCredentialSubjectSchema, df as OLD_IDInformationCredentialSchema, cX as OLD_IDInformationCredentialSubjectSchema, dg as OLD_ProofOfResidenceCredentialSchema, cY as OLD_ProofOfResidenceCredentialSubjectSchema, dh as OLD_SelfieImageCredentialSchema, cZ as OLD_SelfieImageCredentialSubjectSchema, d9 as ProofOfResidenceCredentialSchema, d3 as ProofOfResidenceCredentialSubjectSchema, d8 as SelfieImageCredentialSchema, d2 as SelfieImageCredentialSubjectSchema, b1 as countryISO3toISO2Mapping, b4 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-607626e2.esm.mjs';
|
|
2
|
+
export { cn as CredentialMediaType, ci as CredentialNames, ch as CredentialSchemas, cl as CredentialType, C as CredentialTypes, cj as NexeraCredentialType, cm as VerifiableCredential, ck as getCredentialName } from '../../dist/identity-api.schema-63ceffe7.esm.mjs';
|
|
3
|
+
export { I as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-25b1c53b.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-c507b278.cjs.dev.cjs');
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-6abb6921.cjs.dev.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-cfab0fd1.cjs.dev.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('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-faff845c.cjs.prod.cjs');
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-c6d12982.cjs.prod.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-ad7f766b.cjs.prod.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { aS as UuidString, cM as ExternalCustomerId, a_ as ISO3CountryCode, ar as BlockchainAddress, d4 as GenericVerifiableCredentialSchema, ea as WalletScreeningData, dn as TransactionTypes, du as TransactionReviewStatuses, ef as _toArray, ee as _toConsumableArray, aR as EnvironmentSchema } from '../../dist/vault.schema-
|
|
3
|
-
import { a as RiskScoreType, c as CustomerType, h as CustomerOnboardingLevel, j as CustomerStatus, af as RuleResultStatus } from '../../dist/identity-api.schema-
|
|
4
|
-
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-
|
|
2
|
+
import { aS as UuidString, cM as ExternalCustomerId, a_ as ISO3CountryCode, ar as BlockchainAddress, d4 as GenericVerifiableCredentialSchema, ea as WalletScreeningData, dn as TransactionTypes, du as TransactionReviewStatuses, ef as _toArray, ee as _toConsumableArray, aR as EnvironmentSchema } from '../../dist/vault.schema-607626e2.esm.mjs';
|
|
3
|
+
import { a as RiskScoreType, c as CustomerType, h as CustomerOnboardingLevel, j as CustomerStatus, af as RuleResultStatus } from '../../dist/identity-api.schema-63ceffe7.esm.mjs';
|
|
4
|
+
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-20cad571.esm.mjs';
|
|
5
5
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
import 'decimal.js';
|