@nexeraid/identity-schemas 2.219.0 → 2.220.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/declarations/src/customer.schema.d.ts +5 -0
- package/dist/declarations/src/customer.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -37
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +9 -9
- package/dist/declarations/src/identity/kyc.schema.d.ts +9 -9
- package/dist/declarations/src/identity/scenario.schema.d.ts +34 -34
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/customers.schema.d.ts +24 -3
- package/dist/declarations/src/providers/customers.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyb-sessions.schema.d.ts +79 -3
- package/dist/declarations/src/providers/kyb-sessions.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +37 -37
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +76 -76
- package/dist/declarations/src/providers/sumsub/sumsub.schema.d.ts +4 -4
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts +75 -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 +275 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +16 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +103 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/alert.schema.d.ts +2 -2
- package/dist/declarations/src/webhooks/alert.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-d38efa2a.cjs.dev.cjs → identity-api.schema-4ec9fdca.cjs.dev.cjs} +5 -16
- package/dist/{identity-api.schema-e336805b.cjs.prod.cjs → identity-api.schema-57bbbe51.cjs.prod.cjs} +5 -16
- package/dist/{identity-api.schema-f7d96e63.esm.mjs → identity-api.schema-82b97da7.esm.mjs} +5 -16
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +5 -5
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +5 -5
- package/dist/nexeraid-identity-schemas.esm.mjs +7 -7
- package/dist/{notabene.schema-c5527856.esm.mjs → notabene.schema-2cdf460c.esm.mjs} +35 -21
- package/dist/{notabene.schema-377df233.cjs.prod.cjs → notabene.schema-9c2c4151.cjs.prod.cjs} +36 -20
- package/dist/{notabene.schema-9d92b8f7.cjs.dev.cjs → notabene.schema-a574596c.cjs.dev.cjs} +36 -20
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-8d11e34d.cjs.dev.cjs → tfhe-utilities-159b8167.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-7737169b.cjs.prod.cjs → tfhe-utilities-79ebf91e.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-071f5348.esm.mjs → tfhe-utilities-8dac8326.esm.mjs} +2 -2
- package/dist/{toArray-97f0e0e9.cjs.prod.cjs → toArray-79d56a87.cjs.prod.cjs} +1 -1
- package/dist/{toArray-e62b4fb4.esm.mjs → toArray-ce14afcd.esm.mjs} +1 -1
- package/dist/{toArray-a0017d51.cjs.dev.cjs → toArray-d3b505b6.cjs.dev.cjs} +1 -1
- package/dist/{vault.schema-11c98ace.cjs.prod.cjs → vault.schema-3e16092e.cjs.dev.cjs} +324 -6
- package/dist/{vault.schema-54409d8e.cjs.dev.cjs → vault.schema-9e61eba0.cjs.prod.cjs} +324 -6
- package/dist/{vault.schema-814e6950.esm.mjs → vault.schema-bfc68f42.esm.mjs} +324 -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 +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +5 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +5 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +2 -2
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +2 -2
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
- 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 +6 -9
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +6 -9
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +6 -9
|
@@ -2971,21 +2971,16 @@ var Web2CreateSessionParams = z.object({
|
|
|
2971
2971
|
additionalInformation: AdditionalCustomerInformationParams.optional()
|
|
2972
2972
|
});
|
|
2973
2973
|
|
|
2974
|
-
// Risk Score
|
|
2975
2974
|
var RiskScoreTypes = ["Low", "Medium", "High", "No risk"];
|
|
2976
2975
|
var RiskScoreType = z["enum"](RiskScoreTypes);
|
|
2977
|
-
// Customer Type
|
|
2978
2976
|
var CustomerTypes = ["Individual", "Company"];
|
|
2979
2977
|
var CustomerType = z["enum"](CustomerTypes);
|
|
2980
|
-
// KYC Onboarding Level
|
|
2981
2978
|
var KycOnboardingLevels = ["Started", "Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded"];
|
|
2982
2979
|
var KycOnboardingLevel = z["enum"](KycOnboardingLevels);
|
|
2983
|
-
// KYB Onboarding Level
|
|
2984
2980
|
var KybOnboardingLevels = ["Onboarding", "KYB", "Onboarded"];
|
|
2985
2981
|
var KybOnboardingLevel = z["enum"](KybOnboardingLevels);
|
|
2986
2982
|
var CustomerOnboardingLevels = [].concat(KycOnboardingLevels, KybOnboardingLevels);
|
|
2987
2983
|
var CustomerOnboardingLevel = z["enum"](CustomerOnboardingLevels);
|
|
2988
|
-
// Customer Status
|
|
2989
2984
|
var CustomerStatuses = ["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"];
|
|
2990
2985
|
var CustomerStatus = z["enum"](CustomerStatuses);
|
|
2991
2986
|
var BasicCustomerContactInformation = z.object({
|
|
@@ -3019,7 +3014,12 @@ var CUSTOMER_AUTOMATION_REASONS = {
|
|
|
3019
3014
|
},
|
|
3020
3015
|
kyb: {
|
|
3021
3016
|
green: {
|
|
3022
|
-
|
|
3017
|
+
/** Sumsub single-stage success (KYB pass = terminal onboarding event). */
|
|
3018
|
+
"final": "Passed KYB",
|
|
3019
|
+
/** Topograph stage 1: company green; beneficiaries still verifying. */
|
|
3020
|
+
companyPassedAwaitingBeneficiaries: "Company KYB passed — awaiting beneficiary verification",
|
|
3021
|
+
/** Topograph stage 2: all beneficiaries GREEN; promotes to Active/Low/Onboarded. */
|
|
3022
|
+
fullyOnboarded: "All required parties verified — company onboarding complete"
|
|
3023
3023
|
},
|
|
3024
3024
|
yellow: {
|
|
3025
3025
|
retry: "Company rejected by the KYB provider with possibility to retry",
|
|
@@ -3866,6 +3866,23 @@ var CustomerZodSchema = z.object({
|
|
|
3866
3866
|
emailScore: z.number().optional(),
|
|
3867
3867
|
phoneScore: z.number().optional()
|
|
3868
3868
|
}).optional(),
|
|
3869
|
+
/** KYB / Sumsub company profile (from company_customer_claims). */
|
|
3870
|
+
companyIdentity: z.object({
|
|
3871
|
+
companyName: z.string().optional(),
|
|
3872
|
+
registrationNumber: z.string().optional(),
|
|
3873
|
+
country: ISO3CountryCode.optional(),
|
|
3874
|
+
legalAddress: z.string().optional(),
|
|
3875
|
+
/** ISO date (YYYY-MM-DD) */
|
|
3876
|
+
incorporatedOn: z.string().date().optional(),
|
|
3877
|
+
type: z.string().optional(),
|
|
3878
|
+
email: z.string().email().optional(),
|
|
3879
|
+
phone: z.string().optional(),
|
|
3880
|
+
controlScheme: z.string().optional(),
|
|
3881
|
+
taxId: z.string().optional(),
|
|
3882
|
+
registrationLocation: z.string().optional(),
|
|
3883
|
+
website: z.string().optional(),
|
|
3884
|
+
postalAddress: z.string().optional()
|
|
3885
|
+
}).optional(),
|
|
3869
3886
|
attributes: z.object({
|
|
3870
3887
|
status: CustomerStatus.optional(),
|
|
3871
3888
|
riskLevel: RiskScoreType.optional(),
|
|
@@ -5499,6 +5516,307 @@ var CustomerJsonSchema = {
|
|
|
5499
5516
|
},
|
|
5500
5517
|
additionalProperties: false
|
|
5501
5518
|
},
|
|
5519
|
+
companyIdentity: {
|
|
5520
|
+
type: "object",
|
|
5521
|
+
properties: {
|
|
5522
|
+
companyName: {
|
|
5523
|
+
type: "string"
|
|
5524
|
+
},
|
|
5525
|
+
registrationNumber: {
|
|
5526
|
+
type: "string"
|
|
5527
|
+
},
|
|
5528
|
+
country: {
|
|
5529
|
+
type: "string",
|
|
5530
|
+
"enum": [
|
|
5531
|
+
"AFG",
|
|
5532
|
+
"ALB",
|
|
5533
|
+
"DZA",
|
|
5534
|
+
"ASM",
|
|
5535
|
+
"AND",
|
|
5536
|
+
"AGO",
|
|
5537
|
+
"AIA",
|
|
5538
|
+
"ATA",
|
|
5539
|
+
"ATG",
|
|
5540
|
+
"ARG",
|
|
5541
|
+
"ARM",
|
|
5542
|
+
"ABW",
|
|
5543
|
+
"AUS",
|
|
5544
|
+
"AUT",
|
|
5545
|
+
"AZE",
|
|
5546
|
+
"BHS",
|
|
5547
|
+
"BHR",
|
|
5548
|
+
"BGD",
|
|
5549
|
+
"BRB",
|
|
5550
|
+
"BLR",
|
|
5551
|
+
"BEL",
|
|
5552
|
+
"BLZ",
|
|
5553
|
+
"BEN",
|
|
5554
|
+
"BMU",
|
|
5555
|
+
"BTN",
|
|
5556
|
+
"BOL",
|
|
5557
|
+
"BES",
|
|
5558
|
+
"BIH",
|
|
5559
|
+
"BWA",
|
|
5560
|
+
"BVT",
|
|
5561
|
+
"BRA",
|
|
5562
|
+
"IOT",
|
|
5563
|
+
"BRN",
|
|
5564
|
+
"BGR",
|
|
5565
|
+
"BFA",
|
|
5566
|
+
"BDI",
|
|
5567
|
+
"CPV",
|
|
5568
|
+
"KHM",
|
|
5569
|
+
"CMR",
|
|
5570
|
+
"CAN",
|
|
5571
|
+
"CYM",
|
|
5572
|
+
"CAF",
|
|
5573
|
+
"TCD",
|
|
5574
|
+
"CHL",
|
|
5575
|
+
"CHN",
|
|
5576
|
+
"CXR",
|
|
5577
|
+
"CCK",
|
|
5578
|
+
"COL",
|
|
5579
|
+
"COM",
|
|
5580
|
+
"COD",
|
|
5581
|
+
"COG",
|
|
5582
|
+
"COK",
|
|
5583
|
+
"CRI",
|
|
5584
|
+
"HRV",
|
|
5585
|
+
"CUB",
|
|
5586
|
+
"CUW",
|
|
5587
|
+
"CYP",
|
|
5588
|
+
"CZE",
|
|
5589
|
+
"CIV",
|
|
5590
|
+
"DNK",
|
|
5591
|
+
"DJI",
|
|
5592
|
+
"DMA",
|
|
5593
|
+
"DOM",
|
|
5594
|
+
"ECU",
|
|
5595
|
+
"EGY",
|
|
5596
|
+
"SLV",
|
|
5597
|
+
"GNQ",
|
|
5598
|
+
"ERI",
|
|
5599
|
+
"EST",
|
|
5600
|
+
"SWZ",
|
|
5601
|
+
"ETH",
|
|
5602
|
+
"FLK",
|
|
5603
|
+
"FRO",
|
|
5604
|
+
"FJI",
|
|
5605
|
+
"FIN",
|
|
5606
|
+
"FRA",
|
|
5607
|
+
"GUF",
|
|
5608
|
+
"PYF",
|
|
5609
|
+
"ATF",
|
|
5610
|
+
"GAB",
|
|
5611
|
+
"GMB",
|
|
5612
|
+
"GEO",
|
|
5613
|
+
"DEU",
|
|
5614
|
+
"GHA",
|
|
5615
|
+
"GIB",
|
|
5616
|
+
"GRC",
|
|
5617
|
+
"GRL",
|
|
5618
|
+
"GRD",
|
|
5619
|
+
"GLP",
|
|
5620
|
+
"GUM",
|
|
5621
|
+
"GTM",
|
|
5622
|
+
"GGY",
|
|
5623
|
+
"GIN",
|
|
5624
|
+
"GNB",
|
|
5625
|
+
"GUY",
|
|
5626
|
+
"HTI",
|
|
5627
|
+
"HMD",
|
|
5628
|
+
"VAT",
|
|
5629
|
+
"HND",
|
|
5630
|
+
"HKG",
|
|
5631
|
+
"HUN",
|
|
5632
|
+
"ISL",
|
|
5633
|
+
"IND",
|
|
5634
|
+
"IDN",
|
|
5635
|
+
"IRN",
|
|
5636
|
+
"IRQ",
|
|
5637
|
+
"IRL",
|
|
5638
|
+
"IMN",
|
|
5639
|
+
"ISR",
|
|
5640
|
+
"ITA",
|
|
5641
|
+
"JAM",
|
|
5642
|
+
"JPN",
|
|
5643
|
+
"JEY",
|
|
5644
|
+
"JOR",
|
|
5645
|
+
"KAZ",
|
|
5646
|
+
"KEN",
|
|
5647
|
+
"KIR",
|
|
5648
|
+
"PRK",
|
|
5649
|
+
"KOR",
|
|
5650
|
+
"KWT",
|
|
5651
|
+
"KGZ",
|
|
5652
|
+
"LAO",
|
|
5653
|
+
"LVA",
|
|
5654
|
+
"LBN",
|
|
5655
|
+
"LSO",
|
|
5656
|
+
"LBR",
|
|
5657
|
+
"LBY",
|
|
5658
|
+
"LIE",
|
|
5659
|
+
"LTU",
|
|
5660
|
+
"LUX",
|
|
5661
|
+
"MAC",
|
|
5662
|
+
"MDG",
|
|
5663
|
+
"MWI",
|
|
5664
|
+
"MYS",
|
|
5665
|
+
"MDV",
|
|
5666
|
+
"MLI",
|
|
5667
|
+
"MLT",
|
|
5668
|
+
"MHL",
|
|
5669
|
+
"MTQ",
|
|
5670
|
+
"MRT",
|
|
5671
|
+
"MUS",
|
|
5672
|
+
"MYT",
|
|
5673
|
+
"MEX",
|
|
5674
|
+
"FSM",
|
|
5675
|
+
"MDA",
|
|
5676
|
+
"MCO",
|
|
5677
|
+
"MNG",
|
|
5678
|
+
"MNE",
|
|
5679
|
+
"MSR",
|
|
5680
|
+
"MAR",
|
|
5681
|
+
"MOZ",
|
|
5682
|
+
"MMR",
|
|
5683
|
+
"NAM",
|
|
5684
|
+
"NRU",
|
|
5685
|
+
"NPL",
|
|
5686
|
+
"NLD",
|
|
5687
|
+
"NCL",
|
|
5688
|
+
"NZL",
|
|
5689
|
+
"NIC",
|
|
5690
|
+
"NER",
|
|
5691
|
+
"NGA",
|
|
5692
|
+
"NIU",
|
|
5693
|
+
"NFK",
|
|
5694
|
+
"MNP",
|
|
5695
|
+
"NOR",
|
|
5696
|
+
"OMN",
|
|
5697
|
+
"PAK",
|
|
5698
|
+
"PLW",
|
|
5699
|
+
"PSE",
|
|
5700
|
+
"PAN",
|
|
5701
|
+
"PNG",
|
|
5702
|
+
"PRY",
|
|
5703
|
+
"PER",
|
|
5704
|
+
"PHL",
|
|
5705
|
+
"PCN",
|
|
5706
|
+
"POL",
|
|
5707
|
+
"PRT",
|
|
5708
|
+
"PRI",
|
|
5709
|
+
"QAT",
|
|
5710
|
+
"MKD",
|
|
5711
|
+
"ROU",
|
|
5712
|
+
"RUS",
|
|
5713
|
+
"RWA",
|
|
5714
|
+
"REU",
|
|
5715
|
+
"BLM",
|
|
5716
|
+
"SHN",
|
|
5717
|
+
"KNA",
|
|
5718
|
+
"LCA",
|
|
5719
|
+
"MAF",
|
|
5720
|
+
"SPM",
|
|
5721
|
+
"VCT",
|
|
5722
|
+
"WSM",
|
|
5723
|
+
"SMR",
|
|
5724
|
+
"STP",
|
|
5725
|
+
"SAU",
|
|
5726
|
+
"SEN",
|
|
5727
|
+
"SRB",
|
|
5728
|
+
"SYC",
|
|
5729
|
+
"SLE",
|
|
5730
|
+
"SGP",
|
|
5731
|
+
"SXM",
|
|
5732
|
+
"SVK",
|
|
5733
|
+
"SVN",
|
|
5734
|
+
"SLB",
|
|
5735
|
+
"SOM",
|
|
5736
|
+
"ZAF",
|
|
5737
|
+
"SGS",
|
|
5738
|
+
"SSD",
|
|
5739
|
+
"ESP",
|
|
5740
|
+
"LKA",
|
|
5741
|
+
"SDN",
|
|
5742
|
+
"SUR",
|
|
5743
|
+
"SJM",
|
|
5744
|
+
"SWE",
|
|
5745
|
+
"CHE",
|
|
5746
|
+
"SYR",
|
|
5747
|
+
"TWN",
|
|
5748
|
+
"TJK",
|
|
5749
|
+
"TZA",
|
|
5750
|
+
"THA",
|
|
5751
|
+
"TLS",
|
|
5752
|
+
"TGO",
|
|
5753
|
+
"TKL",
|
|
5754
|
+
"TON",
|
|
5755
|
+
"TTO",
|
|
5756
|
+
"TUN",
|
|
5757
|
+
"TUR",
|
|
5758
|
+
"TKM",
|
|
5759
|
+
"TCA",
|
|
5760
|
+
"TUV",
|
|
5761
|
+
"UGA",
|
|
5762
|
+
"UKR",
|
|
5763
|
+
"ARE",
|
|
5764
|
+
"GBR",
|
|
5765
|
+
"UMI",
|
|
5766
|
+
"USA",
|
|
5767
|
+
"URY",
|
|
5768
|
+
"UZB",
|
|
5769
|
+
"VUT",
|
|
5770
|
+
"VEN",
|
|
5771
|
+
"VNM",
|
|
5772
|
+
"VGB",
|
|
5773
|
+
"VIR",
|
|
5774
|
+
"WLF",
|
|
5775
|
+
"ESH",
|
|
5776
|
+
"YEM",
|
|
5777
|
+
"ZMB",
|
|
5778
|
+
"ZWE",
|
|
5779
|
+
"ALA",
|
|
5780
|
+
"ANT",
|
|
5781
|
+
"XKX"
|
|
5782
|
+
],
|
|
5783
|
+
description: "Citizenship status of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)"
|
|
5784
|
+
},
|
|
5785
|
+
legalAddress: {
|
|
5786
|
+
type: "string"
|
|
5787
|
+
},
|
|
5788
|
+
incorporatedOn: {
|
|
5789
|
+
type: "string",
|
|
5790
|
+
format: "date"
|
|
5791
|
+
},
|
|
5792
|
+
type: {
|
|
5793
|
+
type: "string"
|
|
5794
|
+
},
|
|
5795
|
+
email: {
|
|
5796
|
+
type: "string",
|
|
5797
|
+
format: "email"
|
|
5798
|
+
},
|
|
5799
|
+
phone: {
|
|
5800
|
+
type: "string"
|
|
5801
|
+
},
|
|
5802
|
+
controlScheme: {
|
|
5803
|
+
type: "string"
|
|
5804
|
+
},
|
|
5805
|
+
taxId: {
|
|
5806
|
+
type: "string"
|
|
5807
|
+
},
|
|
5808
|
+
registrationLocation: {
|
|
5809
|
+
type: "string"
|
|
5810
|
+
},
|
|
5811
|
+
website: {
|
|
5812
|
+
type: "string"
|
|
5813
|
+
},
|
|
5814
|
+
postalAddress: {
|
|
5815
|
+
type: "string"
|
|
5816
|
+
}
|
|
5817
|
+
},
|
|
5818
|
+
additionalProperties: false
|
|
5819
|
+
},
|
|
5502
5820
|
attributes: {
|
|
5503
5821
|
type: "object",
|
|
5504
5822
|
properties: {
|
|
@@ -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-4ec9fdca.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-3e16092e.cjs.dev.cjs');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
require('crypto');
|
|
@@ -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-57bbbe51.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-9e61eba0.cjs.prod.cjs');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
require('crypto');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b8 as ARRAY_OPERATORS, aM 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, bo as AllCredentialValues, c4 as AllScenarioExecutionAuthorizationData, bY as AnyTxAuthDataSignatureResponse, b$ as AnyTxAuthInputJsSdk, bR as ApiTezosTxAuthInput, bL as ApiTxAuthInput, b9 as ArrayOperator, aU as AuthQrCodeData, ap as AuthSession, ar as AuthSessionData, aP as AuthorizationRequestMessage, aO as AuthorizationRequestMessageType, aN as AuthorizationRequestMessageTypes, aS as AuthorizationResponseMessage, n as AvailableFlow, be as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, bf as BooleanOperator, aJ as CIRCUIT_IDS, bz as ChallengeQuerySchema, as as ChallengeResponse, aK as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, c3 as CreateAuthRequestProps, a6 as CreateTemplateScenario, aT as CredentialQrCodeData, bg as DATE_OPERATORS, bi as DISPLAY_MODE, D as DataAvailableOnStart, bh as DateOperator, bj as DisplayMode, bZ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bX as ExtendedTezosTxAuthDataSignatureResponse, bV as ExtendedTezosTxAuthInput, bW as ExtendedTxAuthDataSignatureResponse, bU as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, av as GetCustomerStatusRequest, aA as GetCustomerStatusResponse, bT as GetTezosTxAuthDataSignatureResponse, bO as GetTxAuthDataSignatureFailureResponse, bP as GetTxAuthDataSignatureResponse, bN as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aD as HostMessage, am as HostRequestMessage, H as HostResponseMessage, bn as IDInformationTfhe, aB as IdentityAppMessage, aE as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, aw as IdentitySdkMessage, ax as IdentitySdkMessageWithIdentifier, aC as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aH as MediaType, aI as MediaTypePID, aq as MobileExchangeTokenResponse, bc as NUMERIC_OPERATORS, bd as NumericOperator, bA as OLD_CHALLENGE_QUERY_OPERATORS, bB as OLD_ChallengeQueryOperator, bE as OLD_ChallengeQueryOperatorToOperator, bw as OLD_ChallengeQuerySchema, bG as OLD_QueryCredentialType, bF as OLD_QueryCredentialTypes, b0 as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, b1 as Operator, bC as OperatorMappings, bD as OperatorToOLD_ChallengeQueryOperator, bv as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, c2 as PrivacyPreservingMonitoring, aQ as ProofData, a_ as QUERY_LOGIC_OPERATOR, aV as QrCodeLinkWithSchemaType, bp as QueriesOptions, bs as QueryConfigSimplified, br as QueryConfigTfhe, by as QueryCredentialType, bx as QueryCredentialTypes, bt as QueryGroupConfigSimplified, a$ as QueryLogicOperator, bq as QueryType, aF as RequiredDataRowSchema, aG as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bu as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, b3 as RuleTimeframe, r as SCENARIO_ACTION_TYPES, c5 as SCENARIO_AUTHORIZATION_STATUSES, ba as STRING_OPERATORS, bk as SUPPORTED_TYPES, S as ScenarioAuthorizationData, c6 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, a3 as SimplifiedScenario, aZ as SpecialDataSetType, aY as SpecialDataSetTypes, h as StartCompletedNotification, af as StartFlowRequest, bb as StringOperator, bl as SupportedQueryInputType, bm as SupportedQueryInputTypes, b2 as TIMEFRAME, a5 as TemplateScenario, bQ as TezosTxAuthInput, b_ as TezosTxAuthInputJsSdk, bS as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, az as TxAuthDataSignatureGatingError, au as TxAuthDataSignatureGatingRequest, ay as TxAuthDataSignatureResponse, bK as TxAuthInput, bM as TxSignatureResponse, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, c8 as VerifyWalletChallengeRequest, at as WalletSignResponse, c7 as WalletSignatureResponse, b4 as ZKPOperator, c0 as ZKPRequest, c1 as ZKPRequestFromZKVerifier, aL as ZeroKnowledgeProofRequest, aR as ZeroKnowledgeProofResponse, bI as getOldCredentialPath, bH as getOldCredentialType, bJ as oldCredentialPathToDataLink, b5 as operatorDisplayMap, aW as parseIden3Message, aX as parseSessionIdFromUrl, b7 as timeframeAlertDisplayMap, b6 as timeframeDisplayMap } from '../../dist/identity-api.schema-
|
|
1
|
+
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b8 as ARRAY_OPERATORS, aM 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, bo as AllCredentialValues, c4 as AllScenarioExecutionAuthorizationData, bY as AnyTxAuthDataSignatureResponse, b$ as AnyTxAuthInputJsSdk, bR as ApiTezosTxAuthInput, bL as ApiTxAuthInput, b9 as ArrayOperator, aU as AuthQrCodeData, ap as AuthSession, ar as AuthSessionData, aP as AuthorizationRequestMessage, aO as AuthorizationRequestMessageType, aN as AuthorizationRequestMessageTypes, aS as AuthorizationResponseMessage, n as AvailableFlow, be as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, bf as BooleanOperator, aJ as CIRCUIT_IDS, bz as ChallengeQuerySchema, as as ChallengeResponse, aK as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, c3 as CreateAuthRequestProps, a6 as CreateTemplateScenario, aT as CredentialQrCodeData, bg as DATE_OPERATORS, bi as DISPLAY_MODE, D as DataAvailableOnStart, bh as DateOperator, bj as DisplayMode, bZ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bX as ExtendedTezosTxAuthDataSignatureResponse, bV as ExtendedTezosTxAuthInput, bW as ExtendedTxAuthDataSignatureResponse, bU as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, av as GetCustomerStatusRequest, aA as GetCustomerStatusResponse, bT as GetTezosTxAuthDataSignatureResponse, bO as GetTxAuthDataSignatureFailureResponse, bP as GetTxAuthDataSignatureResponse, bN as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aD as HostMessage, am as HostRequestMessage, H as HostResponseMessage, bn as IDInformationTfhe, aB as IdentityAppMessage, aE as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, aw as IdentitySdkMessage, ax as IdentitySdkMessageWithIdentifier, aC as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aH as MediaType, aI as MediaTypePID, aq as MobileExchangeTokenResponse, bc as NUMERIC_OPERATORS, bd as NumericOperator, bA as OLD_CHALLENGE_QUERY_OPERATORS, bB as OLD_ChallengeQueryOperator, bE as OLD_ChallengeQueryOperatorToOperator, bw as OLD_ChallengeQuerySchema, bG as OLD_QueryCredentialType, bF as OLD_QueryCredentialTypes, b0 as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, b1 as Operator, bC as OperatorMappings, bD as OperatorToOLD_ChallengeQueryOperator, bv as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, c2 as PrivacyPreservingMonitoring, aQ as ProofData, a_ as QUERY_LOGIC_OPERATOR, aV as QrCodeLinkWithSchemaType, bp as QueriesOptions, bs as QueryConfigSimplified, br as QueryConfigTfhe, by as QueryCredentialType, bx as QueryCredentialTypes, bt as QueryGroupConfigSimplified, a$ as QueryLogicOperator, bq as QueryType, aF as RequiredDataRowSchema, aG as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bu as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, b3 as RuleTimeframe, r as SCENARIO_ACTION_TYPES, c5 as SCENARIO_AUTHORIZATION_STATUSES, ba as STRING_OPERATORS, bk as SUPPORTED_TYPES, S as ScenarioAuthorizationData, c6 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, a3 as SimplifiedScenario, aZ as SpecialDataSetType, aY as SpecialDataSetTypes, h as StartCompletedNotification, af as StartFlowRequest, bb as StringOperator, bl as SupportedQueryInputType, bm as SupportedQueryInputTypes, b2 as TIMEFRAME, a5 as TemplateScenario, bQ as TezosTxAuthInput, b_ as TezosTxAuthInputJsSdk, bS as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, az as TxAuthDataSignatureGatingError, au as TxAuthDataSignatureGatingRequest, ay as TxAuthDataSignatureResponse, bK as TxAuthInput, bM as TxSignatureResponse, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, c8 as VerifyWalletChallengeRequest, at as WalletSignResponse, c7 as WalletSignatureResponse, b4 as ZKPOperator, c0 as ZKPRequest, c1 as ZKPRequestFromZKVerifier, aL as ZeroKnowledgeProofRequest, aR as ZeroKnowledgeProofResponse, bI as getOldCredentialPath, bH as getOldCredentialType, bJ as oldCredentialPathToDataLink, b5 as operatorDisplayMap, aW as parseIden3Message, aX as parseSessionIdFromUrl, b7 as timeframeAlertDisplayMap, b6 as timeframeDisplayMap } from '../../dist/identity-api.schema-82b97da7.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
|
-
import '../../dist/vault.schema-
|
|
3
|
+
import '../../dist/vault.schema-bfc68f42.esm.mjs';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
|
6
6
|
import 'crypto';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexeraid/identity-schemas",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.220.0-dev",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"remeda": "^2.31.0",
|
|
68
68
|
"zod": "^3.25.76",
|
|
69
69
|
"zod-to-json-schema": "^3.24.6",
|
|
70
|
-
"@nexeraid/logger": "2.35.3"
|
|
70
|
+
"@nexeraid/logger": "2.35.3-dev"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@types/bun": "^1.3.6",
|
|
@@ -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 notabene_schema = require('../../dist/notabene.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-3e16092e.cjs.dev.cjs');
|
|
6
|
+
var notabene_schema = require('../../dist/notabene.schema-a574596c.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-4ec9fdca.cjs.dev.cjs');
|
|
11
11
|
require('crypto');
|
|
12
12
|
|
|
13
13
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
@@ -11291,6 +11291,7 @@ exports.AuthTokenResponse = notabene_schema.AuthTokenResponse;
|
|
|
11291
11291
|
exports.BENEFICIARY_TYPES = notabene_schema.BENEFICIARY_TYPES;
|
|
11292
11292
|
exports.BaseApplicantActionSchema = notabene_schema.BaseApplicantActionSchema;
|
|
11293
11293
|
exports.BaseProvider = notabene_schema.BaseProvider;
|
|
11294
|
+
exports.BeneficiaryAttestationDocumentMetaData = notabene_schema.BeneficiaryAttestationDocumentMetaData;
|
|
11294
11295
|
exports.BeneficiaryCompanyCustomerClaims = notabene_schema.BeneficiaryCompanyCustomerClaims;
|
|
11295
11296
|
exports.BeneficiaryCompanyCustomerClaimsArray = notabene_schema.BeneficiaryCompanyCustomerClaimsArray;
|
|
11296
11297
|
exports.BeneficiaryType = notabene_schema.BeneficiaryType;
|
|
@@ -11583,6 +11584,7 @@ exports.TRMLabsRiskScoreToScorechainRiskMapping = notabene_schema.TRMLabsRiskSco
|
|
|
11583
11584
|
exports.TRM_RISK_SCORE_LEVEL = notabene_schema.TRM_RISK_SCORE_LEVEL;
|
|
11584
11585
|
exports.TRM_RISK_SCORE_LEVEL_LABEL = notabene_schema.TRM_RISK_SCORE_LEVEL_LABEL;
|
|
11585
11586
|
exports.ToggleProviderInput = notabene_schema.ToggleProviderInput;
|
|
11587
|
+
exports.TopographRegistryDocumentMetaData = notabene_schema.TopographRegistryDocumentMetaData;
|
|
11586
11588
|
exports.UNKNOWN_ERROR = notabene_schema.UNKNOWN_ERROR;
|
|
11587
11589
|
exports.UpdateKybSessionOutput = notabene_schema.UpdateKybSessionOutput;
|
|
11588
11590
|
exports.UpdateKycSessionOutput = notabene_schema.UpdateKycSessionOutput;
|
|
@@ -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 notabene_schema = require('../../dist/notabene.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-9e61eba0.cjs.prod.cjs');
|
|
6
|
+
var notabene_schema = require('../../dist/notabene.schema-9c2c4151.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-57bbbe51.cjs.prod.cjs');
|
|
11
11
|
require('crypto');
|
|
12
12
|
|
|
13
13
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
@@ -11291,6 +11291,7 @@ exports.AuthTokenResponse = notabene_schema.AuthTokenResponse;
|
|
|
11291
11291
|
exports.BENEFICIARY_TYPES = notabene_schema.BENEFICIARY_TYPES;
|
|
11292
11292
|
exports.BaseApplicantActionSchema = notabene_schema.BaseApplicantActionSchema;
|
|
11293
11293
|
exports.BaseProvider = notabene_schema.BaseProvider;
|
|
11294
|
+
exports.BeneficiaryAttestationDocumentMetaData = notabene_schema.BeneficiaryAttestationDocumentMetaData;
|
|
11294
11295
|
exports.BeneficiaryCompanyCustomerClaims = notabene_schema.BeneficiaryCompanyCustomerClaims;
|
|
11295
11296
|
exports.BeneficiaryCompanyCustomerClaimsArray = notabene_schema.BeneficiaryCompanyCustomerClaimsArray;
|
|
11296
11297
|
exports.BeneficiaryType = notabene_schema.BeneficiaryType;
|
|
@@ -11583,6 +11584,7 @@ exports.TRMLabsRiskScoreToScorechainRiskMapping = notabene_schema.TRMLabsRiskSco
|
|
|
11583
11584
|
exports.TRM_RISK_SCORE_LEVEL = notabene_schema.TRM_RISK_SCORE_LEVEL;
|
|
11584
11585
|
exports.TRM_RISK_SCORE_LEVEL_LABEL = notabene_schema.TRM_RISK_SCORE_LEVEL_LABEL;
|
|
11585
11586
|
exports.ToggleProviderInput = notabene_schema.ToggleProviderInput;
|
|
11587
|
+
exports.TopographRegistryDocumentMetaData = notabene_schema.TopographRegistryDocumentMetaData;
|
|
11586
11588
|
exports.UNKNOWN_ERROR = notabene_schema.UNKNOWN_ERROR;
|
|
11587
11589
|
exports.UpdateKybSessionOutput = notabene_schema.UpdateKybSessionOutput;
|
|
11588
11590
|
exports.UpdateKycSessionOutput = notabene_schema.UpdateKycSessionOutput;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { gk as ANALYSIS_TYPES, gl as AnalysisType, gt as Coin, gy as EntityRiskDefaultsMap, gx as EntityRiskDefaultsValues, gE as GetActiveBlockchains, gD as GetActiveBlockchainsRequest, gF as GetActiveBlockchainsResponse, gJ as GetAddressAnalysis, gG as GetAddressAnalysisRequest, gL as GetAddressAnalysisResponse, gK as GetTransactionAnalysis, gH as GetTransactionAnalysisRequest, gM as GetTransactionAnalysisResponse, gp as NonMinimalScorechainBlockchain, gm as OBJECT_TYPES, gn as ObjectType, gO as RawScorechainResult, gw as RiskExplanation, gu as RiskSeverity, gB as ScorechainAnalysis, go as ScorechainBlockchain, gq as ScorechainBlockchainToNamespace, gI as ScorechainEntity, gv as ScorechainEntityType, gA as ScorechainError, gz as ScorechainErrorResponse, gP as ScorechainRiskToRiskLevel, gS as ScorechainTransactionRiskLevel, gR as ScorechainWalletRiskLevel, gQ as ScorechainWalletRiskLevels, gN as ScoringAnalysisApiRequest, gf as ScoringAnalysisRequest, gC as ScoringAnalysisResponse, gg as WorkflowsScoringAnalysisRequest, gs as compareRiskLevels, gr as getRiskLevelByRiskScore } from '../../dist/vault.schema-
|
|
2
|
-
export { O as AMLMetadata, cT as APPLICANT_CHECK_STATUSES, d8 as ApiErrorCommandResponse, d7 as ApiErrorResponse, d9 as ApiSuccessCommandResponse, cU as ApplicantCheckStatus, cF as ApplicantImages, bD as ApplicantMemberOfSchema,
|
|
1
|
+
export { gk as ANALYSIS_TYPES, gl as AnalysisType, gt as Coin, gy as EntityRiskDefaultsMap, gx as EntityRiskDefaultsValues, gE as GetActiveBlockchains, gD as GetActiveBlockchainsRequest, gF as GetActiveBlockchainsResponse, gJ as GetAddressAnalysis, gG as GetAddressAnalysisRequest, gL as GetAddressAnalysisResponse, gK as GetTransactionAnalysis, gH as GetTransactionAnalysisRequest, gM as GetTransactionAnalysisResponse, gp as NonMinimalScorechainBlockchain, gm as OBJECT_TYPES, gn as ObjectType, gO as RawScorechainResult, gw as RiskExplanation, gu as RiskSeverity, gB as ScorechainAnalysis, go as ScorechainBlockchain, gq as ScorechainBlockchainToNamespace, gI as ScorechainEntity, gv as ScorechainEntityType, gA as ScorechainError, gz as ScorechainErrorResponse, gP as ScorechainRiskToRiskLevel, gS as ScorechainTransactionRiskLevel, gR as ScorechainWalletRiskLevel, gQ as ScorechainWalletRiskLevels, gN as ScoringAnalysisApiRequest, gf as ScoringAnalysisRequest, gC as ScoringAnalysisResponse, gg as WorkflowsScoringAnalysisRequest, gs as compareRiskLevels, gr as getRiskLevelByRiskScore } from '../../dist/vault.schema-bfc68f42.esm.mjs';
|
|
2
|
+
export { O as AMLMetadata, cT as APPLICANT_CHECK_STATUSES, d8 as ApiErrorCommandResponse, d7 as ApiErrorResponse, d9 as ApiSuccessCommandResponse, cU as ApplicantCheckStatus, cF as ApplicantImages, bD as ApplicantMemberOfSchema, dZ as AuthToken, d_ as AuthTokenError, dY as AuthTokenRequest, d$ as AuthTokenResponse, bU as BENEFICIARY_TYPES, bF as BaseApplicantActionSchema, ba as BaseProvider, dk as BeneficiaryAttestationDocumentMetaData, bW as BeneficiaryCompanyCustomerClaims, bX as BeneficiaryCompanyCustomerClaimsArray, bV as BeneficiaryType, dm as BeneficiaryVerificationStatus, dn as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b5 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, bd as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, dh as COMPANY_DOCUMENT_STATUS, aq as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, as as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, ao as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ah as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ae as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dH as ChainalysisApiError, b0 as ChainalysisConfig, dF as ChainalysisErrorCodes, bg as ChainalysisProvider, dD as ChainalysisRegisterApiResponse, dI as ChainalysisRegisterResponse, dC as ChainalysisRequest, dG as ChainalysisRiskAssessmentApiResponse, dJ as ChainalysisRiskAssessmentResponse, dE as ChainalysisRiskLevel, a5 as CoerceDateUTC, dN as CoinMarketCapApiResponse, dO as CoinMarketCapFiatId, dL as CoinMarketCapQuote, dM as CoinMarketCapQuotes, dK as CoinMarketCapRequest, dj as CompanyDocumentMetaData, di as CompanyDocumentStatus, aI as ComplyAdvantageAmlFullListing, aH as ComplyAdvantageAmlItemSource, ar as ComplyAdvantageCountryFieldSources, at as ComplyAdvantageDateOfBirthFieldSources, aG as ComplyAdvantageKeyInformation, aD as ComplyAdvantageMedia, aS as ComplyAdvantageMonitorSearchDataResponse, aU as ComplyAdvantageMonitorSearchResponse, aT as ComplyAdvantageMonitorSearchSuccessResponse, aV as ComplyAdvantageMonitoredSearchUpdate, ap as ComplyAdvantageNationalityFieldSources, bo as ComplyAdvantageProvider, bn as ComplyAdvantageProviderConfigElement, bm as ComplyAdvantageProviderConfigFilters, bl as ComplyAdvantageProviderConfigTypes, ai as ComplyAdvantageReponseMatchStatus, af as ComplyAdvantageResponseMatchType, aF as ComplyAdvantageSearchDataResponse, aE as ComplyAdvantageSearchDataResponseHit, aJ as ComplyAdvantageSearchEntitiesDataResponse, aL as ComplyAdvantageSearchEntitiesResponse, aK as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aM as ComplyAdvantageSearchRequest, aN as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aP as ComplyAdvantageUpdateSearchEntitiesRequest, aR as ComplyAdvantageUpdateSearchEntitiesResponse, aQ as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aO as ComplyAdvantageUpdateSearchRequest, aB as ComplyAdvantageUser, bu as CreateProviderInput, bv as CreateProviderResponse, au as CreateSearchInput, d3 as CredentialMetadata, b2 as CrystalIntelligenceConfig, bi as CrystalIntelligenceProvider, dV as CrystalWalletScreeningApiRequest, dW as CrystalWalletScreeningResponse, d2 as CustomerContactInformationOutput, dt as CustomerDocumentMetaData, du as CustomerStatusResults, a_ as DataProvider, aZ as DataProviderOptions, bz as DeleteProviderInput, bA as DeleteProviderResponse, z as DocumentIdMetadata, y as DocumentIdType, D as DocumentIdTypes, cr as DocumentMetadataSchema, cs as DocumentSubmitResponse, K as EmailMetadata, E as EmailVerificationAnalysisResponse, cR as EmailVerificationResponse, F as File, d1 as GetCredentialsOutput, dq as GetKybSessionInput, dr as GetKybSessionResponse, cX as GetKycSessionInput, cY as GetKycSessionResponse, d4 as GetKycSessionResponseWithCredentialsMetadata, da as GetKycSessionsOutput, bt as GetProviderResponse, bs as GetProvidersResponse, ac as HIGH_RISK_TYPES, d5 as IDImageMetaData, bS as INDIVIDUAL_BENEFICIARY_RELATIONS, aY as IdentityProvider, aX as IdentityProviderOptions, bT as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b6 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bk as IpqualityscoreProvider, dd as KYB_RESULTS, df as KYB_SESSION_STATUSES, db as KYB_STEP_TYPES, c6 as KYC_DOC_SIDES, cN as KYC_RESULTS, cP as KYC_SESSION_STATUSES, cJ as KYC_STEP_TYPES, de as KybResult, dg as KybSessionStatus, dc as KybStep, c7 as KycDocSide, cO as KycResult, cQ as KycSessionStatus, cK as KycStep, cM as KycStepStatus, cL as KycStepStatuses, e3 as LegalPersonNameIdentifierType, L as LivenessMetadata, ad as MEDIUM_RISK_TYPES, aw as MatchStatus, av as MatchStatuses, aC as MatchTypeDetail, M as MergedProviders, dA as MerkleAddressApiError, dz as MerkleAddressApiResponse, dy as MerkleAddressRequest, dB as MerkleAddressResponse, dx as MerkleBlockChainCodes, dw as MerkleBlockChainName, dv as MerkleBlockChainTypes, a$ as MerkleScienceConfig, bf as MerkleScienceProvider, e5 as NOTABENE_TX_CREATE_STATUS, e1 as NameIdentifierType, e2 as NationalIdentifierType, r as NestedSession, bc as NexeraIdKYBProvider, bb as NexeraIdSSIDProvider, e0 as NotabeneAssetResponse, dX as NotabeneAudience, b7 as NotabeneConfig, e7 as NotabeneErrorCode, eb as NotabeneJurisdictionsCondition, ea as NotabeneJurisdictionsRequest, ed as NotabeneJurisdictionsResponse, ec as NotabeneJurisdictionsUnitaryResponse, bj as NotabeneProvider, e8 as NotabeneTxCreateError, e4 as NotabeneTxCreateRequest, e6 as NotabeneTxCreateResponse, N as NotabeneTxCreateStatus, e9 as NotabeneTxValidateFullResponse, ee as NotabeneWebhookPayload, ef as NotabeneWebhookSchema, J as PhoneMetadata, P as PhoneVerificationAnalysisResponse, G as ProofOfAddressDocumentType, A as ProofOfAddressDocumentTypes, H as ProofOfAddressMetadata, d0 as ProofOfResidenceDocumentType, c$ as ProofOfResidenceMetaData, bq as ProviderData, br as ProviderDataProject, b9 as ProviderIntegrationType, b8 as ProviderIntegrationTypeOptions, aW as ProviderWithoutConfig, _ as RESULT_PARSER_ERROR, x as ReasonCode, w as ReasonCodes, R as RequestProperty, ay as RiskLevel, ax as RiskLevels, aa as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a8 as SEARCH_FILTER_PEP_TYPE, a6 as SEARCH_FILTER_SANCTION_TYPE, aj as SEARCH_FILTER_TYPES, Y as SESSION_NOT_FOUND, a2 as STEP_NOT_FOUND, bI as SUMSUB_APPLICANT_TYPES, ck as SUMSUB_COMPANY_BENEFICIARY_GROUP, c1 as SUMSUB_DOC_TYPES, c2 as SUMSUB_DOC_TYPES_ARRAY, c8 as SUMSUB_FLOW_LEVEL, cA as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c4 as SUMSUB_KYC_DOC_TYPES, cp as SUMSUB_MEDIA_CONTENT_TYPES, bK as SUMSUB_REVIEW_ANSWERS, cG as SUMSUB_REVIEW_REJECT_LABELS, cI as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bM as SUMSUB_REVIEW_REJECT_TYPES, b$ as SUMSUB_REVIEW_STATUSES, bG as SUMSUB_STEPS, bZ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b3 as ScorechainConfig, be as ScorechainProvider, am as SearchEntityType, al as SearchEntityTypes, ab as SearchFilterAdverseMediaType, a9 as SearchFilterPepType, a7 as SearchFilterSanctionType, ak as SearchFilterType, an as SearchFilters, dp as SelectKybSession, cV as SelectKycSession, cS as SelectKycSessionStep, cW as SelectKycSessionWithCompletedSteps, d6 as SelfieImageMetaData, s as Session, t as SessionWithoutSteps, p as Status, S as Statuses, Q as Step, v as StepType, u as StepTypes, bQ as SumSubAddress, bR as SumSubApplicantInfo, cu as SumSubApplicantResetSchema, ct as SumSubApplicantReviewStatusSchema, cz as SumSubApplicantSchema, bJ as SumSubApplicantType, co as SumSubApplicantVerificationStepSchema, bY as SumSubCompanyApplicantInfo, ci as SumSubCompanyApplicantSchema, c3 as SumSubDocType, c9 as SumSubFlowLevel, cv as SumSubGenerateExternalWebSdkLinkSchema, cj as SumSubImageId, cd as SumSubImageReviewResultSchema, ce as SumSubImageStatus, ch as SumSubIndividualApplicantSchema, c5 as SumSubKycDocType, cq as SumSubMediaContentType, ca as SumSubRequiredIdDoc, bL as SumSubReviewAnswer, cH as SumSubReviewRejectLabel, bN as SumSubReviewRejectType, cc as SumSubReviewResultSchema, c0 as SumSubReviewStatus, cE as SumSubSimilarApplicantsSchema, bH as SumSubStep, cn as SumSubVerificationStepSchema, bE as SumSubWebhookSchema, cg as SumsubApplicantType, cf as SumsubApplicantTypes, cl as SumsubCompanyBeneficiaryGroup, bP as SumsubCountryCode, cy as SumsubKybDataSchema, cD as SumsubKybSessionFlowSection, cC as SumsubKybSessionFlowSectionItem, cB as SumsubKybSessionFlowSectionStatus, cx as SumsubKycDataSchema, bO as SumsubReviewDecision, cm as SumsubStepStatus, cw as SumsubVideoCallData, b_ as SumsubWebhookInternalStatus, bp as SynapsProvider, $ as SynapsSessionErrorResponse, T as SynapsSessionEvent, X as SynapsSessionRequest, a0 as SynapsSessionResponse, a3 as SynapsStepErrorResponse, U as SynapsStepEvent, a1 as SynapsStepRequest, a4 as SynapsStepResponse, dT as TRMLabsAddressesScreening, dP as TRMLabsAddressesScreeningApiRequest, dU as TRMLabsAddressesScreeningResponse, b1 as TRMLabsConfig, bh as TRMLabsProvider, dS as TRMLabsRiskScoreToScorechainRiskMapping, dQ as TRM_RISK_SCORE_LEVEL, dR as TRM_RISK_SCORE_LEVEL_LABEL, by as ToggleProviderInput, dl as TopographRegistryDocumentMetaData, Z as UNKNOWN_ERROR, ds as UpdateKybSessionOutput, cZ as UpdateKycSessionOutput, bw as UpdateProviderInput, bx as UpdateProviderResponse, aA as UpdateSearchEntitiesInput, az as UpdateSearchInput, cb as UploadDocumentRequest, c_ as VideoKycMetaData, bB as WEBHOOK_TYPES, q as WebhookPayload, bC as WebhookType, b4 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, ag as mappingMatchTypeToLabel, V as typeToHumanReadable } from '../../dist/notabene.schema-2cdf460c.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-82b97da7.esm.mjs';
|
|
7
7
|
import 'crypto';
|
|
8
8
|
|
|
9
9
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var crypto = require('crypto');
|
|
6
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
7
|
-
var toArray = require('../../dist/toArray-
|
|
6
|
+
var vault_schema = require('../../dist/vault.schema-3e16092e.cjs.dev.cjs');
|
|
7
|
+
var toArray = require('../../dist/toArray-d3b505b6.cjs.dev.cjs');
|
|
8
8
|
var z = require('zod');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var crypto = require('crypto');
|
|
6
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
7
|
-
var toArray = require('../../dist/toArray-
|
|
6
|
+
var vault_schema = require('../../dist/vault.schema-9e61eba0.cjs.prod.cjs');
|
|
7
|
+
var toArray = require('../../dist/toArray-79d56a87.cjs.prod.cjs');
|
|
8
8
|
var z = require('zod');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { createHash } from 'crypto';
|
|
2
|
-
import { gd as _unsupportedIterableToArray, g7 as Web3ArgsType, ge as _slicedToArray, gc as _toConsumableArray } from '../../dist/vault.schema-
|
|
3
|
-
export { fM as AmlResults, fR as DataLinkTypeZodSchema, fP as DataLinkVersionZodSchema, fN as DetectedDuplicates, g0 as GenericVaultDataLinkZodSchema, f$ as GenericVaultEmbeddedLinkZodSchema, fZ as GenericVaultPointerLinkZodSchema, f_ as GenericVaultSearchLinkZodSchema, g1 as TimeFrameCounters, fS as VaultJsonSchemas, fY as VaultMetadataLinkZodSchema, fW as VaultPointerKeyMapZodSchema, fX as VaultQueryMapZodSchema, fU as VaultSchemaIdZodSchema, fV as VaultSchemaPathsZodSchema, fT as VaultZodSchema, fQ as allDataLinkTypes, fO as allDataLinkVersions } from '../../dist/vault.schema-
|
|
4
|
-
import { _ as _toArray } from '../../dist/toArray-
|
|
2
|
+
import { gd as _unsupportedIterableToArray, g7 as Web3ArgsType, ge as _slicedToArray, gc as _toConsumableArray } from '../../dist/vault.schema-bfc68f42.esm.mjs';
|
|
3
|
+
export { fM as AmlResults, fR as DataLinkTypeZodSchema, fP as DataLinkVersionZodSchema, fN as DetectedDuplicates, g0 as GenericVaultDataLinkZodSchema, f$ as GenericVaultEmbeddedLinkZodSchema, fZ as GenericVaultPointerLinkZodSchema, f_ as GenericVaultSearchLinkZodSchema, g1 as TimeFrameCounters, fS as VaultJsonSchemas, fY as VaultMetadataLinkZodSchema, fW as VaultPointerKeyMapZodSchema, fX as VaultQueryMapZodSchema, fU as VaultSchemaIdZodSchema, fV as VaultSchemaPathsZodSchema, fT as VaultZodSchema, fQ as allDataLinkTypes, fO as allDataLinkVersions } from '../../dist/vault.schema-bfc68f42.esm.mjs';
|
|
4
|
+
import { _ as _toArray } from '../../dist/toArray-ce14afcd.esm.mjs';
|
|
5
5
|
import { z } from 'zod';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
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-3e16092e.cjs.dev.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-4ec9fdca.cjs.dev.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-159b8167.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-9e61eba0.cjs.prod.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-57bbbe51.cjs.prod.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-79ebf91e.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 { b5 as Alpha2Country, eg as GenericVerifiableCredentialSchema, em as ID3CredentialSchema, e2 as ID3CredentialSubjectSchema, ej as IDImageCredentialSchema, ed as IDImageCredentialSubjectSchema, ei as IDInformationCredentialSchema, ec as IDInformationCredentialSubjectSchema, eh as IDInformationTfheCredentialSchema, eb as IDInformationTfheCredentialSubjectSchema, en as IDScanCredentialSchema, e3 as IDScanCredentialSubjectSchema, eo as IDScanPassportCredentialSchema, e4 as IDScanPassportCredentialSubjectSchema, ep as IDScanSelfieCredentialSchema, e5 as IDScanSelfieCredentialSubjectSchema, b3 as ISO3CountryCode, eu as OLD_AMLScreeningsResultsCredentialSchema, ea as OLD_AMLScreeningsResultsCredentialSubjectSchema, eq as OLD_IDImageCredentialSchema, e6 as OLD_IDImageCredentialSubjectSchema, er as OLD_IDInformationCredentialSchema, e7 as OLD_IDInformationCredentialSubjectSchema, es as OLD_ProofOfResidenceCredentialSchema, e8 as OLD_ProofOfResidenceCredentialSubjectSchema, et as OLD_SelfieImageCredentialSchema, e9 as OLD_SelfieImageCredentialSubjectSchema, el as ProofOfResidenceCredentialSchema, ef as ProofOfResidenceCredentialSubjectSchema, ek as SelfieImageCredentialSchema, ee as SelfieImageCredentialSubjectSchema, b6 as countryISO3toISO2Mapping, b9 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-
|
|
2
|
-
export { cf as CredentialMediaType, ca as CredentialNames, c9 as CredentialSchemas, cd as CredentialType, C as CredentialTypes, cb as NexeraCredentialType, ce as VerifiableCredential, cc as getCredentialName } from '../../dist/identity-api.schema-
|
|
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 { b5 as Alpha2Country, eg as GenericVerifiableCredentialSchema, em as ID3CredentialSchema, e2 as ID3CredentialSubjectSchema, ej as IDImageCredentialSchema, ed as IDImageCredentialSubjectSchema, ei as IDInformationCredentialSchema, ec as IDInformationCredentialSubjectSchema, eh as IDInformationTfheCredentialSchema, eb as IDInformationTfheCredentialSubjectSchema, en as IDScanCredentialSchema, e3 as IDScanCredentialSubjectSchema, eo as IDScanPassportCredentialSchema, e4 as IDScanPassportCredentialSubjectSchema, ep as IDScanSelfieCredentialSchema, e5 as IDScanSelfieCredentialSubjectSchema, b3 as ISO3CountryCode, eu as OLD_AMLScreeningsResultsCredentialSchema, ea as OLD_AMLScreeningsResultsCredentialSubjectSchema, eq as OLD_IDImageCredentialSchema, e6 as OLD_IDImageCredentialSubjectSchema, er as OLD_IDInformationCredentialSchema, e7 as OLD_IDInformationCredentialSubjectSchema, es as OLD_ProofOfResidenceCredentialSchema, e8 as OLD_ProofOfResidenceCredentialSubjectSchema, et as OLD_SelfieImageCredentialSchema, e9 as OLD_SelfieImageCredentialSubjectSchema, el as ProofOfResidenceCredentialSchema, ef as ProofOfResidenceCredentialSubjectSchema, ek as SelfieImageCredentialSchema, ee as SelfieImageCredentialSubjectSchema, b6 as countryISO3toISO2Mapping, b9 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-bfc68f42.esm.mjs';
|
|
2
|
+
export { cf as CredentialMediaType, ca as CredentialNames, c9 as CredentialSchemas, cd as CredentialType, C as CredentialTypes, cb as NexeraCredentialType, ce as VerifiableCredential, cc as getCredentialName } from '../../dist/identity-api.schema-82b97da7.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-8dac8326.esm.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'nanoid';
|
|
6
6
|
import 'decimal.js';
|