@nexeraid/identity-schemas 2.75.0-dev → 2.77.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.
Files changed (57) hide show
  1. package/dist/{CoinMarketCap.schema-55b8c72b.esm.mjs → CoinMarketCap.schema-184b8dba.esm.mjs} +17 -4
  2. package/dist/{CoinMarketCap.schema-a0e3284a.cjs.prod.cjs → CoinMarketCap.schema-32e2c7da.cjs.prod.cjs} +18 -3
  3. package/dist/{CoinMarketCap.schema-73597e44.cjs.dev.cjs → CoinMarketCap.schema-e32b532c.cjs.dev.cjs} +18 -3
  4. package/dist/declarations/src/identity/app-requests.schema.d.ts +27 -27
  5. package/dist/declarations/src/identity/identity-v2.schema.d.ts +7 -7
  6. package/dist/declarations/src/identity/kyc.schema.d.ts +7 -7
  7. package/dist/declarations/src/identity/query.schema.d.ts +77 -0
  8. package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
  9. package/dist/declarations/src/identity/scenario.schema.d.ts +597 -10
  10. package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
  11. package/dist/declarations/src/identity-ids.schema.d.ts +6 -2
  12. package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
  13. package/dist/declarations/src/providers/customers.schema.d.ts +33 -0
  14. package/dist/declarations/src/providers/customers.schema.d.ts.map +1 -1
  15. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +57 -20
  16. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
  17. package/dist/declarations/src/vault/schemas/Customer.zod.d.ts +10 -0
  18. package/dist/declarations/src/vault/schemas/Customer.zod.d.ts.map +1 -1
  19. package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +5 -0
  20. package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +2 -0
  21. package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -1
  22. package/dist/declarations/src/vault/vault.schema.d.ts +14 -0
  23. package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
  24. package/dist/declarations/src/webhooks/alert.schema.d.ts +2 -2
  25. package/dist/declarations/src/webhooks/alert.schema.d.ts.map +1 -1
  26. package/dist/declarations/src/webhooks/alert.webhooks.schema.d.ts +3 -3
  27. package/dist/declarations/src/webhooks/scenario-webhook.schema.d.ts +3 -3
  28. package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +180 -180
  29. package/dist/{identity-api.schema-f273d197.cjs.dev.cjs → identity-api.schema-78cad570.cjs.dev.cjs} +154 -79
  30. package/dist/{identity-api.schema-698da711.esm.mjs → identity-api.schema-a2ca36c1.esm.mjs} +130 -80
  31. package/dist/{identity-api.schema-86cf92dd.cjs.prod.cjs → identity-api.schema-ea5b7e85.cjs.prod.cjs} +154 -79
  32. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +16 -3
  33. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +16 -3
  34. package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
  35. package/dist/package.json +1 -1
  36. package/dist/{tfhe-utilities-2bc50d3e.cjs.prod.cjs → tfhe-utilities-17dfb556.cjs.prod.cjs} +2 -2
  37. package/dist/{tfhe-utilities-36b44d38.cjs.dev.cjs → tfhe-utilities-180e4ba0.cjs.dev.cjs} +2 -2
  38. package/dist/{tfhe-utilities-ca582b5e.esm.mjs → tfhe-utilities-2ff3db73.esm.mjs} +2 -2
  39. package/dist/{vault.schema-03f54b78.cjs.dev.cjs → vault.schema-01e66371.cjs.prod.cjs} +23 -1
  40. package/dist/{vault.schema-4c134301.esm.mjs → vault.schema-4acec510.esm.mjs} +22 -2
  41. package/dist/{vault.schema-6c801a7d.cjs.prod.cjs → vault.schema-f3a557c2.cjs.dev.cjs} +23 -1
  42. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +13 -2
  43. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +13 -2
  44. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  45. package/package.json +1 -1
  46. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +5 -3
  47. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +5 -3
  48. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  49. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
  50. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
  51. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
  52. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
  53. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
  54. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  55. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +21 -48
  56. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +21 -48
  57. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +5 -31
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var vault_schema = require('./vault.schema-6c801a7d.cjs.prod.cjs');
4
+ var vault_schema = require('./vault.schema-01e66371.cjs.prod.cjs');
5
5
 
6
6
  var CredentialSchemas = {
7
7
  ProofOfResidence: vault_schema.ProofOfResidenceCredentialSubjectSchema,
@@ -224,7 +224,7 @@ var OPERATORS = ["$noop",
224
224
  ];
225
225
  var Operator = zod.z["enum"](OPERATORS);
226
226
  var ZKPOperator = zod.z["enum"](OPERATORS).exclude(["$lte", "$gte", "$has", "$nhas"]);
227
- var operatorDisplayMap = (_operatorDisplayMap = {}, vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(_operatorDisplayMap, Operator["enum"].$eq, "is equal to"), Operator["enum"].$ne, "is not equal to"), Operator["enum"].$gt, "is greater than"), Operator["enum"].$lt, "is lower than"), Operator["enum"].$gte, "is greater than or equal to"), Operator["enum"].$lte, "is less than or equal to"), Operator["enum"].$in, "is in"), Operator["enum"].$nin, "is not in"), Operator["enum"].$has, "has"), Operator["enum"].$nhas, "has not"), vault_schema._defineProperty(vault_schema._defineProperty(_operatorDisplayMap, Operator["enum"].$noop, "noop"), Operator["enum"].$exists, "exists"));
227
+ var operatorDisplayMap = (_operatorDisplayMap = {}, vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(_operatorDisplayMap, Operator["enum"].$eq, "is"), Operator["enum"].$ne, "is not"), Operator["enum"].$gt, "is greater than"), Operator["enum"].$lt, "is lower than"), Operator["enum"].$gte, "is greater than or equal to"), Operator["enum"].$lte, "is lower than or equal to"), Operator["enum"].$in, "is in"), Operator["enum"].$nin, "is not in"), Operator["enum"].$has, "has"), Operator["enum"].$nhas, "has not"), vault_schema._defineProperty(vault_schema._defineProperty(_operatorDisplayMap, Operator["enum"].$noop, "noop"), Operator["enum"].$exists, "exists"));
228
228
  var ARRAY_OPERATORS = [Operator["enum"].$has, Operator["enum"].$nhas];
229
229
  var ArrayOperator = zod.z["enum"](ARRAY_OPERATORS);
230
230
  var STRING_OPERATORS = [Operator["enum"].$eq, Operator["enum"].$ne, Operator["enum"].$in, Operator["enum"].$nin, Operator["enum"].$exists];
@@ -284,6 +284,11 @@ var QueryConfigSimplified = zod.z.object({
284
284
  // TODO: Make the value type dynamic based on the attribute type
285
285
  operator: Operator // TODO: Make the operator type dynamic based on the attribute type
286
286
  });
