@nexeraid/identity-schemas 2.63.0-dev → 2.65.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 (72) hide show
  1. package/dist/{CoinMarketCap.schema-88b89617.esm.mjs → CoinMarketCap.schema-4168b240.esm.mjs} +23 -18
  2. package/dist/{CoinMarketCap.schema-5ee91d17.cjs.dev.cjs → CoinMarketCap.schema-5152702c.cjs.dev.cjs} +23 -18
  3. package/dist/{CoinMarketCap.schema-16fb624f.cjs.prod.cjs → CoinMarketCap.schema-dcf0fd09.cjs.prod.cjs} +23 -18
  4. package/dist/declarations/src/credential-storage.schema.d.ts +3 -3
  5. package/dist/declarations/src/customer.schema.d.ts +4 -0
  6. package/dist/declarations/src/customer.schema.d.ts.map +1 -1
  7. package/dist/declarations/src/identity/app-requests.schema.d.ts +50 -50
  8. package/dist/declarations/src/identity/identity-v2.schema.d.ts +14 -14
  9. package/dist/declarations/src/identity/kyc.schema.d.ts +184 -24
  10. package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
  11. package/dist/declarations/src/identity/query.schema.d.ts +121 -4
  12. package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
  13. package/dist/declarations/src/identity/scenario.schema.d.ts +41 -41
  14. package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
  15. package/dist/declarations/src/identity-ids.schema.d.ts +10 -2
  16. package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
  17. package/dist/declarations/src/providers/kyb-sessions.schema.d.ts +26 -20
  18. package/dist/declarations/src/providers/kyb-sessions.schema.d.ts.map +1 -1
  19. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +69 -33
  20. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
  21. package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +238 -185
  22. package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts.map +1 -1
  23. package/dist/declarations/src/providers/sumsub/sumsub.schema.d.ts +11 -0
  24. package/dist/declarations/src/providers/sumsub/sumsub.schema.d.ts.map +1 -1
  25. package/dist/declarations/src/vault/schemas/generated/Tfhe.schema.json.d.ts +1037 -0
  26. package/dist/declarations/src/vault/schemas/generated/Tfhe.type.d.ts +72 -0
  27. package/dist/declarations/src/vault/schemas/generated/Tfhe.type.d.ts.map +1 -0
  28. package/dist/declarations/src/vault/vault.schema.d.ts +586 -0
  29. package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
  30. package/dist/declarations/src/verifiable-credentials/frontend-utilities.schema.d.ts +10 -0
  31. package/dist/declarations/src/verifiable-credentials/frontend-utilities.schema.d.ts.map +1 -1
  32. package/dist/declarations/src/verifiable-credentials/general-vc-typing.schema.d.ts +100 -6
  33. package/dist/declarations/src/verifiable-credentials/general-vc-typing.schema.d.ts.map +1 -1
  34. package/dist/declarations/src/verifiable-credentials/generated/tfhe/IDInformationTfheCredentialSubjectSchema.d.ts +96 -0
  35. package/dist/declarations/src/verifiable-credentials/generated/tfhe/IDInformationTfheCredentialSubjectSchema.d.ts.map +1 -0
  36. package/dist/declarations/src/verifiable-credentials/generated-ts/IDInformationTfhe-credentialSubject.json.d.ts +494 -0
  37. package/dist/declarations/src/verifiable-credentials/generated-ts/IDInformationTfhe-credentialSubject.json.d.ts.map +1 -0
  38. package/dist/declarations/src/verifiable-credentials/index.d.ts +6 -0
  39. package/dist/declarations/src/verifiable-credentials/index.d.ts.map +1 -1
  40. package/dist/declarations/src/verifiable-credentials/tfhe-utilities.d.ts +6 -0
  41. package/dist/declarations/src/verifiable-credentials/tfhe-utilities.d.ts.map +1 -0
  42. package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts +211 -0
  43. package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts.map +1 -1
  44. package/dist/{identity-api.schema-f07e7dc0.cjs.prod.cjs → identity-api.schema-12a25a42.cjs.prod.cjs} +54 -5
  45. package/dist/{identity-api.schema-4697ed44.cjs.dev.cjs → identity-api.schema-4510f916.cjs.dev.cjs} +54 -5
  46. package/dist/{identity-api.schema-50cf4bbe.esm.mjs → identity-api.schema-97cbcb66.esm.mjs} +46 -6
  47. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +20 -7
  48. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +20 -7
  49. package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
  50. package/dist/package.json +1 -1
  51. package/dist/{frontend-utilities.schema-85b3a5de.cjs.dev.cjs → tfhe-utilities-1ae3cd6a.cjs.dev.cjs} +303 -6
  52. package/dist/{frontend-utilities.schema-bdbef342.cjs.prod.cjs → tfhe-utilities-b0e780c6.cjs.prod.cjs} +303 -6
  53. package/dist/{frontend-utilities.schema-652b04a0.esm.mjs → tfhe-utilities-f43f16b1.esm.mjs} +302 -7
  54. package/dist/{vault.schema-8d2dd08d.esm.mjs → vault.schema-1b7eeedd.esm.mjs} +1356 -232
  55. package/dist/{vault.schema-2d02afaa.cjs.prod.cjs → vault.schema-4921bc9f.cjs.dev.cjs} +1357 -231
  56. package/dist/{vault.schema-a14b6922.cjs.dev.cjs → vault.schema-9d80a02d.cjs.prod.cjs} +1357 -231
  57. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +7 -2
  58. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +7 -2
  59. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  60. package/package.json +1 -1
  61. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
  62. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
  63. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  64. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
  65. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
  66. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
  67. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +11 -7
  68. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +11 -7
  69. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  70. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +3 -3
  71. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
  72. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
@@ -1590,6 +1590,31 @@ var OLD_AMLScreeningsResultsCredentialSubjectSchema = z.object({
1590
1590
  }).describe("Details related to the original data before any amendments")
1591
1591
  }).describe("Stores the data of the credential");
1592
1592
 
