@nexeraid/identity-schemas 2.197.0-dev → 2.198.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/index.d.ts +1 -0
- package/dist/declarations/src/index.d.ts.map +1 -1
- package/dist/declarations/src/providers/customers.schema.d.ts +2 -2
- package/dist/declarations/src/providers/index.d.ts +1 -1
- package/dist/declarations/src/providers/index.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyb-sessions.schema.d.ts +2 -2
- package/dist/declarations/src/providers/{nota-bene/nota-bene.schema.d.ts → notabene/notabene.schema.d.ts} +4569 -17751
- package/dist/declarations/src/providers/{nota-bene/nota-bene.schema.d.ts.map → notabene/notabene.schema.d.ts.map} +1 -1
- package/dist/declarations/src/providers/provider.schema.d.ts +75 -25
- package/dist/declarations/src/providers/provider.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +18 -18
- package/dist/declarations/src/providers/sumsub/sumsub-webhooks.schema.d.ts +2 -2
- package/dist/declarations/src/providers/synaps/synaps.schema.d.ts +48 -48
- package/dist/declarations/src/transaction.schema.d.ts +6 -0
- package/dist/declarations/src/transaction.schema.d.ts.map +1 -1
- package/dist/declarations/src/travel-rule.schema.d.ts +14 -0
- package/dist/declarations/src/travel-rule.schema.d.ts.map +1 -0
- package/dist/{identity-api.schema-5cde1458.cjs.dev.cjs → identity-api.schema-897fa13f.cjs.dev.cjs} +1 -1
- package/dist/{identity-api.schema-cd8a33bd.esm.mjs → identity-api.schema-ace335f7.esm.mjs} +1 -1
- package/dist/{identity-api.schema-4d2e950e.cjs.prod.cjs → identity-api.schema-f130919a.cjs.prod.cjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +16 -4
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +16 -4
- package/dist/nexeraid-identity-schemas.esm.mjs +15 -6
- package/dist/{nota-bene.schema-7d12fd46.cjs.dev.cjs → notabene.schema-35ddf959.cjs.dev.cjs} +114 -74
- package/dist/{nota-bene.schema-e772259b.esm.mjs → notabene.schema-b0248e78.esm.mjs} +105 -69
- package/dist/{nota-bene.schema-9b8bba1a.cjs.prod.cjs → notabene.schema-f6e3e1e3.cjs.prod.cjs} +114 -74
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-71e93e53.cjs.dev.cjs → tfhe-utilities-a00acbf7.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-b13d1ac7.cjs.prod.cjs → tfhe-utilities-a685a571.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-48954753.esm.mjs → tfhe-utilities-e68cd2ad.esm.mjs} +2 -2
- package/dist/{toArray-efaeabef.cjs.dev.cjs → toArray-5e5125f2.cjs.dev.cjs} +1 -1
- package/dist/{toArray-22072eb0.cjs.prod.cjs → toArray-9f6e79c6.cjs.prod.cjs} +1 -1
- package/dist/{toArray-35bf2cb6.esm.mjs → toArray-c7fd14be.esm.mjs} +1 -1
- package/dist/{vault.schema-2c34640b.cjs.dev.cjs → vault.schema-31179c6c.cjs.dev.cjs} +4 -0
- package/dist/{vault.schema-1d6ada16.esm.mjs → vault.schema-8f9dcd31.esm.mjs} +5 -1
- package/dist/{vault.schema-435a76bf.cjs.prod.cjs → vault.schema-a7ef3965.cjs.prod.cjs} +4 -0
- 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 +317 -313
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +317 -313
- 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 +16 -16
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +16 -16
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -4
|
@@ -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
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-a7ef3965.cjs.prod.cjs');
|
|
6
|
+
var notabene_schema = require('../../dist/notabene.schema-f6e3e1e3.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-f130919a.cjs.prod.cjs');
|
|
11
11
|
require('crypto');
|
|
12
12
|
|
|
13
13
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
@@ -11276,316 +11276,320 @@ exports.ScoringAnalysisResponse = vault_schema.ScoringAnalysisResponse;
|
|
|
11276
11276
|
exports.WorkflowsScoringAnalysisRequest = vault_schema.WorkflowsScoringAnalysisRequest;
|
|
11277
11277
|
exports.compareRiskLevels = vault_schema.compareRiskLevels;
|
|
11278
11278
|
exports.getRiskLevelByRiskScore = vault_schema.getRiskLevelByRiskScore;
|
|
11279
|
-
exports.AMLMetadata =
|
|
11280
|
-
exports.APPLICANT_CHECK_STATUSES =
|
|
11281
|
-
exports.ApiErrorCommandResponse =
|
|
11282
|
-
exports.ApiErrorResponse =
|
|
11283
|
-
exports.ApiSuccessCommandResponse =
|
|
11284
|
-
exports.ApplicantCheckStatus =
|
|
11285
|
-
exports.ApplicantImages =
|
|
11286
|
-
exports.ApplicantMemberOfSchema =
|
|
11287
|
-
exports.AuthToken =
|
|
11288
|
-
exports.AuthTokenError =
|
|
11289
|
-
exports.AuthTokenRequest =
|
|
11290
|
-
exports.AuthTokenResponse =
|
|
11291
|
-
exports.BENEFICIARY_TYPES =
|
|
11292
|
-
exports.BaseApplicantActionSchema =
|
|
11293
|
-
exports.BaseProvider =
|
|
11294
|
-
exports.BeneficiaryCompanyCustomerClaims =
|
|
11295
|
-
exports.BeneficiaryCompanyCustomerClaimsArray =
|
|
11296
|
-
exports.BeneficiaryType =
|
|
11297
|
-
exports.BeneficiaryVerificationStatus =
|
|
11298
|
-
exports.BeneficiaryVerificationStatusArray =
|
|
11299
|
-
exports.BigCSErrorCodes =
|
|
11300
|
-
exports.BigConfig =
|
|
11301
|
-
exports.BigCryptoChain =
|
|
11302
|
-
exports.BigProperties =
|
|
11303
|
-
exports.BigPropertiesLiteral =
|
|
11304
|
-
exports.BigProperty =
|
|
11305
|
-
exports.BigProvider =
|
|
11306
|
-
exports.BitRankRequest =
|
|
11307
|
-
exports.BitRankVerified =
|
|
11308
|
-
exports.BitRankVerifiedError =
|
|
11309
|
-
exports.BitRankVerifiedErrorResponse =
|
|
11310
|
-
exports.BitRankVerifiedResponse =
|
|
11311
|
-
exports.COMPANY_DOCUMENT_STATUS =
|
|
11312
|
-
exports.COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES =
|
|
11313
|
-
exports.COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES =
|
|
11314
|
-
exports.COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES =
|
|
11315
|
-
exports.COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS =
|
|
11316
|
-
exports.COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE =
|
|
11317
|
-
exports.ChainalysisApiError =
|
|
11318
|
-
exports.ChainalysisConfig =
|
|
11319
|
-
exports.ChainalysisErrorCodes =
|
|
11320
|
-
exports.ChainalysisProvider =
|
|
11321
|
-
exports.ChainalysisRegisterApiResponse =
|
|
11322
|
-
exports.ChainalysisRegisterResponse =
|
|
11323
|
-
exports.ChainalysisRequest =
|
|
11324
|
-
exports.ChainalysisRiskAssessmentApiResponse =
|
|
11325
|
-
exports.ChainalysisRiskAssessmentResponse =
|
|
11326
|
-
exports.ChainalysisRiskLevel =
|
|
11327
|
-
exports.CoerceDateUTC =
|
|
11328
|
-
exports.CoinMarketCapApiResponse =
|
|
11329
|
-
exports.CoinMarketCapFiatId =
|
|
11330
|
-
exports.CoinMarketCapQuote =
|
|
11331
|
-
exports.CoinMarketCapQuotes =
|
|
11332
|
-
exports.CoinMarketCapRequest =
|
|
11333
|
-
exports.CompanyDocumentMetaData =
|
|
11334
|
-
exports.CompanyDocumentStatus =
|
|
11335
|
-
exports.ComplyAdvantageAmlFullListing =
|
|
11336
|
-
exports.ComplyAdvantageAmlItemSource =
|
|
11337
|
-
exports.ComplyAdvantageCountryFieldSources =
|
|
11338
|
-
exports.ComplyAdvantageDateOfBirthFieldSources =
|
|
11339
|
-
exports.ComplyAdvantageKeyInformation =
|
|
11340
|
-
exports.ComplyAdvantageMedia =
|
|
11341
|
-
exports.ComplyAdvantageMonitorSearchDataResponse =
|
|
11342
|
-
exports.ComplyAdvantageMonitorSearchResponse =
|
|
11343
|
-
exports.ComplyAdvantageMonitorSearchSuccessResponse =
|
|
11344
|
-
exports.ComplyAdvantageMonitoredSearchUpdate =
|
|
11345
|
-
exports.ComplyAdvantageNationalityFieldSources =
|
|
11346
|
-
exports.ComplyAdvantageProvider =
|
|
11347
|
-
exports.ComplyAdvantageProviderConfigElement =
|
|
11348
|
-
exports.ComplyAdvantageProviderConfigFilters =
|
|
11349
|
-
exports.ComplyAdvantageProviderConfigTypes =
|
|
11350
|
-
exports.ComplyAdvantageReponseMatchStatus =
|
|
11351
|
-
exports.ComplyAdvantageResponseMatchType =
|
|
11352
|
-
exports.ComplyAdvantageSearchDataResponse =
|
|
11353
|
-
exports.ComplyAdvantageSearchDataResponseHit =
|
|
11354
|
-
exports.ComplyAdvantageSearchEntitiesDataResponse =
|
|
11355
|
-
exports.ComplyAdvantageSearchEntitiesResponse =
|
|
11356
|
-
exports.ComplyAdvantageSearchEntitiesSuccessResponse =
|
|
11357
|
-
exports.ComplyAdvantageSearchErrorResponse =
|
|
11358
|
-
exports.ComplyAdvantageSearchRequest =
|
|
11359
|
-
exports.ComplyAdvantageSearchRequests =
|
|
11360
|
-
exports.ComplyAdvantageSearchResponse =
|
|
11361
|
-
exports.ComplyAdvantageSearchSuccessResponse =
|
|
11362
|
-
exports.ComplyAdvantageUpdateSearchEntitiesRequest =
|
|
11363
|
-
exports.ComplyAdvantageUpdateSearchEntitiesResponse =
|
|
11364
|
-
exports.ComplyAdvantageUpdateSearchEntitiesSuccessResponse =
|
|
11365
|
-
exports.ComplyAdvantageUpdateSearchRequest =
|
|
11366
|
-
exports.ComplyAdvantageUser =
|
|
11367
|
-
exports.CreateProviderInput =
|
|
11368
|
-
exports.CreateProviderResponse =
|
|
11369
|
-
exports.CreateSearchInput =
|
|
11370
|
-
exports.CredentialMetadata =
|
|
11371
|
-
exports.CrystalIntelligenceConfig =
|
|
11372
|
-
exports.CrystalIntelligenceProvider =
|
|
11373
|
-
exports.CrystalWalletScreeningApiRequest =
|
|
11374
|
-
exports.CrystalWalletScreeningResponse =
|
|
11375
|
-
exports.CustomerContactInformationOutput =
|
|
11376
|
-
exports.CustomerDocumentMetaData =
|
|
11377
|
-
exports.CustomerStatusResults =
|
|
11378
|
-
exports.DataProvider =
|
|
11379
|
-
exports.DataProviderOptions =
|
|
11380
|
-
exports.DeleteProviderInput =
|
|
11381
|
-
exports.DeleteProviderResponse =
|
|
11382
|
-
exports.DocumentIdMetadata =
|
|
11383
|
-
exports.DocumentIdType =
|
|
11384
|
-
exports.DocumentIdTypes =
|
|
11385
|
-
exports.DocumentMetadataSchema =
|
|
11386
|
-
exports.DocumentSubmitResponse =
|
|
11387
|
-
exports.EmailMetadata =
|
|
11388
|
-
exports.EmailVerificationAnalysisResponse =
|
|
11389
|
-
exports.EmailVerificationResponse =
|
|
11390
|
-
exports.File =
|
|
11391
|
-
exports.GetCredentialsOutput =
|
|
11392
|
-
exports.GetKybSessionInput =
|
|
11393
|
-
exports.GetKybSessionResponse =
|
|
11394
|
-
exports.GetKycSessionInput =
|
|
11395
|
-
exports.GetKycSessionResponse =
|
|
11396
|
-
exports.GetKycSessionResponseWithCredentialsMetadata =
|
|
11397
|
-
exports.GetKycSessionsOutput =
|
|
11398
|
-
exports.GetProviderResponse =
|
|
11399
|
-
exports.GetProvidersResponse =
|
|
11400
|
-
exports.HIGH_RISK_TYPES =
|
|
11401
|
-
exports.IDImageMetaData =
|
|
11402
|
-
exports.INDIVIDUAL_BENEFICIARY_RELATIONS =
|
|
11403
|
-
exports.IdentityProvider =
|
|
11404
|
-
exports.IdentityProviderOptions =
|
|
11405
|
-
exports.IndividualBeneficiaryRelation =
|
|
11406
|
-
exports.IpQualityAnalysisRequest =
|
|
11407
|
-
exports.IpQualityAnalysisResponse =
|
|
11408
|
-
exports.IpQualityConfig =
|
|
11409
|
-
exports.IpQualityServiceAnalysis =
|
|
11410
|
-
exports.IpQualityServiceAnalysisResponse =
|
|
11411
|
-
exports.IpQualityServiceErrorResponse =
|
|
11412
|
-
exports.IpqualityscoreProvider =
|
|
11413
|
-
exports.KYB_RESULTS =
|
|
11414
|
-
exports.KYB_SESSION_STATUSES =
|
|
11415
|
-
exports.KYB_STEP_TYPES =
|
|
11416
|
-
exports.KYC_DOC_SIDES =
|
|
11417
|
-
exports.KYC_RESULTS =
|
|
11418
|
-
exports.KYC_SESSION_STATUSES =
|
|
11419
|
-
exports.KYC_STEP_TYPES =
|
|
11420
|
-
exports.KybResult =
|
|
11421
|
-
exports.KybSessionStatus =
|
|
11422
|
-
exports.KybStep =
|
|
11423
|
-
exports.KycDocSide =
|
|
11424
|
-
exports.KycResult =
|
|
11425
|
-
exports.KycSessionStatus =
|
|
11426
|
-
exports.KycStep =
|
|
11427
|
-
exports.KycStepStatus =
|
|
11428
|
-
exports.KycStepStatuses =
|
|
11429
|
-
exports.
|
|
11430
|
-
exports.
|
|
11431
|
-
exports.
|
|
11432
|
-
exports.
|
|
11433
|
-
exports.
|
|
11434
|
-
exports.
|
|
11435
|
-
exports.
|
|
11436
|
-
exports.
|
|
11437
|
-
exports.
|
|
11438
|
-
exports.
|
|
11439
|
-
exports.
|
|
11440
|
-
exports.
|
|
11441
|
-
exports.
|
|
11442
|
-
exports.
|
|
11443
|
-
exports.
|
|
11444
|
-
exports.
|
|
11445
|
-
exports.
|
|
11446
|
-
exports.
|
|
11447
|
-
exports.
|
|
11448
|
-
exports.
|
|
11449
|
-
exports.
|
|
11450
|
-
exports.
|
|
11451
|
-
exports.
|
|
11452
|
-
exports.
|
|
11453
|
-
exports.
|
|
11454
|
-
exports.
|
|
11455
|
-
exports.
|
|
11456
|
-
exports.
|
|
11457
|
-
exports.
|
|
11458
|
-
exports.
|
|
11459
|
-
exports.
|
|
11460
|
-
exports.
|
|
11461
|
-
exports.
|
|
11462
|
-
exports.
|
|
11463
|
-
exports.
|
|
11464
|
-
exports.
|
|
11465
|
-
exports.
|
|
11466
|
-
exports.
|
|
11467
|
-
exports.
|
|
11468
|
-
exports.
|
|
11469
|
-
exports.
|
|
11470
|
-
exports.
|
|
11471
|
-
exports.
|
|
11472
|
-
exports.
|
|
11473
|
-
exports.
|
|
11474
|
-
exports.
|
|
11475
|
-
exports.
|
|
11476
|
-
exports.
|
|
11477
|
-
exports.
|
|
11478
|
-
exports.
|
|
11479
|
-
exports.
|
|
11480
|
-
exports.
|
|
11481
|
-
exports.
|
|
11482
|
-
exports.
|
|
11483
|
-
exports.
|
|
11484
|
-
exports.
|
|
11485
|
-
exports.
|
|
11486
|
-
exports.
|
|
11487
|
-
exports.
|
|
11488
|
-
exports.
|
|
11489
|
-
exports.
|
|
11490
|
-
exports.
|
|
11491
|
-
exports.
|
|
11492
|
-
exports.
|
|
11493
|
-
exports.
|
|
11494
|
-
exports.
|
|
11495
|
-
exports.
|
|
11496
|
-
exports.
|
|
11497
|
-
exports.
|
|
11498
|
-
exports.
|
|
11499
|
-
exports.
|
|
11500
|
-
exports.
|
|
11501
|
-
exports.
|
|
11502
|
-
exports.
|
|
11503
|
-
exports.
|
|
11504
|
-
exports.
|
|
11505
|
-
exports.
|
|
11506
|
-
exports.
|
|
11507
|
-
exports.
|
|
11508
|
-
exports.
|
|
11509
|
-
exports.
|
|
11510
|
-
exports.
|
|
11511
|
-
exports.
|
|
11512
|
-
exports.
|
|
11513
|
-
exports.
|
|
11514
|
-
exports.
|
|
11515
|
-
exports.
|
|
11516
|
-
exports.
|
|
11517
|
-
exports.
|
|
11518
|
-
exports.
|
|
11519
|
-
exports.
|
|
11520
|
-
exports.
|
|
11521
|
-
exports.
|
|
11522
|
-
exports.
|
|
11523
|
-
exports.
|
|
11524
|
-
exports.
|
|
11525
|
-
exports.
|
|
11526
|
-
exports.
|
|
11527
|
-
exports.
|
|
11528
|
-
exports.
|
|
11529
|
-
exports.
|
|
11530
|
-
exports.
|
|
11531
|
-
exports.
|
|
11532
|
-
exports.
|
|
11533
|
-
exports.
|
|
11534
|
-
exports.
|
|
11535
|
-
exports.
|
|
11536
|
-
exports.
|
|
11537
|
-
exports.
|
|
11538
|
-
exports.
|
|
11539
|
-
exports.
|
|
11540
|
-
exports.
|
|
11541
|
-
exports.
|
|
11542
|
-
exports.
|
|
11543
|
-
exports.
|
|
11544
|
-
exports.
|
|
11545
|
-
exports.
|
|
11546
|
-
exports.
|
|
11547
|
-
exports.
|
|
11548
|
-
exports.
|
|
11549
|
-
exports.
|
|
11550
|
-
exports.
|
|
11551
|
-
exports.
|
|
11552
|
-
exports.
|
|
11553
|
-
exports.
|
|
11554
|
-
exports.
|
|
11555
|
-
exports.
|
|
11556
|
-
exports.
|
|
11557
|
-
exports.
|
|
11558
|
-
exports.
|
|
11559
|
-
exports.
|
|
11560
|
-
exports.
|
|
11561
|
-
exports.
|
|
11562
|
-
exports.
|
|
11563
|
-
exports.
|
|
11564
|
-
exports.
|
|
11565
|
-
exports.
|
|
11566
|
-
exports.
|
|
11567
|
-
exports.
|
|
11568
|
-
exports.
|
|
11569
|
-
exports.
|
|
11570
|
-
exports.
|
|
11571
|
-
exports.
|
|
11572
|
-
exports.
|
|
11573
|
-
exports.
|
|
11574
|
-
exports.
|
|
11575
|
-
exports.
|
|
11576
|
-
exports.
|
|
11577
|
-
exports.
|
|
11578
|
-
exports.
|
|
11579
|
-
exports.
|
|
11580
|
-
exports.
|
|
11581
|
-
exports.
|
|
11582
|
-
exports.
|
|
11583
|
-
exports.
|
|
11584
|
-
exports.
|
|
11585
|
-
exports.
|
|
11586
|
-
exports.
|
|
11587
|
-
exports.
|
|
11588
|
-
exports.
|
|
11279
|
+
exports.AMLMetadata = notabene_schema.AMLMetadata;
|
|
11280
|
+
exports.APPLICANT_CHECK_STATUSES = notabene_schema.APPLICANT_CHECK_STATUSES;
|
|
11281
|
+
exports.ApiErrorCommandResponse = notabene_schema.ApiErrorCommandResponse;
|
|
11282
|
+
exports.ApiErrorResponse = notabene_schema.ApiErrorResponse;
|
|
11283
|
+
exports.ApiSuccessCommandResponse = notabene_schema.ApiSuccessCommandResponse;
|
|
11284
|
+
exports.ApplicantCheckStatus = notabene_schema.ApplicantCheckStatus;
|
|
11285
|
+
exports.ApplicantImages = notabene_schema.ApplicantImages;
|
|
11286
|
+
exports.ApplicantMemberOfSchema = notabene_schema.ApplicantMemberOfSchema;
|
|
11287
|
+
exports.AuthToken = notabene_schema.AuthToken;
|
|
11288
|
+
exports.AuthTokenError = notabene_schema.AuthTokenError;
|
|
11289
|
+
exports.AuthTokenRequest = notabene_schema.AuthTokenRequest;
|
|
11290
|
+
exports.AuthTokenResponse = notabene_schema.AuthTokenResponse;
|
|
11291
|
+
exports.BENEFICIARY_TYPES = notabene_schema.BENEFICIARY_TYPES;
|
|
11292
|
+
exports.BaseApplicantActionSchema = notabene_schema.BaseApplicantActionSchema;
|
|
11293
|
+
exports.BaseProvider = notabene_schema.BaseProvider;
|
|
11294
|
+
exports.BeneficiaryCompanyCustomerClaims = notabene_schema.BeneficiaryCompanyCustomerClaims;
|
|
11295
|
+
exports.BeneficiaryCompanyCustomerClaimsArray = notabene_schema.BeneficiaryCompanyCustomerClaimsArray;
|
|
11296
|
+
exports.BeneficiaryType = notabene_schema.BeneficiaryType;
|
|
11297
|
+
exports.BeneficiaryVerificationStatus = notabene_schema.BeneficiaryVerificationStatus;
|
|
11298
|
+
exports.BeneficiaryVerificationStatusArray = notabene_schema.BeneficiaryVerificationStatusArray;
|
|
11299
|
+
exports.BigCSErrorCodes = notabene_schema.BigCSErrorCodes;
|
|
11300
|
+
exports.BigConfig = notabene_schema.BigConfig;
|
|
11301
|
+
exports.BigCryptoChain = notabene_schema.BigCryptoChain;
|
|
11302
|
+
exports.BigProperties = notabene_schema.BigProperties;
|
|
11303
|
+
exports.BigPropertiesLiteral = notabene_schema.BigPropertiesLiteral;
|
|
11304
|
+
exports.BigProperty = notabene_schema.BigProperty;
|
|
11305
|
+
exports.BigProvider = notabene_schema.BigProvider;
|
|
11306
|
+
exports.BitRankRequest = notabene_schema.BitRankRequest;
|
|
11307
|
+
exports.BitRankVerified = notabene_schema.BitRankVerified;
|
|
11308
|
+
exports.BitRankVerifiedError = notabene_schema.BitRankVerifiedError;
|
|
11309
|
+
exports.BitRankVerifiedErrorResponse = notabene_schema.BitRankVerifiedErrorResponse;
|
|
11310
|
+
exports.BitRankVerifiedResponse = notabene_schema.BitRankVerifiedResponse;
|
|
11311
|
+
exports.COMPANY_DOCUMENT_STATUS = notabene_schema.COMPANY_DOCUMENT_STATUS;
|
|
11312
|
+
exports.COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES = notabene_schema.COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES;
|
|
11313
|
+
exports.COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES = notabene_schema.COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES;
|
|
11314
|
+
exports.COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES = notabene_schema.COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES;
|
|
11315
|
+
exports.COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS = notabene_schema.COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS;
|
|
11316
|
+
exports.COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE = notabene_schema.COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE;
|
|
11317
|
+
exports.ChainalysisApiError = notabene_schema.ChainalysisApiError;
|
|
11318
|
+
exports.ChainalysisConfig = notabene_schema.ChainalysisConfig;
|
|
11319
|
+
exports.ChainalysisErrorCodes = notabene_schema.ChainalysisErrorCodes;
|
|
11320
|
+
exports.ChainalysisProvider = notabene_schema.ChainalysisProvider;
|
|
11321
|
+
exports.ChainalysisRegisterApiResponse = notabene_schema.ChainalysisRegisterApiResponse;
|
|
11322
|
+
exports.ChainalysisRegisterResponse = notabene_schema.ChainalysisRegisterResponse;
|
|
11323
|
+
exports.ChainalysisRequest = notabene_schema.ChainalysisRequest;
|
|
11324
|
+
exports.ChainalysisRiskAssessmentApiResponse = notabene_schema.ChainalysisRiskAssessmentApiResponse;
|
|
11325
|
+
exports.ChainalysisRiskAssessmentResponse = notabene_schema.ChainalysisRiskAssessmentResponse;
|
|
11326
|
+
exports.ChainalysisRiskLevel = notabene_schema.ChainalysisRiskLevel;
|
|
11327
|
+
exports.CoerceDateUTC = notabene_schema.CoerceDateUTC;
|
|
11328
|
+
exports.CoinMarketCapApiResponse = notabene_schema.CoinMarketCapApiResponse;
|
|
11329
|
+
exports.CoinMarketCapFiatId = notabene_schema.CoinMarketCapFiatId;
|
|
11330
|
+
exports.CoinMarketCapQuote = notabene_schema.CoinMarketCapQuote;
|
|
11331
|
+
exports.CoinMarketCapQuotes = notabene_schema.CoinMarketCapQuotes;
|
|
11332
|
+
exports.CoinMarketCapRequest = notabene_schema.CoinMarketCapRequest;
|
|
11333
|
+
exports.CompanyDocumentMetaData = notabene_schema.CompanyDocumentMetaData;
|
|
11334
|
+
exports.CompanyDocumentStatus = notabene_schema.CompanyDocumentStatus;
|
|
11335
|
+
exports.ComplyAdvantageAmlFullListing = notabene_schema.ComplyAdvantageAmlFullListing;
|
|
11336
|
+
exports.ComplyAdvantageAmlItemSource = notabene_schema.ComplyAdvantageAmlItemSource;
|
|
11337
|
+
exports.ComplyAdvantageCountryFieldSources = notabene_schema.ComplyAdvantageCountryFieldSources;
|
|
11338
|
+
exports.ComplyAdvantageDateOfBirthFieldSources = notabene_schema.ComplyAdvantageDateOfBirthFieldSources;
|
|
11339
|
+
exports.ComplyAdvantageKeyInformation = notabene_schema.ComplyAdvantageKeyInformation;
|
|
11340
|
+
exports.ComplyAdvantageMedia = notabene_schema.ComplyAdvantageMedia;
|
|
11341
|
+
exports.ComplyAdvantageMonitorSearchDataResponse = notabene_schema.ComplyAdvantageMonitorSearchDataResponse;
|
|
11342
|
+
exports.ComplyAdvantageMonitorSearchResponse = notabene_schema.ComplyAdvantageMonitorSearchResponse;
|
|
11343
|
+
exports.ComplyAdvantageMonitorSearchSuccessResponse = notabene_schema.ComplyAdvantageMonitorSearchSuccessResponse;
|
|
11344
|
+
exports.ComplyAdvantageMonitoredSearchUpdate = notabene_schema.ComplyAdvantageMonitoredSearchUpdate;
|
|
11345
|
+
exports.ComplyAdvantageNationalityFieldSources = notabene_schema.ComplyAdvantageNationalityFieldSources;
|
|
11346
|
+
exports.ComplyAdvantageProvider = notabene_schema.ComplyAdvantageProvider;
|
|
11347
|
+
exports.ComplyAdvantageProviderConfigElement = notabene_schema.ComplyAdvantageProviderConfigElement;
|
|
11348
|
+
exports.ComplyAdvantageProviderConfigFilters = notabene_schema.ComplyAdvantageProviderConfigFilters;
|
|
11349
|
+
exports.ComplyAdvantageProviderConfigTypes = notabene_schema.ComplyAdvantageProviderConfigTypes;
|
|
11350
|
+
exports.ComplyAdvantageReponseMatchStatus = notabene_schema.ComplyAdvantageReponseMatchStatus;
|
|
11351
|
+
exports.ComplyAdvantageResponseMatchType = notabene_schema.ComplyAdvantageResponseMatchType;
|
|
11352
|
+
exports.ComplyAdvantageSearchDataResponse = notabene_schema.ComplyAdvantageSearchDataResponse;
|
|
11353
|
+
exports.ComplyAdvantageSearchDataResponseHit = notabene_schema.ComplyAdvantageSearchDataResponseHit;
|
|
11354
|
+
exports.ComplyAdvantageSearchEntitiesDataResponse = notabene_schema.ComplyAdvantageSearchEntitiesDataResponse;
|
|
11355
|
+
exports.ComplyAdvantageSearchEntitiesResponse = notabene_schema.ComplyAdvantageSearchEntitiesResponse;
|
|
11356
|
+
exports.ComplyAdvantageSearchEntitiesSuccessResponse = notabene_schema.ComplyAdvantageSearchEntitiesSuccessResponse;
|
|
11357
|
+
exports.ComplyAdvantageSearchErrorResponse = notabene_schema.ComplyAdvantageSearchErrorResponse;
|
|
11358
|
+
exports.ComplyAdvantageSearchRequest = notabene_schema.ComplyAdvantageSearchRequest;
|
|
11359
|
+
exports.ComplyAdvantageSearchRequests = notabene_schema.ComplyAdvantageSearchRequests;
|
|
11360
|
+
exports.ComplyAdvantageSearchResponse = notabene_schema.ComplyAdvantageSearchResponse;
|
|
11361
|
+
exports.ComplyAdvantageSearchSuccessResponse = notabene_schema.ComplyAdvantageSearchSuccessResponse;
|
|
11362
|
+
exports.ComplyAdvantageUpdateSearchEntitiesRequest = notabene_schema.ComplyAdvantageUpdateSearchEntitiesRequest;
|
|
11363
|
+
exports.ComplyAdvantageUpdateSearchEntitiesResponse = notabene_schema.ComplyAdvantageUpdateSearchEntitiesResponse;
|
|
11364
|
+
exports.ComplyAdvantageUpdateSearchEntitiesSuccessResponse = notabene_schema.ComplyAdvantageUpdateSearchEntitiesSuccessResponse;
|
|
11365
|
+
exports.ComplyAdvantageUpdateSearchRequest = notabene_schema.ComplyAdvantageUpdateSearchRequest;
|
|
11366
|
+
exports.ComplyAdvantageUser = notabene_schema.ComplyAdvantageUser;
|
|
11367
|
+
exports.CreateProviderInput = notabene_schema.CreateProviderInput;
|
|
11368
|
+
exports.CreateProviderResponse = notabene_schema.CreateProviderResponse;
|
|
11369
|
+
exports.CreateSearchInput = notabene_schema.CreateSearchInput;
|
|
11370
|
+
exports.CredentialMetadata = notabene_schema.CredentialMetadata;
|
|
11371
|
+
exports.CrystalIntelligenceConfig = notabene_schema.CrystalIntelligenceConfig;
|
|
11372
|
+
exports.CrystalIntelligenceProvider = notabene_schema.CrystalIntelligenceProvider;
|
|
11373
|
+
exports.CrystalWalletScreeningApiRequest = notabene_schema.CrystalWalletScreeningApiRequest;
|
|
11374
|
+
exports.CrystalWalletScreeningResponse = notabene_schema.CrystalWalletScreeningResponse;
|
|
11375
|
+
exports.CustomerContactInformationOutput = notabene_schema.CustomerContactInformationOutput;
|
|
11376
|
+
exports.CustomerDocumentMetaData = notabene_schema.CustomerDocumentMetaData;
|
|
11377
|
+
exports.CustomerStatusResults = notabene_schema.CustomerStatusResults;
|
|
11378
|
+
exports.DataProvider = notabene_schema.DataProvider;
|
|
11379
|
+
exports.DataProviderOptions = notabene_schema.DataProviderOptions;
|
|
11380
|
+
exports.DeleteProviderInput = notabene_schema.DeleteProviderInput;
|
|
11381
|
+
exports.DeleteProviderResponse = notabene_schema.DeleteProviderResponse;
|
|
11382
|
+
exports.DocumentIdMetadata = notabene_schema.DocumentIdMetadata;
|
|
11383
|
+
exports.DocumentIdType = notabene_schema.DocumentIdType;
|
|
11384
|
+
exports.DocumentIdTypes = notabene_schema.DocumentIdTypes;
|
|
11385
|
+
exports.DocumentMetadataSchema = notabene_schema.DocumentMetadataSchema;
|
|
11386
|
+
exports.DocumentSubmitResponse = notabene_schema.DocumentSubmitResponse;
|
|
11387
|
+
exports.EmailMetadata = notabene_schema.EmailMetadata;
|
|
11388
|
+
exports.EmailVerificationAnalysisResponse = notabene_schema.EmailVerificationAnalysisResponse;
|
|
11389
|
+
exports.EmailVerificationResponse = notabene_schema.EmailVerificationResponse;
|
|
11390
|
+
exports.File = notabene_schema.File;
|
|
11391
|
+
exports.GetCredentialsOutput = notabene_schema.GetCredentialsOutput;
|
|
11392
|
+
exports.GetKybSessionInput = notabene_schema.GetKybSessionInput;
|
|
11393
|
+
exports.GetKybSessionResponse = notabene_schema.GetKybSessionResponse;
|
|
11394
|
+
exports.GetKycSessionInput = notabene_schema.GetKycSessionInput;
|
|
11395
|
+
exports.GetKycSessionResponse = notabene_schema.GetKycSessionResponse;
|
|
11396
|
+
exports.GetKycSessionResponseWithCredentialsMetadata = notabene_schema.GetKycSessionResponseWithCredentialsMetadata;
|
|
11397
|
+
exports.GetKycSessionsOutput = notabene_schema.GetKycSessionsOutput;
|
|
11398
|
+
exports.GetProviderResponse = notabene_schema.GetProviderResponse;
|
|
11399
|
+
exports.GetProvidersResponse = notabene_schema.GetProvidersResponse;
|
|
11400
|
+
exports.HIGH_RISK_TYPES = notabene_schema.HIGH_RISK_TYPES;
|
|
11401
|
+
exports.IDImageMetaData = notabene_schema.IDImageMetaData;
|
|
11402
|
+
exports.INDIVIDUAL_BENEFICIARY_RELATIONS = notabene_schema.INDIVIDUAL_BENEFICIARY_RELATIONS;
|
|
11403
|
+
exports.IdentityProvider = notabene_schema.IdentityProvider;
|
|
11404
|
+
exports.IdentityProviderOptions = notabene_schema.IdentityProviderOptions;
|
|
11405
|
+
exports.IndividualBeneficiaryRelation = notabene_schema.IndividualBeneficiaryRelation;
|
|
11406
|
+
exports.IpQualityAnalysisRequest = notabene_schema.IpQualityAnalysisRequest;
|
|
11407
|
+
exports.IpQualityAnalysisResponse = notabene_schema.IpQualityAnalysisResponse;
|
|
11408
|
+
exports.IpQualityConfig = notabene_schema.IpQualityConfig;
|
|
11409
|
+
exports.IpQualityServiceAnalysis = notabene_schema.IpQualityServiceAnalysis;
|
|
11410
|
+
exports.IpQualityServiceAnalysisResponse = notabene_schema.IpQualityServiceAnalysisResponse;
|
|
11411
|
+
exports.IpQualityServiceErrorResponse = notabene_schema.IpQualityServiceErrorResponse;
|
|
11412
|
+
exports.IpqualityscoreProvider = notabene_schema.IpqualityscoreProvider;
|
|
11413
|
+
exports.KYB_RESULTS = notabene_schema.KYB_RESULTS;
|
|
11414
|
+
exports.KYB_SESSION_STATUSES = notabene_schema.KYB_SESSION_STATUSES;
|
|
11415
|
+
exports.KYB_STEP_TYPES = notabene_schema.KYB_STEP_TYPES;
|
|
11416
|
+
exports.KYC_DOC_SIDES = notabene_schema.KYC_DOC_SIDES;
|
|
11417
|
+
exports.KYC_RESULTS = notabene_schema.KYC_RESULTS;
|
|
11418
|
+
exports.KYC_SESSION_STATUSES = notabene_schema.KYC_SESSION_STATUSES;
|
|
11419
|
+
exports.KYC_STEP_TYPES = notabene_schema.KYC_STEP_TYPES;
|
|
11420
|
+
exports.KybResult = notabene_schema.KybResult;
|
|
11421
|
+
exports.KybSessionStatus = notabene_schema.KybSessionStatus;
|
|
11422
|
+
exports.KybStep = notabene_schema.KybStep;
|
|
11423
|
+
exports.KycDocSide = notabene_schema.KycDocSide;
|
|
11424
|
+
exports.KycResult = notabene_schema.KycResult;
|
|
11425
|
+
exports.KycSessionStatus = notabene_schema.KycSessionStatus;
|
|
11426
|
+
exports.KycStep = notabene_schema.KycStep;
|
|
11427
|
+
exports.KycStepStatus = notabene_schema.KycStepStatus;
|
|
11428
|
+
exports.KycStepStatuses = notabene_schema.KycStepStatuses;
|
|
11429
|
+
exports.LegalPersonNameIdentifierType = notabene_schema.LegalPersonNameIdentifierType;
|
|
11430
|
+
exports.LivenessMetadata = notabene_schema.LivenessMetadata;
|
|
11431
|
+
exports.MEDIUM_RISK_TYPES = notabene_schema.MEDIUM_RISK_TYPES;
|
|
11432
|
+
exports.MatchStatus = notabene_schema.MatchStatus;
|
|
11433
|
+
exports.MatchStatuses = notabene_schema.MatchStatuses;
|
|
11434
|
+
exports.MatchTypeDetail = notabene_schema.MatchTypeDetail;
|
|
11435
|
+
exports.MergedProviders = notabene_schema.MergedProviders;
|
|
11436
|
+
exports.MerkleAddressApiError = notabene_schema.MerkleAddressApiError;
|
|
11437
|
+
exports.MerkleAddressApiResponse = notabene_schema.MerkleAddressApiResponse;
|
|
11438
|
+
exports.MerkleAddressRequest = notabene_schema.MerkleAddressRequest;
|
|
11439
|
+
exports.MerkleAddressResponse = notabene_schema.MerkleAddressResponse;
|
|
11440
|
+
exports.MerkleBlockChainCodes = notabene_schema.MerkleBlockChainCodes;
|
|
11441
|
+
exports.MerkleBlockChainName = notabene_schema.MerkleBlockChainName;
|
|
11442
|
+
exports.MerkleBlockChainTypes = notabene_schema.MerkleBlockChainTypes;
|
|
11443
|
+
exports.MerkleScienceConfig = notabene_schema.MerkleScienceConfig;
|
|
11444
|
+
exports.MerkleScienceProvider = notabene_schema.MerkleScienceProvider;
|
|
11445
|
+
exports.NameIdentifierType = notabene_schema.NameIdentifierType;
|
|
11446
|
+
exports.NationalIdentifierType = notabene_schema.NationalIdentifierType;
|
|
11447
|
+
exports.NestedSession = notabene_schema.NestedSession;
|
|
11448
|
+
exports.NexeraIdKYBProvider = notabene_schema.NexeraIdKYBProvider;
|
|
11449
|
+
exports.NexeraIdSSIDProvider = notabene_schema.NexeraIdSSIDProvider;
|
|
11450
|
+
exports.NotabeneAssetResponse = notabene_schema.NotabeneAssetResponse;
|
|
11451
|
+
exports.NotabeneAudience = notabene_schema.NotabeneAudience;
|
|
11452
|
+
exports.NotabeneConfig = notabene_schema.NotabeneConfig;
|
|
11453
|
+
exports.NotabeneErrorCode = notabene_schema.NotabeneErrorCode;
|
|
11454
|
+
exports.NotabeneProvider = notabene_schema.NotabeneProvider;
|
|
11455
|
+
exports.NotabeneTxCreateError = notabene_schema.NotabeneTxCreateError;
|
|
11456
|
+
exports.NotabeneTxCreateRequest = notabene_schema.NotabeneTxCreateRequest;
|
|
11457
|
+
exports.NotabeneTxCreateResponse = notabene_schema.NotabeneTxCreateResponse;
|
|
11458
|
+
exports.NotabeneTxCreateStatus = notabene_schema.NotabeneTxCreateStatus;
|
|
11459
|
+
exports.PhoneMetadata = notabene_schema.PhoneMetadata;
|
|
11460
|
+
exports.PhoneVerificationAnalysisResponse = notabene_schema.PhoneVerificationAnalysisResponse;
|
|
11461
|
+
exports.ProofOfAddressDocumentType = notabene_schema.ProofOfAddressDocumentType;
|
|
11462
|
+
exports.ProofOfAddressDocumentTypes = notabene_schema.ProofOfAddressDocumentTypes;
|
|
11463
|
+
exports.ProofOfAddressMetadata = notabene_schema.ProofOfAddressMetadata;
|
|
11464
|
+
exports.ProofOfResidenceDocumentType = notabene_schema.ProofOfResidenceDocumentType;
|
|
11465
|
+
exports.ProofOfResidenceMetaData = notabene_schema.ProofOfResidenceMetaData;
|
|
11466
|
+
exports.ProviderData = notabene_schema.ProviderData;
|
|
11467
|
+
exports.ProviderDataProject = notabene_schema.ProviderDataProject;
|
|
11468
|
+
exports.ProviderIntegrationType = notabene_schema.ProviderIntegrationType;
|
|
11469
|
+
exports.ProviderIntegrationTypeOptions = notabene_schema.ProviderIntegrationTypeOptions;
|
|
11470
|
+
exports.ProviderWithoutConfig = notabene_schema.ProviderWithoutConfig;
|
|
11471
|
+
exports.RESULT_PARSER_ERROR = notabene_schema.RESULT_PARSER_ERROR;
|
|
11472
|
+
exports.ReasonCode = notabene_schema.ReasonCode;
|
|
11473
|
+
exports.ReasonCodes = notabene_schema.ReasonCodes;
|
|
11474
|
+
exports.RequestProperty = notabene_schema.RequestProperty;
|
|
11475
|
+
exports.RiskLevel = notabene_schema.RiskLevel;
|
|
11476
|
+
exports.RiskLevels = notabene_schema.RiskLevels;
|
|
11477
|
+
exports.SEARCH_FILTER_ADVERSE_MEDIA_TYPE = notabene_schema.SEARCH_FILTER_ADVERSE_MEDIA_TYPE;
|
|
11478
|
+
exports.SEARCH_FILTER_PEP_TYPE = notabene_schema.SEARCH_FILTER_PEP_TYPE;
|
|
11479
|
+
exports.SEARCH_FILTER_SANCTION_TYPE = notabene_schema.SEARCH_FILTER_SANCTION_TYPE;
|
|
11480
|
+
exports.SEARCH_FILTER_TYPES = notabene_schema.SEARCH_FILTER_TYPES;
|
|
11481
|
+
exports.SESSION_NOT_FOUND = notabene_schema.SESSION_NOT_FOUND;
|
|
11482
|
+
exports.STEP_NOT_FOUND = notabene_schema.STEP_NOT_FOUND;
|
|
11483
|
+
exports.SUMSUB_APPLICANT_TYPES = notabene_schema.SUMSUB_APPLICANT_TYPES;
|
|
11484
|
+
exports.SUMSUB_COMPANY_BENEFICIARY_GROUP = notabene_schema.SUMSUB_COMPANY_BENEFICIARY_GROUP;
|
|
11485
|
+
exports.SUMSUB_DOC_TYPES = notabene_schema.SUMSUB_DOC_TYPES;
|
|
11486
|
+
exports.SUMSUB_FLOW_LEVEL = notabene_schema.SUMSUB_FLOW_LEVEL;
|
|
11487
|
+
exports.SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS = notabene_schema.SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS;
|
|
11488
|
+
exports.SUMSUB_KYC_DOC_TYPES = notabene_schema.SUMSUB_KYC_DOC_TYPES;
|
|
11489
|
+
exports.SUMSUB_MEDIA_CONTENT_TYPES = notabene_schema.SUMSUB_MEDIA_CONTENT_TYPES;
|
|
11490
|
+
exports.SUMSUB_REVIEW_ANSWERS = notabene_schema.SUMSUB_REVIEW_ANSWERS;
|
|
11491
|
+
exports.SUMSUB_REVIEW_REJECT_LABELS = notabene_schema.SUMSUB_REVIEW_REJECT_LABELS;
|
|
11492
|
+
exports.SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION = notabene_schema.SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION;
|
|
11493
|
+
exports.SUMSUB_REVIEW_REJECT_TYPES = notabene_schema.SUMSUB_REVIEW_REJECT_TYPES;
|
|
11494
|
+
exports.SUMSUB_REVIEW_STATUSES = notabene_schema.SUMSUB_REVIEW_STATUSES;
|
|
11495
|
+
exports.SUMSUB_STEPS = notabene_schema.SUMSUB_STEPS;
|
|
11496
|
+
exports.SUMSUB_WEBHOOK_INTERNAL_STATUS = notabene_schema.SUMSUB_WEBHOOK_INTERNAL_STATUS;
|
|
11497
|
+
exports.ScorechainConfig = notabene_schema.ScorechainConfig;
|
|
11498
|
+
exports.ScorechainProvider = notabene_schema.ScorechainProvider;
|
|
11499
|
+
exports.SearchEntityType = notabene_schema.SearchEntityType;
|
|
11500
|
+
exports.SearchEntityTypes = notabene_schema.SearchEntityTypes;
|
|
11501
|
+
exports.SearchFilterAdverseMediaType = notabene_schema.SearchFilterAdverseMediaType;
|
|
11502
|
+
exports.SearchFilterPepType = notabene_schema.SearchFilterPepType;
|
|
11503
|
+
exports.SearchFilterSanctionType = notabene_schema.SearchFilterSanctionType;
|
|
11504
|
+
exports.SearchFilterType = notabene_schema.SearchFilterType;
|
|
11505
|
+
exports.SearchFilters = notabene_schema.SearchFilters;
|
|
11506
|
+
exports.SelectKybSession = notabene_schema.SelectKybSession;
|
|
11507
|
+
exports.SelectKycSession = notabene_schema.SelectKycSession;
|
|
11508
|
+
exports.SelectKycSessionStep = notabene_schema.SelectKycSessionStep;
|
|
11509
|
+
exports.SelectKycSessionWithCompletedSteps = notabene_schema.SelectKycSessionWithCompletedSteps;
|
|
11510
|
+
exports.SelfieImageMetaData = notabene_schema.SelfieImageMetaData;
|
|
11511
|
+
exports.Session = notabene_schema.Session;
|
|
11512
|
+
exports.SessionWithoutSteps = notabene_schema.SessionWithoutSteps;
|
|
11513
|
+
exports.Status = notabene_schema.Status;
|
|
11514
|
+
exports.Statuses = notabene_schema.Statuses;
|
|
11515
|
+
exports.Step = notabene_schema.Step;
|
|
11516
|
+
exports.StepType = notabene_schema.StepType;
|
|
11517
|
+
exports.StepTypes = notabene_schema.StepTypes;
|
|
11518
|
+
exports.SumSubAddress = notabene_schema.SumSubAddress;
|
|
11519
|
+
exports.SumSubApplicantInfo = notabene_schema.SumSubApplicantInfo;
|
|
11520
|
+
exports.SumSubApplicantResetSchema = notabene_schema.SumSubApplicantResetSchema;
|
|
11521
|
+
exports.SumSubApplicantReviewStatusSchema = notabene_schema.SumSubApplicantReviewStatusSchema;
|
|
11522
|
+
exports.SumSubApplicantSchema = notabene_schema.SumSubApplicantSchema;
|
|
11523
|
+
exports.SumSubApplicantType = notabene_schema.SumSubApplicantType;
|
|
11524
|
+
exports.SumSubApplicantVerificationStepSchema = notabene_schema.SumSubApplicantVerificationStepSchema;
|
|
11525
|
+
exports.SumSubCompanyApplicantInfo = notabene_schema.SumSubCompanyApplicantInfo;
|
|
11526
|
+
exports.SumSubCompanyApplicantSchema = notabene_schema.SumSubCompanyApplicantSchema;
|
|
11527
|
+
exports.SumSubDocType = notabene_schema.SumSubDocType;
|
|
11528
|
+
exports.SumSubFlowLevel = notabene_schema.SumSubFlowLevel;
|
|
11529
|
+
exports.SumSubGenerateExternalWebSdkLinkSchema = notabene_schema.SumSubGenerateExternalWebSdkLinkSchema;
|
|
11530
|
+
exports.SumSubImageId = notabene_schema.SumSubImageId;
|
|
11531
|
+
exports.SumSubImageReviewResultSchema = notabene_schema.SumSubImageReviewResultSchema;
|
|
11532
|
+
exports.SumSubImageStatus = notabene_schema.SumSubImageStatus;
|
|
11533
|
+
exports.SumSubIndividualApplicantSchema = notabene_schema.SumSubIndividualApplicantSchema;
|
|
11534
|
+
exports.SumSubKycDocType = notabene_schema.SumSubKycDocType;
|
|
11535
|
+
exports.SumSubMediaContentType = notabene_schema.SumSubMediaContentType;
|
|
11536
|
+
exports.SumSubRequiredIdDoc = notabene_schema.SumSubRequiredIdDoc;
|
|
11537
|
+
exports.SumSubReviewAnswer = notabene_schema.SumSubReviewAnswer;
|
|
11538
|
+
exports.SumSubReviewRejectLabel = notabene_schema.SumSubReviewRejectLabel;
|
|
11539
|
+
exports.SumSubReviewRejectType = notabene_schema.SumSubReviewRejectType;
|
|
11540
|
+
exports.SumSubReviewResultSchema = notabene_schema.SumSubReviewResultSchema;
|
|
11541
|
+
exports.SumSubReviewStatus = notabene_schema.SumSubReviewStatus;
|
|
11542
|
+
exports.SumSubSimilarApplicantsSchema = notabene_schema.SumSubSimilarApplicantsSchema;
|
|
11543
|
+
exports.SumSubStep = notabene_schema.SumSubStep;
|
|
11544
|
+
exports.SumSubVerificationStepSchema = notabene_schema.SumSubVerificationStepSchema;
|
|
11545
|
+
exports.SumSubWebhookSchema = notabene_schema.SumSubWebhookSchema;
|
|
11546
|
+
exports.SumsubApplicantType = notabene_schema.SumsubApplicantType;
|
|
11547
|
+
exports.SumsubApplicantTypes = notabene_schema.SumsubApplicantTypes;
|
|
11548
|
+
exports.SumsubCompanyBeneficiaryGroup = notabene_schema.SumsubCompanyBeneficiaryGroup;
|
|
11549
|
+
exports.SumsubCountryCode = notabene_schema.SumsubCountryCode;
|
|
11550
|
+
exports.SumsubKybDataSchema = notabene_schema.SumsubKybDataSchema;
|
|
11551
|
+
exports.SumsubKybSessionFlowSection = notabene_schema.SumsubKybSessionFlowSection;
|
|
11552
|
+
exports.SumsubKybSessionFlowSectionItem = notabene_schema.SumsubKybSessionFlowSectionItem;
|
|
11553
|
+
exports.SumsubKybSessionFlowSectionStatus = notabene_schema.SumsubKybSessionFlowSectionStatus;
|
|
11554
|
+
exports.SumsubKycDataSchema = notabene_schema.SumsubKycDataSchema;
|
|
11555
|
+
exports.SumsubReviewDecision = notabene_schema.SumsubReviewDecision;
|
|
11556
|
+
exports.SumsubStepStatus = notabene_schema.SumsubStepStatus;
|
|
11557
|
+
exports.SumsubVideoCallData = notabene_schema.SumsubVideoCallData;
|
|
11558
|
+
exports.SumsubWebhookInternalStatus = notabene_schema.SumsubWebhookInternalStatus;
|
|
11559
|
+
exports.SynapsProvider = notabene_schema.SynapsProvider;
|
|
11560
|
+
exports.SynapsSessionErrorResponse = notabene_schema.SynapsSessionErrorResponse;
|
|
11561
|
+
exports.SynapsSessionEvent = notabene_schema.SynapsSessionEvent;
|
|
11562
|
+
exports.SynapsSessionRequest = notabene_schema.SynapsSessionRequest;
|
|
11563
|
+
exports.SynapsSessionResponse = notabene_schema.SynapsSessionResponse;
|
|
11564
|
+
exports.SynapsStepErrorResponse = notabene_schema.SynapsStepErrorResponse;
|
|
11565
|
+
exports.SynapsStepEvent = notabene_schema.SynapsStepEvent;
|
|
11566
|
+
exports.SynapsStepRequest = notabene_schema.SynapsStepRequest;
|
|
11567
|
+
exports.SynapsStepResponse = notabene_schema.SynapsStepResponse;
|
|
11568
|
+
exports.TRMLabsAddressesScreening = notabene_schema.TRMLabsAddressesScreening;
|
|
11569
|
+
exports.TRMLabsAddressesScreeningApiRequest = notabene_schema.TRMLabsAddressesScreeningApiRequest;
|
|
11570
|
+
exports.TRMLabsAddressesScreeningResponse = notabene_schema.TRMLabsAddressesScreeningResponse;
|
|
11571
|
+
exports.TRMLabsConfig = notabene_schema.TRMLabsConfig;
|
|
11572
|
+
exports.TRMLabsProvider = notabene_schema.TRMLabsProvider;
|
|
11573
|
+
exports.TRMLabsRiskScoreToScorechainRiskMapping = notabene_schema.TRMLabsRiskScoreToScorechainRiskMapping;
|
|
11574
|
+
exports.TRM_RISK_SCORE_LEVEL = notabene_schema.TRM_RISK_SCORE_LEVEL;
|
|
11575
|
+
exports.TRM_RISK_SCORE_LEVEL_LABEL = notabene_schema.TRM_RISK_SCORE_LEVEL_LABEL;
|
|
11576
|
+
exports.ToggleProviderInput = notabene_schema.ToggleProviderInput;
|
|
11577
|
+
exports.UNKNOWN_ERROR = notabene_schema.UNKNOWN_ERROR;
|
|
11578
|
+
exports.UpdateKybSessionOutput = notabene_schema.UpdateKybSessionOutput;
|
|
11579
|
+
exports.UpdateKycSessionOutput = notabene_schema.UpdateKycSessionOutput;
|
|
11580
|
+
exports.UpdateProviderInput = notabene_schema.UpdateProviderInput;
|
|
11581
|
+
exports.UpdateProviderResponse = notabene_schema.UpdateProviderResponse;
|
|
11582
|
+
exports.UpdateSearchEntitiesInput = notabene_schema.UpdateSearchEntitiesInput;
|
|
11583
|
+
exports.UpdateSearchInput = notabene_schema.UpdateSearchInput;
|
|
11584
|
+
exports.UploadDocumentRequest = notabene_schema.UploadDocumentRequest;
|
|
11585
|
+
exports.VideoKycMetaData = notabene_schema.VideoKycMetaData;
|
|
11586
|
+
exports.WEBHOOK_TYPES = notabene_schema.WEBHOOK_TYPES;
|
|
11587
|
+
exports.WebhookPayload = notabene_schema.WebhookPayload;
|
|
11588
|
+
exports.WebhookType = notabene_schema.WebhookType;
|
|
11589
|
+
exports.WorkflowsScorechainConfig = notabene_schema.WorkflowsScorechainConfig;
|
|
11590
|
+
exports.WrappedIpQualityServiceErrorResponse = notabene_schema.WrappedIpQualityServiceErrorResponse;
|
|
11591
|
+
exports.mappingMatchTypeToLabel = notabene_schema.mappingMatchTypeToLabel;
|
|
11592
|
+
exports.typeToHumanReadable = notabene_schema.typeToHumanReadable;
|
|
11589
11593
|
exports.ALL_SCORECHAIN_BLOCKCHAIN = ALL_SCORECHAIN_BLOCKCHAIN;
|
|
11590
11594
|
exports.CoinMarketCapCryptoId = CoinMarketCapCryptoId;
|
|
11591
11595
|
exports.NON_MINIMAL_SCORECHAIN_BLOCKCHAIN = NON_MINIMAL_SCORECHAIN_BLOCKCHAIN;
|