287
+ var QueryGroupConfigSimplified = zod.z.object({
288
+ id: vault_schema.QueryGroupId.describe("Unique ID for the query group").optional(),
289
+ operator: QueryLogicOperator,
290
+ queries: zod.z.array(QueryConfigSimplified)
291
+ });
287
292
  var RuleResultQueryConfig = QueryConfigSimplified.extend({
288
293
  attribute: zod.z.union([zod.z.string(), vault_schema.VaultMetadataLinkZodSchema]),
289
294
  // string for backwards compatibility
@@ -381,9 +386,120 @@ function oldCredentialPathToDataLink(path, credentialType) {
381
386
  };
382
387
  }
383
388
 
389
+ // Risk Score
390
+ var RiskScoreTypes = ["Low", "Medium", "High", "No risk"];
391
+ var RiskScoreType = zod.z["enum"](RiskScoreTypes);
392
+ // Customer Type
393
+ var CustomerTypes = ["Individual", "Company"];
394
+ var CustomerType = zod.z["enum"](CustomerTypes);
395
+ // KYC Onboarding Level
396
+ var KycOnboardingLevels = ["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded"];
397
+ var KycOnboardingLevel = zod.z["enum"](KycOnboardingLevels);
398
+ // KYB Onboarding Level
399
+ var KybOnboardingLevels = ["Onboarding", "KYB", "Onboarded"];
400
+ var KybOnboardingLevel = zod.z["enum"](KybOnboardingLevels);
401
+ var CustomerOnboardingLevels = [].concat(KycOnboardingLevels, KybOnboardingLevels);
402
+ var CustomerOnboardingLevel = zod.z["enum"](CustomerOnboardingLevels);
403
+ // Customer Status
404
+ var CustomerStatuses = ["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"];
405
+ var CustomerStatus = zod.z["enum"](CustomerStatuses);
406
+ var BasicCustomerContactInformation = zod.z.object({
407
+ email: zod.z.string().email(),
408
+ phone: zod.z.string().min(4),
409
+ twitter: zod.z.string(),
410
+ discord: zod.z.string(),
411
+ telegram: zod.z.string()
412
+ }).partial();
413
+ var CUSTOMERS_CHARTS = ["totalCustomers", "onboarded", "active", "dormant", "rejected", "topCountriesByCustomersCount", "customersRiskLevel", "customersByStatus", "trendOfStatusesOverTime"];
414
+ var CustomersChartType = zod.z["enum"](CUSTOMERS_CHARTS);
415
+ var CUSTOMER_TABLE_COLUMNS = ["selected", "wallets", "type", "country_of_residence", "risk_score", "onboarding_level", "open_alerts_count", "status", "date_onboarded"];
416
+ var CustomerTableColumn = zod.z["enum"](CUSTOMER_TABLE_COLUMNS);
417
+ var CUSTOMER_AUTOMATION_REASONS = {
418
+ "rule-engine": {
419
+ fail: "Rules engine verification failed",
420
+ pass: "Rules engine verification passed"
421
+ },
422
+ kyc: {
423
+ green: {
424
+ "final": "Passed KYC"
425
+ },
426
+ yellow: {
427
+ retry: "User rejected by the KYC provider with possibility to retry",
428
+ fail: "User rejected by the KYC provider"
429
+ },
430
+ red: {
431
+ retry: "User rejected by the KYC provider with possibility to retry",
432
+ fail: "User rejected by the KYC provider"
433
+ }
434
+ },
435
+ kyb: {
436
+ green: {
437
+ "final": "Passed KYB"
438
+ },
439
+ yellow: {
440
+ retry: "Company rejected by the KYB provider with possibility to retry",
441
+ fail: "Company rejected by the KYB provider"
442
+ },
443
+ red: {
444
+ retry: "Company rejected by the KYB provider with possibility to retry",
445
+ fail: "Company rejected by the KYB provider"
446
+ },
447
+ beneficiaryOnToBeReviewState: "One or more beneficiaries are on 'To be reviewed' state"
448
+ },
449
+ "aml-screening": {
450
+ fail: "AML screening hits received during onboarding",
451
+ ongoingMonitoringFail: "AML screening hits received during ongoing monitoring",
452
+ pass: "Passed AML screening"
453
+ },
454
+ offchain_zkp: {
455
+ fail: "Offchain ZKP verification failed",
456
+ pass: "Offchain ZKP verification passed"
457
+ },
458
+ tfhe: {
459
+ fail: "TFHE verification failed",
460
+ pass: "TFHE verification passed"
461
+ }
462
+ };
463
+
464
+ // Alert Statuses
465
+ var AlertStatuses = ["Open", "Under Investigation", "Pending", "Closed", "Escalated"];
466
+ var AlertStatus = zod.z["enum"](AlertStatuses);
467
+ // Alert Types
468
+ var AlertTypes = ["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate", "Individual Monitoring"];
469
+ var AlertType = zod.z["enum"](AlertTypes);
470
+ // Alert Severities
471
+ var AlertSeverities = ["Low", "Medium", "High"];
472
+ var AlertSeverity = zod.z["enum"](AlertSeverities);
473
+ // Alert Categories
474
+ var AlertCategories = ["Onboarding", "Ongoing monitoring"];
475
+ var AlertCategory = zod.z["enum"](AlertCategories);
476
+ var ALERT_CHART_TYPES = ["total", "new", "opened", "closed", "inProgress", "unassigned", "escalated", "overdue", "avgClosureTime", "ageOfOldest", "alertTrendsOverTime", "alertsByType", "ageOfOpenAlerts", "alertsPerOfficer", "alertsSeverity"];
477
+ var AlertChartType = zod.z["enum"](ALERT_CHART_TYPES);
478
+ var ALERT_TABLE_COLUMNS = ["selected", "createdAt", "overdue", "id", "severity", "type", "description", "assignedTo", "country", "status"];
479
+ var AlertTableColumn = zod.z["enum"](ALERT_TABLE_COLUMNS);
480
+ var UserInfoForDuplicate = zod.z.object({
481
+ customerId: vault_schema.UuidString,
482
+ customerInfo: zod.z.string().nullish(),
483
+ profilePicture: zod.z.string().nullish(),
484
+ idDocumentUrl: zod.z.string().nullish()
485
+ });
486
+ var DuplicateData = zod.z.object({
487
+ original: UserInfoForDuplicate,
488
+ duplicate: UserInfoForDuplicate
489
+ });
490
+
491
+ var SCENARIO_ACTION_TYPES = ["SET_CUSTOMER_RISK_LEVEL", "SET_CUSTOMER_STATUS", "SET_ALERT_RISK_LEVEL", "SET_TRANSACTION_RISK_LEVEL", "SET_TRANSACTION_STATUS", "ASSIGN_COMPLIANCE_OFFICER", "CREATE_ALERT"];
492
+ var ActionType = zod.z["enum"](SCENARIO_ACTION_TYPES);
493
+ var ACTION_TRIGGERS = ["ON_TRUE", "ON_FALSE", "ALWAYS"];
494
+ var ActionTrigger = zod.z["enum"](ACTION_TRIGGERS);
495
+ var ACTION_STATUSES = ["ENABLED", "DISABLED"];
496
+ var ActionStatus = zod.z["enum"](ACTION_STATUSES);
497
+ var ActionValue = zod.z.union([RiskScoreType, CustomerStatus, vault_schema.TransactionReviewStatus, AlertType]);
384
498
  var ScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE" // TODO integrate TFHE verification
385
499
  ];
386
500
  var ScenarioType = zod.z["enum"](ScenarioTypes);
501
+ var ScenarioModes = ["INTERNAL", "EXTERNAL"];
502
+ var ScenarioMode = zod.z["enum"](ScenarioModes);
387
503
  var ScenarioStatuses = ["enabled", "disabled"];
388
504
  var ScenarioStatus = zod.z["enum"](ScenarioStatuses);