1593
+ var IDInformationTfheCredentialSubjectSchema = z.object({
1594
+ id: z.string().url().describe("Stores the DID of the subject that owns the credential"),
1595
+ journeyId: z.string().uuid().describe("Journey ID of when credential was generated"),
1596
+ reviewAnswer: z["enum"](["RED", "YELLOW", "GREEN"]).describe("Review result from kyc provider"),
1597
+ reviewRejectType: z["enum"](["FINAL", "RETRY"]).describe("Review reject type").optional(),
1598
+ reviewRejectLabels: z.array(z["enum"](["FORGERY", "DOCUMENT_TEMPLATE", "LOW_QUALITY", "SPAM", "NOT_DOCUMENT", "SELFIE_MISMATCH", "ID_INVALID", "FOREIGNER", "DUPLICATE", "BAD_AVATAR", "WRONG_USER_REGION", "INCOMPLETE_DOCUMENT", "BLACKLIST", "BLOCKLIST", "UNSATISFACTORY_PHOTOS", "DOCUMENT_PAGE_MISSING", "DOCUMENT_DAMAGED", "REGULATIONS_VIOLATIONS", "INCONSISTENT_PROFILE", "PROBLEMATIC_APPLICANT_DATA", "ADDITIONAL_DOCUMENT_REQUIRED", "AGE_REQUIREMENT_MISMATCH", "EXPERIENCE_REQUIREMENT_MISMATCH", "CRIMINAL", "WRONG_ADDRESS", "GRAPHIC_EDITOR", "DOCUMENT_DEPRIVED", "COMPROMISED_PERSONS", "PEP", "ADVERSE_MEDIA", "FRAUDULENT_PATTERNS", "SANCTIONS", "NOT_ALL_CHECKS_COMPLETED", "FRONT_SIDE_MISSING", "BACK_SIDE_MISSING", "SCREENSHOTS", "BLACK_AND_WHITE", "INCOMPATIBLE_LANGUAGE", "EXPIRATION_DATE", "UNFILLED_ID", "BAD_SELFIE", "BAD_VIDEO_SELFIE", "BAD_FACE_MATCHING", "BAD_PROOF_OF_IDENTITY", "BAD_PROOF_OF_ADDRESS", "BAD_PROOF_OF_PAYMENT", "SELFIE_WITH_PAPER", "FRAUDULENT_LIVENESS", "OTHER", "REQUESTED_DATA_MISMATCH", "OK", "COMPANY_NOT_DEFINED_STRUCTURE", "COMPANY_NOT_DEFINED_BENEFICIARIES", "COMPANY_NOT_VALIDATED_BENEFICIARIES", "COMPANY_NOT_DEFINED_REPRESENTATIVES", "COMPANY_NOT_VALIDATED_REPRESENTATIVES", "APPLICANT_INTERRUPTED_INTERVIEW", "DOCUMENT_MISSING", "UNSUITABLE_ENV", "CONNECTION_INTERRUPTED", "UNSUPPORTED_LANGUAGE", "THIRD_PARTY_INVOLVED", "CHECK_UNAVAILABLE", "INCORRECT_SOCIAL_NUMBER"])).describe("Reject labels").optional(),
1599
+ documentType: z["enum"](["ID_CARD", "PASSPORT", "DRIVERS", "RESIDENCE_PERMIT", "UTILITY_BILL", "SELFIE", "VIDEO_SELFIE", "PROFILE_IMAGE", "ID_DOC_PHOTO", "AGREEMENT", "CONTRACT", "DRIVERS_TRANSLATION", "INVESTOR_DOC", "VEHICLE_REGISTRATION_CERTIFICATE", "INCOME_SOURCE", "PAYMENT_METHOD", "BANK_CARD", "COVID_VACCINATION_FORM", "OTHER"]).describe("Type of the document provided by the credential subject"),
1600
+ entryDate: z.number()["int"]().describe("Entry date associated with the credential"),
1601
+ entryTime: z.string().describe("Entry time associated with the credential"),
1602
+ personalData: z.object({
1603
+ firstName: z.string().describe("First name of the credential subject").optional(),
1604
+ middleName: z.string().describe("Middle name of the credential subject").optional(),
1605
+ lastName: z.string().describe("Last name of the credential subject").optional(),
1606
+ gender: z.string().describe("Gender of the credential subject").optional(),
1607
+ age: z.number()["int"]().gte(0).lte(125).describe("Age of the credential subject").optional(),
1608
+ citizenship: z["enum"](["AFG", "ALB", "DZA", "ASM", "AND", "AGO", "AIA", "ATA", "ATG", "ARG", "ARM", "ABW", "AUS", "AUT", "AZE", "BHS", "BHR", "BGD", "BRB", "BLR", "BEL", "BLZ", "BEN", "BMU", "BTN", "BOL", "BES", "BIH", "BWA", "BVT", "BRA", "IOT", "BRN", "BGR", "BFA", "BDI", "CPV", "KHM", "CMR", "CAN", "CYM", "CAF", "TCD", "CHL", "CHN", "CXR", "CCK", "COL", "COM", "COD", "COG", "COK", "CRI", "HRV", "CUB", "CUW", "CYP", "CZE", "CIV", "DNK", "DJI", "DMA", "DOM", "ECU", "EGY", "SLV", "GNQ", "ERI", "EST", "SWZ", "ETH", "FLK", "FRO", "FJI", "FIN", "FRA", "GUF", "PYF", "ATF", "GAB", "GMB", "GEO", "DEU", "GHA", "GIB", "GRC", "GRL", "GRD", "GLP", "GUM", "GTM", "GGY", "GIN", "GNB", "GUY", "HTI", "HMD", "VAT", "HND", "HKG", "HUN", "ISL", "IND", "IDN", "IRN", "IRQ", "IRL", "IMN", "ISR", "ITA", "JAM", "JPN", "JEY", "JOR", "KAZ", "KEN", "KIR", "PRK", "KOR", "KWT", "KGZ", "LAO", "LVA", "LBN", "LSO", "LBR", "LBY", "LIE", "LTU", "LUX", "MAC", "MDG", "MWI", "MYS", "MDV", "MLI", "MLT", "MHL", "MTQ", "MRT", "MUS", "MYT", "MEX", "FSM", "MDA", "MCO", "MNG", "MNE", "MSR", "MAR", "MOZ", "MMR", "NAM", "NRU", "NPL", "NLD", "NCL", "NZL", "NIC", "NER", "NGA", "NIU", "NFK", "MNP", "NOR", "OMN", "PAK", "PLW", "PSE", "PAN", "PNG", "PRY", "PER", "PHL", "PCN", "POL", "PRT", "PRI", "QAT", "MKD", "ROU", "RUS", "RWA", "REU", "BLM", "SHN", "KNA", "LCA", "MAF", "SPM", "VCT", "WSM", "SMR", "STP", "SAU", "SEN", "SRB", "SYC", "SLE", "SGP", "SXM", "SVK", "SVN", "SLB", "SOM", "ZAF", "SGS", "SSD", "ESP", "LKA", "SDN", "SUR", "SJM", "SWE", "CHE", "SYR", "TWN", "TJK", "TZA", "THA", "TLS", "TGO", "TKL", "TON", "TTO", "TUN", "TUR", "TKM", "TCA", "TUV", "UGA", "UKR", "ARE", "GBR", "UMI", "USA", "URY", "UZB", "VUT", "VEN", "VNM", "VGB", "VIR", "WLF", "ESH", "YEM", "ZMB", "ZWE", "ALA", "ANT", "XKX"]).describe("Citizenship status of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)").optional(),
1609
+ country: z["enum"](["AFG", "ALB", "DZA", "ASM", "AND", "AGO", "AIA", "ATA", "ATG", "ARG", "ARM", "ABW", "AUS", "AUT", "AZE", "BHS", "BHR", "BGD", "BRB", "BLR", "BEL", "BLZ", "BEN", "BMU", "BTN", "BOL", "BES", "BIH", "BWA", "BVT", "BRA", "IOT", "BRN", "BGR", "BFA", "BDI", "CPV", "KHM", "CMR", "CAN", "CYM", "CAF", "TCD", "CHL", "CHN", "CXR", "CCK", "COL", "COM", "COD", "COG", "COK", "CRI", "HRV", "CUB", "CUW", "CYP", "CZE", "CIV", "DNK", "DJI", "DMA", "DOM", "ECU", "EGY", "SLV", "GNQ", "ERI", "EST", "SWZ", "ETH", "FLK", "FRO", "FJI", "FIN", "FRA", "GUF", "PYF", "ATF", "GAB", "GMB", "GEO", "DEU", "GHA", "GIB", "GRC", "GRL", "GRD", "GLP", "GUM", "GTM", "GGY", "GIN", "GNB", "GUY", "HTI", "HMD", "VAT", "HND", "HKG", "HUN", "ISL", "IND", "IDN", "IRN", "IRQ", "IRL", "IMN", "ISR", "ITA", "JAM", "JPN", "JEY", "JOR", "KAZ", "KEN", "KIR", "PRK", "KOR", "KWT", "KGZ", "LAO", "LVA", "LBN", "LSO", "LBR", "LBY", "LIE", "LTU", "LUX", "MAC", "MDG", "MWI", "MYS", "MDV", "MLI", "MLT", "MHL", "MTQ", "MRT", "MUS", "MYT", "MEX", "FSM", "MDA", "MCO", "MNG", "MNE", "MSR", "MAR", "MOZ", "MMR", "NAM", "NRU", "NPL", "NLD", "NCL", "NZL", "NIC", "NER", "NGA", "NIU", "NFK", "MNP", "NOR", "OMN", "PAK", "PLW", "PSE", "PAN", "PNG", "PRY", "PER", "PHL", "PCN", "POL", "PRT", "PRI", "QAT", "MKD", "ROU", "RUS", "RWA", "REU", "BLM", "SHN", "KNA", "LCA", "MAF", "SPM", "VCT", "WSM", "SMR", "STP", "SAU", "SEN", "SRB", "SYC", "SLE", "SGP", "SXM", "SVK", "SVN", "SLB", "SOM", "ZAF", "SGS", "SSD", "ESP", "LKA", "SDN", "SUR", "SJM", "SWE", "CHE", "SYR", "TWN", "TJK", "TZA", "THA", "TLS", "TGO", "TKL", "TON", "TTO", "TUN", "TUR", "TKM", "TCA", "TUV", "UGA", "UKR", "ARE", "GBR", "UMI", "USA", "URY", "UZB", "VUT", "VEN", "VNM", "VGB", "VIR", "WLF", "ESH", "YEM", "ZMB", "ZWE", "ALA", "ANT", "XKX"]).describe("Country of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)").optional(),
1610
+ fullName: z.string().describe("Full name of the credential subject").optional(),
1611
+ birthDate: z.number()["int"]().describe("Birth Date of the credential subject in integer format of yyyymmdd, example: 20231226 2023 year, 12-December, 26-day").optional(),
1612
+ countryOfBirth: z["enum"](["AFG", "ALB", "DZA", "ASM", "AND", "AGO", "AIA", "ATA", "ATG", "ARG", "ARM", "ABW", "AUS", "AUT", "AZE", "BHS", "BHR", "BGD", "BRB", "BLR", "BEL", "BLZ", "BEN", "BMU", "BTN", "BOL", "BES", "BIH", "BWA", "BVT", "BRA", "IOT", "BRN", "BGR", "BFA", "BDI", "CPV", "KHM", "CMR", "CAN", "CYM", "CAF", "TCD", "CHL", "CHN", "CXR", "CCK", "COL", "COM", "COD", "COG", "COK", "CRI", "HRV", "CUB", "CUW", "CYP", "CZE", "CIV", "DNK", "DJI", "DMA", "DOM", "ECU", "EGY", "SLV", "GNQ", "ERI", "EST", "SWZ", "ETH", "FLK", "FRO", "FJI", "FIN", "FRA", "GUF", "PYF", "ATF", "GAB", "GMB", "GEO", "DEU", "GHA", "GIB", "GRC", "GRL", "GRD", "GLP", "GUM", "GTM", "GGY", "GIN", "GNB", "GUY", "HTI", "HMD", "VAT", "HND", "HKG", "HUN", "ISL", "IND", "IDN", "IRN", "IRQ", "IRL", "IMN", "ISR", "ITA", "JAM", "JPN", "JEY", "JOR", "KAZ", "KEN", "KIR", "PRK", "KOR", "KWT", "KGZ", "LAO", "LVA", "LBN", "LSO", "LBR", "LBY", "LIE", "LTU", "LUX", "MAC", "MDG", "MWI", "MYS", "MDV", "MLI", "MLT", "MHL", "MTQ", "MRT", "MUS", "MYT", "MEX", "FSM", "MDA", "MCO", "MNG", "MNE", "MSR", "MAR", "MOZ", "MMR", "NAM", "NRU", "NPL", "NLD", "NCL", "NZL", "NIC", "NER", "NGA", "NIU", "NFK", "MNP", "NOR", "OMN", "PAK", "PLW", "PSE", "PAN", "PNG", "PRY", "PER", "PHL", "PCN", "POL", "PRT", "PRI", "QAT", "MKD", "ROU", "RUS", "RWA", "REU", "BLM", "SHN", "KNA", "LCA", "MAF", "SPM", "VCT", "WSM", "SMR", "STP", "SAU", "SEN", "SRB", "SYC", "SLE", "SGP", "SXM", "SVK", "SVN", "SLB", "SOM", "ZAF", "SGS", "SSD", "ESP", "LKA", "SDN", "SUR", "SJM", "SWE", "CHE", "SYR", "TWN", "TJK", "TZA", "THA", "TLS", "TGO", "TKL", "TON", "TTO", "TUN", "TUR", "TKM", "TCA", "TUV", "UGA", "UKR", "ARE", "GBR", "UMI", "USA", "URY", "UZB", "VUT", "VEN", "VNM", "VGB", "VIR", "WLF", "ESH", "YEM", "ZMB", "ZWE", "ALA", "ANT", "XKX"]).describe("Country of birth of the credential subject - - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)").optional(),
1613
+ stateOfBirth: z.string().describe("State of birth of the credential subject").optional()
1614
+ }).describe("Original data extracted by the provider"),
1615
+ isSandbox: z["boolean"]().describe("Indicates if the credential was generated in a sandbox environment").optional()
1616
+ }).describe("Stores the data of the credential");
1617
+
1593
1618
  var IDImageCredentialSubjectSchema = z.object({
1594
1619
  id: z.string().url().describe("Stores the DID of the subject that owns the credential"),
1595
1620
  journeyId: z.string().uuid().describe("The ID of the journey that this credential is associated with"),
@@ -1697,6 +1722,10 @@ var GenericVerifiableCredentialSchema = z.object({
1697
1722
  proof: z.any() //object | unknown[];
1698
1723
  });
1699
1724
 
1725
+ // IDInformationTfhe
1726
+ var IDInformationTfheCredentialSchema = GenericVerifiableCredentialSchema.extend({
1727
+ credentialSubject: IDInformationTfheCredentialSubjectSchema
1728
+ });
1700
1729
  // IDInformation
1701
1730
  var IDInformationCredentialSchema = GenericVerifiableCredentialSchema.extend({
1702
1731
  credentialSubject: IDInformationCredentialSubjectSchema
@@ -2095,6 +2124,10 @@ var CUSTOMER_AUTOMATION_REASONS = {
2095
2124
  offchain_zkp: {
2096
2125
  fail: "Offchain ZKP verification failed",
2097
2126
  pass: "Offchain ZKP verification passed"
2127
+ },
2128
+ tfhe: {
2129
+ fail: "TFHE verification failed",
2130
+ pass: "TFHE verification passed"
2098
2131
  }
2099
2132
  };
2100
2133
 
@@ -5079,240 +5112,1320 @@ var KycSessionJsonSchema = {
5079
5112
  $schema: "http://json-schema.org/draft-07/schema#"
5080
5113
  };
5081
5114
 
5082
- var TransactionJsonSchema = {
5083
- $ref: "#/definitions/Transaction",
5115
+ var TfheJsonSchema = {
5116
+ $ref: "#/definitions/Tfhe",
5084
5117
  definitions: {
5085
- Transaction: {
5118
+ Tfhe: {
5086
5119
  type: "object",
5087
5120
  properties: {
5088
- amount: {
5089
- type: "object",
5090
- properties: {
5091
- USD: {
5092
- description: "decimal"
5093
- },
5094
- EUR: {
5095
- description: "decimal"
5096
- },
5097
- GBP: {
5098
- description: "decimal"
5099
- }
5100
- },
5101
- additionalProperties: false
5102
- },
5103
- event: {
5104
- type: "object",
5105
- properties: {
5106
- transactionDate: {
5107
- type: "string",
5108
- format: "date-time"
5109
- },
5110
- amount: {
5111
- description: "decimal"
5112
- },
5113
- riskScore: {
5114
- type: "number"
5115
- },
5116
- riskLevel: {
5117
- type: "string"
5118
- },
5119
- type: {
5120
- type: "string",
5121
- "enum": [
5122
- "crypto",
5123
- "fiat"
5124
- ]
5125
- },
5126
- assets: {
5127
- type: "array",
5128
- items: {
5129
- type: "string"
5130
- }
5131
- }
5132
- },
5133
- additionalProperties: false
5134
- },
5135
- originator: {
5121
+ vcs: {
5136
5122
  type: "object",
5137
5123
  properties: {
5138
- countryOfResidence: {
5139
- type: "string",
5140
- "enum": [
5141
- "AFG",
5142
- "ALB",
5143
- "DZA",
5144
- "ASM",
5145
- "AND",
5146
- "AGO",
5147
- "AIA",
5148
- "ATA",
5149
- "ATG",
5150
- "ARG",
5151
- "ARM",
5152
- "ABW",
5153
- "AUS",
5154
- "AUT",
5155
- "AZE",
5156
- "BHS",
5157
- "BHR",
5158
- "BGD",
5159
- "BRB",
5160
- "BLR",
5161
- "BEL",
5162
- "BLZ",
5163
- "BEN",
5164
- "BMU",
5165
- "BTN",
5166
- "BOL",
5167
- "BES",
5168
- "BIH",
5169
- "BWA",
5170
- "BVT",
5171
- "BRA",
5172
- "IOT",
5173
- "BRN",
5174
- "BGR",
5175
- "BFA",
5176
- "BDI",
5177
- "CPV",
5178
- "KHM",
5179
- "CMR",
5180
- "CAN",
5181
- "CYM",
5182
- "CAF",
5183
- "TCD",
5184
- "CHL",
5185
- "CHN",
5186
- "CXR",
5187
- "CCK",
5188
- "COL",
5189
- "COM",
5190
- "COD",
5191
- "COG",
5192
- "COK",
5193
- "CRI",
5194
- "HRV",
5195
- "CUB",
5196
- "CUW",
5197
- "CYP",
5198
- "CZE",
5199
- "CIV",
5200
- "DNK",
5201
- "DJI",
5202
- "DMA",
5203
- "DOM",
5204
- "ECU",
5205
- "EGY",
5206
- "SLV",
5207
- "GNQ",
5208
- "ERI",
5209
- "EST",
5210
- "SWZ",
5211
- "ETH",
5212
- "FLK",
5213
- "FRO",
5214
- "FJI",
5215
- "FIN",
5216
- "FRA",
5217
- "GUF",
5218
- "PYF",
5219
- "ATF",
5220
- "GAB",
5221
- "GMB",
5222
- "GEO",
5223
- "DEU",
5224
- "GHA",
5225
- "GIB",
5226
- "GRC",
5227
- "GRL",
5228
- "GRD",
5229
- "GLP",
5230
- "GUM",
5231
- "GTM",
5232
- "GGY",
5233
- "GIN",
5234
- "GNB",
5235
- "GUY",
5236
- "HTI",
5237
- "HMD",
5238
- "VAT",
5239
- "HND",
5240
- "HKG",
5241
- "HUN",
5242
- "ISL",
5243
- "IND",
5244
- "IDN",
5245
- "IRN",
5246
- "IRQ",
5247
- "IRL",
5248
- "IMN",
5249
- "ISR",
5250
- "ITA",
5251
- "JAM",
5252
- "JPN",
5253
- "JEY",
5254
- "JOR",
5255
- "KAZ",
5256
- "KEN",
5257
- "KIR",
5258
- "PRK",
5259
- "KOR",
5260
- "KWT",
5261
- "KGZ",
5262
- "LAO",
5263
- "LVA",
5264
- "LBN",
5265
- "LSO",
5266
- "LBR",
5267
- "LBY",
5268
- "LIE",
5269
- "LTU",
5270
- "LUX",
5271
- "MAC",
5272
- "MDG",
5273
- "MWI",
5274
- "MYS",
5275
- "MDV",
5276
- "MLI",
5277
- "MLT",
5278
- "MHL",
5279
- "MTQ",
5280
- "MRT",
5281
- "MUS",
5282
- "MYT",
5283
- "MEX",
5284
- "FSM",
5285
- "MDA",
5286
- "MCO",
5287
- "MNG",
5288
- "MNE",
5289
- "MSR",
5290
- "MAR",
5291
- "MOZ",
5292
- "MMR",
5293
- "NAM",
5294
- "NRU",
5295
- "NPL",
5296
- "NLD",
5297
- "NCL",
5298
- "NZL",
5299
- "NIC",
5300
- "NER",
5301
- "NGA",
5302
- "NIU",
5303
- "NFK",
5304
- "MNP",
5305
- "NOR",
5306
- "OMN",
5307
- "PAK",
5308
- "PLW",
5309
- "PSE",
5310
- "PAN",
5311
- "PNG",
5312
- "PRY",
5313
- "PER",
5314
- "PHL",
5315
- "PCN",
5124
+ IDInformationTfhe: {
5125
+ type: "object",
5126
+ properties: {
5127
+ v1: {
5128
+ type: "object",
5129
+ properties: {
5130
+ id: {
5131
+ type: "string"
5132
+ },
5133
+ "@context": {
5134
+ type: "array",
5135
+ items: {
5136
+ type: "string"
5137
+ }
5138
+ },
5139
+ type: {
5140
+ type: "array",
5141
+ items: {
5142
+ type: "string"
5143
+ }
5144
+ },
5145
+ expirationDate: {
5146
+ type: "string"
5147
+ },
5148
+ issuanceDate: {
5149
+ type: "string"
5150
+ },
5151
+ credentialSubject: {
5152
+ type: "object",
5153
+ properties: {
5154
+ id: {
5155
+ type: "string",
5156
+ format: "uri",
5157
+ description: "Stores the DID of the subject that owns the credential"
5158
+ },
5159
+ journeyId: {
5160
+ type: "string",
5161
+ format: "uuid",
5162
+ description: "Journey ID of when credential was generated"
5163
+ },
5164
+ reviewAnswer: {
5165
+ type: "string",
5166
+ "enum": [
5167
+ "RED",
5168
+ "YELLOW",
5169
+ "GREEN"
5170
+ ],
5171
+ description: "Review result from kyc provider"
5172
+ },
5173
+ reviewRejectType: {
5174
+ type: "string",
5175
+ "enum": [
5176
+ "FINAL",
5177
+ "RETRY"
5178
+ ],
5179
+ description: "Review reject type"
5180
+ },
5181
+ reviewRejectLabels: {
5182
+ type: "array",
5183
+ items: {
5184
+ type: "string",
5185
+ "enum": [
5186
+ "FORGERY",
5187
+ "DOCUMENT_TEMPLATE",
5188
+ "LOW_QUALITY",
5189
+ "SPAM",
5190
+ "NOT_DOCUMENT",
5191
+ "SELFIE_MISMATCH",
5192
+ "ID_INVALID",
5193
+ "FOREIGNER",
5194
+ "DUPLICATE",
5195
+ "BAD_AVATAR",
5196
+ "WRONG_USER_REGION",
5197
+ "INCOMPLETE_DOCUMENT",
5198
+ "BLACKLIST",
5199
+ "BLOCKLIST",
5200
+ "UNSATISFACTORY_PHOTOS",
5201
+ "DOCUMENT_PAGE_MISSING",
5202
+ "DOCUMENT_DAMAGED",
5203
+ "REGULATIONS_VIOLATIONS",
5204
+ "INCONSISTENT_PROFILE",
5205
+ "PROBLEMATIC_APPLICANT_DATA",
5206
+ "ADDITIONAL_DOCUMENT_REQUIRED",
5207
+ "AGE_REQUIREMENT_MISMATCH",
5208
+ "EXPERIENCE_REQUIREMENT_MISMATCH",
5209
+ "CRIMINAL",
5210
+ "WRONG_ADDRESS",
5211
+ "GRAPHIC_EDITOR",
5212
+ "DOCUMENT_DEPRIVED",
5213
+ "COMPROMISED_PERSONS",
5214
+ "PEP",
5215
+ "ADVERSE_MEDIA",
5216
+ "FRAUDULENT_PATTERNS",
5217
+ "SANCTIONS",
5218
+ "NOT_ALL_CHECKS_COMPLETED",
5219
+ "FRONT_SIDE_MISSING",
5220
+ "BACK_SIDE_MISSING",
5221
+ "SCREENSHOTS",
5222
+ "BLACK_AND_WHITE",
5223
+ "INCOMPATIBLE_LANGUAGE",
5224
+ "EXPIRATION_DATE",
5225
+ "UNFILLED_ID",
5226
+ "BAD_SELFIE",
5227
+ "BAD_VIDEO_SELFIE",
5228
+ "BAD_FACE_MATCHING",
5229
+ "BAD_PROOF_OF_IDENTITY",
5230
+ "BAD_PROOF_OF_ADDRESS",
5231
+ "BAD_PROOF_OF_PAYMENT",
5232
+ "SELFIE_WITH_PAPER",
5233
+ "FRAUDULENT_LIVENESS",
5234
+ "OTHER",
5235
+ "REQUESTED_DATA_MISMATCH",
5236
+ "OK",
5237
+ "COMPANY_NOT_DEFINED_STRUCTURE",
5238
+ "COMPANY_NOT_DEFINED_BENEFICIARIES",
5239
+ "COMPANY_NOT_VALIDATED_BENEFICIARIES",
5240
+ "COMPANY_NOT_DEFINED_REPRESENTATIVES",
5241
+ "COMPANY_NOT_VALIDATED_REPRESENTATIVES",
5242
+ "APPLICANT_INTERRUPTED_INTERVIEW",
5243
+ "DOCUMENT_MISSING",
5244
+ "UNSUITABLE_ENV",
5245
+ "CONNECTION_INTERRUPTED",
5246
+ "UNSUPPORTED_LANGUAGE",
5247
+ "THIRD_PARTY_INVOLVED",
5248
+ "CHECK_UNAVAILABLE",
5249
+ "INCORRECT_SOCIAL_NUMBER"
5250
+ ]
5251
+ },
5252
+ description: "Reject labels"
5253
+ },
5254
+ documentType: {
5255
+ type: "string",
5256
+ "enum": [
5257
+ "ID_CARD",
5258
+ "PASSPORT",
5259
+ "DRIVERS",
5260
+ "RESIDENCE_PERMIT",
5261
+ "UTILITY_BILL",
5262
+ "SELFIE",
5263
+ "VIDEO_SELFIE",
5264
+ "PROFILE_IMAGE",
5265
+ "ID_DOC_PHOTO",
5266
+ "AGREEMENT",
5267
+ "CONTRACT",
5268
+ "DRIVERS_TRANSLATION",
5269
+ "INVESTOR_DOC",
5270
+ "VEHICLE_REGISTRATION_CERTIFICATE",
5271
+ "INCOME_SOURCE",
5272
+ "PAYMENT_METHOD",
5273
+ "BANK_CARD",
5274
+ "COVID_VACCINATION_FORM",
5275
+ "OTHER"
5276
+ ],
5277
+ description: "Type of the document provided by the credential subject"
5278
+ },
5279
+ entryDate: {
5280
+ type: "integer",
5281
+ description: "Entry date associated with the credential"
5282
+ },
5283
+ entryTime: {
5284
+ type: "string",
5285
+ description: "Entry time associated with the credential"
5286
+ },
5287
+ personalData: {
5288
+ type: "object",
5289
+ properties: {
5290
+ firstName: {
5291
+ type: "string",
5292
+ description: "First name of the credential subject"
5293
+ },
5294
+ middleName: {
5295
+ type: "string",
5296
+ description: "Middle name of the credential subject"
5297
+ },
5298
+ lastName: {
5299
+ type: "string",
5300
+ description: "Last name of the credential subject"
5301
+ },
5302
+ gender: {
5303
+ type: "string",
5304
+ description: "Gender of the credential subject"
5305
+ },
5306
+ age: {
5307
+ type: "integer",
5308
+ minimum: 0,
5309
+ maximum: 125,
5310
+ description: "Age of the credential subject"
5311
+ },
5312
+ citizenship: {
5313
+ type: "string",
5314
+ "enum": [
5315
+ "AFG",
5316
+ "ALB",
5317
+ "DZA",
5318
+ "ASM",
5319
+ "AND",
5320
+ "AGO",
5321
+ "AIA",
5322
+ "ATA",
5323
+ "ATG",
5324
+ "ARG",
5325
+ "ARM",
5326
+ "ABW",
5327
+ "AUS",
5328
+ "AUT",
5329
+ "AZE",
5330
+ "BHS",
5331
+ "BHR",
5332
+ "BGD",
5333
+ "BRB",
5334
+ "BLR",
5335
+ "BEL",
5336
+ "BLZ",
5337
+ "BEN",
5338
+ "BMU",
5339
+ "BTN",
5340
+ "BOL",
5341
+ "BES",
5342
+ "BIH",
5343
+ "BWA",
5344
+ "BVT",
5345
+ "BRA",
5346
+ "IOT",
5347
+ "BRN",
5348
+ "BGR",
5349
+ "BFA",
5350
+ "BDI",
5351
+ "CPV",
5352
+ "KHM",
5353
+ "CMR",
5354
+ "CAN",
5355
+ "CYM",
5356
+ "CAF",
5357
+ "TCD",
5358
+ "CHL",
5359
+ "CHN",
5360
+ "CXR",
5361
+ "CCK",
5362
+ "COL",
5363
+ "COM",
5364
+ "COD",
5365
+ "COG",
5366
+ "COK",
5367
+ "CRI",
5368
+ "HRV",
5369
+ "CUB",
5370
+ "CUW",
5371
+ "CYP",
5372
+ "CZE",
5373
+ "CIV",
5374
+ "DNK",
5375
+ "DJI",
5376
+ "DMA",
5377
+ "DOM",
5378
+ "ECU",
5379
+ "EGY",
5380
+ "SLV",
5381
+ "GNQ",
5382
+ "ERI",
5383
+ "EST",
5384
+ "SWZ",
5385
+ "ETH",
5386
+ "FLK",
5387
+ "FRO",
5388
+ "FJI",
5389
+ "FIN",
5390
+ "FRA",
5391
+ "GUF",
5392
+ "PYF",
5393
+ "ATF",
5394
+ "GAB",
5395
+ "GMB",
5396
+ "GEO",
5397
+ "DEU",
5398
+ "GHA",
5399
+ "GIB",
5400
+ "GRC",
5401
+ "GRL",
5402
+ "GRD",
5403
+ "GLP",
5404
+ "GUM",
5405
+ "GTM",
5406
+ "GGY",
5407
+ "GIN",
5408
+ "GNB",
5409
+ "GUY",
5410
+ "HTI",
5411
+ "HMD",
5412
+ "VAT",
5413
+ "HND",
5414
+ "HKG",
5415
+ "HUN",
5416
+ "ISL",
5417
+ "IND",
5418
+ "IDN",
5419
+ "IRN",
5420
+ "IRQ",
5421
+ "IRL",
5422
+ "IMN",
5423
+ "ISR",
5424
+ "ITA",
5425
+ "JAM",
5426
+ "JPN",
5427
+ "JEY",
5428
+ "JOR",
5429
+ "KAZ",
5430
+ "KEN",
5431
+ "KIR",
5432
+ "PRK",
5433
+ "KOR",
5434
+ "KWT",
5435
+ "KGZ",
5436
+ "LAO",
5437
+ "LVA",
5438
+ "LBN",
5439
+ "LSO",
5440
+ "LBR",
5441
+ "LBY",
5442
+ "LIE",
5443
+ "LTU",
5444
+ "LUX",
5445
+ "MAC",
5446
+ "MDG",
5447
+ "MWI",
5448
+ "MYS",
5449
+ "MDV",
5450
+ "MLI",
5451
+ "MLT",
5452
+ "MHL",
5453
+ "MTQ",
5454
+ "MRT",
5455
+ "MUS",
5456
+ "MYT",
5457
+ "MEX",
5458
+ "FSM",
5459
+ "MDA",
5460
+ "MCO",
5461
+ "MNG",
5462
+ "MNE",
5463
+ "MSR",
5464
+ "MAR",
5465
+ "MOZ",
5466
+ "MMR",
5467
+ "NAM",
5468
+ "NRU",
5469
+ "NPL",
5470
+ "NLD",
5471
+ "NCL",
5472
+ "NZL",
5473
+ "NIC",
5474
+ "NER",
5475
+ "NGA",
5476
+ "NIU",
5477
+ "NFK",
5478
+ "MNP",
5479
+ "NOR",
5480
+ "OMN",
5481
+ "PAK",
5482
+ "PLW",
5483
+ "PSE",
5484
+ "PAN",
5485
+ "PNG",
5486
+ "PRY",
5487
+ "PER",
5488
+ "PHL",
5489
+ "PCN",
5490
+ "POL",
5491
+ "PRT",
5492
+ "PRI",
5493
+ "QAT",
5494
+ "MKD",
5495
+ "ROU",
5496
+ "RUS",
5497
+ "RWA",
5498
+ "REU",
5499
+ "BLM",
5500
+ "SHN",
5501
+ "KNA",
5502
+ "LCA",
5503
+ "MAF",
5504
+ "SPM",
5505
+ "VCT",
5506
+ "WSM",
5507
+ "SMR",
5508
+ "STP",
5509
+ "SAU",
5510
+ "SEN",
5511
+ "SRB",
5512
+ "SYC",
5513
+ "SLE",
5514
+ "SGP",
5515
+ "SXM",
5516
+ "SVK",
5517
+ "SVN",
5518
+ "SLB",
5519
+ "SOM",
5520
+ "ZAF",
5521
+ "SGS",
5522
+ "SSD",
5523
+ "ESP",
5524
+ "LKA",
5525
+ "SDN",
5526
+ "SUR",
5527
+ "SJM",
5528
+ "SWE",
5529
+ "CHE",
5530
+ "SYR",
5531
+ "TWN",
5532
+ "TJK",
5533
+ "TZA",
5534
+ "THA",
5535
+ "TLS",
5536
+ "TGO",
5537
+ "TKL",
5538
+ "TON",
5539
+ "TTO",
5540
+ "TUN",
5541
+ "TUR",
5542
+ "TKM",
5543
+ "TCA",
5544
+ "TUV",
5545
+ "UGA",
5546
+ "UKR",
5547
+ "ARE",
5548
+ "GBR",
5549
+ "UMI",
5550
+ "USA",
5551
+ "URY",
5552
+ "UZB",
5553
+ "VUT",
5554
+ "VEN",
5555
+ "VNM",
5556
+ "VGB",
5557
+ "VIR",
5558
+ "WLF",
5559
+ "ESH",
5560
+ "YEM",
5561
+ "ZMB",
5562
+ "ZWE",
5563
+ "ALA",
5564
+ "ANT",
5565
+ "XKX"
5566
+ ],
5567
+ description: "Citizenship status of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)"
5568
+ },
5569
+ country: {
5570
+ type: "string",
5571
+ "enum": [
5572
+ "AFG",
5573
+ "ALB",
5574
+ "DZA",
5575
+ "ASM",
5576
+ "AND",
5577
+ "AGO",
5578
+ "AIA",
5579
+ "ATA",
5580
+ "ATG",
5581
+ "ARG",
5582
+ "ARM",
5583
+ "ABW",
5584
+ "AUS",
5585
+ "AUT",
5586
+ "AZE",
5587
+ "BHS",
5588
+ "BHR",
5589
+ "BGD",
5590
+ "BRB",
5591
+ "BLR",
5592
+ "BEL",
5593
+ "BLZ",
5594
+ "BEN",
5595
+ "BMU",
5596
+ "BTN",
5597
+ "BOL",
5598
+ "BES",
5599
+ "BIH",
5600
+ "BWA",
5601
+ "BVT",
5602
+ "BRA",
5603
+ "IOT",
5604
+ "BRN",
5605
+ "BGR",
5606
+ "BFA",
5607
+ "BDI",
5608
+ "CPV",
5609
+ "KHM",
5610
+ "CMR",
5611
+ "CAN",
5612
+ "CYM",
5613
+ "CAF",
5614
+ "TCD",
5615
+ "CHL",
5616
+ "CHN",
5617
+ "CXR",
5618
+ "CCK",
5619
+ "COL",
5620
+ "COM",
5621
+ "COD",
5622
+ "COG",
5623
+ "COK",
5624
+ "CRI",
5625
+ "HRV",
5626
+ "CUB",
5627
+ "CUW",
5628
+ "CYP",
5629
+ "CZE",
5630
+ "CIV",
5631
+ "DNK",
5632
+ "DJI",
5633
+ "DMA",
5634
+ "DOM",
5635
+ "ECU",
5636
+ "EGY",
5637
+ "SLV",
5638
+ "GNQ",
5639
+ "ERI",
5640
+ "EST",
5641
+ "SWZ",
5642
+ "ETH",
5643
+ "FLK",
5644
+ "FRO",
5645
+ "FJI",
5646
+ "FIN",
5647
+ "FRA",
5648
+ "GUF",
5649
+ "PYF",
5650
+ "ATF",
5651
+ "GAB",
5652
+ "GMB",
5653
+ "GEO",
5654
+ "DEU",
5655
+ "GHA",
5656
+ "GIB",
5657
+ "GRC",
5658
+ "GRL",
5659
+ "GRD",
5660
+ "GLP",
5661
+ "GUM",
5662
+ "GTM",
5663
+ "GGY",
5664
+ "GIN",
5665
+ "GNB",
5666
+ "GUY",
5667
+ "HTI",
5668
+ "HMD",
5669
+ "VAT",
5670
+ "HND",
5671
+ "HKG",
5672
+ "HUN",
5673
+ "ISL",
5674
+ "IND",
5675
+ "IDN",
5676
+ "IRN",
5677
+ "IRQ",
5678
+ "IRL",
5679
+ "IMN",
5680
+ "ISR",
5681
+ "ITA",
5682
+ "JAM",
5683
+ "JPN",
5684
+ "JEY",
5685
+ "JOR",
5686
+ "KAZ",
5687
+ "KEN",
5688
+ "KIR",
5689
+ "PRK",
5690
+ "KOR",
5691
+ "KWT",
5692
+ "KGZ",
5693
+ "LAO",
5694
+ "LVA",
5695
+ "LBN",
5696
+ "LSO",
5697
+ "LBR",
5698
+ "LBY",
5699
+ "LIE",
5700
+ "LTU",
5701
+ "LUX",
5702
+ "MAC",
5703
+ "MDG",
5704
+ "MWI",
5705
+ "MYS",
5706
+ "MDV",
5707
+ "MLI",
5708
+ "MLT",
5709
+ "MHL",
5710
+ "MTQ",
5711
+ "MRT",
5712
+ "MUS",
5713
+ "MYT",
5714
+ "MEX",
5715
+ "FSM",
5716
+ "MDA",
5717
+ "MCO",
5718
+ "MNG",
5719
+ "MNE",
5720
+ "MSR",
5721
+ "MAR",
5722
+ "MOZ",
5723
+ "MMR",
5724
+ "NAM",
5725
+ "NRU",
5726
+ "NPL",
5727
+ "NLD",
5728
+ "NCL",
5729
+ "NZL",
5730
+ "NIC",
5731
+ "NER",
5732
+ "NGA",
5733
+ "NIU",
5734
+ "NFK",
5735
+ "MNP",
5736
+ "NOR",
5737
+ "OMN",
5738
+ "PAK",
5739
+ "PLW",
5740
+ "PSE",
5741
+ "PAN",
5742
+ "PNG",
5743
+ "PRY",
5744
+ "PER",
5745
+ "PHL",
5746
+ "PCN",
5747
+ "POL",
5748
+ "PRT",
5749
+ "PRI",
5750
+ "QAT",
5751
+ "MKD",
5752
+ "ROU",
5753
+ "RUS",
5754
+ "RWA",
5755
+ "REU",
5756
+ "BLM",
5757
+ "SHN",
5758
+ "KNA",
5759
+ "LCA",
5760
+ "MAF",
5761
+ "SPM",
5762
+ "VCT",
5763
+ "WSM",
5764
+ "SMR",
5765
+ "STP",
5766
+ "SAU",
5767
+ "SEN",
5768
+ "SRB",
5769
+ "SYC",
5770
+ "SLE",
5771
+ "SGP",
5772
+ "SXM",
5773
+ "SVK",
5774
+ "SVN",
5775
+ "SLB",
5776
+ "SOM",
5777
+ "ZAF",
5778
+ "SGS",
5779
+ "SSD",
5780
+ "ESP",
5781
+ "LKA",
5782
+ "SDN",
5783
+ "SUR",
5784
+ "SJM",
5785
+ "SWE",
5786
+ "CHE",
5787
+ "SYR",
5788
+ "TWN",
5789
+ "TJK",
5790
+ "TZA",
5791
+ "THA",
5792
+ "TLS",
5793
+ "TGO",
5794
+ "TKL",
5795
+ "TON",
5796
+ "TTO",
5797
+ "TUN",
5798
+ "TUR",
5799
+ "TKM",
5800
+ "TCA",
5801
+ "TUV",
5802
+ "UGA",
5803
+ "UKR",
5804
+ "ARE",
5805
+ "GBR",
5806
+ "UMI",
5807
+ "USA",
5808
+ "URY",
5809
+ "UZB",
5810
+ "VUT",
5811
+ "VEN",
5812
+ "VNM",
5813
+ "VGB",
5814
+ "VIR",
5815
+ "WLF",
5816
+ "ESH",
5817
+ "YEM",
5818
+ "ZMB",
5819
+ "ZWE",
5820
+ "ALA",
5821
+ "ANT",
5822
+ "XKX"
5823
+ ],
5824
+ description: "Country of the credential subject - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)"
5825
+ },
5826
+ fullName: {
5827
+ type: "string",
5828
+ description: "Full name of the credential subject"
5829
+ },
5830
+ birthDate: {
5831
+ type: "integer",
5832
+ description: "Birth Date of the credential subject in integer format of yyyymmdd, example: 20231226 2023 year, 12-December, 26-day"
5833
+ },
5834
+ countryOfBirth: {
5835
+ type: "string",
5836
+ "enum": [
5837
+ "AFG",
5838
+ "ALB",
5839
+ "DZA",
5840
+ "ASM",
5841
+ "AND",
5842
+ "AGO",
5843
+ "AIA",
5844
+ "ATA",
5845
+ "ATG",
5846
+ "ARG",
5847
+ "ARM",
5848
+ "ABW",
5849
+ "AUS",
5850
+ "AUT",
5851
+ "AZE",
5852
+ "BHS",
5853
+ "BHR",
5854
+ "BGD",
5855
+ "BRB",
5856
+ "BLR",
5857
+ "BEL",
5858
+ "BLZ",
5859
+ "BEN",
5860
+ "BMU",
5861
+ "BTN",
5862
+ "BOL",
5863
+ "BES",
5864
+ "BIH",
5865
+ "BWA",
5866
+ "BVT",
5867
+ "BRA",
5868
+ "IOT",
5869
+ "BRN",
5870
+ "BGR",
5871
+ "BFA",
5872
+ "BDI",
5873
+ "CPV",
5874
+ "KHM",
5875
+ "CMR",
5876
+ "CAN",
5877
+ "CYM",
5878
+ "CAF",
5879
+ "TCD",
5880
+ "CHL",
5881
+ "CHN",
5882
+ "CXR",
5883
+ "CCK",
5884
+ "COL",
5885
+ "COM",
5886
+ "COD",
5887
+ "COG",
5888
+ "COK",
5889
+ "CRI",
5890
+ "HRV",
5891
+ "CUB",
5892
+ "CUW",
5893
+ "CYP",
5894
+ "CZE",
5895
+ "CIV",
5896
+ "DNK",
5897
+ "DJI",
5898
+ "DMA",
5899
+ "DOM",
5900
+ "ECU",
5901
+ "EGY",
5902
+ "SLV",
5903
+ "GNQ",
5904
+ "ERI",
5905
+ "EST",
5906
+ "SWZ",
5907
+ "ETH",
5908
+ "FLK",
5909
+ "FRO",
5910
+ "FJI",
5911
+ "FIN",
5912
+ "FRA",
5913
+ "GUF",
5914
+ "PYF",
5915
+ "ATF",
5916
+ "GAB",
5917
+ "GMB",
5918
+ "GEO",
5919
+ "DEU",
5920
+ "GHA",
5921
+ "GIB",
5922
+ "GRC",
5923
+ "GRL",
5924
+ "GRD",
5925
+ "GLP",
5926
+ "GUM",
5927
+ "GTM",
5928
+ "GGY",
5929
+ "GIN",
5930
+ "GNB",
5931
+ "GUY",
5932
+ "HTI",
5933
+ "HMD",
5934
+ "VAT",
5935
+ "HND",
5936
+ "HKG",
5937
+ "HUN",
5938
+ "ISL",
5939
+ "IND",
5940
+ "IDN",
5941
+ "IRN",
5942
+ "IRQ",
5943
+ "IRL",
5944
+ "IMN",
5945
+ "ISR",
5946
+ "ITA",
5947
+ "JAM",
5948
+ "JPN",
5949
+ "JEY",
5950
+ "JOR",
5951
+ "KAZ",
5952
+ "KEN",
5953
+ "KIR",
5954
+ "PRK",
5955
+ "KOR",
5956
+ "KWT",
5957
+ "KGZ",
5958
+ "LAO",
5959
+ "LVA",
5960
+ "LBN",
5961
+ "LSO",
5962
+ "LBR",
5963
+ "LBY",
5964
+ "LIE",
5965
+ "LTU",
5966
+ "LUX",
5967
+ "MAC",
5968
+ "MDG",
5969
+ "MWI",
5970
+ "MYS",
5971
+ "MDV",
5972
+ "MLI",
5973
+ "MLT",
5974
+ "MHL",
5975
+ "MTQ",
5976
+ "MRT",
5977
+ "MUS",
5978
+ "MYT",
5979
+ "MEX",
5980
+ "FSM",
5981
+ "MDA",
5982
+ "MCO",
5983
+ "MNG",
5984
+ "MNE",
5985
+ "MSR",
5986
+ "MAR",
5987
+ "MOZ",
5988
+ "MMR",
5989
+ "NAM",
5990
+ "NRU",
5991
+ "NPL",
5992
+ "NLD",
5993
+ "NCL",
5994
+ "NZL",
5995
+ "NIC",
5996
+ "NER",
5997
+ "NGA",
5998
+ "NIU",
5999
+ "NFK",
6000
+ "MNP",
6001
+ "NOR",
6002
+ "OMN",
6003
+ "PAK",
6004
+ "PLW",
6005
+ "PSE",
6006
+ "PAN",
6007
+ "PNG",
6008
+ "PRY",
6009
+ "PER",
6010
+ "PHL",
6011
+ "PCN",
6012
+ "POL",
6013
+ "PRT",
6014
+ "PRI",
6015
+ "QAT",
6016
+ "MKD",
6017
+ "ROU",
6018
+ "RUS",
6019
+ "RWA",
6020
+ "REU",
6021
+ "BLM",
6022
+ "SHN",
6023
+ "KNA",
6024
+ "LCA",
6025
+ "MAF",
6026
+ "SPM",
6027
+ "VCT",
6028
+ "WSM",
6029
+ "SMR",
6030
+ "STP",
6031
+ "SAU",
6032
+ "SEN",
6033
+ "SRB",
6034
+ "SYC",
6035
+ "SLE",
6036
+ "SGP",
6037
+ "SXM",
6038
+ "SVK",
6039
+ "SVN",
6040
+ "SLB",
6041
+ "SOM",
6042
+ "ZAF",
6043
+ "SGS",
6044
+ "SSD",
6045
+ "ESP",
6046
+ "LKA",
6047
+ "SDN",
6048
+ "SUR",
6049
+ "SJM",
6050
+ "SWE",
6051
+ "CHE",
6052
+ "SYR",
6053
+ "TWN",
6054
+ "TJK",
6055
+ "TZA",
6056
+ "THA",
6057
+ "TLS",
6058
+ "TGO",
6059
+ "TKL",
6060
+ "TON",
6061
+ "TTO",
6062
+ "TUN",
6063
+ "TUR",
6064
+ "TKM",
6065
+ "TCA",
6066
+ "TUV",
6067
+ "UGA",
6068
+ "UKR",
6069
+ "ARE",
6070
+ "GBR",
6071
+ "UMI",
6072
+ "USA",
6073
+ "URY",
6074
+ "UZB",
6075
+ "VUT",
6076
+ "VEN",
6077
+ "VNM",
6078
+ "VGB",
6079
+ "VIR",
6080
+ "WLF",
6081
+ "ESH",
6082
+ "YEM",
6083
+ "ZMB",
6084
+ "ZWE",
6085
+ "ALA",
6086
+ "ANT",
6087
+ "XKX"
6088
+ ],
6089
+ description: "Country of birth of the credential subject - - ISO 3166-1 alpha-3 country code (https://www.iban.com/country-codes)"
6090
+ },
6091
+ stateOfBirth: {
6092
+ type: "string",
6093
+ description: "State of birth of the credential subject"
6094
+ }
6095
+ },
6096
+ additionalProperties: false,
6097
+ description: "Original data extracted by the provider"
6098
+ },
6099
+ isSandbox: {
6100
+ type: "boolean",
6101
+ description: "Indicates if the credential was generated in a sandbox environment"
6102
+ }
6103
+ },
6104
+ required: [
6105
+ "id",
6106
+ "journeyId",
6107
+ "reviewAnswer",
6108
+ "documentType",
6109
+ "entryDate",
6110
+ "entryTime",
6111
+ "personalData"
6112
+ ],
6113
+ additionalProperties: false,
6114
+ description: "Stores the data of the credential"
6115
+ },
6116
+ credentialStatus: {
6117
+ type: "object",
6118
+ properties: {
6119
+ id: {
6120
+ type: "string"
6121
+ },
6122
+ type: {
6123
+ type: "string",
6124
+ "enum": [
6125
+ "SparseMerkleTreeProof",
6126
+ "Iden3ReverseSparseMerkleTreeProof",
6127
+ "Iden3commRevocationStatusV1.0",
6128
+ "Iden3OnchainSparseMerkleTreeProof2023"
6129
+ ]
6130
+ },
6131
+ revocationNonce: {
6132
+ type: "number"
6133
+ }
6134
+ },
6135
+ required: [
6136
+ "id",
6137
+ "type"
6138
+ ],
6139
+ additionalProperties: false
6140
+ },
6141
+ issuer: {
6142
+ type: "string"
6143
+ },
6144
+ credentialSchema: {
6145
+ type: "object",
6146
+ properties: {
6147
+ id: {
6148
+ type: "string"
6149
+ },
6150
+ type: {
6151
+ type: "string"
6152
+ }
6153
+ },
6154
+ required: [
6155
+ "id",
6156
+ "type"
6157
+ ],
6158
+ additionalProperties: false
6159
+ },
6160
+ proof: {
6161
+ }
6162
+ },
6163
+ required: [
6164
+ "id",
6165
+ "type",
6166
+ "credentialSubject",
6167
+ "credentialStatus",
6168
+ "issuer",
6169
+ "credentialSchema"
6170
+ ],
6171
+ additionalProperties: false
6172
+ }
6173
+ },
6174
+ required: [
6175
+ "v1"
6176
+ ],
6177
+ additionalProperties: false
6178
+ }
6179
+ },
6180
+ required: [
6181
+ "IDInformationTfhe"
6182
+ ],
6183
+ additionalProperties: false
6184
+ }
6185
+ },
6186
+ required: [
6187
+ "vcs"
6188
+ ],
6189
+ additionalProperties: false
6190
+ }
6191
+ },
6192
+ $schema: "http://json-schema.org/draft-07/schema#"
6193
+ };
6194
+
6195
+ var TransactionJsonSchema = {
6196
+ $ref: "#/definitions/Transaction",
6197
+ definitions: {
6198
+ Transaction: {
6199
+ type: "object",
6200
+ properties: {
6201
+ amount: {
6202
+ type: "object",
6203
+ properties: {
6204
+ USD: {
6205
+ description: "decimal"
6206
+ },
6207
+ EUR: {
6208
+ description: "decimal"
6209
+ },
6210
+ GBP: {
6211
+ description: "decimal"
6212
+ }
6213
+ },
6214
+ additionalProperties: false
6215
+ },
6216
+ event: {
6217
+ type: "object",
6218
+ properties: {
6219
+ transactionDate: {
6220
+ type: "string",
6221
+ format: "date-time"
6222
+ },
6223
+ amount: {
6224
+ description: "decimal"
6225
+ },
6226
+ riskScore: {
6227
+ type: "number"
6228
+ },
6229
+ riskLevel: {
6230
+ type: "string"
6231
+ },
6232
+ type: {
6233
+ type: "string",
6234
+ "enum": [
6235
+ "crypto",
6236
+ "fiat"
6237
+ ]
6238
+ },
6239
+ assets: {
6240
+ type: "array",
6241
+ items: {
6242
+ type: "string"
6243
+ }
6244
+ }
6245
+ },
6246
+ additionalProperties: false
6247
+ },
6248
+ originator: {
6249
+ type: "object",
6250
+ properties: {
6251
+ countryOfResidence: {
6252
+ type: "string",
6253
+ "enum": [
6254
+ "AFG",
6255
+ "ALB",
6256
+ "DZA",
6257
+ "ASM",
6258
+ "AND",
6259
+ "AGO",
6260
+ "AIA",
6261
+ "ATA",
6262
+ "ATG",
6263
+ "ARG",
6264
+ "ARM",
6265
+ "ABW",
6266
+ "AUS",
6267
+ "AUT",
6268
+ "AZE",
6269
+ "BHS",
6270
+ "BHR",
6271
+ "BGD",
6272
+ "BRB",
6273
+ "BLR",
6274
+ "BEL",
6275
+ "BLZ",
6276
+ "BEN",
6277
+ "BMU",
6278
+ "BTN",
6279
+ "BOL",
6280
+ "BES",
6281
+ "BIH",
6282
+ "BWA",
6283
+ "BVT",
6284
+ "BRA",
6285
+ "IOT",
6286
+ "BRN",
6287
+ "BGR",
6288
+ "BFA",
6289
+ "BDI",
6290
+ "CPV",
6291
+ "KHM",
6292
+ "CMR",
6293
+ "CAN",
6294
+ "CYM",
6295
+ "CAF",
6296
+ "TCD",
6297
+ "CHL",
6298
+ "CHN",
6299
+ "CXR",
6300
+ "CCK",
6301
+ "COL",
6302
+ "COM",
6303
+ "COD",
6304
+ "COG",
6305
+ "COK",
6306
+ "CRI",
6307
+ "HRV",
6308
+ "CUB",
6309
+ "CUW",
6310
+ "CYP",
6311
+ "CZE",
6312
+ "CIV",
6313
+ "DNK",
6314
+ "DJI",
6315
+ "DMA",
6316
+ "DOM",
6317
+ "ECU",
6318
+ "EGY",
6319
+ "SLV",
6320
+ "GNQ",
6321
+ "ERI",
6322
+ "EST",
6323
+ "SWZ",
6324
+ "ETH",
6325
+ "FLK",
6326
+ "FRO",
6327
+ "FJI",
6328
+ "FIN",
6329
+ "FRA",
6330
+ "GUF",
6331
+ "PYF",
6332
+ "ATF",
6333
+ "GAB",
6334
+ "GMB",
6335
+ "GEO",
6336
+ "DEU",
6337
+ "GHA",
6338
+ "GIB",
6339
+ "GRC",
6340
+ "GRL",
6341
+ "GRD",
6342
+ "GLP",
6343
+ "GUM",
6344
+ "GTM",
6345
+ "GGY",
6346
+ "GIN",
6347
+ "GNB",
6348
+ "GUY",
6349
+ "HTI",
6350
+ "HMD",
6351
+ "VAT",
6352
+ "HND",
6353
+ "HKG",
6354
+ "HUN",
6355
+ "ISL",
6356
+ "IND",
6357
+ "IDN",
6358
+ "IRN",
6359
+ "IRQ",
6360
+ "IRL",
6361
+ "IMN",
6362
+ "ISR",
6363
+ "ITA",
6364
+ "JAM",
6365
+ "JPN",
6366
+ "JEY",
6367
+ "JOR",
6368
+ "KAZ",
6369
+ "KEN",
6370
+ "KIR",
6371
+ "PRK",
6372
+ "KOR",
6373
+ "KWT",
6374
+ "KGZ",
6375
+ "LAO",
6376
+ "LVA",
6377
+ "LBN",
6378
+ "LSO",
6379
+ "LBR",
6380
+ "LBY",
6381
+ "LIE",
6382
+ "LTU",
6383
+ "LUX",
6384
+ "MAC",
6385
+ "MDG",
6386
+ "MWI",
6387
+ "MYS",
6388
+ "MDV",
6389
+ "MLI",
6390
+ "MLT",
6391
+ "MHL",
6392
+ "MTQ",
6393
+ "MRT",
6394
+ "MUS",
6395
+ "MYT",
6396
+ "MEX",
6397
+ "FSM",
6398
+ "MDA",
6399
+ "MCO",
6400
+ "MNG",
6401
+ "MNE",
6402
+ "MSR",
6403
+ "MAR",
6404
+ "MOZ",
6405
+ "MMR",
6406
+ "NAM",
6407
+ "NRU",
6408
+ "NPL",
6409
+ "NLD",
6410
+ "NCL",
6411
+ "NZL",
6412
+ "NIC",
6413
+ "NER",
6414
+ "NGA",
6415
+ "NIU",
6416
+ "NFK",
6417
+ "MNP",
6418
+ "NOR",
6419
+ "OMN",
6420
+ "PAK",
6421
+ "PLW",
6422
+ "PSE",
6423
+ "PAN",
6424
+ "PNG",
6425
+ "PRY",
6426
+ "PER",
6427
+ "PHL",
6428
+ "PCN",
5316
6429
  "POL",
5317
6430
  "PRT",
5318
6431
  "PRI",
@@ -6329,6 +7442,15 @@ var KycSessionZodSchema = z.object({
6329
7442
  })
6330
7443
  }).strict();
6331
7444
 
7445
+ var TfheZodSchema = z.object({
7446
+ vcs: z.object({
7447
+ // "v1" here refers the version of the credential schema
7448
+ IDInformationTfhe: z.object({
7449
+ v1: IDInformationTfheCredentialSchema
7450
+ })
7451
+ })
7452
+ }).strict();
7453
+
6332
7454
  var TRANSACTION_CHARTS = ["totalAlerts", "alertsInProgress", "unassignedAlerts", "escalatedAlerts", "overdueAlerts", "avgTimeToCloseAlert", "volume", "transactions", "volumeEvolution", "transactionsEvolution", "assetVolume", "assetTransactions", "breakdownVolume", "breakdownTransaction", "breakdownVolumeByStatus", "breakdownTransactionsByStatus"];
6333
7455
  var TransactionsChartType = z["enum"](TRANSACTION_CHARTS);
6334
7456
  var TRANSACTION_TABLE_COLUMNS = ["riskLevel", "id", "transactionHash", "dateTime", "type", "financeType", "amount", "customer", "counterparty", "tags", "status"];
@@ -6426,12 +7548,14 @@ var TransactionZodSchema = z.object({
6426
7548
  var VaultJsonSchemas = {
6427
7549
  Customer: CustomerJsonSchema,
6428
7550
  KycSession: KycSessionJsonSchema,
6429
- Transaction: TransactionJsonSchema
7551
+ Transaction: TransactionJsonSchema,
7552
+ Tfhe: TfheJsonSchema
6430
7553
  };
6431
7554
  var VaultZodSchema = z.object({
6432
7555
  Customer: CustomerZodSchema,
6433
7556
  KycSession: KycSessionZodSchema,
6434
- Transaction: TransactionZodSchema
7557
+ Transaction: TransactionZodSchema,
7558
+ Tfhe: TfheZodSchema
6435
7559
  });
6436
7560
  var VaultSchemaIdZodSchema = z["enum"](Object.keys(VaultZodSchema.shape));
6437
7561
  var VaultSchemaPathsZodSchema = z["enum"](generateZodObjectPaths(VaultZodSchema));
@@ -6495,4 +7619,4 @@ var GenericVaultDataLinkZodSchema = z.union([GenericVaultPointerLinkZodSchema, G
6495
7619
  // that a generic vault data link is indeed a valid vault data link
6496
7620
  // ================================
6497
7621
 
6498
- export { ID3CredentialSchema as $, ALPHA_2_COUNTRIES as A, BasicCustomerContactInformation as B, CurrencyCodes as C, CustomerTableColumn as D, CUSTOMER_AUTOMATION_REASONS as E, ID3CredentialSubjectSchema as F, IDScanCredentialSubjectSchema as G, IDScanPassportCredentialSubjectSchema as H, ISO3CountryCode as I, IDScanSelfieCredentialSubjectSchema as J, KycOnboardingLevels as K, OLD_IDInformationCredentialSubjectSchema as L, OLD_ProofOfResidenceCredentialSubjectSchema as M, OLD_SelfieImageCredentialSubjectSchema as N, OLD_IDImageCredentialSubjectSchema as O, OLD_AMLScreeningsResultsCredentialSubjectSchema as P, IDInformationCredentialSubjectSchema as Q, RiskScoreTypes as R, IDImageCredentialSubjectSchema as S, SelfieImageCredentialSubjectSchema as T, ProofOfResidenceCredentialSubjectSchema as U, GenericVerifiableCredentialSchema as V, WalletRiskScoreTypes as W, IDInformationCredentialSchema as X, IDImageCredentialSchema as Y, SelfieImageCredentialSchema as Z, ProofOfResidenceCredentialSchema as _, CurrencyCode as a, IDScanCredentialSchema as a0, IDScanPassportCredentialSchema as a1, IDScanSelfieCredentialSchema as a2, OLD_IDImageCredentialSchema as a3, OLD_IDInformationCredentialSchema as a4, OLD_ProofOfResidenceCredentialSchema as a5, OLD_SelfieImageCredentialSchema as a6, OLD_AMLScreeningsResultsCredentialSchema as a7, TRANSACTION_CHARTS as a8, TransactionsChartType as a9, DEFAULT_FIAT_CURRENCY as aA, TRANSACTIONS_STATS_CURRENCIES as aB, TransactionStatsCurrency as aC, allDataLinkVersions as aD, DataLinkVersionZodSchema as aE, allDataLinkTypes as aF, DataLinkTypeZodSchema as aG, Separator as aH, generateZodObjectPaths as aI, resolvePathOnDataSchema as aJ, resolvePathOnMapSchema as aK, VaultJsonSchemas as aL, VaultZodSchema as aM, VaultSchemaIdZodSchema as aN, VaultSchemaPathsZodSchema as aO, VaultPointerKeyMapZodSchema as aP, VaultQueryMapZodSchema as aQ, VaultMetadataLinkZodSchema as aR, GenericVaultPointerLinkZodSchema as aS, GenericVaultSearchLinkZodSchema as aT, GenericVaultEmbeddedLinkZodSchema as aU, GenericVaultDataLinkZodSchema as aV, _toConsumableArray as aW, _toArray as aX, _slicedToArray as aY, TRANSACTION_TABLE_COLUMNS as aa, TransactionTableColumn as ab, TransactionTypes as ac, TransactionType as ad, TransactionTypesWithAll as ae, TransactionTypeWithAll as af, TransactionRiskLevels as ag, TransactionRiskLevel as ah, TransactionReviewStatuses as ai, TransactionReviewStatus as aj, HumanReadableTransactionReviewStatuses as ak, HumanReadableTransactionReviewStatus as al, TransactionStatusMapping as am, HumanReadableTransactionStatusMapping as an, TransactionDirections as ao, TransactionDirection as ap, TransactionCurrencyCodes as aq, TransactionCurrencyCode as ar, TransactionProviders as as, TransactionProvider as at, PaymentTypes as au, PaymentType as av, TransactionPartiesTypes as aw, TransactionPartiesType as ax, TransactionAmountsFieldNames as ay, TransactionAmountsFieldName as az, CryptoCodes as b, CryptoCode as c, Alpha2Country as d, countryISO3toISO2Mapping as e, countryISO2toISO3Mapping as f, isoCountriesNameFromISO3 as g, RiskScoreType as h, isoCountriesNameFromISO2 as i, WalletRiskScoreType as j, compareRiskScores as k, WalletRiskScoreProviders as l, WalletRiskScoreProvider as m, CustomerTypes as n, CustomerType as o, parseISO3CountryCode as p, KycOnboardingLevel as q, KybOnboardingLevels as r, KybOnboardingLevel as s, CustomerOnboardingLevels as t, CustomerOnboardingLevel as u, CustomerStatuses as v, CustomerStatus as w, CUSTOMERS_CHARTS as x, CustomersChartType as y, CUSTOMER_TABLE_COLUMNS as z };
7622
+ export { SelfieImageCredentialSchema as $, ALPHA_2_COUNTRIES as A, BasicCustomerContactInformation as B, CurrencyCodes as C, CustomerTableColumn as D, CUSTOMER_AUTOMATION_REASONS as E, ID3CredentialSubjectSchema as F, IDScanCredentialSubjectSchema as G, IDScanPassportCredentialSubjectSchema as H, ISO3CountryCode as I, IDScanSelfieCredentialSubjectSchema as J, KycOnboardingLevels as K, OLD_IDInformationCredentialSubjectSchema as L, OLD_ProofOfResidenceCredentialSubjectSchema as M, OLD_SelfieImageCredentialSubjectSchema as N, OLD_IDImageCredentialSubjectSchema as O, OLD_AMLScreeningsResultsCredentialSubjectSchema as P, IDInformationTfheCredentialSubjectSchema as Q, RiskScoreTypes as R, IDInformationCredentialSubjectSchema as S, IDImageCredentialSubjectSchema as T, SelfieImageCredentialSubjectSchema as U, ProofOfResidenceCredentialSubjectSchema as V, WalletRiskScoreTypes as W, GenericVerifiableCredentialSchema as X, IDInformationTfheCredentialSchema as Y, IDInformationCredentialSchema as Z, IDImageCredentialSchema as _, CurrencyCode as a, ProofOfResidenceCredentialSchema as a0, ID3CredentialSchema as a1, IDScanCredentialSchema as a2, IDScanPassportCredentialSchema as a3, IDScanSelfieCredentialSchema as a4, OLD_IDImageCredentialSchema as a5, OLD_IDInformationCredentialSchema as a6, OLD_ProofOfResidenceCredentialSchema as a7, OLD_SelfieImageCredentialSchema as a8, OLD_AMLScreeningsResultsCredentialSchema as a9, TransactionAmountsFieldNames as aA, TransactionAmountsFieldName as aB, DEFAULT_FIAT_CURRENCY as aC, TRANSACTIONS_STATS_CURRENCIES as aD, TransactionStatsCurrency as aE, allDataLinkVersions as aF, DataLinkVersionZodSchema as aG, allDataLinkTypes as aH, DataLinkTypeZodSchema as aI, Separator as aJ, generateZodObjectPaths as aK, resolvePathOnDataSchema as aL, resolvePathOnMapSchema as aM, VaultJsonSchemas as aN, VaultZodSchema as aO, VaultSchemaIdZodSchema as aP, VaultSchemaPathsZodSchema as aQ, VaultPointerKeyMapZodSchema as aR, VaultQueryMapZodSchema as aS, VaultMetadataLinkZodSchema as aT, GenericVaultPointerLinkZodSchema as aU, GenericVaultSearchLinkZodSchema as aV, GenericVaultEmbeddedLinkZodSchema as aW, GenericVaultDataLinkZodSchema as aX, _toConsumableArray as aY, _toArray as aZ, _slicedToArray as a_, TRANSACTION_CHARTS as aa, TransactionsChartType as ab, TRANSACTION_TABLE_COLUMNS as ac, TransactionTableColumn as ad, TransactionTypes as ae, TransactionType as af, TransactionTypesWithAll as ag, TransactionTypeWithAll as ah, TransactionRiskLevels as ai, TransactionRiskLevel as aj, TransactionReviewStatuses as ak, TransactionReviewStatus as al, HumanReadableTransactionReviewStatuses as am, HumanReadableTransactionReviewStatus as an, TransactionStatusMapping as ao, HumanReadableTransactionStatusMapping as ap, TransactionDirections as aq, TransactionDirection as ar, TransactionCurrencyCodes as as, TransactionCurrencyCode as at, TransactionProviders as au, TransactionProvider as av, PaymentTypes as aw, PaymentType as ax, TransactionPartiesTypes as ay, TransactionPartiesType as az, CryptoCodes as b, CryptoCode as c, Alpha2Country as d, countryISO3toISO2Mapping as e, countryISO2toISO3Mapping as f, isoCountriesNameFromISO3 as g, RiskScoreType as h, isoCountriesNameFromISO2 as i, WalletRiskScoreType as j, compareRiskScores as k, WalletRiskScoreProviders as l, WalletRiskScoreProvider as m, CustomerTypes as n, CustomerType as o, parseISO3CountryCode as p, KycOnboardingLevel as q, KybOnboardingLevels as r, KybOnboardingLevel as s, CustomerOnboardingLevels as t, CustomerOnboardingLevel as u, CustomerStatuses as v, CustomerStatus as w, CUSTOMERS_CHARTS as x, CustomersChartType as y, CUSTOMER_TABLE_COLUMNS as z };