@nexeraid/identity-schemas 2.169.0-dev → 2.170.0-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{CoinMarketCap.schema-d660116e.cjs.prod.cjs → crystal.schema-2507b365.cjs.prod.cjs} +188 -15
- package/dist/{CoinMarketCap.schema-c80720bd.esm.mjs → crystal.schema-48e4808d.esm.mjs} +186 -15
- package/dist/{CoinMarketCap.schema-0d39cd68.cjs.dev.cjs → crystal.schema-e2c3f7cf.cjs.dev.cjs} +188 -15
- package/dist/declarations/src/providers/crystal-intelligence/crystal.schema.d.ts +1877 -0
- package/dist/declarations/src/providers/crystal-intelligence/crystal.schema.d.ts.map +1 -0
- package/dist/declarations/src/providers/index.d.ts +1 -0
- package/dist/declarations/src/providers/index.d.ts.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +297 -295
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +297 -295
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +12 -12
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +12 -12
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('../../dist/vault.schema-c703659c.cjs.dev.cjs');
|
|
6
|
-
var
|
|
6
|
+
var crystal_schema = require('../../dist/crystal.schema-e2c3f7cf.cjs.dev.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
@@ -11275,300 +11275,302 @@ exports.ScoringAnalysisResponse = vault_schema.ScoringAnalysisResponse;
|
|
|
11275
11275
|
exports.WorkflowsScoringAnalysisRequest = vault_schema.WorkflowsScoringAnalysisRequest;
|
|
11276
11276
|
exports.compareRiskLevels = vault_schema.compareRiskLevels;
|
|
11277
11277
|
exports.getRiskLevelByRiskScore = vault_schema.getRiskLevelByRiskScore;
|
|
11278
|
-
exports.AMLMetadata =
|
|
11279
|
-
exports.APPLICANT_CHECK_STATUSES =
|
|
11280
|
-
exports.ApiErrorCommandResponse =
|
|
11281
|
-
exports.ApiErrorResponse =
|
|
11282
|
-
exports.ApiSuccessCommandResponse =
|
|
11283
|
-
exports.ApplicantCheckStatus =
|
|
11284
|
-
exports.ApplicantImages =
|
|
11285
|
-
exports.ApplicantMemberOfSchema =
|
|
11286
|
-
exports.BENEFICIARY_TYPES =
|
|
11287
|
-
exports.BaseApplicantActionSchema =
|
|
11288
|
-
exports.BaseProvider =
|
|
11289
|
-
exports.BeneficiaryCompanyCustomerClaims =
|
|
11290
|
-
exports.BeneficiaryCompanyCustomerClaimsArray =
|
|
11291
|
-
exports.BeneficiaryType =
|
|
11292
|
-
exports.BeneficiaryVerificationStatus =
|
|
11293
|
-
exports.BeneficiaryVerificationStatusArray =
|
|
11294
|
-
exports.BigCSErrorCodes =
|
|
11295
|
-
exports.BigConfig =
|
|
11296
|
-
exports.BigCryptoChain =
|
|
11297
|
-
exports.BigProperties =
|
|
11298
|
-
exports.BigPropertiesLiteral =
|
|
11299
|
-
exports.BigProperty =
|
|
11300
|
-
exports.BigProvider =
|
|
11301
|
-
exports.BitRankRequest =
|
|
11302
|
-
exports.BitRankVerified =
|
|
11303
|
-
exports.BitRankVerifiedError =
|
|
11304
|
-
exports.BitRankVerifiedErrorResponse =
|
|
11305
|
-
exports.BitRankVerifiedResponse =
|
|
11306
|
-
exports.COMPANY_DOCUMENT_STATUS =
|
|
11307
|
-
exports.COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES =
|
|
11308
|
-
exports.COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES =
|
|
11309
|
-
exports.COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES =
|
|
11310
|
-
exports.COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS =
|
|
11311
|
-
exports.COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE =
|
|
11312
|
-
exports.ChainalysisApiError =
|
|
11313
|
-
exports.ChainalysisConfig =
|
|
11314
|
-
exports.ChainalysisErrorCodes =
|
|
11315
|
-
exports.ChainalysisProvider =
|
|
11316
|
-
exports.ChainalysisRegisterApiResponse =
|
|
11317
|
-
exports.ChainalysisRegisterResponse =
|
|
11318
|
-
exports.ChainalysisRequest =
|
|
11319
|
-
exports.ChainalysisRiskAssessmentApiResponse =
|
|
11320
|
-
exports.ChainalysisRiskAssessmentResponse =
|
|
11321
|
-
exports.ChainalysisRiskLevel =
|
|
11322
|
-
exports.CoerceDateUTC =
|
|
11323
|
-
exports.CoinMarketCapApiResponse =
|
|
11324
|
-
exports.CoinMarketCapFiatId =
|
|
11325
|
-
exports.CoinMarketCapQuote =
|
|
11326
|
-
exports.CoinMarketCapQuotes =
|
|
11327
|
-
exports.CoinMarketCapRequest =
|
|
11328
|
-
exports.CompanyDocumentMetaData =
|
|
11329
|
-
exports.CompanyDocumentStatus =
|
|
11330
|
-
exports.ComplyAdvantageAmlFullListing =
|
|
11331
|
-
exports.ComplyAdvantageAmlItemSource =
|
|
11332
|
-
exports.ComplyAdvantageCountryFieldSources =
|
|
11333
|
-
exports.ComplyAdvantageDateOfBirthFieldSources =
|
|
11334
|
-
exports.ComplyAdvantageKeyInformation =
|
|
11335
|
-
exports.ComplyAdvantageMedia =
|
|
11336
|
-
exports.ComplyAdvantageMonitorSearchDataResponse =
|
|
11337
|
-
exports.ComplyAdvantageMonitorSearchResponse =
|
|
11338
|
-
exports.ComplyAdvantageMonitorSearchSuccessResponse =
|
|
11339
|
-
exports.ComplyAdvantageMonitoredSearchUpdate =
|
|
11340
|
-
exports.ComplyAdvantageNationalityFieldSources =
|
|
11341
|
-
exports.ComplyAdvantageProvider =
|
|
11342
|
-
exports.ComplyAdvantageProviderConfigElement =
|
|
11343
|
-
exports.ComplyAdvantageProviderConfigFilters =
|
|
11344
|
-
exports.ComplyAdvantageProviderConfigTypes =
|
|
11345
|
-
exports.ComplyAdvantageReponseMatchStatus =
|
|
11346
|
-
exports.ComplyAdvantageResponseMatchType =
|
|
11347
|
-
exports.ComplyAdvantageSearchDataResponse =
|
|
11348
|
-
exports.ComplyAdvantageSearchDataResponseHit =
|
|
11349
|
-
exports.ComplyAdvantageSearchEntitiesDataResponse =
|
|
11350
|
-
exports.ComplyAdvantageSearchEntitiesResponse =
|
|
11351
|
-
exports.ComplyAdvantageSearchEntitiesSuccessResponse =
|
|
11352
|
-
exports.ComplyAdvantageSearchErrorResponse =
|
|
11353
|
-
exports.ComplyAdvantageSearchRequest =
|
|
11354
|
-
exports.ComplyAdvantageSearchRequests =
|
|
11355
|
-
exports.ComplyAdvantageSearchResponse =
|
|
11356
|
-
exports.ComplyAdvantageSearchSuccessResponse =
|
|
11357
|
-
exports.ComplyAdvantageUpdateSearchEntitiesRequest =
|
|
11358
|
-
exports.ComplyAdvantageUpdateSearchEntitiesResponse =
|
|
11359
|
-
exports.ComplyAdvantageUpdateSearchEntitiesSuccessResponse =
|
|
11360
|
-
exports.ComplyAdvantageUpdateSearchRequest =
|
|
11361
|
-
exports.ComplyAdvantageUser =
|
|
11362
|
-
exports.CreateProviderInput =
|
|
11363
|
-
exports.CreateProviderResponse =
|
|
11364
|
-
exports.CreateSearchInput =
|
|
11365
|
-
exports.CredentialMetadata =
|
|
11366
|
-
exports.
|
|
11367
|
-
exports.
|
|
11368
|
-
exports.
|
|
11369
|
-
exports.
|
|
11370
|
-
exports.
|
|
11371
|
-
exports.
|
|
11372
|
-
exports.
|
|
11373
|
-
exports.
|
|
11374
|
-
exports.
|
|
11375
|
-
exports.
|
|
11376
|
-
exports.
|
|
11377
|
-
exports.
|
|
11378
|
-
exports.
|
|
11379
|
-
exports.
|
|
11380
|
-
exports.
|
|
11381
|
-
exports.
|
|
11382
|
-
exports.
|
|
11383
|
-
exports.
|
|
11384
|
-
exports.
|
|
11385
|
-
exports.
|
|
11386
|
-
exports.
|
|
11387
|
-
exports.
|
|
11388
|
-
exports.
|
|
11389
|
-
exports.
|
|
11390
|
-
exports.
|
|
11391
|
-
exports.
|
|
11392
|
-
exports.
|
|
11393
|
-
exports.
|
|
11394
|
-
exports.
|
|
11395
|
-
exports.
|
|
11396
|
-
exports.
|
|
11397
|
-
exports.
|
|
11398
|
-
exports.
|
|
11399
|
-
exports.
|
|
11400
|
-
exports.
|
|
11401
|
-
exports.
|
|
11402
|
-
exports.
|
|
11403
|
-
exports.
|
|
11404
|
-
exports.
|
|
11405
|
-
exports.
|
|
11406
|
-
exports.
|
|
11407
|
-
exports.
|
|
11408
|
-
exports.
|
|
11409
|
-
exports.
|
|
11410
|
-
exports.
|
|
11411
|
-
exports.
|
|
11412
|
-
exports.
|
|
11413
|
-
exports.
|
|
11414
|
-
exports.
|
|
11415
|
-
exports.
|
|
11416
|
-
exports.
|
|
11417
|
-
exports.
|
|
11418
|
-
exports.
|
|
11419
|
-
exports.
|
|
11420
|
-
exports.
|
|
11421
|
-
exports.
|
|
11422
|
-
exports.
|
|
11423
|
-
exports.
|
|
11424
|
-
exports.
|
|
11425
|
-
exports.
|
|
11426
|
-
exports.
|
|
11427
|
-
exports.
|
|
11428
|
-
exports.
|
|
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.
|
|
11278
|
+
exports.AMLMetadata = crystal_schema.AMLMetadata;
|
|
11279
|
+
exports.APPLICANT_CHECK_STATUSES = crystal_schema.APPLICANT_CHECK_STATUSES;
|
|
11280
|
+
exports.ApiErrorCommandResponse = crystal_schema.ApiErrorCommandResponse;
|
|
11281
|
+
exports.ApiErrorResponse = crystal_schema.ApiErrorResponse;
|
|
11282
|
+
exports.ApiSuccessCommandResponse = crystal_schema.ApiSuccessCommandResponse;
|
|
11283
|
+
exports.ApplicantCheckStatus = crystal_schema.ApplicantCheckStatus;
|
|
11284
|
+
exports.ApplicantImages = crystal_schema.ApplicantImages;
|
|
11285
|
+
exports.ApplicantMemberOfSchema = crystal_schema.ApplicantMemberOfSchema;
|
|
11286
|
+
exports.BENEFICIARY_TYPES = crystal_schema.BENEFICIARY_TYPES;
|
|
11287
|
+
exports.BaseApplicantActionSchema = crystal_schema.BaseApplicantActionSchema;
|
|
11288
|
+
exports.BaseProvider = crystal_schema.BaseProvider;
|
|
11289
|
+
exports.BeneficiaryCompanyCustomerClaims = crystal_schema.BeneficiaryCompanyCustomerClaims;
|
|
11290
|
+
exports.BeneficiaryCompanyCustomerClaimsArray = crystal_schema.BeneficiaryCompanyCustomerClaimsArray;
|
|
11291
|
+
exports.BeneficiaryType = crystal_schema.BeneficiaryType;
|
|
11292
|
+
exports.BeneficiaryVerificationStatus = crystal_schema.BeneficiaryVerificationStatus;
|
|
11293
|
+
exports.BeneficiaryVerificationStatusArray = crystal_schema.BeneficiaryVerificationStatusArray;
|
|
11294
|
+
exports.BigCSErrorCodes = crystal_schema.BigCSErrorCodes;
|
|
11295
|
+
exports.BigConfig = crystal_schema.BigConfig;
|
|
11296
|
+
exports.BigCryptoChain = crystal_schema.BigCryptoChain;
|
|
11297
|
+
exports.BigProperties = crystal_schema.BigProperties;
|
|
11298
|
+
exports.BigPropertiesLiteral = crystal_schema.BigPropertiesLiteral;
|
|
11299
|
+
exports.BigProperty = crystal_schema.BigProperty;
|
|
11300
|
+
exports.BigProvider = crystal_schema.BigProvider;
|
|
11301
|
+
exports.BitRankRequest = crystal_schema.BitRankRequest;
|
|
11302
|
+
exports.BitRankVerified = crystal_schema.BitRankVerified;
|
|
11303
|
+
exports.BitRankVerifiedError = crystal_schema.BitRankVerifiedError;
|
|
11304
|
+
exports.BitRankVerifiedErrorResponse = crystal_schema.BitRankVerifiedErrorResponse;
|
|
11305
|
+
exports.BitRankVerifiedResponse = crystal_schema.BitRankVerifiedResponse;
|
|
11306
|
+
exports.COMPANY_DOCUMENT_STATUS = crystal_schema.COMPANY_DOCUMENT_STATUS;
|
|
11307
|
+
exports.COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES = crystal_schema.COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES;
|
|
11308
|
+
exports.COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES = crystal_schema.COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES;
|
|
11309
|
+
exports.COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES = crystal_schema.COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES;
|
|
11310
|
+
exports.COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS = crystal_schema.COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS;
|
|
11311
|
+
exports.COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE = crystal_schema.COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE;
|
|
11312
|
+
exports.ChainalysisApiError = crystal_schema.ChainalysisApiError;
|
|
11313
|
+
exports.ChainalysisConfig = crystal_schema.ChainalysisConfig;
|
|
11314
|
+
exports.ChainalysisErrorCodes = crystal_schema.ChainalysisErrorCodes;
|
|
11315
|
+
exports.ChainalysisProvider = crystal_schema.ChainalysisProvider;
|
|
11316
|
+
exports.ChainalysisRegisterApiResponse = crystal_schema.ChainalysisRegisterApiResponse;
|
|
11317
|
+
exports.ChainalysisRegisterResponse = crystal_schema.ChainalysisRegisterResponse;
|
|
11318
|
+
exports.ChainalysisRequest = crystal_schema.ChainalysisRequest;
|
|
11319
|
+
exports.ChainalysisRiskAssessmentApiResponse = crystal_schema.ChainalysisRiskAssessmentApiResponse;
|
|
11320
|
+
exports.ChainalysisRiskAssessmentResponse = crystal_schema.ChainalysisRiskAssessmentResponse;
|
|
11321
|
+
exports.ChainalysisRiskLevel = crystal_schema.ChainalysisRiskLevel;
|
|
11322
|
+
exports.CoerceDateUTC = crystal_schema.CoerceDateUTC;
|
|
11323
|
+
exports.CoinMarketCapApiResponse = crystal_schema.CoinMarketCapApiResponse;
|
|
11324
|
+
exports.CoinMarketCapFiatId = crystal_schema.CoinMarketCapFiatId;
|
|
11325
|
+
exports.CoinMarketCapQuote = crystal_schema.CoinMarketCapQuote;
|
|
11326
|
+
exports.CoinMarketCapQuotes = crystal_schema.CoinMarketCapQuotes;
|
|
11327
|
+
exports.CoinMarketCapRequest = crystal_schema.CoinMarketCapRequest;
|
|
11328
|
+
exports.CompanyDocumentMetaData = crystal_schema.CompanyDocumentMetaData;
|
|
11329
|
+
exports.CompanyDocumentStatus = crystal_schema.CompanyDocumentStatus;
|
|
11330
|
+
exports.ComplyAdvantageAmlFullListing = crystal_schema.ComplyAdvantageAmlFullListing;
|
|
11331
|
+
exports.ComplyAdvantageAmlItemSource = crystal_schema.ComplyAdvantageAmlItemSource;
|
|
11332
|
+
exports.ComplyAdvantageCountryFieldSources = crystal_schema.ComplyAdvantageCountryFieldSources;
|
|
11333
|
+
exports.ComplyAdvantageDateOfBirthFieldSources = crystal_schema.ComplyAdvantageDateOfBirthFieldSources;
|
|
11334
|
+
exports.ComplyAdvantageKeyInformation = crystal_schema.ComplyAdvantageKeyInformation;
|
|
11335
|
+
exports.ComplyAdvantageMedia = crystal_schema.ComplyAdvantageMedia;
|
|
11336
|
+
exports.ComplyAdvantageMonitorSearchDataResponse = crystal_schema.ComplyAdvantageMonitorSearchDataResponse;
|
|
11337
|
+
exports.ComplyAdvantageMonitorSearchResponse = crystal_schema.ComplyAdvantageMonitorSearchResponse;
|
|
11338
|
+
exports.ComplyAdvantageMonitorSearchSuccessResponse = crystal_schema.ComplyAdvantageMonitorSearchSuccessResponse;
|
|
11339
|
+
exports.ComplyAdvantageMonitoredSearchUpdate = crystal_schema.ComplyAdvantageMonitoredSearchUpdate;
|
|
11340
|
+
exports.ComplyAdvantageNationalityFieldSources = crystal_schema.ComplyAdvantageNationalityFieldSources;
|
|
11341
|
+
exports.ComplyAdvantageProvider = crystal_schema.ComplyAdvantageProvider;
|
|
11342
|
+
exports.ComplyAdvantageProviderConfigElement = crystal_schema.ComplyAdvantageProviderConfigElement;
|
|
11343
|
+
exports.ComplyAdvantageProviderConfigFilters = crystal_schema.ComplyAdvantageProviderConfigFilters;
|
|
11344
|
+
exports.ComplyAdvantageProviderConfigTypes = crystal_schema.ComplyAdvantageProviderConfigTypes;
|
|
11345
|
+
exports.ComplyAdvantageReponseMatchStatus = crystal_schema.ComplyAdvantageReponseMatchStatus;
|
|
11346
|
+
exports.ComplyAdvantageResponseMatchType = crystal_schema.ComplyAdvantageResponseMatchType;
|
|
11347
|
+
exports.ComplyAdvantageSearchDataResponse = crystal_schema.ComplyAdvantageSearchDataResponse;
|
|
11348
|
+
exports.ComplyAdvantageSearchDataResponseHit = crystal_schema.ComplyAdvantageSearchDataResponseHit;
|
|
11349
|
+
exports.ComplyAdvantageSearchEntitiesDataResponse = crystal_schema.ComplyAdvantageSearchEntitiesDataResponse;
|
|
11350
|
+
exports.ComplyAdvantageSearchEntitiesResponse = crystal_schema.ComplyAdvantageSearchEntitiesResponse;
|
|
11351
|
+
exports.ComplyAdvantageSearchEntitiesSuccessResponse = crystal_schema.ComplyAdvantageSearchEntitiesSuccessResponse;
|
|
11352
|
+
exports.ComplyAdvantageSearchErrorResponse = crystal_schema.ComplyAdvantageSearchErrorResponse;
|
|
11353
|
+
exports.ComplyAdvantageSearchRequest = crystal_schema.ComplyAdvantageSearchRequest;
|
|
11354
|
+
exports.ComplyAdvantageSearchRequests = crystal_schema.ComplyAdvantageSearchRequests;
|
|
11355
|
+
exports.ComplyAdvantageSearchResponse = crystal_schema.ComplyAdvantageSearchResponse;
|
|
11356
|
+
exports.ComplyAdvantageSearchSuccessResponse = crystal_schema.ComplyAdvantageSearchSuccessResponse;
|
|
11357
|
+
exports.ComplyAdvantageUpdateSearchEntitiesRequest = crystal_schema.ComplyAdvantageUpdateSearchEntitiesRequest;
|
|
11358
|
+
exports.ComplyAdvantageUpdateSearchEntitiesResponse = crystal_schema.ComplyAdvantageUpdateSearchEntitiesResponse;
|
|
11359
|
+
exports.ComplyAdvantageUpdateSearchEntitiesSuccessResponse = crystal_schema.ComplyAdvantageUpdateSearchEntitiesSuccessResponse;
|
|
11360
|
+
exports.ComplyAdvantageUpdateSearchRequest = crystal_schema.ComplyAdvantageUpdateSearchRequest;
|
|
11361
|
+
exports.ComplyAdvantageUser = crystal_schema.ComplyAdvantageUser;
|
|
11362
|
+
exports.CreateProviderInput = crystal_schema.CreateProviderInput;
|
|
11363
|
+
exports.CreateProviderResponse = crystal_schema.CreateProviderResponse;
|
|
11364
|
+
exports.CreateSearchInput = crystal_schema.CreateSearchInput;
|
|
11365
|
+
exports.CredentialMetadata = crystal_schema.CredentialMetadata;
|
|
11366
|
+
exports.CrystalWalletScreeningApiRequest = crystal_schema.CrystalWalletScreeningApiRequest;
|
|
11367
|
+
exports.CrystalWalletScreeningResponse = crystal_schema.CrystalWalletScreeningResponse;
|
|
11368
|
+
exports.CustomerContactInformationOutput = crystal_schema.CustomerContactInformationOutput;
|
|
11369
|
+
exports.CustomerDocumentMetaData = crystal_schema.CustomerDocumentMetaData;
|
|
11370
|
+
exports.CustomerStatusResults = crystal_schema.CustomerStatusResults;
|
|
11371
|
+
exports.DataProvider = crystal_schema.DataProvider;
|
|
11372
|
+
exports.DataProviderOptions = crystal_schema.DataProviderOptions;
|
|
11373
|
+
exports.DeleteProviderInput = crystal_schema.DeleteProviderInput;
|
|
11374
|
+
exports.DeleteProviderResponse = crystal_schema.DeleteProviderResponse;
|
|
11375
|
+
exports.DocumentIdMetadata = crystal_schema.DocumentIdMetadata;
|
|
11376
|
+
exports.DocumentIdType = crystal_schema.DocumentIdType;
|
|
11377
|
+
exports.DocumentIdTypes = crystal_schema.DocumentIdTypes;
|
|
11378
|
+
exports.DocumentMetadataSchema = crystal_schema.DocumentMetadataSchema;
|
|
11379
|
+
exports.DocumentSubmitResponse = crystal_schema.DocumentSubmitResponse;
|
|
11380
|
+
exports.EmailMetadata = crystal_schema.EmailMetadata;
|
|
11381
|
+
exports.EmailVerificationAnalysisResponse = crystal_schema.EmailVerificationAnalysisResponse;
|
|
11382
|
+
exports.EmailVerificationResponse = crystal_schema.EmailVerificationResponse;
|
|
11383
|
+
exports.File = crystal_schema.File;
|
|
11384
|
+
exports.GetCredentialsOutput = crystal_schema.GetCredentialsOutput;
|
|
11385
|
+
exports.GetKybSessionInput = crystal_schema.GetKybSessionInput;
|
|
11386
|
+
exports.GetKybSessionResponse = crystal_schema.GetKybSessionResponse;
|
|
11387
|
+
exports.GetKycSessionInput = crystal_schema.GetKycSessionInput;
|
|
11388
|
+
exports.GetKycSessionResponse = crystal_schema.GetKycSessionResponse;
|
|
11389
|
+
exports.GetKycSessionResponseWithCredentialsMetadata = crystal_schema.GetKycSessionResponseWithCredentialsMetadata;
|
|
11390
|
+
exports.GetKycSessionsOutput = crystal_schema.GetKycSessionsOutput;
|
|
11391
|
+
exports.GetProviderResponse = crystal_schema.GetProviderResponse;
|
|
11392
|
+
exports.GetProvidersResponse = crystal_schema.GetProvidersResponse;
|
|
11393
|
+
exports.HIGH_RISK_TYPES = crystal_schema.HIGH_RISK_TYPES;
|
|
11394
|
+
exports.IDImageMetaData = crystal_schema.IDImageMetaData;
|
|
11395
|
+
exports.INDIVIDUAL_BENEFICIARY_RELATIONS = crystal_schema.INDIVIDUAL_BENEFICIARY_RELATIONS;
|
|
11396
|
+
exports.IdentityProvider = crystal_schema.IdentityProvider;
|
|
11397
|
+
exports.IdentityProviderOptions = crystal_schema.IdentityProviderOptions;
|
|
11398
|
+
exports.IndividualBeneficiaryRelation = crystal_schema.IndividualBeneficiaryRelation;
|
|
11399
|
+
exports.IpQualityAnalysisRequest = crystal_schema.IpQualityAnalysisRequest;
|
|
11400
|
+
exports.IpQualityAnalysisResponse = crystal_schema.IpQualityAnalysisResponse;
|
|
11401
|
+
exports.IpQualityConfig = crystal_schema.IpQualityConfig;
|
|
11402
|
+
exports.IpQualityServiceAnalysis = crystal_schema.IpQualityServiceAnalysis;
|
|
11403
|
+
exports.IpQualityServiceAnalysisResponse = crystal_schema.IpQualityServiceAnalysisResponse;
|
|
11404
|
+
exports.IpQualityServiceErrorResponse = crystal_schema.IpQualityServiceErrorResponse;
|
|
11405
|
+
exports.IpqualityscoreProvider = crystal_schema.IpqualityscoreProvider;
|
|
11406
|
+
exports.KYB_RESULTS = crystal_schema.KYB_RESULTS;
|
|
11407
|
+
exports.KYB_SESSION_STATUSES = crystal_schema.KYB_SESSION_STATUSES;
|
|
11408
|
+
exports.KYB_STEP_TYPES = crystal_schema.KYB_STEP_TYPES;
|
|
11409
|
+
exports.KYC_DOC_SIDES = crystal_schema.KYC_DOC_SIDES;
|
|
11410
|
+
exports.KYC_RESULTS = crystal_schema.KYC_RESULTS;
|
|
11411
|
+
exports.KYC_SESSION_STATUSES = crystal_schema.KYC_SESSION_STATUSES;
|
|
11412
|
+
exports.KYC_STEP_TYPES = crystal_schema.KYC_STEP_TYPES;
|
|
11413
|
+
exports.KybResult = crystal_schema.KybResult;
|
|
11414
|
+
exports.KybSessionStatus = crystal_schema.KybSessionStatus;
|
|
11415
|
+
exports.KybStep = crystal_schema.KybStep;
|
|
11416
|
+
exports.KycDocSide = crystal_schema.KycDocSide;
|
|
11417
|
+
exports.KycResult = crystal_schema.KycResult;
|
|
11418
|
+
exports.KycSessionStatus = crystal_schema.KycSessionStatus;
|
|
11419
|
+
exports.KycStep = crystal_schema.KycStep;
|
|
11420
|
+
exports.KycStepStatus = crystal_schema.KycStepStatus;
|
|
11421
|
+
exports.KycStepStatuses = crystal_schema.KycStepStatuses;
|
|
11422
|
+
exports.LivenessMetadata = crystal_schema.LivenessMetadata;
|
|
11423
|
+
exports.MEDIUM_RISK_TYPES = crystal_schema.MEDIUM_RISK_TYPES;
|
|
11424
|
+
exports.MatchStatus = crystal_schema.MatchStatus;
|
|
11425
|
+
exports.MatchStatuses = crystal_schema.MatchStatuses;
|
|
11426
|
+
exports.MatchTypeDetail = crystal_schema.MatchTypeDetail;
|
|
11427
|
+
exports.MergedProviders = crystal_schema.MergedProviders;
|
|
11428
|
+
exports.MerkleAddressApiError = crystal_schema.MerkleAddressApiError;
|
|
11429
|
+
exports.MerkleAddressApiResponse = crystal_schema.MerkleAddressApiResponse;
|
|
11430
|
+
exports.MerkleAddressRequest = crystal_schema.MerkleAddressRequest;
|
|
11431
|
+
exports.MerkleAddressResponse = crystal_schema.MerkleAddressResponse;
|
|
11432
|
+
exports.MerkleBlockChainCodes = crystal_schema.MerkleBlockChainCodes;
|
|
11433
|
+
exports.MerkleBlockChainName = crystal_schema.MerkleBlockChainName;
|
|
11434
|
+
exports.MerkleBlockChainTypes = crystal_schema.MerkleBlockChainTypes;
|
|
11435
|
+
exports.MerkleScienceConfig = crystal_schema.MerkleScienceConfig;
|
|
11436
|
+
exports.MerkleScienceProvider = crystal_schema.MerkleScienceProvider;
|
|
11437
|
+
exports.NestedSession = crystal_schema.NestedSession;
|
|
11438
|
+
exports.NexeraIdKYBProvider = crystal_schema.NexeraIdKYBProvider;
|
|
11439
|
+
exports.NexeraIdSSIDProvider = crystal_schema.NexeraIdSSIDProvider;
|
|
11440
|
+
exports.PhoneMetadata = crystal_schema.PhoneMetadata;
|
|
11441
|
+
exports.PhoneVerificationAnalysisResponse = crystal_schema.PhoneVerificationAnalysisResponse;
|
|
11442
|
+
exports.ProofOfAddressDocumentType = crystal_schema.ProofOfAddressDocumentType;
|
|
11443
|
+
exports.ProofOfAddressDocumentTypes = crystal_schema.ProofOfAddressDocumentTypes;
|
|
11444
|
+
exports.ProofOfAddressMetadata = crystal_schema.ProofOfAddressMetadata;
|
|
11445
|
+
exports.ProofOfResidenceDocumentType = crystal_schema.ProofOfResidenceDocumentType;
|
|
11446
|
+
exports.ProofOfResidenceMetaData = crystal_schema.ProofOfResidenceMetaData;
|
|
11447
|
+
exports.ProviderData = crystal_schema.ProviderData;
|
|
11448
|
+
exports.ProviderDataProject = crystal_schema.ProviderDataProject;
|
|
11449
|
+
exports.ProviderIntegrationType = crystal_schema.ProviderIntegrationType;
|
|
11450
|
+
exports.ProviderIntegrationTypeOptions = crystal_schema.ProviderIntegrationTypeOptions;
|
|
11451
|
+
exports.ProviderWithoutConfig = crystal_schema.ProviderWithoutConfig;
|
|
11452
|
+
exports.RESULT_PARSER_ERROR = crystal_schema.RESULT_PARSER_ERROR;
|
|
11453
|
+
exports.ReasonCode = crystal_schema.ReasonCode;
|
|
11454
|
+
exports.ReasonCodes = crystal_schema.ReasonCodes;
|
|
11455
|
+
exports.RequestProperty = crystal_schema.RequestProperty;
|
|
11456
|
+
exports.RiskLevel = crystal_schema.RiskLevel;
|
|
11457
|
+
exports.RiskLevels = crystal_schema.RiskLevels;
|
|
11458
|
+
exports.SEARCH_FILTER_ADVERSE_MEDIA_TYPE = crystal_schema.SEARCH_FILTER_ADVERSE_MEDIA_TYPE;
|
|
11459
|
+
exports.SEARCH_FILTER_PEP_TYPE = crystal_schema.SEARCH_FILTER_PEP_TYPE;
|
|
11460
|
+
exports.SEARCH_FILTER_SANCTION_TYPE = crystal_schema.SEARCH_FILTER_SANCTION_TYPE;
|
|
11461
|
+
exports.SEARCH_FILTER_TYPES = crystal_schema.SEARCH_FILTER_TYPES;
|
|
11462
|
+
exports.SESSION_NOT_FOUND = crystal_schema.SESSION_NOT_FOUND;
|
|
11463
|
+
exports.STEP_NOT_FOUND = crystal_schema.STEP_NOT_FOUND;
|
|
11464
|
+
exports.SUMSUB_APPLICANT_TYPES = crystal_schema.SUMSUB_APPLICANT_TYPES;
|
|
11465
|
+
exports.SUMSUB_COMPANY_BENEFICIARY_GROUP = crystal_schema.SUMSUB_COMPANY_BENEFICIARY_GROUP;
|
|
11466
|
+
exports.SUMSUB_DOC_TYPES = crystal_schema.SUMSUB_DOC_TYPES;
|
|
11467
|
+
exports.SUMSUB_FLOW_LEVEL = crystal_schema.SUMSUB_FLOW_LEVEL;
|
|
11468
|
+
exports.SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS = crystal_schema.SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS;
|
|
11469
|
+
exports.SUMSUB_KYC_DOC_TYPES = crystal_schema.SUMSUB_KYC_DOC_TYPES;
|
|
11470
|
+
exports.SUMSUB_MEDIA_CONTENT_TYPES = crystal_schema.SUMSUB_MEDIA_CONTENT_TYPES;
|
|
11471
|
+
exports.SUMSUB_REVIEW_ANSWERS = crystal_schema.SUMSUB_REVIEW_ANSWERS;
|
|
11472
|
+
exports.SUMSUB_REVIEW_REJECT_LABELS = crystal_schema.SUMSUB_REVIEW_REJECT_LABELS;
|
|
11473
|
+
exports.SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION = crystal_schema.SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION;
|
|
11474
|
+
exports.SUMSUB_REVIEW_REJECT_TYPES = crystal_schema.SUMSUB_REVIEW_REJECT_TYPES;
|
|
11475
|
+
exports.SUMSUB_REVIEW_STATUSES = crystal_schema.SUMSUB_REVIEW_STATUSES;
|
|
11476
|
+
exports.SUMSUB_STEPS = crystal_schema.SUMSUB_STEPS;
|
|
11477
|
+
exports.SUMSUB_WEBHOOK_INTERNAL_STATUS = crystal_schema.SUMSUB_WEBHOOK_INTERNAL_STATUS;
|
|
11478
|
+
exports.ScorechainConfig = crystal_schema.ScorechainConfig;
|
|
11479
|
+
exports.ScorechainProvider = crystal_schema.ScorechainProvider;
|
|
11480
|
+
exports.SearchEntityType = crystal_schema.SearchEntityType;
|
|
11481
|
+
exports.SearchEntityTypes = crystal_schema.SearchEntityTypes;
|
|
11482
|
+
exports.SearchFilterAdverseMediaType = crystal_schema.SearchFilterAdverseMediaType;
|
|
11483
|
+
exports.SearchFilterPepType = crystal_schema.SearchFilterPepType;
|
|
11484
|
+
exports.SearchFilterSanctionType = crystal_schema.SearchFilterSanctionType;
|
|
11485
|
+
exports.SearchFilterType = crystal_schema.SearchFilterType;
|
|
11486
|
+
exports.SearchFilters = crystal_schema.SearchFilters;
|
|
11487
|
+
exports.SelectKybSession = crystal_schema.SelectKybSession;
|
|
11488
|
+
exports.SelectKycSession = crystal_schema.SelectKycSession;
|
|
11489
|
+
exports.SelectKycSessionStep = crystal_schema.SelectKycSessionStep;
|
|
11490
|
+
exports.SelectKycSessionWithCompletedSteps = crystal_schema.SelectKycSessionWithCompletedSteps;
|
|
11491
|
+
exports.SelfieImageMetaData = crystal_schema.SelfieImageMetaData;
|
|
11492
|
+
exports.Session = crystal_schema.Session;
|
|
11493
|
+
exports.SessionWithoutSteps = crystal_schema.SessionWithoutSteps;
|
|
11494
|
+
exports.Status = crystal_schema.Status;
|
|
11495
|
+
exports.Statuses = crystal_schema.Statuses;
|
|
11496
|
+
exports.Step = crystal_schema.Step;
|
|
11497
|
+
exports.StepType = crystal_schema.StepType;
|
|
11498
|
+
exports.StepTypes = crystal_schema.StepTypes;
|
|
11499
|
+
exports.SumSubAddress = crystal_schema.SumSubAddress;
|
|
11500
|
+
exports.SumSubApplicantInfo = crystal_schema.SumSubApplicantInfo;
|
|
11501
|
+
exports.SumSubApplicantResetSchema = crystal_schema.SumSubApplicantResetSchema;
|
|
11502
|
+
exports.SumSubApplicantReviewStatusSchema = crystal_schema.SumSubApplicantReviewStatusSchema;
|
|
11503
|
+
exports.SumSubApplicantSchema = crystal_schema.SumSubApplicantSchema;
|
|
11504
|
+
exports.SumSubApplicantType = crystal_schema.SumSubApplicantType;
|
|
11505
|
+
exports.SumSubApplicantVerificationStepSchema = crystal_schema.SumSubApplicantVerificationStepSchema;
|
|
11506
|
+
exports.SumSubCompanyApplicantInfo = crystal_schema.SumSubCompanyApplicantInfo;
|
|
11507
|
+
exports.SumSubCompanyApplicantSchema = crystal_schema.SumSubCompanyApplicantSchema;
|
|
11508
|
+
exports.SumSubDocType = crystal_schema.SumSubDocType;
|
|
11509
|
+
exports.SumSubFlowLevel = crystal_schema.SumSubFlowLevel;
|
|
11510
|
+
exports.SumSubGenerateExternalWebSdkLinkSchema = crystal_schema.SumSubGenerateExternalWebSdkLinkSchema;
|
|
11511
|
+
exports.SumSubImageId = crystal_schema.SumSubImageId;
|
|
11512
|
+
exports.SumSubImageReviewResultSchema = crystal_schema.SumSubImageReviewResultSchema;
|
|
11513
|
+
exports.SumSubImageStatus = crystal_schema.SumSubImageStatus;
|
|
11514
|
+
exports.SumSubIndividualApplicantSchema = crystal_schema.SumSubIndividualApplicantSchema;
|
|
11515
|
+
exports.SumSubKycDocType = crystal_schema.SumSubKycDocType;
|
|
11516
|
+
exports.SumSubMediaContentType = crystal_schema.SumSubMediaContentType;
|
|
11517
|
+
exports.SumSubRequiredIdDoc = crystal_schema.SumSubRequiredIdDoc;
|
|
11518
|
+
exports.SumSubReviewAnswer = crystal_schema.SumSubReviewAnswer;
|
|
11519
|
+
exports.SumSubReviewRejectLabel = crystal_schema.SumSubReviewRejectLabel;
|
|
11520
|
+
exports.SumSubReviewRejectType = crystal_schema.SumSubReviewRejectType;
|
|
11521
|
+
exports.SumSubReviewResultSchema = crystal_schema.SumSubReviewResultSchema;
|
|
11522
|
+
exports.SumSubReviewStatus = crystal_schema.SumSubReviewStatus;
|
|
11523
|
+
exports.SumSubSimilarApplicantsSchema = crystal_schema.SumSubSimilarApplicantsSchema;
|
|
11524
|
+
exports.SumSubStep = crystal_schema.SumSubStep;
|
|
11525
|
+
exports.SumSubVerificationStepSchema = crystal_schema.SumSubVerificationStepSchema;
|
|
11526
|
+
exports.SumSubWebhookSchema = crystal_schema.SumSubWebhookSchema;
|
|
11527
|
+
exports.SumsubApplicantType = crystal_schema.SumsubApplicantType;
|
|
11528
|
+
exports.SumsubApplicantTypes = crystal_schema.SumsubApplicantTypes;
|
|
11529
|
+
exports.SumsubCompanyBeneficiaryGroup = crystal_schema.SumsubCompanyBeneficiaryGroup;
|
|
11530
|
+
exports.SumsubCountryCode = crystal_schema.SumsubCountryCode;
|
|
11531
|
+
exports.SumsubKybDataSchema = crystal_schema.SumsubKybDataSchema;
|
|
11532
|
+
exports.SumsubKybSessionFlowSection = crystal_schema.SumsubKybSessionFlowSection;
|
|
11533
|
+
exports.SumsubKybSessionFlowSectionItem = crystal_schema.SumsubKybSessionFlowSectionItem;
|
|
11534
|
+
exports.SumsubKybSessionFlowSectionStatus = crystal_schema.SumsubKybSessionFlowSectionStatus;
|
|
11535
|
+
exports.SumsubKycDataSchema = crystal_schema.SumsubKycDataSchema;
|
|
11536
|
+
exports.SumsubReviewDecision = crystal_schema.SumsubReviewDecision;
|
|
11537
|
+
exports.SumsubStepStatus = crystal_schema.SumsubStepStatus;
|
|
11538
|
+
exports.SumsubVideoCallData = crystal_schema.SumsubVideoCallData;
|
|
11539
|
+
exports.SumsubWebhookInternalStatus = crystal_schema.SumsubWebhookInternalStatus;
|
|
11540
|
+
exports.SynapsProvider = crystal_schema.SynapsProvider;
|
|
11541
|
+
exports.SynapsSessionErrorResponse = crystal_schema.SynapsSessionErrorResponse;
|
|
11542
|
+
exports.SynapsSessionEvent = crystal_schema.SynapsSessionEvent;
|
|
11543
|
+
exports.SynapsSessionRequest = crystal_schema.SynapsSessionRequest;
|
|
11544
|
+
exports.SynapsSessionResponse = crystal_schema.SynapsSessionResponse;
|
|
11545
|
+
exports.SynapsStepErrorResponse = crystal_schema.SynapsStepErrorResponse;
|
|
11546
|
+
exports.SynapsStepEvent = crystal_schema.SynapsStepEvent;
|
|
11547
|
+
exports.SynapsStepRequest = crystal_schema.SynapsStepRequest;
|
|
11548
|
+
exports.SynapsStepResponse = crystal_schema.SynapsStepResponse;
|
|
11549
|
+
exports.TRMLabsAddressesScreening = crystal_schema.TRMLabsAddressesScreening;
|
|
11550
|
+
exports.TRMLabsAddressesScreeningApiRequest = crystal_schema.TRMLabsAddressesScreeningApiRequest;
|
|
11551
|
+
exports.TRMLabsAddressesScreeningResponse = crystal_schema.TRMLabsAddressesScreeningResponse;
|
|
11552
|
+
exports.TRMLabsConfig = crystal_schema.TRMLabsConfig;
|
|
11553
|
+
exports.TRMLabsProvider = crystal_schema.TRMLabsProvider;
|
|
11554
|
+
exports.TRMLabsRiskScoreToScorechainRiskMapping = crystal_schema.TRMLabsRiskScoreToScorechainRiskMapping;
|
|
11555
|
+
exports.TRM_RISK_SCORE_LEVEL = crystal_schema.TRM_RISK_SCORE_LEVEL;
|
|
11556
|
+
exports.TRM_RISK_SCORE_LEVEL_LABEL = crystal_schema.TRM_RISK_SCORE_LEVEL_LABEL;
|
|
11557
|
+
exports.ToggleProviderInput = crystal_schema.ToggleProviderInput;
|
|
11558
|
+
exports.UNKNOWN_ERROR = crystal_schema.UNKNOWN_ERROR;
|
|
11559
|
+
exports.UpdateKybSessionOutput = crystal_schema.UpdateKybSessionOutput;
|
|
11560
|
+
exports.UpdateKycSessionOutput = crystal_schema.UpdateKycSessionOutput;
|
|
11561
|
+
exports.UpdateProviderInput = crystal_schema.UpdateProviderInput;
|
|
11562
|
+
exports.UpdateProviderResponse = crystal_schema.UpdateProviderResponse;
|
|
11563
|
+
exports.UpdateSearchEntitiesInput = crystal_schema.UpdateSearchEntitiesInput;
|
|
11564
|
+
exports.UpdateSearchInput = crystal_schema.UpdateSearchInput;
|
|
11565
|
+
exports.UploadDocumentRequest = crystal_schema.UploadDocumentRequest;
|
|
11566
|
+
exports.VideoKycMetaData = crystal_schema.VideoKycMetaData;
|
|
11567
|
+
exports.WEBHOOK_TYPES = crystal_schema.WEBHOOK_TYPES;
|
|
11568
|
+
exports.WebhookPayload = crystal_schema.WebhookPayload;
|
|
11569
|
+
exports.WebhookType = crystal_schema.WebhookType;
|
|
11570
|
+
exports.WorkflowsScorechainConfig = crystal_schema.WorkflowsScorechainConfig;
|
|
11571
|
+
exports.WrappedIpQualityServiceErrorResponse = crystal_schema.WrappedIpQualityServiceErrorResponse;
|
|
11572
|
+
exports.mappingMatchTypeToLabel = crystal_schema.mappingMatchTypeToLabel;
|
|
11573
|
+
exports.typeToHumanReadable = crystal_schema.typeToHumanReadable;
|
|
11572
11574
|
exports.ALL_SCORECHAIN_BLOCKCHAIN = ALL_SCORECHAIN_BLOCKCHAIN;
|
|
11573
11575
|
exports.CoinMarketCapCryptoId = CoinMarketCapCryptoId;
|
|
11574
11576
|
exports.NON_MINIMAL_SCORECHAIN_BLOCKCHAIN = NON_MINIMAL_SCORECHAIN_BLOCKCHAIN;
|