389
505
  var ScenarioSchema = zod.z.object({
@@ -426,9 +542,9 @@ var RuleEngineResponse = zod.z.object({
426
542
  scenarioId: zod.z.string()
427
543
  });
428
544
  var ScenarioExecutionResponse = zod.z.array(RuleEngineResponse);
429
- var RuleResultStatuses = ["valid", "not-valid", "error", "unknown"];
545
+ var RuleResultStatuses = ["valid", "not-valid", "skipped", "error", "unknown"];
430
546
  var RuleResultStatus = zod.z["enum"](RuleResultStatuses);
431
- var RuleResultStatusLabels = vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty({}, RuleResultStatus.Enum.valid, "Valid"), RuleResultStatus.Enum["not-valid"], "Not Valid"), RuleResultStatus.Enum.error, "Error"), RuleResultStatus.Enum.unknown, "Unknown");
547
+ var RuleResultStatusLabels = vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty({}, RuleResultStatus.Enum.valid, "Valid"), RuleResultStatus.Enum["not-valid"], "Not Valid"), RuleResultStatus.Enum.skipped, "Skipped"), RuleResultStatus.Enum.error, "Error"), RuleResultStatus.Enum.unknown, "Unknown");
432
548
  var SdkVerificationOutput = zod.z.object({
433
549
  customerId: zod.z.string().optional(),
434
550
  // for v1
@@ -445,12 +561,21 @@ var VerificationOutput = zod.z.object({
445
561
  verificationResult: SdkVerificationOutput.nullable(),
446
562
  status: VerificationSessionStatus
447
563
  });
564
+ var Action = zod.z.object({
565
+ type: ActionType,
566
+ trigger: ActionTrigger,
567
+ status: ActionStatus,
568
+ value: ActionValue
569
+ });
448
570
  var Scenario = zod.z.object({
449
571
  id: vault_schema.ScenarioId,
450
572
  name: zod.z.string(),
451
573
  description: zod.z.string().nullish(),
452
574
  queries: zod.z.array(QueryConfigSimplified),
575
+ queryGroups: zod.z.array(QueryGroupConfigSimplified),
576
+ actions: zod.z.array(Action),
453
577
  type: ScenarioType,
578
+ mode: ScenarioMode,
454
579
  workspaceId: vault_schema.WorkspaceId,
455
580
  vcsIncluded: zod.z.array(CredentialType).nullish()
456
581
  });
@@ -815,81 +940,6 @@ var GetTxAuthSigResponseTezos = zod.z.object({
815
940
  var HostRequestMessage = zod.z.union([GetCredentialsRequest, PolygonIdRequest, StartFlowRequest, IsVerifiedRequest, GetTxAuthSigRequest, GetTxAuthSigRequestTezos]);
816
941
  var IdentityResponseMessage = zod.z.union([GetCredentialsResponse, PolygonIdResponse, IsVerifiedResponse, GetTxAuthSigResponse, GetTxAuthSigResponseTezos]);
817
942
 
818
- // Risk Score
819
- var RiskScoreTypes = ["Low", "Medium", "High", "No risk"];
820
- var RiskScoreType = zod.z["enum"](RiskScoreTypes);
821
- // Customer Type
822
- var CustomerTypes = ["Individual", "Company"];
823
- var CustomerType = zod.z["enum"](CustomerTypes);
824
- // KYC Onboarding Level
825
- var KycOnboardingLevels = ["Sign-up", "AML screening", "KYC", "Questionaire", "Onboarded"];
826
- var KycOnboardingLevel = zod.z["enum"](KycOnboardingLevels);
827
- // KYB Onboarding Level
828
- var KybOnboardingLevels = ["Onboarding", "KYB", "Onboarded"];
829
- var KybOnboardingLevel = zod.z["enum"](KybOnboardingLevels);
830
- var CustomerOnboardingLevels = [].concat(KycOnboardingLevels, KybOnboardingLevels);
831
- var CustomerOnboardingLevel = zod.z["enum"](CustomerOnboardingLevels);
832
- // Customer Status
833
- var CustomerStatuses = ["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"];
834
- var CustomerStatus = zod.z["enum"](CustomerStatuses);
835
- var BasicCustomerContactInformation = zod.z.object({
836
- email: zod.z.string().email(),
837
- phone: zod.z.string().min(4),
838
- twitter: zod.z.string(),
839
- discord: zod.z.string(),
840
- telegram: zod.z.string()
841
- }).partial();
842
- var CUSTOMERS_CHARTS = ["totalCustomers", "onboarded", "active", "dormant", "rejected", "topCountriesByCustomersCount", "customersRiskLevel", "customersByStatus", "trendOfStatusesOverTime"];
843
- var CustomersChartType = zod.z["enum"](CUSTOMERS_CHARTS);
844
- var CUSTOMER_TABLE_COLUMNS = ["selected", "wallets", "type", "country_of_residence", "risk_score", "onboarding_level", "open_alerts_count", "status", "date_onboarded"];
845
- var CustomerTableColumn = zod.z["enum"](CUSTOMER_TABLE_COLUMNS);
846
- var CUSTOMER_AUTOMATION_REASONS = {
847
- "rule-engine": {
848
- fail: "Rules engine verification failed",
849
- pass: "Rules engine verification passed"
850
- },
851
- kyc: {
852
- green: {
853
- "final": "Passed KYC"
854
- },
855
- yellow: {
856
- retry: "User rejected by the KYC provider with possibility to retry",
857
- fail: "User rejected by the KYC provider"
858
- },
859
- red: {
860
- retry: "User rejected by the KYC provider with possibility to retry",
861
- fail: "User rejected by the KYC provider"
862
- }
863
- },
864
- kyb: {
865
- green: {
866
- "final": "Passed KYB"
867
- },
868
- yellow: {
869
- retry: "Company rejected by the KYB provider with possibility to retry",
870
- fail: "Company rejected by the KYB provider"
871
- },
872
- red: {
873
- retry: "Company rejected by the KYB provider with possibility to retry",
874
- fail: "Company rejected by the KYB provider"
875
- },
876
- beneficiaryOnToBeReviewState: "One or more beneficiaries are on 'To be reviewed' state"
877
- },
878
- "aml-screening": {
879
- fail: "AML screening hits received during onboarding",
880
- ongoingMonitoringFail: "AML screening hits received during ongoing monitoring",
881
- pass: "Passed AML screening"
882
- },
883
- offchain_zkp: {
884
- fail: "Offchain ZKP verification failed",
885
- pass: "Offchain ZKP verification passed"
886
- },
887
- tfhe: {
888
- fail: "TFHE verification failed",
889
- pass: "TFHE verification passed"
890
- }
891
- };
892
-
893
943
  /**
894
944
  * Wallet challenge parameters
895
945
  */
@@ -1114,10 +1164,29 @@ var VerifyWalletChallengeRequest = WalletSignatureResponse.and(zod.z.object({
1114
1164
  blockchainId: vault_schema.BlockchainId.optional()
1115
1165
  }));
1116
1166
 
1167
+ exports.ACTION_STATUSES = ACTION_STATUSES;
1168
+ exports.ACTION_TRIGGERS = ACTION_TRIGGERS;
1169
+ exports.ALERT_CHART_TYPES = ALERT_CHART_TYPES;
1170
+ exports.ALERT_TABLE_COLUMNS = ALERT_TABLE_COLUMNS;
1117
1171
  exports.ARRAY_OPERATORS = ARRAY_OPERATORS;
1118
1172
  exports.AUTHORIZATION_REQUEST_MESSAGE_TYPES = AUTHORIZATION_REQUEST_MESSAGE_TYPES;
1119
1173
  exports.AVAILABLE_FLOWS = AVAILABLE_FLOWS;
1120
1174
  exports.AbbreviatedWorkflowScenario = AbbreviatedWorkflowScenario;
1175
+ exports.Action = Action;
1176
+ exports.ActionStatus = ActionStatus;
1177
+ exports.ActionTrigger = ActionTrigger;
1178
+ exports.ActionType = ActionType;
1179
+ exports.ActionValue = ActionValue;
1180
+ exports.AlertCategories = AlertCategories;
1181
+ exports.AlertCategory = AlertCategory;
1182
+ exports.AlertChartType = AlertChartType;
1183
+ exports.AlertSeverities = AlertSeverities;
1184
+ exports.AlertSeverity = AlertSeverity;
1185
+ exports.AlertStatus = AlertStatus;
1186
+ exports.AlertStatuses = AlertStatuses;
1187
+ exports.AlertTableColumn = AlertTableColumn;
1188
+ exports.AlertType = AlertType;
1189
+ exports.AlertTypes = AlertTypes;
1121
1190
  exports.AllCredentialValues = AllCredentialValues;
1122
1191
  exports.AllScenarioExecutionAuthorizationData = AllScenarioExecutionAuthorizationData;
1123
1192
  exports.AnyTxAuthDataSignatureResponse = AnyTxAuthDataSignatureResponse;
@@ -1167,6 +1236,7 @@ exports.CustomersChartType = CustomersChartType;
1167
1236
  exports.DATE_OPERATORS = DATE_OPERATORS;
1168
1237
  exports.DataAvailableOnStart = DataAvailableOnStart;
1169
1238
  exports.DateOperator = DateOperator;
1239
+ exports.DuplicateData = DuplicateData;
1170
1240
  exports.Eip155TxAuthInputJsSdk = Eip155TxAuthInputJsSdk;
1171
1241
  exports.ExecuteQueryResponse = ExecuteQueryResponse;
1172
1242
  exports.ExtendedTezosTxAuthDataSignatureResponse = ExtendedTezosTxAuthDataSignatureResponse;
@@ -1241,6 +1311,7 @@ exports.QueryConfigSimplified = QueryConfigSimplified;
1241
1311
  exports.QueryConfigTfhe = QueryConfigTfhe;
1242
1312
  exports.QueryCredentialType = QueryCredentialType;
1243
1313
  exports.QueryCredentialTypes = QueryCredentialTypes;
1314
+ exports.QueryGroupConfigSimplified = QueryGroupConfigSimplified;
1244
1315
  exports.QueryLogicOperator = QueryLogicOperator;
1245
1316
  exports.QueryType = QueryType;
1246
1317
  exports.RequiredDataRowSchema = RequiredDataRowSchema;
@@ -1253,6 +1324,7 @@ exports.RuleResultQueryConfig = RuleResultQueryConfig;
1253
1324
  exports.RuleResultStatus = RuleResultStatus;
1254
1325
  exports.RuleResultStatusLabels = RuleResultStatusLabels;
1255
1326
  exports.RuleResultStatuses = RuleResultStatuses;
1327
+ exports.SCENARIO_ACTION_TYPES = SCENARIO_ACTION_TYPES;
1256
1328
  exports.SCENARIO_AUTHORIZATION_STATUSES = SCENARIO_AUTHORIZATION_STATUSES;
1257
1329
  exports.STRING_OPERATORS = STRING_OPERATORS;
1258
1330
  exports.SUPPORTED_TYPES = SUPPORTED_TYPES;
@@ -1262,6 +1334,8 @@ exports.ScenarioAuthorizationStatus = ScenarioAuthorizationStatus;
1262
1334
  exports.ScenarioExecutionData = ScenarioExecutionData;
1263
1335
  exports.ScenarioExecutionNotification = ScenarioExecutionNotification;
1264
1336
  exports.ScenarioExecutionResponse = ScenarioExecutionResponse;
1337
+ exports.ScenarioMode = ScenarioMode;
1338
+ exports.ScenarioModes = ScenarioModes;
1265
1339
  exports.ScenarioSchema = ScenarioSchema;
1266
1340
  exports.ScenarioStatus = ScenarioStatus;
1267
1341
  exports.ScenarioStatuses = ScenarioStatuses;
@@ -1289,6 +1363,7 @@ exports.TxAuthDataSignatureGatingRequest = TxAuthDataSignatureGatingRequest;
1289
1363
  exports.TxAuthDataSignatureResponse = TxAuthDataSignatureResponse;
1290
1364
  exports.TxAuthInput = TxAuthInput;
1291
1365
  exports.TxSignatureResponse = TxSignatureResponse;
1366
+ exports.UserInfoForDuplicate = UserInfoForDuplicate;
1292
1367
  exports.VerifiableCredential = VerifiableCredential;
1293
1368
  exports.VerificationOutput = VerificationOutput;
1294
1369
  exports.VerificationSessionStatus = VerificationSessionStatus;
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('./vault.schema-03f54b78.cjs.dev.cjs');
5
+ var vault_schema = require('./vault.schema-f3a557c2.cjs.dev.cjs');
6
6
  var zod = require('zod');
7
- var identityApi_schema = require('./identity-api.schema-f273d197.cjs.dev.cjs');
8
- var tfheUtilities = require('./tfhe-utilities-36b44d38.cjs.dev.cjs');
7
+ var identityApi_schema = require('./identity-api.schema-78cad570.cjs.dev.cjs');
8
+ var tfheUtilities = require('./tfhe-utilities-180e4ba0.cjs.dev.cjs');
9
9
  require('nanoid');
10
10
  require('decimal.js');
11
11
 
@@ -295,6 +295,8 @@ exports.PrivateKey = vault_schema.PrivateKey;
295
295
  exports.ProofOfResidenceCredentialSchema = vault_schema.ProofOfResidenceCredentialSchema;
296
296
  exports.ProofOfResidenceCredentialSubjectSchema = vault_schema.ProofOfResidenceCredentialSubjectSchema;
297
297
  exports.PublicKey = vault_schema.PublicKey;
298
+ exports.QueryGroupId = vault_schema.QueryGroupId;
299
+ exports.QueryGroupPrefix = vault_schema.QueryGroupPrefix;
298
300
  exports.QueryId = vault_schema.QueryId;
299
301
  exports.QueryPrefix = vault_schema.QueryPrefix;
300
302
  exports.SOLANA_CHAIN_IDS = vault_schema.SOLANA_CHAIN_IDS;
@@ -421,10 +423,17 @@ exports.resolvePathOnDataSchema = vault_schema.resolvePathOnDataSchema;
421
423
  exports.resolvePathOnMapSchema = vault_schema.resolvePathOnMapSchema;
422
424
  exports.scorechainCountriesNameFromISO2 = vault_schema.scorechainCountriesNameFromISO2;
423
425
  exports.shortBlockchainAddress = vault_schema.shortBlockchainAddress;
426
+ exports.ACTION_STATUSES = identityApi_schema.ACTION_STATUSES;
427
+ exports.ACTION_TRIGGERS = identityApi_schema.ACTION_TRIGGERS;
424
428
  exports.ARRAY_OPERATORS = identityApi_schema.ARRAY_OPERATORS;
425
429
  exports.AUTHORIZATION_REQUEST_MESSAGE_TYPES = identityApi_schema.AUTHORIZATION_REQUEST_MESSAGE_TYPES;
426
430
  exports.AVAILABLE_FLOWS = identityApi_schema.AVAILABLE_FLOWS;
427
431
  exports.AbbreviatedWorkflowScenario = identityApi_schema.AbbreviatedWorkflowScenario;
432
+ exports.Action = identityApi_schema.Action;
433
+ exports.ActionStatus = identityApi_schema.ActionStatus;
434
+ exports.ActionTrigger = identityApi_schema.ActionTrigger;
435
+ exports.ActionType = identityApi_schema.ActionType;
436
+ exports.ActionValue = identityApi_schema.ActionValue;
428
437
  exports.AllCredentialValues = identityApi_schema.AllCredentialValues;
429
438
  exports.AllScenarioExecutionAuthorizationData = identityApi_schema.AllScenarioExecutionAuthorizationData;
430
439
  exports.AnyTxAuthDataSignatureResponse = identityApi_schema.AnyTxAuthDataSignatureResponse;
@@ -548,6 +557,7 @@ exports.QueryConfigSimplified = identityApi_schema.QueryConfigSimplified;
548
557
  exports.QueryConfigTfhe = identityApi_schema.QueryConfigTfhe;
549
558
  exports.QueryCredentialType = identityApi_schema.QueryCredentialType;
550
559
  exports.QueryCredentialTypes = identityApi_schema.QueryCredentialTypes;
560
+ exports.QueryGroupConfigSimplified = identityApi_schema.QueryGroupConfigSimplified;
551
561
  exports.QueryLogicOperator = identityApi_schema.QueryLogicOperator;
552
562
  exports.QueryType = identityApi_schema.QueryType;
553
563
  exports.RequiredDataRowSchema = identityApi_schema.RequiredDataRowSchema;
@@ -560,6 +570,7 @@ exports.RuleResultQueryConfig = identityApi_schema.RuleResultQueryConfig;
560
570
  exports.RuleResultStatus = identityApi_schema.RuleResultStatus;
561
571
  exports.RuleResultStatusLabels = identityApi_schema.RuleResultStatusLabels;
562
572
  exports.RuleResultStatuses = identityApi_schema.RuleResultStatuses;
573
+ exports.SCENARIO_ACTION_TYPES = identityApi_schema.SCENARIO_ACTION_TYPES;
563
574
  exports.SCENARIO_AUTHORIZATION_STATUSES = identityApi_schema.SCENARIO_AUTHORIZATION_STATUSES;
564
575
  exports.STRING_OPERATORS = identityApi_schema.STRING_OPERATORS;
565
576
  exports.SUPPORTED_TYPES = identityApi_schema.SUPPORTED_TYPES;
@@ -569,6 +580,8 @@ exports.ScenarioAuthorizationStatus = identityApi_schema.ScenarioAuthorizationSt
569
580
  exports.ScenarioExecutionData = identityApi_schema.ScenarioExecutionData;
570
581
  exports.ScenarioExecutionNotification = identityApi_schema.ScenarioExecutionNotification;
571
582
  exports.ScenarioExecutionResponse = identityApi_schema.ScenarioExecutionResponse;
583
+ exports.ScenarioMode = identityApi_schema.ScenarioMode;
584
+ exports.ScenarioModes = identityApi_schema.ScenarioModes;
572
585
  exports.ScenarioSchema = identityApi_schema.ScenarioSchema;
573
586
  exports.ScenarioStatus = identityApi_schema.ScenarioStatus;
574
587
  exports.ScenarioStatuses = identityApi_schema.ScenarioStatuses;
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('./vault.schema-6c801a7d.cjs.prod.cjs');
5
+ var vault_schema = require('./vault.schema-01e66371.cjs.prod.cjs');
6
6
  var zod = require('zod');
7
- var identityApi_schema = require('./identity-api.schema-86cf92dd.cjs.prod.cjs');
8
- var tfheUtilities = require('./tfhe-utilities-2bc50d3e.cjs.prod.cjs');
7
+ var identityApi_schema = require('./identity-api.schema-ea5b7e85.cjs.prod.cjs');
8
+ var tfheUtilities = require('./tfhe-utilities-17dfb556.cjs.prod.cjs');
9
9
  require('nanoid');
10
10
  require('decimal.js');
11
11
 
@@ -295,6 +295,8 @@ exports.PrivateKey = vault_schema.PrivateKey;
295
295
  exports.ProofOfResidenceCredentialSchema = vault_schema.ProofOfResidenceCredentialSchema;
296
296
  exports.ProofOfResidenceCredentialSubjectSchema = vault_schema.ProofOfResidenceCredentialSubjectSchema;
297
297
  exports.PublicKey = vault_schema.PublicKey;
298
+ exports.QueryGroupId = vault_schema.QueryGroupId;
299
+ exports.QueryGroupPrefix = vault_schema.QueryGroupPrefix;
298
300
  exports.QueryId = vault_schema.QueryId;
299
301
  exports.QueryPrefix = vault_schema.QueryPrefix;
300
302
  exports.SOLANA_CHAIN_IDS = vault_schema.SOLANA_CHAIN_IDS;
@@ -421,10 +423,17 @@ exports.resolvePathOnDataSchema = vault_schema.resolvePathOnDataSchema;
421
423
  exports.resolvePathOnMapSchema = vault_schema.resolvePathOnMapSchema;
422
424
  exports.scorechainCountriesNameFromISO2 = vault_schema.scorechainCountriesNameFromISO2;
423
425
  exports.shortBlockchainAddress = vault_schema.shortBlockchainAddress;
426
+ exports.ACTION_STATUSES = identityApi_schema.ACTION_STATUSES;
427
+ exports.ACTION_TRIGGERS = identityApi_schema.ACTION_TRIGGERS;
424
428
  exports.ARRAY_OPERATORS = identityApi_schema.ARRAY_OPERATORS;
425
429
  exports.AUTHORIZATION_REQUEST_MESSAGE_TYPES = identityApi_schema.AUTHORIZATION_REQUEST_MESSAGE_TYPES;
426
430
  exports.AVAILABLE_FLOWS = identityApi_schema.AVAILABLE_FLOWS;
427
431
  exports.AbbreviatedWorkflowScenario = identityApi_schema.AbbreviatedWorkflowScenario;
432
+ exports.Action = identityApi_schema.Action;
433
+ exports.ActionStatus = identityApi_schema.ActionStatus;
434
+ exports.ActionTrigger = identityApi_schema.ActionTrigger;
435
+ exports.ActionType = identityApi_schema.ActionType;
436
+ exports.ActionValue = identityApi_schema.ActionValue;
428
437
  exports.AllCredentialValues = identityApi_schema.AllCredentialValues;
429
438
  exports.AllScenarioExecutionAuthorizationData = identityApi_schema.AllScenarioExecutionAuthorizationData;
430
439
  exports.AnyTxAuthDataSignatureResponse = identityApi_schema.AnyTxAuthDataSignatureResponse;
@@ -548,6 +557,7 @@ exports.QueryConfigSimplified = identityApi_schema.QueryConfigSimplified;
548
557
  exports.QueryConfigTfhe = identityApi_schema.QueryConfigTfhe;
549
558
  exports.QueryCredentialType = identityApi_schema.QueryCredentialType;
550
559
  exports.QueryCredentialTypes = identityApi_schema.QueryCredentialTypes;
560
+ exports.QueryGroupConfigSimplified = identityApi_schema.QueryGroupConfigSimplified;
551
561
  exports.QueryLogicOperator = identityApi_schema.QueryLogicOperator;
552
562
  exports.QueryType = identityApi_schema.QueryType;
553
563
  exports.RequiredDataRowSchema = identityApi_schema.RequiredDataRowSchema;
@@ -560,6 +570,7 @@ exports.RuleResultQueryConfig = identityApi_schema.RuleResultQueryConfig;
560
570
  exports.RuleResultStatus = identityApi_schema.RuleResultStatus;
561
571
  exports.RuleResultStatusLabels = identityApi_schema.RuleResultStatusLabels;
562
572
  exports.RuleResultStatuses = identityApi_schema.RuleResultStatuses;
573
+ exports.SCENARIO_ACTION_TYPES = identityApi_schema.SCENARIO_ACTION_TYPES;
563
574
  exports.SCENARIO_AUTHORIZATION_STATUSES = identityApi_schema.SCENARIO_AUTHORIZATION_STATUSES;
564
575
  exports.STRING_OPERATORS = identityApi_schema.STRING_OPERATORS;
565
576
  exports.SUPPORTED_TYPES = identityApi_schema.SUPPORTED_TYPES;
@@ -569,6 +580,8 @@ exports.ScenarioAuthorizationStatus = identityApi_schema.ScenarioAuthorizationSt
569
580
  exports.ScenarioExecutionData = identityApi_schema.ScenarioExecutionData;
570
581
  exports.ScenarioExecutionNotification = identityApi_schema.ScenarioExecutionNotification;
571
582
  exports.ScenarioExecutionResponse = identityApi_schema.ScenarioExecutionResponse;
583
+ exports.ScenarioMode = identityApi_schema.ScenarioMode;
584
+ exports.ScenarioModes = identityApi_schema.ScenarioModes;
572
585
  exports.ScenarioSchema = identityApi_schema.ScenarioSchema;
573
586
  exports.ScenarioStatus = identityApi_schema.ScenarioStatus;
574
587
  exports.ScenarioStatuses = identityApi_schema.ScenarioStatuses;
@@ -1,8 +1,8 @@
1
- export { U as ACTIVE_APTOS_CHAIN_IDS, K as ACTIVE_BITCOIN_CHAIN_IDS, a4 as ACTIVE_CARDANO_CHAIN_IDS, k as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, _ as ACTIVE_POLKADOT_CHAIN_IDS, D as ACTIVE_SOLANA_CHAIN_IDS, q as ACTIVE_TEZOS_CHAIN_IDS, a$ as ALPHA_2_COUNTRIES, R as APTOS_CHAIN_IDS, O as APTOS_CHAIN_NAMES, Q as APTOS_CHAIN_NAMES_LIST, bZ as ActionId, bB as ActionPrefix, cF as AdditionalCustomerInformationParams, a9 as AddressSchema, cn as AiAgentId, bI as AiAgentPrefix, cm as AiDocumentId, bH as AiDocumentPrefix, ck as AiExecutionId, bF as AiExecutionPrefix, cl as AiExecutionStepId, bG as AiExecutionStepPrefix, ct as AiMessageId, bM as AiMessagePrefix, co as AiStepId, bJ as AiStepPrefix, b0 as Alpha2Country, dO as AmlResults, bU as AppId, bd as AppPrefix, ac as AptosAddress, V as AptosChainId, aE as AptosSignature, J as BITCOIN_CHAIN_IDS, H as BITCOIN_CHAIN_NAMES, I as BITCOIN_CHAIN_NAMES_LIST, au as BLOCKCHAIN_NAMESPACES, aC as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aB as BLOCKCHAIN_NAMESPACE_TO_NAME, aA as BLOCKCHAIN_NAME_TO_NAMESPACE, aq as BitcoinAddress, am as BitcoinBech32Address, L as BitcoinChainId, ak as BitcoinP2PKHAddress, al as BitcoinP2SHAddress, ap as BitcoinTestnetBech32Address, an as BitcoinTestnetP2PKHAddress, ao as BitcoinTestnetP2SHAddress, ar as BlockchainAddress, B as BlockchainId, av as BlockchainNamespace, aN as BlockchainSignature, a3 as CARDANO_CHAIN_IDS, a1 as CARDANO_CHAIN_NAMES, a2 as CARDANO_CHAIN_NAMES_LIST, j as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, i as COSMOS_CHAIN_NAMES_LIST, aj as CardanoAddress, a5 as CardanoChainId, aM as CardanoSignature, bV as ChallengeId, be as ChallengePrefix, cr as ChatId, bK as ChatPrefix, af as CosmosAddress, l as CosmosChainId, aH as CosmosSignature, b3 as CountryName, aZ as CryptoCode, aY as CryptoCodes, aX as CurrencyCode, aW as CurrencyCodes, cJ as CustomerId, bX as CustomerScreeningId, bg as CustomerScreeningPrefix, dK as DEFAULT_FIAT_CURRENCY, ay as DISPLAYED_BLOCKCHAIN_NAMESPACES, dT as DataLinkTypeZodSchema, dR as DataLinkVersionZodSchema, dP as DetectedDuplicates, az as DisplayedBlockchainNamespace, aD as EIP155Signature, aQ as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aI as EdSignature, bS as EmailId, bb as EmailPrefix, aR as EnvironmentSchema, g as EvmChainId, cK as ExternalCustomerId, cu as FLOW_TYPES, cv as FlowType, aO as FunctionCallData, e6 as GenericVaultDataLinkZodSchema, e5 as GenericVaultEmbeddedLinkZodSchema, e3 as GenericVaultPointerLinkZodSchema, e4 as GenericVaultSearchLinkZodSchema, d2 as GenericVerifiableCredentialSchema, at as HexadecimalSchema, dv as HumanReadableTransactionReviewStatus, du as HumanReadableTransactionReviewStatuses, dx as HumanReadableTransactionStatusMapping, d8 as ID3CredentialSchema, cQ as ID3CredentialSubjectSchema, cy as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, cA as IDENTITY_DOCUMENT_OPTIONS, d5 as IDImageCredentialSchema, c$ as IDImageCredentialSubjectSchema, d4 as IDInformationCredentialSchema, c_ as IDInformationCredentialSubjectSchema, d3 as IDInformationTfheCredentialSchema, cZ as IDInformationTfheCredentialSubjectSchema, d9 as IDScanCredentialSchema, cR as IDScanCredentialSubjectSchema, da as IDScanPassportCredentialSchema, cS as IDScanPassportCredentialSubjectSchema, db as IDScanSelfieCredentialSchema, cT as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, cE as Identifier, cM as IdentityAppV2Web2JWT, cL as IdentityAppV2Web3JWT, cz as IdentityDocumentCountryListOption, cB as IdentityDocumentOptionsType, bR as IdentityId, ba as IdentityPrefix, cN as IdentityWidgetAccessToken_NEW, cO as IdentityWidgetSessionToken, cb as InstitutionExtractedInfosId, bw as InstitutionExtractedInfosPrefix, ca as InstitutionId, bv as InstitutionPrefix, aV as IpAddress, ce as ListId, bz as ListPrefix, cq as MemberId, cs as MessageId, bL as MessagePrefix, b_ as MetaAlertId, bj as MetaAlertPrefix, v as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, M as NEXERA_APTOS_CHAINS, G as NEXERA_BITCOIN_CHAINS, a0 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, W as NEXERA_POLKADOT_CHAINS, w as NEXERA_SOLANA_CHAINS, s as NEXERA_STARKNET_CHAINS, u as NEXERA_STARKNET_CHAIN_IDS, t as NEXERA_STARKNET_CHAIN_NAMES, m as NEXERA_TEZOS_CHAINS, p as NEXERA_TEZOS_CHAIN_IDS, n as NEXERA_TEZOS_CHAIN_NAMES, o as NEXERA_TEZOS_CHAIN_NAMES_LIST, e as NexeraEvmChains, N as NonTestnetBlockchainId, dg as OLD_AMLScreeningsResultsCredentialSchema, cY as OLD_AMLScreeningsResultsCredentialSubjectSchema, dc as OLD_IDImageCredentialSchema, cU as OLD_IDImageCredentialSubjectSchema, dd as OLD_IDInformationCredentialSchema, cV as OLD_IDInformationCredentialSubjectSchema, de as OLD_ProofOfResidenceCredentialSchema, cW as OLD_ProofOfResidenceCredentialSubjectSchema, df as OLD_SelfieImageCredentialSchema, cX as OLD_SelfieImageCredentialSubjectSchema, cG as OrganizationId, aT as OtpCode, aK as P2Signature, cC as PERSONAL_INFORMATION_FIELDS, Z as POLKADOT_CHAIN_IDS, X as POLKADOT_CHAIN_NAMES, Y as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aU as PUBLIC_SERVICES_SCHEMA_MAP, dF as PaymentType, dE as PaymentTypes, cD as PersonalInformationFieldsIdentityDocuments, ae as PolkadotAddress, $ as PolkadotChainId, aG as PolkadotSignature, r as PolygonNetworkNames, a7 as PrivateKey, d7 as ProofOfResidenceCredentialSchema, d1 as ProofOfResidenceCredentialSubjectSchema, a8 as PublicKey, cf as QueryId, bA as QueryPrefix, z as SOLANA_CHAIN_IDS, x as SOLANA_CHAIN_NAMES, y as SOLANA_CHAIN_NAMES_LIST, aw as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, cd as ScenarioId, by as ScenarioPrefix, cg as ScorechainAnalysisId, bi as ScorechainAnalysisPrefix, b7 as ScorechainCountry, e7 as ScorechainEntityRecord, d6 as SelfieImageCredentialSchema, d0 as SelfieImageCredentialSubjectSchema, dU as Separator, F as SolanaChainId, aJ as SpSignature, cj as SsssChunkId, bE as SsssChunkPrefix, ci as SsssShareId, bD as SsssSharePrefix, ad as StarknetAddress, S as StarknetChainId, aF as StarknetSignature, bQ as StorageId, b9 as StoragePrefix, as as String0x, ax as SupportedBlockchainNamespaceForSignatureAuth, dL as TRANSACTIONS_STATS_CURRENCIES, dh as TRANSACTION_CHARTS, dj as TRANSACTION_TABLE_COLUMNS, bY as TagId, bh as TagPrefix, b$ as TagsToTransactionReviewsId, bk as TagsToTransactionReviewsPrefix, bW as TestId, bf as TestPrefix, ai as TezosAddress, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aL as TezosSignature, c2 as TransactionActivityId, bn as TransactionActivityPrefix, c0 as TransactionAddressesId, bl as TransactionAddressesPrefix, cc as TransactionAmountId, bx as TransactionAmountPrefix, dJ as TransactionAmountsFieldName, dI as TransactionAmountsFieldNames, dB as TransactionCurrencyCode, dA as TransactionCurrencyCodes, dN as TransactionDataEventObject, dz as TransactionDirection, dy as TransactionDirections, c7 as TransactionExtractedInfosId, bs as TransactionExtractedInfosPrefix, c3 as TransactionFeesId, bo as TransactionFeesPrefix, c1 as TransactionId, c6 as TransactionInfosId, br as TransactionInfosPrefix, c9 as TransactionMethodExtractedInfosId, bu as TransactionMethodExtractedInfosPrefix, c8 as TransactionMethodsId, bt as TransactionMethodsPrefix, c5 as TransactionPartiesId, bq as TransactionPartiesPrefix, dH as TransactionPartiesType, dG as TransactionPartiesTypes, bm as TransactionPrefix, dD as TransactionProvider, dC as TransactionProviders, c4 as TransactionReviewId, bp as TransactionReviewPrefix, dt as TransactionReviewStatus, ds as TransactionReviewStatuses, dr as TransactionRiskLevel, dq as TransactionRiskLevels, dM as TransactionStatsCurrency, dw as TransactionStatusMapping, dk as TransactionTableColumn, dm as TransactionType, dp as TransactionTypeWithAll, dl as TransactionTypes, dn as TransactionTypesWithAll, di as TransactionsChartType, aa as TxHash, aS as UuidString, dY as VaultJsonSchemas, e2 as VaultMetadataLinkZodSchema, e0 as VaultPointerKeyMapZodSchema, e1 as VaultQueryMapZodSchema, d_ as VaultSchemaIdZodSchema, d$ as VaultSchemaPathsZodSchema, dZ as VaultZodSchema, cx as VerificationMode, cw as VerificationModes, bT as WalletId, bc as WalletPrefix, e8 as WalletScreeningData, ea as WalletScreeningProvider, e9 as WalletScreeningProviders, cP as Web2CreateSessionParams, cI as WorkflowId, ch as WorkflowSessionAttributeId, bC as WorkflowSessionAttributePrefix, bN as WorkflowSessionId, cH as WorkspaceId, dS as allDataLinkTypes, dQ as allDataLinkVersions, b2 as countryISO2toISO3Mapping, b1 as countryISO3toISO2Mapping, bO as createBrandedSchemaId, bP as createBrandedSchemaIdWithParams, cp as generateId, dV as generateZodObjectPaths, a6 as isValidAddress, b4 as isoCountriesNameFromISO2, b5 as isoCountriesNameFromISO3, b6 as parseISO3CountryCode, dW as resolvePathOnDataSchema, dX as resolvePathOnMapSchema, b8 as scorechainCountriesNameFromISO2, ab as shortBlockchainAddress } from './vault.schema-4c134301.esm.mjs';
1
+ export { U as ACTIVE_APTOS_CHAIN_IDS, K as ACTIVE_BITCOIN_CHAIN_IDS, a4 as ACTIVE_CARDANO_CHAIN_IDS, k as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, _ as ACTIVE_POLKADOT_CHAIN_IDS, D as ACTIVE_SOLANA_CHAIN_IDS, q as ACTIVE_TEZOS_CHAIN_IDS, a$ as ALPHA_2_COUNTRIES, R as APTOS_CHAIN_IDS, O as APTOS_CHAIN_NAMES, Q as APTOS_CHAIN_NAMES_LIST, b_ as ActionId, bC as ActionPrefix, cH as AdditionalCustomerInformationParams, a9 as AddressSchema, cp as AiAgentId, bJ as AiAgentPrefix, co as AiDocumentId, bI as AiDocumentPrefix, cm as AiExecutionId, bG as AiExecutionPrefix, cn as AiExecutionStepId, bH as AiExecutionStepPrefix, cv as AiMessageId, bN as AiMessagePrefix, cq as AiStepId, bK as AiStepPrefix, b0 as Alpha2Country, dQ as AmlResults, bV as AppId, bd as AppPrefix, ac as AptosAddress, V as AptosChainId, aE as AptosSignature, J as BITCOIN_CHAIN_IDS, H as BITCOIN_CHAIN_NAMES, I as BITCOIN_CHAIN_NAMES_LIST, au as BLOCKCHAIN_NAMESPACES, aC as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aB as BLOCKCHAIN_NAMESPACE_TO_NAME, aA as BLOCKCHAIN_NAME_TO_NAMESPACE, aq as BitcoinAddress, am as BitcoinBech32Address, L as BitcoinChainId, ak as BitcoinP2PKHAddress, al as BitcoinP2SHAddress, ap as BitcoinTestnetBech32Address, an as BitcoinTestnetP2PKHAddress, ao as BitcoinTestnetP2SHAddress, ar as BlockchainAddress, B as BlockchainId, av as BlockchainNamespace, aN as BlockchainSignature, a3 as CARDANO_CHAIN_IDS, a1 as CARDANO_CHAIN_NAMES, a2 as CARDANO_CHAIN_NAMES_LIST, j as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, i as COSMOS_CHAIN_NAMES_LIST, aj as CardanoAddress, a5 as CardanoChainId, aM as CardanoSignature, bW as ChallengeId, be as ChallengePrefix, ct as ChatId, bL as ChatPrefix, af as CosmosAddress, l as CosmosChainId, aH as CosmosSignature, b3 as CountryName, aZ as CryptoCode, aY as CryptoCodes, aX as CurrencyCode, aW as CurrencyCodes, cL as CustomerId, bY as CustomerScreeningId, bg as CustomerScreeningPrefix, dM as DEFAULT_FIAT_CURRENCY, ay as DISPLAYED_BLOCKCHAIN_NAMESPACES, dV as DataLinkTypeZodSchema, dT as DataLinkVersionZodSchema, dR as DetectedDuplicates, az as DisplayedBlockchainNamespace, aD as EIP155Signature, aQ as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aI as EdSignature, bT as EmailId, bb as EmailPrefix, aR as EnvironmentSchema, g as EvmChainId, cM as ExternalCustomerId, cw as FLOW_TYPES, cx as FlowType, aO as FunctionCallData, e8 as GenericVaultDataLinkZodSchema, e7 as GenericVaultEmbeddedLinkZodSchema, e5 as GenericVaultPointerLinkZodSchema, e6 as GenericVaultSearchLinkZodSchema, d4 as GenericVerifiableCredentialSchema, at as HexadecimalSchema, dx as HumanReadableTransactionReviewStatus, dw as HumanReadableTransactionReviewStatuses, dz as HumanReadableTransactionStatusMapping, da as ID3CredentialSchema, cS as ID3CredentialSubjectSchema, cA as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, cC as IDENTITY_DOCUMENT_OPTIONS, d7 as IDImageCredentialSchema, d1 as IDImageCredentialSubjectSchema, d6 as IDInformationCredentialSchema, d0 as IDInformationCredentialSubjectSchema, d5 as IDInformationTfheCredentialSchema, c$ as IDInformationTfheCredentialSubjectSchema, db as IDScanCredentialSchema, cT as IDScanCredentialSubjectSchema, dc as IDScanPassportCredentialSchema, cU as IDScanPassportCredentialSubjectSchema, dd as IDScanSelfieCredentialSchema, cV as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, cG as Identifier, cO as IdentityAppV2Web2JWT, cN as IdentityAppV2Web3JWT, cB as IdentityDocumentCountryListOption, cD as IdentityDocumentOptionsType, bS as IdentityId, ba as IdentityPrefix, cP as IdentityWidgetAccessToken_NEW, cQ as IdentityWidgetSessionToken, cc as InstitutionExtractedInfosId, bw as InstitutionExtractedInfosPrefix, cb as InstitutionId, bv as InstitutionPrefix, aV as IpAddress, cf as ListId, bz as ListPrefix, cs as MemberId, cu as MessageId, bM as MessagePrefix, b$ as MetaAlertId, bj as MetaAlertPrefix, v as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, M as NEXERA_APTOS_CHAINS, G as NEXERA_BITCOIN_CHAINS, a0 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, W as NEXERA_POLKADOT_CHAINS, w as NEXERA_SOLANA_CHAINS, s as NEXERA_STARKNET_CHAINS, u as NEXERA_STARKNET_CHAIN_IDS, t as NEXERA_STARKNET_CHAIN_NAMES, m as NEXERA_TEZOS_CHAINS, p as NEXERA_TEZOS_CHAIN_IDS, n as NEXERA_TEZOS_CHAIN_NAMES, o as NEXERA_TEZOS_CHAIN_NAMES_LIST, e as NexeraEvmChains, N as NonTestnetBlockchainId, di as OLD_AMLScreeningsResultsCredentialSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, de as OLD_IDImageCredentialSchema, cW as OLD_IDImageCredentialSubjectSchema, df as OLD_IDInformationCredentialSchema, cX as OLD_IDInformationCredentialSubjectSchema, dg as OLD_ProofOfResidenceCredentialSchema, cY as OLD_ProofOfResidenceCredentialSubjectSchema, dh as OLD_SelfieImageCredentialSchema, cZ as OLD_SelfieImageCredentialSubjectSchema, cI as OrganizationId, aT as OtpCode, aK as P2Signature, cE as PERSONAL_INFORMATION_FIELDS, Z as POLKADOT_CHAIN_IDS, X as POLKADOT_CHAIN_NAMES, Y as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aU as PUBLIC_SERVICES_SCHEMA_MAP, dH as PaymentType, dG as PaymentTypes, cF as PersonalInformationFieldsIdentityDocuments, ae as PolkadotAddress, $ as PolkadotChainId, aG as PolkadotSignature, r as PolygonNetworkNames, a7 as PrivateKey, d9 as ProofOfResidenceCredentialSchema, d3 as ProofOfResidenceCredentialSubjectSchema, a8 as PublicKey, ch as QueryGroupId, bB as QueryGroupPrefix, cg as QueryId, bA as QueryPrefix, z as SOLANA_CHAIN_IDS, x as SOLANA_CHAIN_NAMES, y as SOLANA_CHAIN_NAMES_LIST, aw as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, ce as ScenarioId, by as ScenarioPrefix, ci as ScorechainAnalysisId, bi as ScorechainAnalysisPrefix, b7 as ScorechainCountry, e9 as ScorechainEntityRecord, d8 as SelfieImageCredentialSchema, d2 as SelfieImageCredentialSubjectSchema, dW as Separator, F as SolanaChainId, aJ as SpSignature, cl as SsssChunkId, bF as SsssChunkPrefix, ck as SsssShareId, bE as SsssSharePrefix, ad as StarknetAddress, S as StarknetChainId, aF as StarknetSignature, bR as StorageId, b9 as StoragePrefix, as as String0x, ax as SupportedBlockchainNamespaceForSignatureAuth, dN as TRANSACTIONS_STATS_CURRENCIES, dj as TRANSACTION_CHARTS, dl as TRANSACTION_TABLE_COLUMNS, bZ as TagId, bh as TagPrefix, c0 as TagsToTransactionReviewsId, bk as TagsToTransactionReviewsPrefix, bX as TestId, bf as TestPrefix, ai as TezosAddress, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aL as TezosSignature, c3 as TransactionActivityId, bn as TransactionActivityPrefix, c1 as TransactionAddressesId, bl as TransactionAddressesPrefix, cd as TransactionAmountId, bx as TransactionAmountPrefix, dL as TransactionAmountsFieldName, dK as TransactionAmountsFieldNames, dD as TransactionCurrencyCode, dC as TransactionCurrencyCodes, dP as TransactionDataEventObject, dB as TransactionDirection, dA as TransactionDirections, c8 as TransactionExtractedInfosId, bs as TransactionExtractedInfosPrefix, c4 as TransactionFeesId, bo as TransactionFeesPrefix, c2 as TransactionId, c7 as TransactionInfosId, br as TransactionInfosPrefix, ca as TransactionMethodExtractedInfosId, bu as TransactionMethodExtractedInfosPrefix, c9 as TransactionMethodsId, bt as TransactionMethodsPrefix, c6 as TransactionPartiesId, bq as TransactionPartiesPrefix, dJ as TransactionPartiesType, dI as TransactionPartiesTypes, bm as TransactionPrefix, dF as TransactionProvider, dE as TransactionProviders, c5 as TransactionReviewId, bp as TransactionReviewPrefix, dv as TransactionReviewStatus, du as TransactionReviewStatuses, dt as TransactionRiskLevel, ds as TransactionRiskLevels, dO as TransactionStatsCurrency, dy as TransactionStatusMapping, dm as TransactionTableColumn, dp as TransactionType, dr as TransactionTypeWithAll, dn as TransactionTypes, dq as TransactionTypesWithAll, dk as TransactionsChartType, aa as TxHash, aS as UuidString, d_ as VaultJsonSchemas, e4 as VaultMetadataLinkZodSchema, e2 as VaultPointerKeyMapZodSchema, e3 as VaultQueryMapZodSchema, e0 as VaultSchemaIdZodSchema, e1 as VaultSchemaPathsZodSchema, d$ as VaultZodSchema, cz as VerificationMode, cy as VerificationModes, bU as WalletId, bc as WalletPrefix, ea as WalletScreeningData, ec as WalletScreeningProvider, eb as WalletScreeningProviders, cR as Web2CreateSessionParams, cK as WorkflowId, cj as WorkflowSessionAttributeId, bD as WorkflowSessionAttributePrefix, bO as WorkflowSessionId, cJ as WorkspaceId, dU as allDataLinkTypes, dS as allDataLinkVersions, b2 as countryISO2toISO3Mapping, b1 as countryISO3toISO2Mapping, bP as createBrandedSchemaId, bQ as createBrandedSchemaIdWithParams, cr as generateId, dX as generateZodObjectPaths, a6 as isValidAddress, b4 as isoCountriesNameFromISO2, b5 as isoCountriesNameFromISO3, b6 as parseISO3CountryCode, dY as resolvePathOnDataSchema, dZ as resolvePathOnMapSchema, b8 as scorechainCountriesNameFromISO2, ab as shortBlockchainAddress } from './vault.schema-4acec510.esm.mjs';
2
2
  import { z } from 'zod';
3
- import { C as CredentialTypes } from './identity-api.schema-698da711.esm.mjs';
4
- export { b9 as ARRAY_OPERATORS, aT as AUTHORIZATION_REQUEST_MESSAGE_TYPES, G as AVAILABLE_FLOWS, ac as AbbreviatedWorkflowScenario, bn as AllCredentialValues, c0 as AllScenarioExecutionAuthorizationData, bU as AnyTxAuthDataSignatureResponse, bX as AnyTxAuthInputJsSdk, bN as ApiTezosTxAuthInput, bJ as ApiTxAuthInput, ba as ArrayOperator, a$ as AuthQrCodeData, ax as AuthSession, ay as AuthSessionData, aW as AuthorizationRequestMessage, aV as AuthorizationRequestMessageType, aU as AuthorizationRequestMessageTypes, aZ as AuthorizationResponseMessage, H as AvailableFlow, bf as BOOLEAN_OPERATORS, _ as BackwardsCompatibleScenarioType, Z as BackwardsCompatibleScenarioTypes, $ as BaseQueryResponse, B as BasicCustomerContactInformation, bg as BooleanOperator, aQ as CIRCUIT_IDS, k as CUSTOMERS_CHARTS, o as CUSTOMER_AUTOMATION_REASONS, m as CUSTOMER_TABLE_COLUMNS, bx as ChallengeQuerySchema, az as ChallengeResponse, aR as CircuitId, q as CloseScreenNotification, af as ComplianceImplementationStepsInput, b$ as CreateAuthRequestProps, ae as CreateTemplateScenario, cb as CredentialMediaType, c6 as CredentialNames, a_ as CredentialQrCodeData, c5 as CredentialSchemas, c9 as CredentialType, C as CredentialTypes, h as CustomerOnboardingLevel, g as CustomerOnboardingLevels, j as CustomerStatus, i as CustomerStatuses, n as CustomerTableColumn, c as CustomerType, b as CustomerTypes, l as CustomersChartType, bh as DATE_OPERATORS, J as DataAvailableOnStart, bi as DateOperator, bV as Eip155TxAuthInputJsSdk, a1 as ExecuteQueryResponse, bT as ExtendedTezosTxAuthDataSignatureResponse, bR as ExtendedTezosTxAuthInput, bS as ExtendedTxAuthDataSignatureResponse, bQ as ExtendedTxAuthInput, aw as GenerateWalletChallengeRequest, ah as GetCredentialsRequest, ai as GetCredentialsResponse, aC as GetCustomerStatusRequest, aH as GetCustomerStatusResponse, bP as GetTezosTxAuthDataSignatureResponse, bL as GetTxAuthDataSignatureResponse, aq as GetTxAuthSigRequest, as as GetTxAuthSigRequestTezos, ar as GetTxAuthSigResponse, at as GetTxAuthSigResponseTezos, aK as HostMessage, au as HostRequestMessage, Q as HostResponseMessage, bm as IDInformationTfhe, aI as IdentityAppMessage, aL as IdentityMessage, z as IdentityNotificationMessage, F as IdentityRequestMessage, av as IdentityResponseMessage, aD as IdentitySdkMessage, aE as IdentitySdkMessageWithIdentifier, aJ as IdentityWallet, A as InitialDataRequest, L as InitialDataResponse, I as IsVerifiedNotification, ao as IsVerifiedRequest, ap as IsVerifiedResponse, f as KybOnboardingLevel, e as KybOnboardingLevels, r as KycCompletionData, s as KycCompletionNotification, d as KycOnboardingLevel, K as KycOnboardingLevels, aO as MediaType, aP as MediaTypePID, bd as NUMERIC_OPERATORS, c7 as NexeraCredentialType, be as NumericOperator, by as OLD_CHALLENGE_QUERY_OPERATORS, bz as OLD_ChallengeQueryOperator, bC as OLD_ChallengeQueryOperatorToOperator, bu as OLD_ChallengeQuerySchema, bE as OLD_QueryCredentialType, bD as OLD_QueryCredentialTypes, b5 as OPERATORS, x as OcvSdkInitialized, O as OffChainScenarioExecutionData, a0 as OffChainZKPRuleResult, u as OnChainScenarioExecutionData, b6 as Operator, bA as OperatorMappings, bB as OperatorToOLD_ChallengeQueryOperator, bt as PartialQueryConfigSimplified, P as PolygonIdInitialized, ak as PolygonIdRequest, aj as PolygonIdRequestData, am as PolygonIdResponse, al as PolygonIdResponseData, b_ as PrivacyPreservingMonitoring, aX as ProofData, b3 as QUERY_LOGIC_OPERATOR, b0 as QrCodeLinkWithSchemaType, bo as QueriesOptions, br as QueryConfigSimplified, bq as QueryConfigTfhe, bw as QueryCredentialType, bv as QueryCredentialTypes, b4 as QueryLogicOperator, bp as QueryType, aM as RequiredDataRowSchema, aN as RequiredVerificationData, a as RiskScoreType, R as RiskScoreTypes, a2 as RuleEngineResponse, t as RuleEngineScenarioExecutionData, bs as RuleResultQueryConfig, a5 as RuleResultStatus, a6 as RuleResultStatusLabels, a4 as RuleResultStatuses, c1 as SCENARIO_AUTHORIZATION_STATUSES, bb as STRING_OPERATORS, bj as SUPPORTED_TYPES, ab as Scenario, S as ScenarioAuthorizationData, c2 as ScenarioAuthorizationStatus, v as ScenarioExecutionData, w as ScenarioExecutionNotification, a3 as ScenarioExecutionResponse, Y as ScenarioSchema, X as ScenarioStatus, W as ScenarioStatuses, V as ScenarioType, U as ScenarioTypes, a7 as SdkVerificationOutput, p as SdkVerificationResponseSchema, E as SendTransactionRequest, D as SignatureRequest, M as SignatureResponse, ag as SimplifiedCredential, y as StartCompletedNotification, an as StartFlowRequest, bc as StringOperator, bk as SupportedType, bl as SupportedTypes, ad as TemplateScenario, bM as TezosTxAuthInput, bW as TezosTxAuthInputJsSdk, bO as TezosTxSignatureResponse, T as TransactionData, N as TransactionResponse, aG as TxAuthDataSignatureGatingError, aB as TxAuthDataSignatureGatingRequest, aF as TxAuthDataSignatureResponse, bI as TxAuthInput, bK as TxSignatureResponse, ca as VerifiableCredential, aa as VerificationOutput, a9 as VerificationSessionStatus, a8 as VerificationSessionStatuses, c4 as VerifyWalletChallengeRequest, aA as WalletSignResponse, c3 as WalletSignatureResponse, b7 as ZKPOperator, bY as ZKPRequest, bZ as ZKPRequestFromZKVerifier, aS as ZeroKnowledgeProofRequest, aY as ZeroKnowledgeProofResponse, c8 as getCredentialName, bG as getOldCredentialPath, bF as getOldCredentialType, bH as oldCredentialPathToDataLink, b8 as operatorDisplayMap, b1 as parseIden3Message, b2 as parseSessionIdFromUrl } from './identity-api.schema-698da711.esm.mjs';
5
- export { I as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-ca582b5e.esm.mjs';
3
+ import { C as CredentialTypes } from './identity-api.schema-a2ca36c1.esm.mjs';
4
+ export { Y as ACTION_STATUSES, W as ACTION_TRIGGERS, bj as ARRAY_OPERATORS, b1 as AUTHORIZATION_REQUEST_MESSAGE_TYPES, G as AVAILABLE_FLOWS, am as AbbreviatedWorkflowScenario, ak as Action, Z as ActionStatus, X as ActionTrigger, V as ActionType, _ as ActionValue, bx as AllCredentialValues, cb as AllScenarioExecutionAuthorizationData, c3 as AnyTxAuthDataSignatureResponse, c6 as AnyTxAuthInputJsSdk, bY as ApiTezosTxAuthInput, bU as ApiTxAuthInput, bk as ArrayOperator, b9 as AuthQrCodeData, aH as AuthSession, aI as AuthSessionData, b4 as AuthorizationRequestMessage, b3 as AuthorizationRequestMessageType, b2 as AuthorizationRequestMessageTypes, b7 as AuthorizationResponseMessage, H as AvailableFlow, bp as BOOLEAN_OPERATORS, a7 as BackwardsCompatibleScenarioType, a6 as BackwardsCompatibleScenarioTypes, a8 as BaseQueryResponse, B as BasicCustomerContactInformation, bq as BooleanOperator, a_ as CIRCUIT_IDS, k as CUSTOMERS_CHARTS, o as CUSTOMER_AUTOMATION_REASONS, m as CUSTOMER_TABLE_COLUMNS, bI as ChallengeQuerySchema, aJ as ChallengeResponse, a$ as CircuitId, q as CloseScreenNotification, ap as ComplianceImplementationStepsInput, ca as CreateAuthRequestProps, ao as CreateTemplateScenario, cm as CredentialMediaType, ch as CredentialNames, b8 as CredentialQrCodeData, cg as CredentialSchemas, ck as CredentialType, C as CredentialTypes, h as CustomerOnboardingLevel, g as CustomerOnboardingLevels, j as CustomerStatus, i as CustomerStatuses, n as CustomerTableColumn, c as CustomerType, b as CustomerTypes, l as CustomersChartType, br as DATE_OPERATORS, J as DataAvailableOnStart, bs as DateOperator, c4 as Eip155TxAuthInputJsSdk, aa as ExecuteQueryResponse, c2 as ExtendedTezosTxAuthDataSignatureResponse, c0 as ExtendedTezosTxAuthInput, c1 as ExtendedTxAuthDataSignatureResponse, b$ as ExtendedTxAuthInput, aG as GenerateWalletChallengeRequest, ar as GetCredentialsRequest, as as GetCredentialsResponse, aM as GetCustomerStatusRequest, aR as GetCustomerStatusResponse, b_ as GetTezosTxAuthDataSignatureResponse, bW as GetTxAuthDataSignatureResponse, aA as GetTxAuthSigRequest, aC as GetTxAuthSigRequestTezos, aB as GetTxAuthSigResponse, aD as GetTxAuthSigResponseTezos, aU as HostMessage, aE as HostRequestMessage, Q as HostResponseMessage, bw as IDInformationTfhe, aS as IdentityAppMessage, aV as IdentityMessage, z as IdentityNotificationMessage, F as IdentityRequestMessage, aF as IdentityResponseMessage, aN as IdentitySdkMessage, aO as IdentitySdkMessageWithIdentifier, aT as IdentityWallet, A as InitialDataRequest, L as InitialDataResponse, I as IsVerifiedNotification, ay as IsVerifiedRequest, az as IsVerifiedResponse, f as KybOnboardingLevel, e as KybOnboardingLevels, r as KycCompletionData, s as KycCompletionNotification, d as KycOnboardingLevel, K as KycOnboardingLevels, aY as MediaType, aZ as MediaTypePID, bn as NUMERIC_OPERATORS, ci as NexeraCredentialType, bo as NumericOperator, bJ as OLD_CHALLENGE_QUERY_OPERATORS, bK as OLD_ChallengeQueryOperator, bN as OLD_ChallengeQueryOperatorToOperator, bF as OLD_ChallengeQuerySchema, bP as OLD_QueryCredentialType, bO as OLD_QueryCredentialTypes, bf as OPERATORS, x as OcvSdkInitialized, O as OffChainScenarioExecutionData, a9 as OffChainZKPRuleResult, u as OnChainScenarioExecutionData, bg as Operator, bL as OperatorMappings, bM as OperatorToOLD_ChallengeQueryOperator, bE as PartialQueryConfigSimplified, P as PolygonIdInitialized, au as PolygonIdRequest, at as PolygonIdRequestData, aw as PolygonIdResponse, av as PolygonIdResponseData, c9 as PrivacyPreservingMonitoring, b5 as ProofData, bd as QUERY_LOGIC_OPERATOR, ba as QrCodeLinkWithSchemaType, by as QueriesOptions, bB as QueryConfigSimplified, bA as QueryConfigTfhe, bH as QueryCredentialType, bG as QueryCredentialTypes, bC as QueryGroupConfigSimplified, be as QueryLogicOperator, bz as QueryType, aW as RequiredDataRowSchema, aX as RequiredVerificationData, a as RiskScoreType, R as RiskScoreTypes, ab as RuleEngineResponse, t as RuleEngineScenarioExecutionData, bD as RuleResultQueryConfig, ae as RuleResultStatus, af as RuleResultStatusLabels, ad as RuleResultStatuses, U as SCENARIO_ACTION_TYPES, cc as SCENARIO_AUTHORIZATION_STATUSES, bl as STRING_OPERATORS, bt as SUPPORTED_TYPES, al as Scenario, S as ScenarioAuthorizationData, cd as ScenarioAuthorizationStatus, v as ScenarioExecutionData, w as ScenarioExecutionNotification, ac as ScenarioExecutionResponse, a2 as ScenarioMode, a1 as ScenarioModes, a5 as ScenarioSchema, a4 as ScenarioStatus, a3 as ScenarioStatuses, a0 as ScenarioType, $ as ScenarioTypes, ag as SdkVerificationOutput, p as SdkVerificationResponseSchema, E as SendTransactionRequest, D as SignatureRequest, M as SignatureResponse, aq as SimplifiedCredential, y as StartCompletedNotification, ax as StartFlowRequest, bm as StringOperator, bu as SupportedType, bv as SupportedTypes, an as TemplateScenario, bX as TezosTxAuthInput, c5 as TezosTxAuthInputJsSdk, bZ as TezosTxSignatureResponse, T as TransactionData, N as TransactionResponse, aQ as TxAuthDataSignatureGatingError, aL as TxAuthDataSignatureGatingRequest, aP as TxAuthDataSignatureResponse, bT as TxAuthInput, bV as TxSignatureResponse, cl as VerifiableCredential, aj as VerificationOutput, ai as VerificationSessionStatus, ah as VerificationSessionStatuses, cf as VerifyWalletChallengeRequest, aK as WalletSignResponse, ce as WalletSignatureResponse, bh as ZKPOperator, c7 as ZKPRequest, c8 as ZKPRequestFromZKVerifier, b0 as ZeroKnowledgeProofRequest, b6 as ZeroKnowledgeProofResponse, cj as getCredentialName, bR as getOldCredentialPath, bQ as getOldCredentialType, bS as oldCredentialPathToDataLink, bi as operatorDisplayMap, bb as parseIden3Message, bc as parseSessionIdFromUrl } from './identity-api.schema-a2ca36c1.esm.mjs';
5
+ export { I as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-2ff3db73.esm.mjs';
6
6
  import 'nanoid';
7
7
  import 'decimal.js';
8
8
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.75.0",
3
+ "version": "2.77.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var vault_schema = require('./vault.schema-6c801a7d.cjs.prod.cjs');
4
- var identityApi_schema = require('./identity-api.schema-86cf92dd.cjs.prod.cjs');
3
+ var vault_schema = require('./vault.schema-01e66371.cjs.prod.cjs');
4
+ var identityApi_schema = require('./identity-api.schema-ea5b7e85.cjs.prod.cjs');
5
5
 
6
6
  var VC_JSON_SCHEMA_MAP = {
7
7
  ProofOfResidence: {
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var vault_schema = require('./vault.schema-03f54b78.cjs.dev.cjs');
4
- var identityApi_schema = require('./identity-api.schema-f273d197.cjs.dev.cjs');
3
+ var vault_schema = require('./vault.schema-f3a557c2.cjs.dev.cjs');
4
+ var identityApi_schema = require('./identity-api.schema-78cad570.cjs.dev.cjs');
5
5
 
6
6
  var VC_JSON_SCHEMA_MAP = {
7
7
  ProofOfResidence: {
@@ -1,5 +1,5 @@
1
- import { ec as _toConsumableArray } from './vault.schema-4c134301.esm.mjs';
2
- import { bk as SupportedType, bd as NUMERIC_OPERATORS, b9 as ARRAY_OPERATORS, bf as BOOLEAN_OPERATORS, bb as STRING_OPERATORS } from './identity-api.schema-698da711.esm.mjs';
1
+ import { ee as _toConsumableArray } from './vault.schema-4acec510.esm.mjs';
2
+ import { bu as SupportedType, bn as NUMERIC_OPERATORS, bj as ARRAY_OPERATORS, bp as BOOLEAN_OPERATORS, bl as STRING_OPERATORS } from './identity-api.schema-a2ca36c1.esm.mjs';
3
3
 
4
4
  var VC_JSON_SCHEMA_MAP = {
5
5
  ProofOfResidence: {