@keetanetwork/anchor 0.0.15 → 0.0.16

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.
@@ -166,6 +166,34 @@ export const ContactDetailsSchema = {
166
166
  preferredMethod: { optional: { type: 'string', kind: 'utf8' } }
167
167
  }
168
168
  };
169
+ export const DocumentFields = ['documentNumber', 'front', 'back', 'selfie', 'fullName', 'firstName', 'lastName', 'dob', 'gender', 'address', 'expiresAt', 'issuedAt', 'issuingState', 'issuingCountry', 'refNumber', 'nationality', 'curp', 'claveDeElector', 'classifiedDocumentType', 'curpValidationResponse', 'sambaActivityHistoryResponse'];
170
+ export const DocumentSchema = {
171
+ type: 'struct',
172
+ fieldNames: ['documentNumber', 'front', 'back', 'selfie', 'fullName', 'firstName', 'lastName', 'dob', 'gender', 'address', 'expiresAt', 'issuedAt', 'issuingState', 'issuingCountry', 'refNumber', 'nationality', 'curp', 'claveDeElector', 'classifiedDocumentType', 'curpValidationResponse', 'sambaActivityHistoryResponse'],
173
+ contains: {
174
+ documentNumber: { type: 'string', kind: 'utf8' },
175
+ front: { optional: ReferenceSchema },
176
+ back: { optional: ReferenceSchema },
177
+ selfie: { optional: ReferenceSchema },
178
+ fullName: { optional: { type: 'string', kind: 'utf8' } },
179
+ firstName: { optional: { type: 'string', kind: 'utf8' } },
180
+ lastName: { optional: { type: 'string', kind: 'utf8' } },
181
+ dob: { optional: ASN1.ValidateASN1.IsDate },
182
+ gender: { optional: { type: 'string', kind: 'utf8' } },
183
+ address: { optional: AddressSchema },
184
+ expiresAt: { optional: ASN1.ValidateASN1.IsDate },
185
+ issuedAt: { optional: ASN1.ValidateASN1.IsDate },
186
+ issuingState: { optional: { type: 'string', kind: 'utf8' } },
187
+ issuingCountry: { optional: { type: 'string', kind: 'utf8' } },
188
+ refNumber: { optional: { type: 'string', kind: 'utf8' } },
189
+ nationality: { optional: { type: 'string', kind: 'utf8' } },
190
+ curp: { optional: { type: 'string', kind: 'utf8' } },
191
+ claveDeElector: { optional: { type: 'string', kind: 'utf8' } },
192
+ classifiedDocumentType: { optional: { type: 'string', kind: 'utf8' } },
193
+ curpValidationResponse: { optional: { type: 'string', kind: 'utf8' } },
194
+ sambaActivityHistoryResponse: { optional: { type: 'string', kind: 'utf8' } }
195
+ }
196
+ };
169
197
  export const CertificateAttributeOIDDB = {
170
198
  'fullName': '1.3.6.1.4.1.62675.1.0',
171
199
  'firstName': '1.3.6.1.4.1.62675.1.0.1',
@@ -184,15 +212,13 @@ export const CertificateAttributeOIDDB = {
184
212
  'contactDetails': '1.3.6.1.4.1.62675.1.9',
185
213
  'nationality': '1.3.6.1.4.1.62675.1.10',
186
214
  'document': '1.3.6.1.4.1.62675.1.11',
187
- 'documentDriversLicenseFront': '1.3.6.1.4.1.62675.1.11.0',
188
- 'documentDriversLicenseBack': '1.3.6.1.4.1.62675.1.11.0.1',
189
- 'documentPassport': '1.3.6.1.4.1.62675.1.11.1',
190
- 'documentResidentCardFront': '1.3.6.1.4.1.62675.1.11.2',
191
- 'documentResidentCardBack': '1.3.6.1.4.1.62675.1.11.2.0',
192
- 'documentVisaFront': '1.3.6.1.4.1.62675.1.11.3',
193
- 'documentVisaBack': '1.3.6.1.4.1.62675.1.11.3.0',
194
- 'documentWorkPermitFront': '1.3.6.1.4.1.62675.1.11.4',
195
- 'documentWorkPermitBack': '1.3.6.1.4.1.62675.1.11.4.0'
215
+ 'documentDriversLicense': '1.3.6.1.4.1.62675.1.11.0',
216
+ 'documentIdCard': '1.3.6.1.4.1.62675.1.11.1',
217
+ 'documentPassport': '1.3.6.1.4.1.62675.1.11.2',
218
+ 'documentPassportCard': '1.3.6.1.4.1.62675.1.11.3',
219
+ 'documentPermit': '1.3.6.1.4.1.62675.1.11.4',
220
+ 'documentVisa': '1.3.6.1.4.1.62675.1.11.5',
221
+ 'documentResidenceDocument': '1.3.6.1.4.1.62675.1.11.6'
196
222
  };
197
223
  export const SENSITIVE_CERTIFICATE_ATTRIBUTES = [
198
224
  'fullName',
@@ -212,15 +238,13 @@ export const SENSITIVE_CERTIFICATE_ATTRIBUTES = [
212
238
  'contactDetails',
213
239
  'nationality',
214
240
  'document',
215
- 'documentDriversLicenseFront',
216
- 'documentDriversLicenseBack',
241
+ 'documentDriversLicense',
242
+ 'documentIdCard',
217
243
  'documentPassport',
218
- 'documentResidentCardFront',
219
- 'documentResidentCardBack',
220
- 'documentVisaFront',
221
- 'documentVisaBack',
222
- 'documentWorkPermitFront',
223
- 'documentWorkPermitBack'
244
+ 'documentPassportCard',
245
+ 'documentPermit',
246
+ 'documentVisa',
247
+ 'documentResidenceDocument'
224
248
  ];
225
249
  export const SensitiveCertificateAttributeNames = [
226
250
  'FullName',
@@ -240,21 +264,20 @@ export const SensitiveCertificateAttributeNames = [
240
264
  'ContactDetails',
241
265
  'Nationality',
242
266
  'Document',
243
- 'DocumentDriversLicenseFront',
244
- 'DocumentDriversLicenseBack',
267
+ 'DocumentDriversLicense',
268
+ 'DocumentIdCard',
245
269
  'DocumentPassport',
246
- 'DocumentResidentCardFront',
247
- 'DocumentResidentCardBack',
248
- 'DocumentVisaFront',
249
- 'DocumentVisaBack',
250
- 'DocumentWorkPermitFront',
251
- 'DocumentWorkPermitBack'
270
+ 'DocumentPassportCard',
271
+ 'DocumentPermit',
272
+ 'DocumentVisa',
273
+ 'DocumentResidenceDocument'
252
274
  ];
253
275
  export const CertificateAttributeFieldNames = {
254
276
  'address': AddressFields,
255
277
  'dateAndPlaceOfBirth': DateAndPlaceOfBirthFields,
256
278
  'entityType': EntityTypeFields,
257
- 'contactDetails': ContactDetailsFields
279
+ 'contactDetails': ContactDetailsFields,
280
+ 'document': DocumentFields
258
281
  };
259
282
  export const CertificateAttributeSchema = {
260
283
  'fullName': { type: 'string', kind: 'utf8' },
@@ -273,15 +296,13 @@ export const CertificateAttributeSchema = {
273
296
  'entityType': EntityTypeSchema,
274
297
  'contactDetails': ContactDetailsSchema,
275
298
  'nationality': { type: 'string', kind: 'utf8' },
276
- 'document': ReferenceSchema,
277
- 'documentDriversLicenseFront': ReferenceSchema,
278
- 'documentDriversLicenseBack': ReferenceSchema,
279
- 'documentPassport': ReferenceSchema,
280
- 'documentResidentCardFront': ReferenceSchema,
281
- 'documentResidentCardBack': ReferenceSchema,
282
- 'documentVisaFront': ReferenceSchema,
283
- 'documentVisaBack': ReferenceSchema,
284
- 'documentWorkPermitFront': ReferenceSchema,
285
- 'documentWorkPermitBack': ReferenceSchema
299
+ 'document': DocumentSchema,
300
+ 'documentDriversLicense': DocumentSchema,
301
+ 'documentIdCard': DocumentSchema,
302
+ 'documentPassport': DocumentSchema,
303
+ 'documentPassportCard': DocumentSchema,
304
+ 'documentPermit': DocumentSchema,
305
+ 'documentVisa': DocumentSchema,
306
+ 'documentResidenceDocument': DocumentSchema
286
307
  };
287
308
  //# sourceMappingURL=iso20022.generated.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"iso20022.generated.js","sourceRoot":"","sources":["../../../src/services/kyc/iso20022.generated.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint-disable */\n/**\n * Generated ISO20022 Type Definitions\n * This file is auto-generated from oids.json.\n */\n\nimport * as ASN1 from '../../lib/utils/asn1.js';\n\n// ISO20022 Primitive Types\n/** Country code or name */\n/** OID: 1.3.6.1.4.1.62675.1.2.0 */\nexport type Country = string;\n\n/** Country subdivision (state/province) */\n/** OID: 1.3.6.1.4.1.62675.1.2.1 */\nexport type CountrySubDivision = string;\n\n/** Postal code */\n/** OID: 1.3.6.1.4.1.62675.1.2.3 */\nexport type PostalCode = string;\n\n/** Town or city name */\n/** OID: 1.3.6.1.4.1.62675.1.2.4 */\nexport type TownName = string;\n\n/** Building number */\n/** OID: 1.3.6.1.4.1.62675.1.2.5 */\nexport type BuildingNumber = string;\n\n/** Street name */\n/** OID: 1.3.6.1.4.1.62675.1.2.6 */\nexport type StreetName = string;\n\n/** Free-form address lines */\n/** OID: 1.3.6.1.4.1.62675.1.2.7 */\nexport type AddressLines = string[];\n\n/** Sub-department */\n/** OID: 1.3.6.1.4.1.62675.1.2.8 */\nexport type SubDepartment = string;\n\n/** Department */\n/** OID: 1.3.6.1.4.1.62675.1.2.9 */\nexport type Department = string;\n\n/** Purpose of email address */\n/** OID: 1.3.6.1.4.1.62675.1.3.0 */\nexport type EmailAddressPurpose = string;\n\n// ISO20022 Enumeration Types\n/** Name prefix code */\n/** OID: 1.3.6.1.4.1.62675.1.0.0 */\nexport type NamePrefixCode = 'DOCT' | 'MIST' | 'MISS' | 'MIKS' | 'MME';\n\n/** Preferred contact method */\n/** OID: 1.3.6.1.4.1.62675.1.9.0 */\nexport type PreferredContactMethodCode = 'LETT' | 'MAIL' | 'PHON' | 'FAXX' | 'CELL';\n\n/** Person identification scheme name proprietary values */\n/** OID: 1.3.6.1.4.1.62675.1.8.1.1.0 */\nexport type PersonIdentificationSchemeNameProprietary = 'DRLC' | 'CPPT' | 'ARNU' | 'SSN' | 'TXID' | 'VISA' | 'WPPT';\n\n// ISO20022 Choice Types\n/** Address type classification */\n/** OID: 1.3.6.1.4.1.62675.1.2.10 */\nexport type AddressType = string;\n\n/** Organization identification scheme name */\n/** OID: 1.3.6.1.4.1.62675.1.8.0.2 */\nexport type OrganizationIdentificationSchemeNameChoice = string;\n\n/** Person identification scheme name */\n/** OID: 1.3.6.1.4.1.62675.1.8.1.1 */\nexport type PersonIdentificationSchemeNameChoice = string | PersonIdentificationSchemeNameProprietary;\n\n// ISO20022 Sequence Types\n/** Generic organization identification */\n/** OID: 1.3.6.1.4.1.62675.1.8.0.1 */\nexport interface GenericOrganizationIdentification {\n\tid: Id;\n\tschemeName?: OrganizationIdentificationSchemeNameChoice;\n\tissuer?: Issuer;\n}\n\nexport interface OrganizationIdentificationBicChoice {\n\ttag: 0;\n\tname: 'bic';\n\tvalue: string;\n}\n\nexport interface OrganizationIdentificationLeiChoice {\n\ttag: 1;\n\tname: 'lei';\n\tvalue: string;\n}\n\nexport interface OrganizationIdentificationOtherChoice {\n\ttag: 2;\n\tname: 'other';\n\tvalue: GenericOrganizationIdentification[];\n}\nexport type OrganizationIdentificationChoice =\n\t| OrganizationIdentificationBicChoice\n\t| OrganizationIdentificationLeiChoice\n\t| OrganizationIdentificationOtherChoice;\n\nexport type OrganizationIdentification = OrganizationIdentificationChoice[];\n\n\n/** Generic person identification */\n/** OID: 1.3.6.1.4.1.62675.1.8.1.0 */\nexport interface GenericPersonIdentification {\n\tid: Id;\n\tschemeName?: PersonIdentificationSchemeNameChoice;\n\tissuer?: Issuer;\n}\n\nexport interface PersonIdentificationDateAndPlaceOfBirthChoice {\n\ttag: 0;\n\tname: 'dateAndPlaceOfBirth';\n\tvalue: DateAndPlaceOfBirth;\n}\n\nexport interface PersonIdentificationOtherChoice {\n\ttag: 1;\n\tname: 'other';\n\tvalue: GenericPersonIdentification[];\n}\nexport type PersonIdentificationChoice =\n\t| PersonIdentificationDateAndPlaceOfBirthChoice\n\t| PersonIdentificationOtherChoice;\n\nexport type PersonIdentification = PersonIdentificationChoice[];\n\n\n/** Other contact method */\n/** OID: 1.3.6.1.4.1.62675.1.9.1 */\nexport interface OtherContact {\n\tid?: Id;\n\tchannelType: string;\n}\n\n\n// Generated ASN.1 schemas for ISO 20022 choice types\n/** ASN.1 schema for AddressType */\nexport const AddressTypeSchema: ASN1.Schema = {\n\tchoice: [\n\t\t{ type: 'context', kind: 'explicit', value: 0, contains: { type: 'string', kind: 'utf8' } },\n\t\t{ type: 'context', kind: 'explicit', value: 1, contains: { type: 'string', kind: 'utf8' } }\n\t]\n};\n\n/** ASN.1 schema for OrganizationIdentificationSchemeNameChoice */\nexport const OrganizationIdentificationSchemeNameChoiceSchema: ASN1.Schema = {\n\tchoice: [\n\t\t{ type: 'context', kind: 'explicit', value: 0, contains: { type: 'string', kind: 'utf8' } },\n\t\t{ type: 'context', kind: 'explicit', value: 1, contains: { type: 'string', kind: 'utf8' } }\n\t]\n};\n\n/** ASN.1 schema for PersonIdentificationSchemeNameChoice */\nexport const PersonIdentificationSchemeNameChoiceSchema: ASN1.Schema = {\n\tchoice: [\n\t\t{ type: 'context', kind: 'explicit', value: 0, contains: { type: 'string', kind: 'utf8' } },\n\t\t{ type: 'context', kind: 'explicit', value: 1, contains: { type: 'string', kind: 'utf8' } }\n\t]\n};\n\n// Generated ASN.1 schemas for ISO 20022 regular sequence types\n/** ASN.1 schema for GenericOrganizationIdentification */\nexport const GenericOrganizationIdentificationSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['id', 'issuer', 'schemeName'],\n\tcontains: {\n\t\tid: { type: 'string', kind: 'utf8' },\n\t\tissuer: { optional: { type: 'string', kind: 'utf8' } },\n\t\tschemeName: { optional: OrganizationIdentificationSchemeNameChoiceSchema }\n\t}\n};\n\n/** ASN.1 schema for GenericPersonIdentification */\nexport const GenericPersonIdentificationSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['id', 'issuer', 'schemeName'],\n\tcontains: {\n\t\tid: { type: 'string', kind: 'utf8' },\n\t\tissuer: { optional: { type: 'string', kind: 'utf8' } },\n\t\tschemeName: { optional: PersonIdentificationSchemeNameChoiceSchema }\n\t}\n};\n\n/** ASN.1 schema for OtherContact */\nexport const OtherContactSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['channelType', 'id'],\n\tcontains: {\n\t\tchannelType: { type: 'string', kind: 'utf8' },\n\t\tid: { optional: { type: 'string', kind: 'utf8' } }\n\t}\n};\n\n// Generated ASN.1 schemas for ISO 20022 sequence-of-choice types\n/** ASN.1 schema for OrganizationIdentification */\nexport const OrganizationIdentificationSchema: ASN1.Schema = {\n\tsequenceOf: {\n\t\tchoice: [\n\t\t\t{ type: 'context', kind: 'explicit', value: 0, contains: { type: 'string', kind: 'utf8' } },\n\t\t\t{ type: 'context', kind: 'explicit', value: 1, contains: { type: 'string', kind: 'utf8' } },\n\t\t\t{ type: 'context', kind: 'explicit', value: 2, contains: GenericOrganizationIdentificationSchema }\n\t\t]\n\t}\n};\n\nexport const OrganizationIdentificationFields = [\n\t'bic',\n\t'lei',\n\t'other'\n] as const;\n\n\n/** ASN.1 schema for PersonIdentification */\nexport const PersonIdentificationSchema: ASN1.Schema = {\n\tsequenceOf: {\n\t\tchoice: [\n\t\t\t{ type: 'context', kind: 'explicit', value: 0, contains: { type: 'string', kind: 'utf8' } },\n\t\t\t{ type: 'context', kind: 'explicit', value: 1, contains: GenericPersonIdentificationSchema }\n\t\t]\n\t}\n};\n\nexport const PersonIdentificationFields = [\n\t'dateAndPlaceOfBirth',\n\t'other'\n] as const;\n\n\n// Generated ASN.1 schemas for choice-type sensitive attributes\n/** Person's full name */\n/** OID: 1.3.6.1.4.1.62675.1.0 */\nexport type FullName = string;\n\n/** Person's first name */\n/** OID: 1.3.6.1.4.1.62675.1.0.1 */\nexport type FirstName = string;\n\n/** Person's last name */\n/** OID: 1.3.6.1.4.1.62675.1.0.2 */\nexport type LastName = string;\n\n/** Person's middle name */\n/** OID: 1.3.6.1.4.1.62675.1.0.3 */\nexport type MiddleName = string;\n\n/** Date of birth */\n/** OID: 1.3.6.1.4.1.62675.1.1 */\nexport type DateOfBirth = Date;\n\n/** Physical address */\n/** OID: 1.3.6.1.4.1.62675.1.2 */\nexport interface Address {\n\taddressType?: AddressType;\n\tdepartment?: Department;\n\tsubDepartment?: SubDepartment;\n\tstreetName?: StreetName;\n\tbuildingNumber?: BuildingNumber;\n\tpostalCode?: PostalCode;\n\ttownName?: TownName;\n\tcountrySubDivision?: CountrySubDivision;\n\tcountry?: Country;\n\taddressLines?: AddressLines;\n}\n\n/** Email address */\n/** OID: 1.3.6.1.4.1.62675.1.3 */\nexport type Email = string;\n\n/** Phone number */\n/** OID: 1.3.6.1.4.1.62675.1.4 */\nexport type PhoneNumber = string;\n\n/** Date and place of birth information */\n/** OID: 1.3.6.1.4.1.62675.1.5 */\nexport interface DateAndPlaceOfBirth {\n\tbirthDate: BirthDate;\n\tprovinceOfBirth?: CountrySubDivision;\n\tcityOfBirth: TownName;\n\tcountryOfBirth: Country;\n}\n\n/** Job title */\n/** OID: 1.3.6.1.4.1.62675.1.6 */\nexport type JobTitle = string;\n\n/** Job responsibility */\n/** OID: 1.3.6.1.4.1.62675.1.6.1 */\nexport type JobResponsibility = string;\n\n/** Identifier */\n/** OID: 1.3.6.1.4.1.62675.1.7 */\nexport type Id = string;\n\n/** Issuer identifier */\n/** OID: 1.3.6.1.4.1.62675.1.7.1 */\nexport type Issuer = string;\n\n/** Entity type (organization or person) */\n/** OID: 1.3.6.1.4.1.62675.1.8 */\nexport interface EntityType {\n\torganization?: GenericOrganizationIdentification[];\n\tperson?: GenericPersonIdentification[];\n}\n\n/** Contact details */\n/** OID: 1.3.6.1.4.1.62675.1.9 */\nexport interface ContactDetails {\n\tnamePrefix?: NamePrefixCode;\n\tfullName?: FullName;\n\tphoneNumber?: PhoneNumber;\n\tmobileNumber?: PhoneNumber;\n\tfaxNumber?: PhoneNumber;\n\temailAddress?: EmailAddress;\n\temailPurpose?: EmailAddressPurpose;\n\tjobTitle?: JobTitle;\n\tjobResponsibility?: JobResponsibility;\n\tdepartment?: Department;\n\tother?: OtherContact[];\n\tpreferredMethod?: PreferredContactMethodCode;\n}\n\n/** Nationality */\n/** OID: 1.3.6.1.4.1.62675.1.10 */\nexport type Nationality = string;\n\n/** Document information */\n/** OID: 1.3.6.1.4.1.62675.1.11 */\nexport type Document = Reference;\n\n/** Driver's license front side document */\n/** OID: 1.3.6.1.4.1.62675.1.11.0 */\nexport type DocumentDriversLicenseFront = Document;\n\n/** Driver's license back side document */\n/** OID: 1.3.6.1.4.1.62675.1.11.0.1 */\nexport type DocumentDriversLicenseBack = Document;\n\n/** Passport document */\n/** OID: 1.3.6.1.4.1.62675.1.11.1 */\nexport type DocumentPassport = Document;\n\n/** Resident ID */\n/** OID: 1.3.6.1.4.1.62675.1.11.2 */\nexport type DocumentResidentCardFront = Document;\n\n/** Resident ID */\n/** OID: 1.3.6.1.4.1.62675.1.11.2.0 */\nexport type DocumentResidentCardBack = Document;\n\n/** Visa ID */\n/** OID: 1.3.6.1.4.1.62675.1.11.3 */\nexport type DocumentVisaFront = Document;\n\n/** Visa ID */\n/** OID: 1.3.6.1.4.1.62675.1.11.3.0 */\nexport type DocumentVisaBack = Document;\n\n/** Work permit ID */\n/** OID: 1.3.6.1.4.1.62675.1.11.4 */\nexport type DocumentWorkPermitFront = Document;\n\n/** Work permit ID */\n/** OID: 1.3.6.1.4.1.62675.1.11.4.0 */\nexport type DocumentWorkPermitBack = Document;\n\n/** DigestInfo from RFC 3447 */\nexport interface DigestInfo {\n\tdigestAlgorithm: ASN1.ASN1OID;\n\tdigest: Buffer;\n}\n\nexport const DigestInfoSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['digestAlgorithm', 'digest'],\n\tcontains: {\n\t\tdigestAlgorithm: ASN1.ValidateASN1.IsOID,\n\t\tdigest: ASN1.ValidateASN1.IsOctetString\n\t}\n};\n\n/** External reference pointer */\nexport interface ExternalReference {\n\turl: string;\n\tcontentType: string;\n}\n\nexport const ExternalReferenceSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['url', 'contentType'],\n\tcontains: {\n\t\turl: { type: 'string', kind: 'utf8' },\n\t\tcontentType: { type: 'string', kind: 'utf8' }\n\t}\n};\n\n/** Reference */\nexport interface Reference {\n\texternal: ExternalReference;\n\tdigest: DigestInfo;\n\tencryptionAlgorithm: ASN1.ASN1OID;\n}\n\nexport const ReferenceSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['external', 'digest', 'encryptionAlgorithm'],\n\tcontains: {\n\t\texternal: ExternalReferenceSchema,\n\t\tdigest: DigestInfoSchema,\n\t\tencryptionAlgorithm: ASN1.ValidateASN1.IsOID\n\t}\n};\n\n// Token aliases for sensitive attributes\n/** Alias for DateOfBirth */\nexport type BirthDate = DateOfBirth;\n\n/** Alias for Email */\nexport type EmailAddress = Email;\n\n/** Alias for DocumentVisaFront */\nexport type documentVisaFront = DocumentVisaFront;\n\n/** Alias for DocumentVisaBack */\nexport type documentVisaBack = DocumentVisaBack;\n\n/** Union type of all sensitive attribute types */\nexport type SensitiveAttributeType =\n\t| FullName\n\t| FirstName\n\t| LastName\n\t| MiddleName\n\t| DateOfBirth\n\t| Address\n\t| Email\n\t| PhoneNumber\n\t| DateAndPlaceOfBirth\n\t| JobTitle\n\t| JobResponsibility\n\t| Id\n\t| Issuer\n\t| EntityType\n\t| ContactDetails\n\t| Nationality\n\t| Document\n\t| DocumentDriversLicenseFront\n\t| DocumentDriversLicenseBack\n\t| DocumentPassport\n\t| DocumentResidentCardFront\n\t| DocumentResidentCardBack\n\t| DocumentVisaFront\n\t| DocumentVisaBack\n\t| DocumentWorkPermitFront\n\t| DocumentWorkPermitBack;\n\n/** Map of attribute name to acceptable input type for CertificateBuilder.setAttribute */\nexport interface CertificateAttributeValueMap {\n\t'fullName': FullName;\n\t'firstName': FirstName;\n\t'lastName': LastName;\n\t'middleName': MiddleName;\n\t'dateOfBirth': DateOfBirth;\n\t'address': Address;\n\t'email': Email;\n\t'phoneNumber': PhoneNumber;\n\t'dateAndPlaceOfBirth': DateAndPlaceOfBirth;\n\t'jobTitle': JobTitle;\n\t'jobResponsibility': JobResponsibility;\n\t'id': Id;\n\t'issuer': Issuer;\n\t'entityType': EntityType;\n\t'contactDetails': ContactDetails;\n\t'nationality': Nationality;\n\t'document': Document;\n\t'documentDriversLicenseFront': DocumentDriversLicenseFront;\n\t'documentDriversLicenseBack': DocumentDriversLicenseBack;\n\t'documentPassport': DocumentPassport;\n\t'documentResidentCardFront': DocumentResidentCardFront;\n\t'documentResidentCardBack': DocumentResidentCardBack;\n\t'documentVisaFront': DocumentVisaFront;\n\t'documentVisaBack': DocumentVisaBack;\n\t'documentWorkPermitFront': DocumentWorkPermitFront;\n\t'documentWorkPermitBack': DocumentWorkPermitBack;\n}\n\n/** Helper generic to get attribute value type by name */\nexport type CertificateAttributeValue<Name extends keyof CertificateAttributeValueMap> = CertificateAttributeValueMap[Name];\n\nexport const AddressFields = ['addressLines', 'addressType', 'buildingNumber', 'country', 'countrySubDivision', 'department', 'postalCode', 'streetName', 'subDepartment', 'townName'] as const;\nexport const AddressSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['addressLines', 'addressType', 'buildingNumber', 'country', 'countrySubDivision', 'department', 'postalCode', 'streetName', 'subDepartment', 'townName'],\n\tcontains: {\n\t\taddressLines: { optional: { sequenceOf: { type: 'string', kind: 'utf8' } } },\n\t\taddressType: { optional: AddressTypeSchema },\n\t\tbuildingNumber: { optional: { type: 'string', kind: 'utf8' } },\n\t\tcountry: { optional: { type: 'string', kind: 'utf8' } },\n\t\tcountrySubDivision: { optional: { type: 'string', kind: 'utf8' } },\n\t\tdepartment: { optional: { type: 'string', kind: 'utf8' } },\n\t\tpostalCode: { optional: { type: 'string', kind: 'utf8' } },\n\t\tstreetName: { optional: { type: 'string', kind: 'utf8' } },\n\t\tsubDepartment: { optional: { type: 'string', kind: 'utf8' } },\n\t\ttownName: { optional: { type: 'string', kind: 'utf8' } }\n\t}\n};\nexport const DateAndPlaceOfBirthFields = ['birthDate', 'cityOfBirth', 'countryOfBirth', 'provinceOfBirth'] as const;\nexport const DateAndPlaceOfBirthSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['birthDate', 'cityOfBirth', 'countryOfBirth', 'provinceOfBirth'],\n\tcontains: {\n\t\tbirthDate: ASN1.ValidateASN1.IsDate,\n\t\tcityOfBirth: { type: 'string', kind: 'utf8' },\n\t\tcountryOfBirth: { type: 'string', kind: 'utf8' },\n\t\tprovinceOfBirth: { optional: { type: 'string', kind: 'utf8' } }\n\t}\n};\nexport const EntityTypeFields = ['organization', 'person'] as const;\nexport const EntityTypeSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['organization', 'person'],\n\tcontains: {\n\t\torganization: { optional: { sequenceOf: GenericOrganizationIdentificationSchema } },\n\t\tperson: { optional: { sequenceOf: GenericPersonIdentificationSchema } }\n\t}\n};\nexport const ContactDetailsFields = ['department', 'emailAddress', 'emailPurpose', 'faxNumber', 'fullName', 'jobResponsibility', 'jobTitle', 'mobileNumber', 'namePrefix', 'other', 'phoneNumber', 'preferredMethod'] as const;\nexport const ContactDetailsSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['department', 'emailAddress', 'emailPurpose', 'faxNumber', 'fullName', 'jobResponsibility', 'jobTitle', 'mobileNumber', 'namePrefix', 'other', 'phoneNumber', 'preferredMethod'],\n\tcontains: {\n\t\tdepartment: { optional: { type: 'string', kind: 'utf8' } },\n\t\temailAddress: { optional: { type: 'string', kind: 'utf8' } },\n\t\temailPurpose: { optional: { type: 'string', kind: 'utf8' } },\n\t\tfaxNumber: { optional: { type: 'string', kind: 'utf8' } },\n\t\tfullName: { optional: { type: 'string', kind: 'utf8' } },\n\t\tjobResponsibility: { optional: { type: 'string', kind: 'utf8' } },\n\t\tjobTitle: { optional: { type: 'string', kind: 'utf8' } },\n\t\tmobileNumber: { optional: { type: 'string', kind: 'utf8' } },\n\t\tnamePrefix: { optional: { type: 'string', kind: 'utf8' } },\n\t\tother: { optional: { sequenceOf: OtherContactSchema } },\n\t\tphoneNumber: { optional: { type: 'string', kind: 'utf8' } },\n\t\tpreferredMethod: { optional: { type: 'string', kind: 'utf8' } }\n\t}\n};\nexport const CertificateAttributeOIDDB = {\n\t'fullName': '1.3.6.1.4.1.62675.1.0',\n\t'firstName': '1.3.6.1.4.1.62675.1.0.1',\n\t'lastName': '1.3.6.1.4.1.62675.1.0.2',\n\t'middleName': '1.3.6.1.4.1.62675.1.0.3',\n\t'dateOfBirth': '1.3.6.1.4.1.62675.1.1',\n\t'address': '1.3.6.1.4.1.62675.1.2',\n\t'email': '1.3.6.1.4.1.62675.1.3',\n\t'phoneNumber': '1.3.6.1.4.1.62675.1.4',\n\t'dateAndPlaceOfBirth': '1.3.6.1.4.1.62675.1.5',\n\t'jobTitle': '1.3.6.1.4.1.62675.1.6',\n\t'jobResponsibility': '1.3.6.1.4.1.62675.1.6.1',\n\t'id': '1.3.6.1.4.1.62675.1.7',\n\t'issuer': '1.3.6.1.4.1.62675.1.7.1',\n\t'entityType': '1.3.6.1.4.1.62675.1.8',\n\t'contactDetails': '1.3.6.1.4.1.62675.1.9',\n\t'nationality': '1.3.6.1.4.1.62675.1.10',\n\t'document': '1.3.6.1.4.1.62675.1.11',\n\t'documentDriversLicenseFront': '1.3.6.1.4.1.62675.1.11.0',\n\t'documentDriversLicenseBack': '1.3.6.1.4.1.62675.1.11.0.1',\n\t'documentPassport': '1.3.6.1.4.1.62675.1.11.1',\n\t'documentResidentCardFront': '1.3.6.1.4.1.62675.1.11.2',\n\t'documentResidentCardBack': '1.3.6.1.4.1.62675.1.11.2.0',\n\t'documentVisaFront': '1.3.6.1.4.1.62675.1.11.3',\n\t'documentVisaBack': '1.3.6.1.4.1.62675.1.11.3.0',\n\t'documentWorkPermitFront': '1.3.6.1.4.1.62675.1.11.4',\n\t'documentWorkPermitBack': '1.3.6.1.4.1.62675.1.11.4.0'\n} as const;\n\nexport const SENSITIVE_CERTIFICATE_ATTRIBUTES = [\n\t'fullName',\n\t'firstName',\n\t'lastName',\n\t'middleName',\n\t'dateOfBirth',\n\t'address',\n\t'email',\n\t'phoneNumber',\n\t'dateAndPlaceOfBirth',\n\t'jobTitle',\n\t'jobResponsibility',\n\t'id',\n\t'issuer',\n\t'entityType',\n\t'contactDetails',\n\t'nationality',\n\t'document',\n\t'documentDriversLicenseFront',\n\t'documentDriversLicenseBack',\n\t'documentPassport',\n\t'documentResidentCardFront',\n\t'documentResidentCardBack',\n\t'documentVisaFront',\n\t'documentVisaBack',\n\t'documentWorkPermitFront',\n\t'documentWorkPermitBack'\n] as const;\n\nexport type SensitiveCertificateAttributeNames = typeof SENSITIVE_CERTIFICATE_ATTRIBUTES[number];\n\nexport const SensitiveCertificateAttributeNames = [\n\t'FullName',\n\t'FirstName',\n\t'LastName',\n\t'MiddleName',\n\t'DateOfBirth',\n\t'Address',\n\t'Email',\n\t'PhoneNumber',\n\t'DateAndPlaceOfBirth',\n\t'JobTitle',\n\t'JobResponsibility',\n\t'Id',\n\t'Issuer',\n\t'EntityType',\n\t'ContactDetails',\n\t'Nationality',\n\t'Document',\n\t'DocumentDriversLicenseFront',\n\t'DocumentDriversLicenseBack',\n\t'DocumentPassport',\n\t'DocumentResidentCardFront',\n\t'DocumentResidentCardBack',\n\t'DocumentVisaFront',\n\t'DocumentVisaBack',\n\t'DocumentWorkPermitFront',\n\t'DocumentWorkPermitBack'\n] as const;\n\nexport const CertificateAttributeFieldNames: { readonly [K in keyof typeof CertificateAttributeOIDDB]?: readonly string[] } = {\n\t'address': AddressFields,\n\t'dateAndPlaceOfBirth': DateAndPlaceOfBirthFields,\n\t'entityType': EntityTypeFields,\n\t'contactDetails': ContactDetailsFields\n} as const;\n\nexport const CertificateAttributeSchema: { readonly [K in keyof typeof CertificateAttributeOIDDB]: ASN1.Schema } = {\n\t'fullName': { type: 'string', kind: 'utf8' },\n\t'firstName': { type: 'string', kind: 'utf8' },\n\t'lastName': { type: 'string', kind: 'utf8' },\n\t'middleName': { type: 'string', kind: 'utf8' },\n\t'dateOfBirth': ASN1.ValidateASN1.IsDate,\n\t'address': AddressSchema,\n\t'email': { type: 'string', kind: 'utf8' },\n\t'phoneNumber': { type: 'string', kind: 'utf8' },\n\t'dateAndPlaceOfBirth': DateAndPlaceOfBirthSchema,\n\t'jobTitle': { type: 'string', kind: 'utf8' },\n\t'jobResponsibility': { type: 'string', kind: 'utf8' },\n\t'id': { type: 'string', kind: 'utf8' },\n\t'issuer': { type: 'string', kind: 'utf8' },\n\t'entityType': EntityTypeSchema,\n\t'contactDetails': ContactDetailsSchema,\n\t'nationality': { type: 'string', kind: 'utf8' },\n\t'document': ReferenceSchema,\n\t'documentDriversLicenseFront': ReferenceSchema,\n\t'documentDriversLicenseBack': ReferenceSchema,\n\t'documentPassport': ReferenceSchema,\n\t'documentResidentCardFront': ReferenceSchema,\n\t'documentResidentCardBack': ReferenceSchema,\n\t'documentVisaFront': ReferenceSchema,\n\t'documentVisaBack': ReferenceSchema,\n\t'documentWorkPermitFront': ReferenceSchema,\n\t'documentWorkPermitBack': ReferenceSchema\n} as const;\n"]}
1
+ {"version":3,"file":"iso20022.generated.js","sourceRoot":"","sources":["../../../src/services/kyc/iso20022.generated.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint-disable */\n/**\n * Generated ISO20022 Type Definitions\n * This file is auto-generated from oids.json.\n */\n\nimport * as ASN1 from '../../lib/utils/asn1.js';\n\n// ISO20022 Primitive Types\n/** Country code or name */\n/** OID: 1.3.6.1.4.1.62675.1.2.0 */\nexport type Country = string;\n\n/** Country subdivision (state/province) */\n/** OID: 1.3.6.1.4.1.62675.1.2.1 */\nexport type CountrySubDivision = string;\n\n/** Postal code */\n/** OID: 1.3.6.1.4.1.62675.1.2.3 */\nexport type PostalCode = string;\n\n/** Town or city name */\n/** OID: 1.3.6.1.4.1.62675.1.2.4 */\nexport type TownName = string;\n\n/** Building number */\n/** OID: 1.3.6.1.4.1.62675.1.2.5 */\nexport type BuildingNumber = string;\n\n/** Street name */\n/** OID: 1.3.6.1.4.1.62675.1.2.6 */\nexport type StreetName = string;\n\n/** Free-form address lines */\n/** OID: 1.3.6.1.4.1.62675.1.2.7 */\nexport type AddressLines = string[];\n\n/** Sub-department */\n/** OID: 1.3.6.1.4.1.62675.1.2.8 */\nexport type SubDepartment = string;\n\n/** Department */\n/** OID: 1.3.6.1.4.1.62675.1.2.9 */\nexport type Department = string;\n\n/** Purpose of email address */\n/** OID: 1.3.6.1.4.1.62675.1.3.0 */\nexport type EmailAddressPurpose = string;\n\n// ISO20022 Enumeration Types\n/** Name prefix code */\n/** OID: 1.3.6.1.4.1.62675.1.0.0 */\nexport type NamePrefixCode = 'DOCT' | 'MIST' | 'MISS' | 'MIKS' | 'MME';\n\n/** Preferred contact method */\n/** OID: 1.3.6.1.4.1.62675.1.9.0 */\nexport type PreferredContactMethodCode = 'LETT' | 'MAIL' | 'PHON' | 'FAXX' | 'CELL';\n\n/** Person identification scheme name proprietary values */\n/** OID: 1.3.6.1.4.1.62675.1.8.1.1.0 */\nexport type PersonIdentificationSchemeNameProprietary = 'DRLC' | 'CPPT' | 'ARNU' | 'SSN' | 'TXID' | 'VISA' | 'WPPT';\n\n// ISO20022 Choice Types\n/** Address type classification */\n/** OID: 1.3.6.1.4.1.62675.1.2.10 */\nexport type AddressType = string;\n\n/** Organization identification scheme name */\n/** OID: 1.3.6.1.4.1.62675.1.8.0.2 */\nexport type OrganizationIdentificationSchemeNameChoice = string;\n\n/** Person identification scheme name */\n/** OID: 1.3.6.1.4.1.62675.1.8.1.1 */\nexport type PersonIdentificationSchemeNameChoice = string | PersonIdentificationSchemeNameProprietary;\n\n// ISO20022 Sequence Types\n/** Generic organization identification */\n/** OID: 1.3.6.1.4.1.62675.1.8.0.1 */\nexport interface GenericOrganizationIdentification {\n\tid: Id;\n\tschemeName?: OrganizationIdentificationSchemeNameChoice;\n\tissuer?: Issuer;\n}\n\nexport interface OrganizationIdentificationBicChoice {\n\ttag: 0;\n\tname: 'bic';\n\tvalue: string;\n}\n\nexport interface OrganizationIdentificationLeiChoice {\n\ttag: 1;\n\tname: 'lei';\n\tvalue: string;\n}\n\nexport interface OrganizationIdentificationOtherChoice {\n\ttag: 2;\n\tname: 'other';\n\tvalue: GenericOrganizationIdentification[];\n}\nexport type OrganizationIdentificationChoice =\n\t| OrganizationIdentificationBicChoice\n\t| OrganizationIdentificationLeiChoice\n\t| OrganizationIdentificationOtherChoice;\n\nexport type OrganizationIdentification = OrganizationIdentificationChoice[];\n\n\n/** Generic person identification */\n/** OID: 1.3.6.1.4.1.62675.1.8.1.0 */\nexport interface GenericPersonIdentification {\n\tid: Id;\n\tschemeName?: PersonIdentificationSchemeNameChoice;\n\tissuer?: Issuer;\n}\n\nexport interface PersonIdentificationDateAndPlaceOfBirthChoice {\n\ttag: 0;\n\tname: 'dateAndPlaceOfBirth';\n\tvalue: DateAndPlaceOfBirth;\n}\n\nexport interface PersonIdentificationOtherChoice {\n\ttag: 1;\n\tname: 'other';\n\tvalue: GenericPersonIdentification[];\n}\nexport type PersonIdentificationChoice =\n\t| PersonIdentificationDateAndPlaceOfBirthChoice\n\t| PersonIdentificationOtherChoice;\n\nexport type PersonIdentification = PersonIdentificationChoice[];\n\n\n/** Other contact method */\n/** OID: 1.3.6.1.4.1.62675.1.9.1 */\nexport interface OtherContact {\n\tid?: Id;\n\tchannelType: string;\n}\n\n\n// Generated ASN.1 schemas for ISO 20022 choice types\n/** ASN.1 schema for AddressType */\nexport const AddressTypeSchema: ASN1.Schema = {\n\tchoice: [\n\t\t{ type: 'context', kind: 'explicit', value: 0, contains: { type: 'string', kind: 'utf8' } },\n\t\t{ type: 'context', kind: 'explicit', value: 1, contains: { type: 'string', kind: 'utf8' } }\n\t]\n};\n\n/** ASN.1 schema for OrganizationIdentificationSchemeNameChoice */\nexport const OrganizationIdentificationSchemeNameChoiceSchema: ASN1.Schema = {\n\tchoice: [\n\t\t{ type: 'context', kind: 'explicit', value: 0, contains: { type: 'string', kind: 'utf8' } },\n\t\t{ type: 'context', kind: 'explicit', value: 1, contains: { type: 'string', kind: 'utf8' } }\n\t]\n};\n\n/** ASN.1 schema for PersonIdentificationSchemeNameChoice */\nexport const PersonIdentificationSchemeNameChoiceSchema: ASN1.Schema = {\n\tchoice: [\n\t\t{ type: 'context', kind: 'explicit', value: 0, contains: { type: 'string', kind: 'utf8' } },\n\t\t{ type: 'context', kind: 'explicit', value: 1, contains: { type: 'string', kind: 'utf8' } }\n\t]\n};\n\n// Generated ASN.1 schemas for ISO 20022 regular sequence types\n/** ASN.1 schema for GenericOrganizationIdentification */\nexport const GenericOrganizationIdentificationSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['id', 'issuer', 'schemeName'],\n\tcontains: {\n\t\tid: { type: 'string', kind: 'utf8' },\n\t\tissuer: { optional: { type: 'string', kind: 'utf8' } },\n\t\tschemeName: { optional: OrganizationIdentificationSchemeNameChoiceSchema }\n\t}\n};\n\n/** ASN.1 schema for GenericPersonIdentification */\nexport const GenericPersonIdentificationSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['id', 'issuer', 'schemeName'],\n\tcontains: {\n\t\tid: { type: 'string', kind: 'utf8' },\n\t\tissuer: { optional: { type: 'string', kind: 'utf8' } },\n\t\tschemeName: { optional: PersonIdentificationSchemeNameChoiceSchema }\n\t}\n};\n\n/** ASN.1 schema for OtherContact */\nexport const OtherContactSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['channelType', 'id'],\n\tcontains: {\n\t\tchannelType: { type: 'string', kind: 'utf8' },\n\t\tid: { optional: { type: 'string', kind: 'utf8' } }\n\t}\n};\n\n// Generated ASN.1 schemas for ISO 20022 sequence-of-choice types\n/** ASN.1 schema for OrganizationIdentification */\nexport const OrganizationIdentificationSchema: ASN1.Schema = {\n\tsequenceOf: {\n\t\tchoice: [\n\t\t\t{ type: 'context', kind: 'explicit', value: 0, contains: { type: 'string', kind: 'utf8' } },\n\t\t\t{ type: 'context', kind: 'explicit', value: 1, contains: { type: 'string', kind: 'utf8' } },\n\t\t\t{ type: 'context', kind: 'explicit', value: 2, contains: GenericOrganizationIdentificationSchema }\n\t\t]\n\t}\n};\n\nexport const OrganizationIdentificationFields = [\n\t'bic',\n\t'lei',\n\t'other'\n] as const;\n\n\n/** ASN.1 schema for PersonIdentification */\nexport const PersonIdentificationSchema: ASN1.Schema = {\n\tsequenceOf: {\n\t\tchoice: [\n\t\t\t{ type: 'context', kind: 'explicit', value: 0, contains: { type: 'string', kind: 'utf8' } },\n\t\t\t{ type: 'context', kind: 'explicit', value: 1, contains: GenericPersonIdentificationSchema }\n\t\t]\n\t}\n};\n\nexport const PersonIdentificationFields = [\n\t'dateAndPlaceOfBirth',\n\t'other'\n] as const;\n\n\n// Generated ASN.1 schemas for choice-type sensitive attributes\n/** Person's full name */\n/** OID: 1.3.6.1.4.1.62675.1.0 */\nexport type FullName = string;\n\n/** Person's first name */\n/** OID: 1.3.6.1.4.1.62675.1.0.1 */\nexport type FirstName = string;\n\n/** Person's last name */\n/** OID: 1.3.6.1.4.1.62675.1.0.2 */\nexport type LastName = string;\n\n/** Person's middle name */\n/** OID: 1.3.6.1.4.1.62675.1.0.3 */\nexport type MiddleName = string;\n\n/** Date of birth */\n/** OID: 1.3.6.1.4.1.62675.1.1 */\nexport type DateOfBirth = Date;\n\n/** Physical address */\n/** OID: 1.3.6.1.4.1.62675.1.2 */\nexport interface Address {\n\taddressType?: AddressType;\n\tdepartment?: Department;\n\tsubDepartment?: SubDepartment;\n\tstreetName?: StreetName;\n\tbuildingNumber?: BuildingNumber;\n\tpostalCode?: PostalCode;\n\ttownName?: TownName;\n\tcountrySubDivision?: CountrySubDivision;\n\tcountry?: Country;\n\taddressLines?: AddressLines;\n}\n\n/** Email address */\n/** OID: 1.3.6.1.4.1.62675.1.3 */\nexport type Email = string;\n\n/** Phone number */\n/** OID: 1.3.6.1.4.1.62675.1.4 */\nexport type PhoneNumber = string;\n\n/** Date and place of birth information */\n/** OID: 1.3.6.1.4.1.62675.1.5 */\nexport interface DateAndPlaceOfBirth {\n\tbirthDate: BirthDate;\n\tprovinceOfBirth?: CountrySubDivision;\n\tcityOfBirth: TownName;\n\tcountryOfBirth: Country;\n}\n\n/** Job title */\n/** OID: 1.3.6.1.4.1.62675.1.6 */\nexport type JobTitle = string;\n\n/** Job responsibility */\n/** OID: 1.3.6.1.4.1.62675.1.6.1 */\nexport type JobResponsibility = string;\n\n/** Identifier */\n/** OID: 1.3.6.1.4.1.62675.1.7 */\nexport type Id = string;\n\n/** Issuer identifier */\n/** OID: 1.3.6.1.4.1.62675.1.7.1 */\nexport type Issuer = string;\n\n/** Entity type (organization or person) */\n/** OID: 1.3.6.1.4.1.62675.1.8 */\nexport interface EntityType {\n\torganization?: GenericOrganizationIdentification[];\n\tperson?: GenericPersonIdentification[];\n}\n\n/** Contact details */\n/** OID: 1.3.6.1.4.1.62675.1.9 */\nexport interface ContactDetails {\n\tnamePrefix?: NamePrefixCode;\n\tfullName?: FullName;\n\tphoneNumber?: PhoneNumber;\n\tmobileNumber?: PhoneNumber;\n\tfaxNumber?: PhoneNumber;\n\temailAddress?: EmailAddress;\n\temailPurpose?: EmailAddressPurpose;\n\tjobTitle?: JobTitle;\n\tjobResponsibility?: JobResponsibility;\n\tdepartment?: Department;\n\tother?: OtherContact[];\n\tpreferredMethod?: PreferredContactMethodCode;\n}\n\n/** Nationality */\n/** OID: 1.3.6.1.4.1.62675.1.10 */\nexport type Nationality = string;\n\n/** Generic document structure with metadata */\n/** OID: 1.3.6.1.4.1.62675.1.11 */\nexport interface Document {\n\tdocumentNumber: string;\n\tfront?: Reference;\n\tback?: Reference;\n\tselfie?: Reference;\n\tfullName?: string;\n\tfirstName?: string;\n\tlastName?: string;\n\tdob?: Date;\n\tgender?: string;\n\taddress?: Address;\n\texpiresAt?: Date;\n\tissuedAt?: Date;\n\tissuingState?: string;\n\tissuingCountry?: string;\n\trefNumber?: string;\n\tnationality?: string;\n\tcurp?: string;\n\tclaveDeElector?: string;\n\tclassifiedDocumentType?: string;\n\tcurpValidationResponse?: string;\n\tsambaActivityHistoryResponse?: string;\n}\n\n/** Driver's license document */\n/** OID: 1.3.6.1.4.1.62675.1.11.0 */\nexport type DocumentDriversLicense = Document;\n\n/** ID card document */\n/** OID: 1.3.6.1.4.1.62675.1.11.1 */\nexport type DocumentIdCard = Document;\n\n/** Passport document */\n/** OID: 1.3.6.1.4.1.62675.1.11.2 */\nexport type DocumentPassport = Document;\n\n/** Passport card document */\n/** OID: 1.3.6.1.4.1.62675.1.11.3 */\nexport type DocumentPassportCard = Document;\n\n/** Permit document */\n/** OID: 1.3.6.1.4.1.62675.1.11.4 */\nexport type DocumentPermit = Document;\n\n/** Visa document */\n/** OID: 1.3.6.1.4.1.62675.1.11.5 */\nexport type DocumentVisa = Document;\n\n/** Residence document */\n/** OID: 1.3.6.1.4.1.62675.1.11.6 */\nexport type DocumentResidenceDocument = Document;\n\n/** DigestInfo from RFC 3447 */\nexport interface DigestInfo {\n\tdigestAlgorithm: ASN1.ASN1OID;\n\tdigest: Buffer;\n}\n\nexport const DigestInfoSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['digestAlgorithm', 'digest'],\n\tcontains: {\n\t\tdigestAlgorithm: ASN1.ValidateASN1.IsOID,\n\t\tdigest: ASN1.ValidateASN1.IsOctetString\n\t}\n};\n\n/** External reference pointer */\nexport interface ExternalReference {\n\turl: string;\n\tcontentType: string;\n}\n\nexport const ExternalReferenceSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['url', 'contentType'],\n\tcontains: {\n\t\turl: { type: 'string', kind: 'utf8' },\n\t\tcontentType: { type: 'string', kind: 'utf8' }\n\t}\n};\n\n/** Reference */\nexport interface Reference {\n\texternal: ExternalReference;\n\tdigest: DigestInfo;\n\tencryptionAlgorithm: ASN1.ASN1OID;\n}\n\nexport const ReferenceSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['external', 'digest', 'encryptionAlgorithm'],\n\tcontains: {\n\t\texternal: ExternalReferenceSchema,\n\t\tdigest: DigestInfoSchema,\n\t\tencryptionAlgorithm: ASN1.ValidateASN1.IsOID\n\t}\n};\n\n// Token aliases for sensitive attributes\n/** Alias for DateOfBirth */\nexport type BirthDate = DateOfBirth;\n\n/** Alias for Email */\nexport type EmailAddress = Email;\n\n/** Union type of all sensitive attribute types */\nexport type SensitiveAttributeType =\n\t| FullName\n\t| FirstName\n\t| LastName\n\t| MiddleName\n\t| DateOfBirth\n\t| Address\n\t| Email\n\t| PhoneNumber\n\t| DateAndPlaceOfBirth\n\t| JobTitle\n\t| JobResponsibility\n\t| Id\n\t| Issuer\n\t| EntityType\n\t| ContactDetails\n\t| Nationality\n\t| Document\n\t| DocumentDriversLicense\n\t| DocumentIdCard\n\t| DocumentPassport\n\t| DocumentPassportCard\n\t| DocumentPermit\n\t| DocumentVisa\n\t| DocumentResidenceDocument;\n\n/** Map of attribute name to acceptable input type for CertificateBuilder.setAttribute */\nexport interface CertificateAttributeValueMap {\n\t'fullName': FullName;\n\t'firstName': FirstName;\n\t'lastName': LastName;\n\t'middleName': MiddleName;\n\t'dateOfBirth': DateOfBirth;\n\t'address': Address;\n\t'email': Email;\n\t'phoneNumber': PhoneNumber;\n\t'dateAndPlaceOfBirth': DateAndPlaceOfBirth;\n\t'jobTitle': JobTitle;\n\t'jobResponsibility': JobResponsibility;\n\t'id': Id;\n\t'issuer': Issuer;\n\t'entityType': EntityType;\n\t'contactDetails': ContactDetails;\n\t'nationality': Nationality;\n\t'document': Document;\n\t'documentDriversLicense': DocumentDriversLicense;\n\t'documentIdCard': DocumentIdCard;\n\t'documentPassport': DocumentPassport;\n\t'documentPassportCard': DocumentPassportCard;\n\t'documentPermit': DocumentPermit;\n\t'documentVisa': DocumentVisa;\n\t'documentResidenceDocument': DocumentResidenceDocument;\n}\n\n/** Helper generic to get attribute value type by name */\nexport type CertificateAttributeValue<Name extends keyof CertificateAttributeValueMap> = CertificateAttributeValueMap[Name];\n\nexport const AddressFields = ['addressLines', 'addressType', 'buildingNumber', 'country', 'countrySubDivision', 'department', 'postalCode', 'streetName', 'subDepartment', 'townName'] as const;\nexport const AddressSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['addressLines', 'addressType', 'buildingNumber', 'country', 'countrySubDivision', 'department', 'postalCode', 'streetName', 'subDepartment', 'townName'],\n\tcontains: {\n\t\taddressLines: { optional: { sequenceOf: { type: 'string', kind: 'utf8' } } },\n\t\taddressType: { optional: AddressTypeSchema },\n\t\tbuildingNumber: { optional: { type: 'string', kind: 'utf8' } },\n\t\tcountry: { optional: { type: 'string', kind: 'utf8' } },\n\t\tcountrySubDivision: { optional: { type: 'string', kind: 'utf8' } },\n\t\tdepartment: { optional: { type: 'string', kind: 'utf8' } },\n\t\tpostalCode: { optional: { type: 'string', kind: 'utf8' } },\n\t\tstreetName: { optional: { type: 'string', kind: 'utf8' } },\n\t\tsubDepartment: { optional: { type: 'string', kind: 'utf8' } },\n\t\ttownName: { optional: { type: 'string', kind: 'utf8' } }\n\t}\n};\nexport const DateAndPlaceOfBirthFields = ['birthDate', 'cityOfBirth', 'countryOfBirth', 'provinceOfBirth'] as const;\nexport const DateAndPlaceOfBirthSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['birthDate', 'cityOfBirth', 'countryOfBirth', 'provinceOfBirth'],\n\tcontains: {\n\t\tbirthDate: ASN1.ValidateASN1.IsDate,\n\t\tcityOfBirth: { type: 'string', kind: 'utf8' },\n\t\tcountryOfBirth: { type: 'string', kind: 'utf8' },\n\t\tprovinceOfBirth: { optional: { type: 'string', kind: 'utf8' } }\n\t}\n};\nexport const EntityTypeFields = ['organization', 'person'] as const;\nexport const EntityTypeSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['organization', 'person'],\n\tcontains: {\n\t\torganization: { optional: { sequenceOf: GenericOrganizationIdentificationSchema } },\n\t\tperson: { optional: { sequenceOf: GenericPersonIdentificationSchema } }\n\t}\n};\nexport const ContactDetailsFields = ['department', 'emailAddress', 'emailPurpose', 'faxNumber', 'fullName', 'jobResponsibility', 'jobTitle', 'mobileNumber', 'namePrefix', 'other', 'phoneNumber', 'preferredMethod'] as const;\nexport const ContactDetailsSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['department', 'emailAddress', 'emailPurpose', 'faxNumber', 'fullName', 'jobResponsibility', 'jobTitle', 'mobileNumber', 'namePrefix', 'other', 'phoneNumber', 'preferredMethod'],\n\tcontains: {\n\t\tdepartment: { optional: { type: 'string', kind: 'utf8' } },\n\t\temailAddress: { optional: { type: 'string', kind: 'utf8' } },\n\t\temailPurpose: { optional: { type: 'string', kind: 'utf8' } },\n\t\tfaxNumber: { optional: { type: 'string', kind: 'utf8' } },\n\t\tfullName: { optional: { type: 'string', kind: 'utf8' } },\n\t\tjobResponsibility: { optional: { type: 'string', kind: 'utf8' } },\n\t\tjobTitle: { optional: { type: 'string', kind: 'utf8' } },\n\t\tmobileNumber: { optional: { type: 'string', kind: 'utf8' } },\n\t\tnamePrefix: { optional: { type: 'string', kind: 'utf8' } },\n\t\tother: { optional: { sequenceOf: OtherContactSchema } },\n\t\tphoneNumber: { optional: { type: 'string', kind: 'utf8' } },\n\t\tpreferredMethod: { optional: { type: 'string', kind: 'utf8' } }\n\t}\n};\nexport const DocumentFields = ['documentNumber', 'front', 'back', 'selfie', 'fullName', 'firstName', 'lastName', 'dob', 'gender', 'address', 'expiresAt', 'issuedAt', 'issuingState', 'issuingCountry', 'refNumber', 'nationality', 'curp', 'claveDeElector', 'classifiedDocumentType', 'curpValidationResponse', 'sambaActivityHistoryResponse'] as const;\nexport const DocumentSchema: ASN1.Schema = {\n\ttype: 'struct',\n\tfieldNames: ['documentNumber', 'front', 'back', 'selfie', 'fullName', 'firstName', 'lastName', 'dob', 'gender', 'address', 'expiresAt', 'issuedAt', 'issuingState', 'issuingCountry', 'refNumber', 'nationality', 'curp', 'claveDeElector', 'classifiedDocumentType', 'curpValidationResponse', 'sambaActivityHistoryResponse'],\n\tcontains: {\n\t\tdocumentNumber: { type: 'string', kind: 'utf8' },\n\t\tfront: { optional: ReferenceSchema },\n\t\tback: { optional: ReferenceSchema },\n\t\tselfie: { optional: ReferenceSchema },\n\t\tfullName: { optional: { type: 'string', kind: 'utf8' } },\n\t\tfirstName: { optional: { type: 'string', kind: 'utf8' } },\n\t\tlastName: { optional: { type: 'string', kind: 'utf8' } },\n\t\tdob: { optional: ASN1.ValidateASN1.IsDate },\n\t\tgender: { optional: { type: 'string', kind: 'utf8' } },\n\t\taddress: { optional: AddressSchema },\n\t\texpiresAt: { optional: ASN1.ValidateASN1.IsDate },\n\t\tissuedAt: { optional: ASN1.ValidateASN1.IsDate },\n\t\tissuingState: { optional: { type: 'string', kind: 'utf8' } },\n\t\tissuingCountry: { optional: { type: 'string', kind: 'utf8' } },\n\t\trefNumber: { optional: { type: 'string', kind: 'utf8' } },\n\t\tnationality: { optional: { type: 'string', kind: 'utf8' } },\n\t\tcurp: { optional: { type: 'string', kind: 'utf8' } },\n\t\tclaveDeElector: { optional: { type: 'string', kind: 'utf8' } },\n\t\tclassifiedDocumentType: { optional: { type: 'string', kind: 'utf8' } },\n\t\tcurpValidationResponse: { optional: { type: 'string', kind: 'utf8' } },\n\t\tsambaActivityHistoryResponse: { optional: { type: 'string', kind: 'utf8' } }\n\t}\n};\nexport const CertificateAttributeOIDDB = {\n\t'fullName': '1.3.6.1.4.1.62675.1.0',\n\t'firstName': '1.3.6.1.4.1.62675.1.0.1',\n\t'lastName': '1.3.6.1.4.1.62675.1.0.2',\n\t'middleName': '1.3.6.1.4.1.62675.1.0.3',\n\t'dateOfBirth': '1.3.6.1.4.1.62675.1.1',\n\t'address': '1.3.6.1.4.1.62675.1.2',\n\t'email': '1.3.6.1.4.1.62675.1.3',\n\t'phoneNumber': '1.3.6.1.4.1.62675.1.4',\n\t'dateAndPlaceOfBirth': '1.3.6.1.4.1.62675.1.5',\n\t'jobTitle': '1.3.6.1.4.1.62675.1.6',\n\t'jobResponsibility': '1.3.6.1.4.1.62675.1.6.1',\n\t'id': '1.3.6.1.4.1.62675.1.7',\n\t'issuer': '1.3.6.1.4.1.62675.1.7.1',\n\t'entityType': '1.3.6.1.4.1.62675.1.8',\n\t'contactDetails': '1.3.6.1.4.1.62675.1.9',\n\t'nationality': '1.3.6.1.4.1.62675.1.10',\n\t'document': '1.3.6.1.4.1.62675.1.11',\n\t'documentDriversLicense': '1.3.6.1.4.1.62675.1.11.0',\n\t'documentIdCard': '1.3.6.1.4.1.62675.1.11.1',\n\t'documentPassport': '1.3.6.1.4.1.62675.1.11.2',\n\t'documentPassportCard': '1.3.6.1.4.1.62675.1.11.3',\n\t'documentPermit': '1.3.6.1.4.1.62675.1.11.4',\n\t'documentVisa': '1.3.6.1.4.1.62675.1.11.5',\n\t'documentResidenceDocument': '1.3.6.1.4.1.62675.1.11.6'\n} as const;\n\nexport const SENSITIVE_CERTIFICATE_ATTRIBUTES = [\n\t'fullName',\n\t'firstName',\n\t'lastName',\n\t'middleName',\n\t'dateOfBirth',\n\t'address',\n\t'email',\n\t'phoneNumber',\n\t'dateAndPlaceOfBirth',\n\t'jobTitle',\n\t'jobResponsibility',\n\t'id',\n\t'issuer',\n\t'entityType',\n\t'contactDetails',\n\t'nationality',\n\t'document',\n\t'documentDriversLicense',\n\t'documentIdCard',\n\t'documentPassport',\n\t'documentPassportCard',\n\t'documentPermit',\n\t'documentVisa',\n\t'documentResidenceDocument'\n] as const;\n\nexport type SensitiveCertificateAttributeNames = typeof SENSITIVE_CERTIFICATE_ATTRIBUTES[number];\n\nexport const SensitiveCertificateAttributeNames = [\n\t'FullName',\n\t'FirstName',\n\t'LastName',\n\t'MiddleName',\n\t'DateOfBirth',\n\t'Address',\n\t'Email',\n\t'PhoneNumber',\n\t'DateAndPlaceOfBirth',\n\t'JobTitle',\n\t'JobResponsibility',\n\t'Id',\n\t'Issuer',\n\t'EntityType',\n\t'ContactDetails',\n\t'Nationality',\n\t'Document',\n\t'DocumentDriversLicense',\n\t'DocumentIdCard',\n\t'DocumentPassport',\n\t'DocumentPassportCard',\n\t'DocumentPermit',\n\t'DocumentVisa',\n\t'DocumentResidenceDocument'\n] as const;\n\nexport const CertificateAttributeFieldNames: { readonly [K in keyof typeof CertificateAttributeOIDDB]?: readonly string[] } = {\n\t'address': AddressFields,\n\t'dateAndPlaceOfBirth': DateAndPlaceOfBirthFields,\n\t'entityType': EntityTypeFields,\n\t'contactDetails': ContactDetailsFields,\n\t'document': DocumentFields\n} as const;\n\nexport const CertificateAttributeSchema: { readonly [K in keyof typeof CertificateAttributeOIDDB]: ASN1.Schema } = {\n\t'fullName': { type: 'string', kind: 'utf8' },\n\t'firstName': { type: 'string', kind: 'utf8' },\n\t'lastName': { type: 'string', kind: 'utf8' },\n\t'middleName': { type: 'string', kind: 'utf8' },\n\t'dateOfBirth': ASN1.ValidateASN1.IsDate,\n\t'address': AddressSchema,\n\t'email': { type: 'string', kind: 'utf8' },\n\t'phoneNumber': { type: 'string', kind: 'utf8' },\n\t'dateAndPlaceOfBirth': DateAndPlaceOfBirthSchema,\n\t'jobTitle': { type: 'string', kind: 'utf8' },\n\t'jobResponsibility': { type: 'string', kind: 'utf8' },\n\t'id': { type: 'string', kind: 'utf8' },\n\t'issuer': { type: 'string', kind: 'utf8' },\n\t'entityType': EntityTypeSchema,\n\t'contactDetails': ContactDetailsSchema,\n\t'nationality': { type: 'string', kind: 'utf8' },\n\t'document': DocumentSchema,\n\t'documentDriversLicense': DocumentSchema,\n\t'documentIdCard': DocumentSchema,\n\t'documentPassport': DocumentSchema,\n\t'documentPassportCard': DocumentSchema,\n\t'documentPermit': DocumentSchema,\n\t'documentVisa': DocumentSchema,\n\t'documentResidenceDocument': DocumentSchema\n} as const;\n"]}
@@ -64,36 +64,30 @@ export declare namespace keeta {
64
64
  /** Nationality */
65
65
  /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.10 */
66
66
  const NATIONALITY = "1.3.6.1.4.1.62675.1.10";
67
- /** Document information */
68
- /** @see Sensitive Document */
67
+ /** Generic document structure with metadata */
68
+ /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11 */
69
69
  const DOCUMENT = "1.3.6.1.4.1.62675.1.11";
70
- /** Driver's license front side document */
70
+ /** Driver's license document */
71
71
  /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.0 */
72
- const DOCUMENT_DRIVERS_LICENSE_FRONT = "1.3.6.1.4.1.62675.1.11.0";
73
- /** Driver's license back side document */
74
- /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.0.1 */
75
- const DOCUMENT_DRIVERS_LICENSE_BACK = "1.3.6.1.4.1.62675.1.11.0.1";
76
- /** Passport document */
72
+ const DOCUMENT_DRIVERS_LICENSE = "1.3.6.1.4.1.62675.1.11.0";
73
+ /** ID card document */
77
74
  /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.1 */
78
- const DOCUMENT_PASSPORT = "1.3.6.1.4.1.62675.1.11.1";
79
- /** Resident ID */
75
+ const DOCUMENT_ID_CARD = "1.3.6.1.4.1.62675.1.11.1";
76
+ /** Passport document */
80
77
  /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.2 */
81
- const DOCUMENT_RESIDENT_CARD_FRONT = "1.3.6.1.4.1.62675.1.11.2";
82
- /** Resident ID */
83
- /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.2.0 */
84
- const DOCUMENT_RESIDENT_CARD_BACK = "1.3.6.1.4.1.62675.1.11.2.0";
85
- /** Visa ID */
78
+ const DOCUMENT_PASSPORT = "1.3.6.1.4.1.62675.1.11.2";
79
+ /** Passport card document */
86
80
  /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.3 */
87
- const DOCUMENT_VISA_FRONT = "1.3.6.1.4.1.62675.1.11.3";
88
- /** Visa ID */
89
- /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.3.0 */
90
- const DOCUMENT_VISA_BACK = "1.3.6.1.4.1.62675.1.11.3.0";
91
- /** Work permit ID */
81
+ const DOCUMENT_PASSPORT_CARD = "1.3.6.1.4.1.62675.1.11.3";
82
+ /** Permit document */
92
83
  /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.4 */
93
- const DOCUMENT_WORK_PERMIT_FRONT = "1.3.6.1.4.1.62675.1.11.4";
94
- /** Work permit ID */
95
- /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.4.0 */
96
- const DOCUMENT_WORK_PERMIT_BACK = "1.3.6.1.4.1.62675.1.11.4.0";
84
+ const DOCUMENT_PERMIT = "1.3.6.1.4.1.62675.1.11.4";
85
+ /** Visa document */
86
+ /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.5 */
87
+ const DOCUMENT_VISA = "1.3.6.1.4.1.62675.1.11.5";
88
+ /** Residence document */
89
+ /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.6 */
90
+ const DOCUMENT_RESIDENCE_DOCUMENT = "1.3.6.1.4.1.62675.1.11.6";
97
91
  }
98
92
  export declare const OID_TO_NAME: {
99
93
  [key: string]: string;
@@ -1 +1 @@
1
- {"version":3,"file":"oids.generated.d.ts","sourceRoot":"","sources":["../../../src/services/kyc/oids.generated.ts"],"names":[],"mappings":"AACA;;;GAGG;AAGH,eAAO,MAAM,WAAW,4BAA4B,CAAC;AACrD,eAAO,MAAM,WAAW,4BAA4B,CAAC;AACrD,eAAO,MAAM,QAAQ,2BAA2B,CAAC;AACjD,eAAO,MAAM,QAAQ,2BAA2B,CAAC;AAGjD,sBAAsB;AACtB,uCAAuC;AACvC,eAAO,MAAM,WAAW,aAAa,CAAC;AAItC,yBAAiB,KAAK,CAAC;IACtB,sDAAsD;IACtD,0DAA0D;IACnD,MAAM,cAAc,0BAA0B,CAAC;IACtD,+BAA+B;IAC/B,iCAAiC;IACjC,gBAAgB;IAChB,yBAAyB;IACzB,0DAA0D;IACnD,MAAM,SAAS,0BAA0B,CAAC;IACjD,0BAA0B;IAC1B,4DAA4D;IACrD,MAAM,UAAU,4BAA4B,CAAC;IACpD,yBAAyB;IACzB,4DAA4D;IACrD,MAAM,SAAS,4BAA4B,CAAC;IACnD,2BAA2B;IAC3B,4DAA4D;IACrD,MAAM,WAAW,4BAA4B,CAAC;IACrD,oBAAoB;IACpB,0DAA0D;IACnD,MAAM,aAAa,0BAA0B,CAAC;IACrD,uBAAuB;IACvB,0DAA0D;IACnD,MAAM,OAAO,0BAA0B,CAAC;IAC/C,oBAAoB;IACpB,0DAA0D;IACnD,MAAM,KAAK,0BAA0B,CAAC;IAC7C,mBAAmB;IACnB,0DAA0D;IACnD,MAAM,YAAY,0BAA0B,CAAC;IACpD,0CAA0C;IAC1C,0DAA0D;IACnD,MAAM,uBAAuB,0BAA0B,CAAC;IAC/D,gBAAgB;IAChB,0DAA0D;IACnD,MAAM,SAAS,0BAA0B,CAAC;IACjD,yBAAyB;IACzB,4DAA4D;IACrD,MAAM,kBAAkB,4BAA4B,CAAC;IAC5D,iBAAiB;IACjB,0DAA0D;IACnD,MAAM,EAAE,0BAA0B,CAAC;IAC1C,wBAAwB;IACxB,4DAA4D;IACrD,MAAM,MAAM,4BAA4B,CAAC;IAChD,2CAA2C;IAC3C,0DAA0D;IACnD,MAAM,WAAW,0BAA0B,CAAC;IACnD,sBAAsB;IACtB,0DAA0D;IACnD,MAAM,eAAe,0BAA0B,CAAC;IACvD,kBAAkB;IAClB,2DAA2D;IACpD,MAAM,WAAW,2BAA2B,CAAC;IACpD,2BAA2B;IAC3B,8BAA8B;IACvB,MAAM,QAAQ,2BAA2B,CAAC;IACjD,2CAA2C;IAC3C,6DAA6D;IACtD,MAAM,8BAA8B,6BAA6B,CAAC;IACzE,0CAA0C;IAC1C,+DAA+D;IACxD,MAAM,6BAA6B,+BAA+B,CAAC;IAC1E,wBAAwB;IACxB,6DAA6D;IACtD,MAAM,iBAAiB,6BAA6B,CAAC;IAC5D,kBAAkB;IAClB,6DAA6D;IACtD,MAAM,4BAA4B,6BAA6B,CAAC;IACvE,kBAAkB;IAClB,+DAA+D;IACxD,MAAM,2BAA2B,+BAA+B,CAAC;IACxE,cAAc;IACd,6DAA6D;IACtD,MAAM,mBAAmB,6BAA6B,CAAC;IAC9D,cAAc;IACd,+DAA+D;IACxD,MAAM,kBAAkB,+BAA+B,CAAC;IAC/D,qBAAqB;IACrB,6DAA6D;IACtD,MAAM,0BAA0B,6BAA6B,CAAC;IACrE,qBAAqB;IACrB,+DAA+D;IACxD,MAAM,yBAAyB,+BAA+B,CAAC;CACtE;AAGD,eAAO,MAAM,WAAW,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CA4BhD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CA4BhD,CAAC"}
1
+ {"version":3,"file":"oids.generated.d.ts","sourceRoot":"","sources":["../../../src/services/kyc/oids.generated.ts"],"names":[],"mappings":"AACA;;;GAGG;AAGH,eAAO,MAAM,WAAW,4BAA4B,CAAC;AACrD,eAAO,MAAM,WAAW,4BAA4B,CAAC;AACrD,eAAO,MAAM,QAAQ,2BAA2B,CAAC;AACjD,eAAO,MAAM,QAAQ,2BAA2B,CAAC;AAGjD,sBAAsB;AACtB,uCAAuC;AACvC,eAAO,MAAM,WAAW,aAAa,CAAC;AAItC,yBAAiB,KAAK,CAAC;IACtB,sDAAsD;IACtD,0DAA0D;IACnD,MAAM,cAAc,0BAA0B,CAAC;IACtD,+BAA+B;IAC/B,iCAAiC;IACjC,gBAAgB;IAChB,yBAAyB;IACzB,0DAA0D;IACnD,MAAM,SAAS,0BAA0B,CAAC;IACjD,0BAA0B;IAC1B,4DAA4D;IACrD,MAAM,UAAU,4BAA4B,CAAC;IACpD,yBAAyB;IACzB,4DAA4D;IACrD,MAAM,SAAS,4BAA4B,CAAC;IACnD,2BAA2B;IAC3B,4DAA4D;IACrD,MAAM,WAAW,4BAA4B,CAAC;IACrD,oBAAoB;IACpB,0DAA0D;IACnD,MAAM,aAAa,0BAA0B,CAAC;IACrD,uBAAuB;IACvB,0DAA0D;IACnD,MAAM,OAAO,0BAA0B,CAAC;IAC/C,oBAAoB;IACpB,0DAA0D;IACnD,MAAM,KAAK,0BAA0B,CAAC;IAC7C,mBAAmB;IACnB,0DAA0D;IACnD,MAAM,YAAY,0BAA0B,CAAC;IACpD,0CAA0C;IAC1C,0DAA0D;IACnD,MAAM,uBAAuB,0BAA0B,CAAC;IAC/D,gBAAgB;IAChB,0DAA0D;IACnD,MAAM,SAAS,0BAA0B,CAAC;IACjD,yBAAyB;IACzB,4DAA4D;IACrD,MAAM,kBAAkB,4BAA4B,CAAC;IAC5D,iBAAiB;IACjB,0DAA0D;IACnD,MAAM,EAAE,0BAA0B,CAAC;IAC1C,wBAAwB;IACxB,4DAA4D;IACrD,MAAM,MAAM,4BAA4B,CAAC;IAChD,2CAA2C;IAC3C,0DAA0D;IACnD,MAAM,WAAW,0BAA0B,CAAC;IACnD,sBAAsB;IACtB,0DAA0D;IACnD,MAAM,eAAe,0BAA0B,CAAC;IACvD,kBAAkB;IAClB,2DAA2D;IACpD,MAAM,WAAW,2BAA2B,CAAC;IACpD,+CAA+C;IAC/C,2DAA2D;IACpD,MAAM,QAAQ,2BAA2B,CAAC;IACjD,gCAAgC;IAChC,6DAA6D;IACtD,MAAM,wBAAwB,6BAA6B,CAAC;IACnE,uBAAuB;IACvB,6DAA6D;IACtD,MAAM,gBAAgB,6BAA6B,CAAC;IAC3D,wBAAwB;IACxB,6DAA6D;IACtD,MAAM,iBAAiB,6BAA6B,CAAC;IAC5D,6BAA6B;IAC7B,6DAA6D;IACtD,MAAM,sBAAsB,6BAA6B,CAAC;IACjE,sBAAsB;IACtB,6DAA6D;IACtD,MAAM,eAAe,6BAA6B,CAAC;IAC1D,oBAAoB;IACpB,6DAA6D;IACtD,MAAM,aAAa,6BAA6B,CAAC;IACxD,yBAAyB;IACzB,6DAA6D;IACtD,MAAM,2BAA2B,6BAA6B,CAAC;CACtE;AAGD,eAAO,MAAM,WAAW,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CA0BhD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CA0BhD,CAAC"}
@@ -70,36 +70,30 @@ export var keeta;
70
70
  /** Nationality */
71
71
  /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.10 */
72
72
  keeta.NATIONALITY = '1.3.6.1.4.1.62675.1.10';
73
- /** Document information */
74
- /** @see Sensitive Document */
73
+ /** Generic document structure with metadata */
74
+ /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11 */
75
75
  keeta.DOCUMENT = '1.3.6.1.4.1.62675.1.11';
76
- /** Driver's license front side document */
76
+ /** Driver's license document */
77
77
  /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.0 */
78
- keeta.DOCUMENT_DRIVERS_LICENSE_FRONT = '1.3.6.1.4.1.62675.1.11.0';
79
- /** Driver's license back side document */
80
- /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.0.1 */
81
- keeta.DOCUMENT_DRIVERS_LICENSE_BACK = '1.3.6.1.4.1.62675.1.11.0.1';
82
- /** Passport document */
78
+ keeta.DOCUMENT_DRIVERS_LICENSE = '1.3.6.1.4.1.62675.1.11.0';
79
+ /** ID card document */
83
80
  /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.1 */
84
- keeta.DOCUMENT_PASSPORT = '1.3.6.1.4.1.62675.1.11.1';
85
- /** Resident ID */
81
+ keeta.DOCUMENT_ID_CARD = '1.3.6.1.4.1.62675.1.11.1';
82
+ /** Passport document */
86
83
  /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.2 */
87
- keeta.DOCUMENT_RESIDENT_CARD_FRONT = '1.3.6.1.4.1.62675.1.11.2';
88
- /** Resident ID */
89
- /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.2.0 */
90
- keeta.DOCUMENT_RESIDENT_CARD_BACK = '1.3.6.1.4.1.62675.1.11.2.0';
91
- /** Visa ID */
84
+ keeta.DOCUMENT_PASSPORT = '1.3.6.1.4.1.62675.1.11.2';
85
+ /** Passport card document */
92
86
  /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.3 */
93
- keeta.DOCUMENT_VISA_FRONT = '1.3.6.1.4.1.62675.1.11.3';
94
- /** Visa ID */
95
- /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.3.0 */
96
- keeta.DOCUMENT_VISA_BACK = '1.3.6.1.4.1.62675.1.11.3.0';
97
- /** Work permit ID */
87
+ keeta.DOCUMENT_PASSPORT_CARD = '1.3.6.1.4.1.62675.1.11.3';
88
+ /** Permit document */
98
89
  /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.4 */
99
- keeta.DOCUMENT_WORK_PERMIT_FRONT = '1.3.6.1.4.1.62675.1.11.4';
100
- /** Work permit ID */
101
- /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.4.0 */
102
- keeta.DOCUMENT_WORK_PERMIT_BACK = '1.3.6.1.4.1.62675.1.11.4.0';
90
+ keeta.DOCUMENT_PERMIT = '1.3.6.1.4.1.62675.1.11.4';
91
+ /** Visa document */
92
+ /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.5 */
93
+ keeta.DOCUMENT_VISA = '1.3.6.1.4.1.62675.1.11.5';
94
+ /** Residence document */
95
+ /** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.6 */
96
+ keeta.DOCUMENT_RESIDENCE_DOCUMENT = '1.3.6.1.4.1.62675.1.11.6';
103
97
  })(keeta || (keeta = {}));
104
98
  // OID to name lookup maps
105
99
  export const OID_TO_NAME = {
@@ -121,15 +115,13 @@ export const OID_TO_NAME = {
121
115
  '1.3.6.1.4.1.62675.1.9': 'contactDetails',
122
116
  '1.3.6.1.4.1.62675.1.10': 'nationality',
123
117
  '1.3.6.1.4.1.62675.1.11': 'document',
124
- '1.3.6.1.4.1.62675.1.11.0': 'documentDriversLicenseFront',
125
- '1.3.6.1.4.1.62675.1.11.0.1': 'documentDriversLicenseBack',
126
- '1.3.6.1.4.1.62675.1.11.1': 'documentPassport',
127
- '1.3.6.1.4.1.62675.1.11.2': 'documentResidentCardFront',
128
- '1.3.6.1.4.1.62675.1.11.2.0': 'documentResidentCardBack',
129
- '1.3.6.1.4.1.62675.1.11.3': 'documentVisaFront',
130
- '1.3.6.1.4.1.62675.1.11.3.0': 'documentVisaBack',
131
- '1.3.6.1.4.1.62675.1.11.4': 'documentWorkPermitFront',
132
- '1.3.6.1.4.1.62675.1.11.4.0': 'documentWorkPermitBack'
118
+ '1.3.6.1.4.1.62675.1.11.0': 'documentDriversLicense',
119
+ '1.3.6.1.4.1.62675.1.11.1': 'documentIdCard',
120
+ '1.3.6.1.4.1.62675.1.11.2': 'documentPassport',
121
+ '1.3.6.1.4.1.62675.1.11.3': 'documentPassportCard',
122
+ '1.3.6.1.4.1.62675.1.11.4': 'documentPermit',
123
+ '1.3.6.1.4.1.62675.1.11.5': 'documentVisa',
124
+ '1.3.6.1.4.1.62675.1.11.6': 'documentResidenceDocument'
133
125
  };
134
126
  export const NAME_TO_OID = {
135
127
  'postalCode': '2.5.5.17',
@@ -150,14 +142,12 @@ export const NAME_TO_OID = {
150
142
  'contactDetails': '1.3.6.1.4.1.62675.1.9',
151
143
  'nationality': '1.3.6.1.4.1.62675.1.10',
152
144
  'document': '1.3.6.1.4.1.62675.1.11',
153
- 'documentDriversLicenseFront': '1.3.6.1.4.1.62675.1.11.0',
154
- 'documentDriversLicenseBack': '1.3.6.1.4.1.62675.1.11.0.1',
155
- 'documentPassport': '1.3.6.1.4.1.62675.1.11.1',
156
- 'documentResidentCardFront': '1.3.6.1.4.1.62675.1.11.2',
157
- 'documentResidentCardBack': '1.3.6.1.4.1.62675.1.11.2.0',
158
- 'documentVisaFront': '1.3.6.1.4.1.62675.1.11.3',
159
- 'documentVisaBack': '1.3.6.1.4.1.62675.1.11.3.0',
160
- 'documentWorkPermitFront': '1.3.6.1.4.1.62675.1.11.4',
161
- 'documentWorkPermitBack': '1.3.6.1.4.1.62675.1.11.4.0'
145
+ 'documentDriversLicense': '1.3.6.1.4.1.62675.1.11.0',
146
+ 'documentIdCard': '1.3.6.1.4.1.62675.1.11.1',
147
+ 'documentPassport': '1.3.6.1.4.1.62675.1.11.2',
148
+ 'documentPassportCard': '1.3.6.1.4.1.62675.1.11.3',
149
+ 'documentPermit': '1.3.6.1.4.1.62675.1.11.4',
150
+ 'documentVisa': '1.3.6.1.4.1.62675.1.11.5',
151
+ 'documentResidenceDocument': '1.3.6.1.4.1.62675.1.11.6'
162
152
  };
163
153
  //# sourceMappingURL=oids.generated.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"oids.generated.js","sourceRoot":"","sources":["../../../src/services/kyc/oids.generated.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint-disable */\n/**\n * Generated OID Constants\n * This file is auto-generated from oids.json.\n */\n\n// Algorithm OID constants\nexport const AES_256_GCM = '2.16.840.1.101.3.4.1.46';\nexport const AES_256_CBC = '2.16.840.1.101.3.4.1.42';\nexport const SHA2_256 = '2.16.840.1.101.3.4.2.1';\nexport const SHA3_256 = '2.16.840.1.101.3.4.2.8';\n\n// Plain attribute OID constants\n/** Postal code OID */\n/** @see https://oidref.com/2.5.5.17 */\nexport const POSTAL_CODE = '2.5.5.17';\n\n// Keeta-specific OID constants\n// eslint-disable-next-line @typescript-eslint/no-namespace\nexport namespace keeta {\n\t/** KYC attributes extension for X.509 certificates */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.0.0 */\n\texport const KYC_ATTRIBUTES = '1.3.6.1.4.1.62675.0.0';\n\t/** DigestInfo from RFC 3447 */\n\t/** External reference pointer */\n\t/** Reference */\n\t/** Person's full name */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.0 */\n\texport const FULL_NAME = '1.3.6.1.4.1.62675.1.0';\n\t/** Person's first name */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.0.1 */\n\texport const FIRST_NAME = '1.3.6.1.4.1.62675.1.0.1';\n\t/** Person's last name */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.0.2 */\n\texport const LAST_NAME = '1.3.6.1.4.1.62675.1.0.2';\n\t/** Person's middle name */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.0.3 */\n\texport const MIDDLE_NAME = '1.3.6.1.4.1.62675.1.0.3';\n\t/** Date of birth */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.1 */\n\texport const DATE_OF_BIRTH = '1.3.6.1.4.1.62675.1.1';\n\t/** Physical address */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.2 */\n\texport const ADDRESS = '1.3.6.1.4.1.62675.1.2';\n\t/** Email address */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.3 */\n\texport const EMAIL = '1.3.6.1.4.1.62675.1.3';\n\t/** Phone number */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.4 */\n\texport const PHONE_NUMBER = '1.3.6.1.4.1.62675.1.4';\n\t/** Date and place of birth information */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.5 */\n\texport const DATE_AND_PLACE_OF_BIRTH = '1.3.6.1.4.1.62675.1.5';\n\t/** Job title */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.6 */\n\texport const JOB_TITLE = '1.3.6.1.4.1.62675.1.6';\n\t/** Job responsibility */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.6.1 */\n\texport const JOB_RESPONSIBILITY = '1.3.6.1.4.1.62675.1.6.1';\n\t/** Identifier */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.7 */\n\texport const ID = '1.3.6.1.4.1.62675.1.7';\n\t/** Issuer identifier */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.7.1 */\n\texport const ISSUER = '1.3.6.1.4.1.62675.1.7.1';\n\t/** Entity type (organization or person) */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.8 */\n\texport const ENTITY_TYPE = '1.3.6.1.4.1.62675.1.8';\n\t/** Contact details */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.9 */\n\texport const CONTACT_DETAILS = '1.3.6.1.4.1.62675.1.9';\n\t/** Nationality */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.10 */\n\texport const NATIONALITY = '1.3.6.1.4.1.62675.1.10';\n\t/** Document information */\n\t/** @see Sensitive Document */\n\texport const DOCUMENT = '1.3.6.1.4.1.62675.1.11';\n\t/** Driver's license front side document */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.0 */\n\texport const DOCUMENT_DRIVERS_LICENSE_FRONT = '1.3.6.1.4.1.62675.1.11.0';\n\t/** Driver's license back side document */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.0.1 */\n\texport const DOCUMENT_DRIVERS_LICENSE_BACK = '1.3.6.1.4.1.62675.1.11.0.1';\n\t/** Passport document */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.1 */\n\texport const DOCUMENT_PASSPORT = '1.3.6.1.4.1.62675.1.11.1';\n\t/** Resident ID */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.2 */\n\texport const DOCUMENT_RESIDENT_CARD_FRONT = '1.3.6.1.4.1.62675.1.11.2';\n\t/** Resident ID */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.2.0 */\n\texport const DOCUMENT_RESIDENT_CARD_BACK = '1.3.6.1.4.1.62675.1.11.2.0';\n\t/** Visa ID */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.3 */\n\texport const DOCUMENT_VISA_FRONT = '1.3.6.1.4.1.62675.1.11.3';\n\t/** Visa ID */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.3.0 */\n\texport const DOCUMENT_VISA_BACK = '1.3.6.1.4.1.62675.1.11.3.0';\n\t/** Work permit ID */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.4 */\n\texport const DOCUMENT_WORK_PERMIT_FRONT = '1.3.6.1.4.1.62675.1.11.4';\n\t/** Work permit ID */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.4.0 */\n\texport const DOCUMENT_WORK_PERMIT_BACK = '1.3.6.1.4.1.62675.1.11.4.0';\n}\n\n// OID to name lookup maps\nexport const OID_TO_NAME: { [key: string]: string } = {\n\t'2.5.5.17': 'postalCode',\n\t'1.3.6.1.4.1.62675.1.0': 'fullName',\n\t'1.3.6.1.4.1.62675.1.0.1': 'firstName',\n\t'1.3.6.1.4.1.62675.1.0.2': 'lastName',\n\t'1.3.6.1.4.1.62675.1.0.3': 'middleName',\n\t'1.3.6.1.4.1.62675.1.1': 'dateOfBirth',\n\t'1.3.6.1.4.1.62675.1.2': 'address',\n\t'1.3.6.1.4.1.62675.1.3': 'email',\n\t'1.3.6.1.4.1.62675.1.4': 'phoneNumber',\n\t'1.3.6.1.4.1.62675.1.5': 'dateAndPlaceOfBirth',\n\t'1.3.6.1.4.1.62675.1.6': 'jobTitle',\n\t'1.3.6.1.4.1.62675.1.6.1': 'jobResponsibility',\n\t'1.3.6.1.4.1.62675.1.7': 'id',\n\t'1.3.6.1.4.1.62675.1.7.1': 'issuer',\n\t'1.3.6.1.4.1.62675.1.8': 'entityType',\n\t'1.3.6.1.4.1.62675.1.9': 'contactDetails',\n\t'1.3.6.1.4.1.62675.1.10': 'nationality',\n\t'1.3.6.1.4.1.62675.1.11': 'document',\n\t'1.3.6.1.4.1.62675.1.11.0': 'documentDriversLicenseFront',\n\t'1.3.6.1.4.1.62675.1.11.0.1': 'documentDriversLicenseBack',\n\t'1.3.6.1.4.1.62675.1.11.1': 'documentPassport',\n\t'1.3.6.1.4.1.62675.1.11.2': 'documentResidentCardFront',\n\t'1.3.6.1.4.1.62675.1.11.2.0': 'documentResidentCardBack',\n\t'1.3.6.1.4.1.62675.1.11.3': 'documentVisaFront',\n\t'1.3.6.1.4.1.62675.1.11.3.0': 'documentVisaBack',\n\t'1.3.6.1.4.1.62675.1.11.4': 'documentWorkPermitFront',\n\t'1.3.6.1.4.1.62675.1.11.4.0': 'documentWorkPermitBack'\n};\n\nexport const NAME_TO_OID: { [key: string]: string } = {\n\t'postalCode': '2.5.5.17',\n\t'fullName': '1.3.6.1.4.1.62675.1.0',\n\t'firstName': '1.3.6.1.4.1.62675.1.0.1',\n\t'lastName': '1.3.6.1.4.1.62675.1.0.2',\n\t'middleName': '1.3.6.1.4.1.62675.1.0.3',\n\t'dateOfBirth': '1.3.6.1.4.1.62675.1.1',\n\t'address': '1.3.6.1.4.1.62675.1.2',\n\t'email': '1.3.6.1.4.1.62675.1.3',\n\t'phoneNumber': '1.3.6.1.4.1.62675.1.4',\n\t'dateAndPlaceOfBirth': '1.3.6.1.4.1.62675.1.5',\n\t'jobTitle': '1.3.6.1.4.1.62675.1.6',\n\t'jobResponsibility': '1.3.6.1.4.1.62675.1.6.1',\n\t'id': '1.3.6.1.4.1.62675.1.7',\n\t'issuer': '1.3.6.1.4.1.62675.1.7.1',\n\t'entityType': '1.3.6.1.4.1.62675.1.8',\n\t'contactDetails': '1.3.6.1.4.1.62675.1.9',\n\t'nationality': '1.3.6.1.4.1.62675.1.10',\n\t'document': '1.3.6.1.4.1.62675.1.11',\n\t'documentDriversLicenseFront': '1.3.6.1.4.1.62675.1.11.0',\n\t'documentDriversLicenseBack': '1.3.6.1.4.1.62675.1.11.0.1',\n\t'documentPassport': '1.3.6.1.4.1.62675.1.11.1',\n\t'documentResidentCardFront': '1.3.6.1.4.1.62675.1.11.2',\n\t'documentResidentCardBack': '1.3.6.1.4.1.62675.1.11.2.0',\n\t'documentVisaFront': '1.3.6.1.4.1.62675.1.11.3',\n\t'documentVisaBack': '1.3.6.1.4.1.62675.1.11.3.0',\n\t'documentWorkPermitFront': '1.3.6.1.4.1.62675.1.11.4',\n\t'documentWorkPermitBack': '1.3.6.1.4.1.62675.1.11.4.0'\n};\n"]}
1
+ {"version":3,"file":"oids.generated.js","sourceRoot":"","sources":["../../../src/services/kyc/oids.generated.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint-disable */\n/**\n * Generated OID Constants\n * This file is auto-generated from oids.json.\n */\n\n// Algorithm OID constants\nexport const AES_256_GCM = '2.16.840.1.101.3.4.1.46';\nexport const AES_256_CBC = '2.16.840.1.101.3.4.1.42';\nexport const SHA2_256 = '2.16.840.1.101.3.4.2.1';\nexport const SHA3_256 = '2.16.840.1.101.3.4.2.8';\n\n// Plain attribute OID constants\n/** Postal code OID */\n/** @see https://oidref.com/2.5.5.17 */\nexport const POSTAL_CODE = '2.5.5.17';\n\n// Keeta-specific OID constants\n// eslint-disable-next-line @typescript-eslint/no-namespace\nexport namespace keeta {\n\t/** KYC attributes extension for X.509 certificates */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.0.0 */\n\texport const KYC_ATTRIBUTES = '1.3.6.1.4.1.62675.0.0';\n\t/** DigestInfo from RFC 3447 */\n\t/** External reference pointer */\n\t/** Reference */\n\t/** Person's full name */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.0 */\n\texport const FULL_NAME = '1.3.6.1.4.1.62675.1.0';\n\t/** Person's first name */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.0.1 */\n\texport const FIRST_NAME = '1.3.6.1.4.1.62675.1.0.1';\n\t/** Person's last name */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.0.2 */\n\texport const LAST_NAME = '1.3.6.1.4.1.62675.1.0.2';\n\t/** Person's middle name */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.0.3 */\n\texport const MIDDLE_NAME = '1.3.6.1.4.1.62675.1.0.3';\n\t/** Date of birth */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.1 */\n\texport const DATE_OF_BIRTH = '1.3.6.1.4.1.62675.1.1';\n\t/** Physical address */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.2 */\n\texport const ADDRESS = '1.3.6.1.4.1.62675.1.2';\n\t/** Email address */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.3 */\n\texport const EMAIL = '1.3.6.1.4.1.62675.1.3';\n\t/** Phone number */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.4 */\n\texport const PHONE_NUMBER = '1.3.6.1.4.1.62675.1.4';\n\t/** Date and place of birth information */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.5 */\n\texport const DATE_AND_PLACE_OF_BIRTH = '1.3.6.1.4.1.62675.1.5';\n\t/** Job title */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.6 */\n\texport const JOB_TITLE = '1.3.6.1.4.1.62675.1.6';\n\t/** Job responsibility */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.6.1 */\n\texport const JOB_RESPONSIBILITY = '1.3.6.1.4.1.62675.1.6.1';\n\t/** Identifier */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.7 */\n\texport const ID = '1.3.6.1.4.1.62675.1.7';\n\t/** Issuer identifier */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.7.1 */\n\texport const ISSUER = '1.3.6.1.4.1.62675.1.7.1';\n\t/** Entity type (organization or person) */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.8 */\n\texport const ENTITY_TYPE = '1.3.6.1.4.1.62675.1.8';\n\t/** Contact details */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.9 */\n\texport const CONTACT_DETAILS = '1.3.6.1.4.1.62675.1.9';\n\t/** Nationality */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.10 */\n\texport const NATIONALITY = '1.3.6.1.4.1.62675.1.10';\n\t/** Generic document structure with metadata */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11 */\n\texport const DOCUMENT = '1.3.6.1.4.1.62675.1.11';\n\t/** Driver's license document */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.0 */\n\texport const DOCUMENT_DRIVERS_LICENSE = '1.3.6.1.4.1.62675.1.11.0';\n\t/** ID card document */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.1 */\n\texport const DOCUMENT_ID_CARD = '1.3.6.1.4.1.62675.1.11.1';\n\t/** Passport document */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.2 */\n\texport const DOCUMENT_PASSPORT = '1.3.6.1.4.1.62675.1.11.2';\n\t/** Passport card document */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.3 */\n\texport const DOCUMENT_PASSPORT_CARD = '1.3.6.1.4.1.62675.1.11.3';\n\t/** Permit document */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.4 */\n\texport const DOCUMENT_PERMIT = '1.3.6.1.4.1.62675.1.11.4';\n\t/** Visa document */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.5 */\n\texport const DOCUMENT_VISA = '1.3.6.1.4.1.62675.1.11.5';\n\t/** Residence document */\n\t/** @see https://oid-base.com/get/1.3.6.1.4.1.62675.1.11.6 */\n\texport const DOCUMENT_RESIDENCE_DOCUMENT = '1.3.6.1.4.1.62675.1.11.6';\n}\n\n// OID to name lookup maps\nexport const OID_TO_NAME: { [key: string]: string } = {\n\t'2.5.5.17': 'postalCode',\n\t'1.3.6.1.4.1.62675.1.0': 'fullName',\n\t'1.3.6.1.4.1.62675.1.0.1': 'firstName',\n\t'1.3.6.1.4.1.62675.1.0.2': 'lastName',\n\t'1.3.6.1.4.1.62675.1.0.3': 'middleName',\n\t'1.3.6.1.4.1.62675.1.1': 'dateOfBirth',\n\t'1.3.6.1.4.1.62675.1.2': 'address',\n\t'1.3.6.1.4.1.62675.1.3': 'email',\n\t'1.3.6.1.4.1.62675.1.4': 'phoneNumber',\n\t'1.3.6.1.4.1.62675.1.5': 'dateAndPlaceOfBirth',\n\t'1.3.6.1.4.1.62675.1.6': 'jobTitle',\n\t'1.3.6.1.4.1.62675.1.6.1': 'jobResponsibility',\n\t'1.3.6.1.4.1.62675.1.7': 'id',\n\t'1.3.6.1.4.1.62675.1.7.1': 'issuer',\n\t'1.3.6.1.4.1.62675.1.8': 'entityType',\n\t'1.3.6.1.4.1.62675.1.9': 'contactDetails',\n\t'1.3.6.1.4.1.62675.1.10': 'nationality',\n\t'1.3.6.1.4.1.62675.1.11': 'document',\n\t'1.3.6.1.4.1.62675.1.11.0': 'documentDriversLicense',\n\t'1.3.6.1.4.1.62675.1.11.1': 'documentIdCard',\n\t'1.3.6.1.4.1.62675.1.11.2': 'documentPassport',\n\t'1.3.6.1.4.1.62675.1.11.3': 'documentPassportCard',\n\t'1.3.6.1.4.1.62675.1.11.4': 'documentPermit',\n\t'1.3.6.1.4.1.62675.1.11.5': 'documentVisa',\n\t'1.3.6.1.4.1.62675.1.11.6': 'documentResidenceDocument'\n};\n\nexport const NAME_TO_OID: { [key: string]: string } = {\n\t'postalCode': '2.5.5.17',\n\t'fullName': '1.3.6.1.4.1.62675.1.0',\n\t'firstName': '1.3.6.1.4.1.62675.1.0.1',\n\t'lastName': '1.3.6.1.4.1.62675.1.0.2',\n\t'middleName': '1.3.6.1.4.1.62675.1.0.3',\n\t'dateOfBirth': '1.3.6.1.4.1.62675.1.1',\n\t'address': '1.3.6.1.4.1.62675.1.2',\n\t'email': '1.3.6.1.4.1.62675.1.3',\n\t'phoneNumber': '1.3.6.1.4.1.62675.1.4',\n\t'dateAndPlaceOfBirth': '1.3.6.1.4.1.62675.1.5',\n\t'jobTitle': '1.3.6.1.4.1.62675.1.6',\n\t'jobResponsibility': '1.3.6.1.4.1.62675.1.6.1',\n\t'id': '1.3.6.1.4.1.62675.1.7',\n\t'issuer': '1.3.6.1.4.1.62675.1.7.1',\n\t'entityType': '1.3.6.1.4.1.62675.1.8',\n\t'contactDetails': '1.3.6.1.4.1.62675.1.9',\n\t'nationality': '1.3.6.1.4.1.62675.1.10',\n\t'document': '1.3.6.1.4.1.62675.1.11',\n\t'documentDriversLicense': '1.3.6.1.4.1.62675.1.11.0',\n\t'documentIdCard': '1.3.6.1.4.1.62675.1.11.1',\n\t'documentPassport': '1.3.6.1.4.1.62675.1.11.2',\n\t'documentPassportCard': '1.3.6.1.4.1.62675.1.11.3',\n\t'documentPermit': '1.3.6.1.4.1.62675.1.11.4',\n\t'documentVisa': '1.3.6.1.4.1.62675.1.11.5',\n\t'documentResidenceDocument': '1.3.6.1.4.1.62675.1.11.6'\n};\n"]}
@@ -557,7 +557,45 @@ function generateIso20022Types() {
557
557
  lines.push('export type CertificateAttributeValue<Name extends keyof CertificateAttributeValueMap> = CertificateAttributeValueMap[Name];');
558
558
  lines.push('');
559
559
  // Field arrays and schemas for sequence types
560
- for (const [name, config] of Object.entries(oidSchema.sensitive_attributes)) {
560
+ // Sort to ensure dependencies are defined before they're used
561
+ const sensitiveAttrEntries = Object.entries(oidSchema.sensitive_attributes);
562
+ const sortedEntries = [];
563
+ const processed = new Set();
564
+ function hasDependency(config, depName) {
565
+ if (!config.fields) {
566
+ return (false);
567
+ }
568
+ return (Object.values(config.fields).some(field => {
569
+ const fieldType = field.type.trim();
570
+ return (fieldType === toPascalCase(depName) || fieldType === depName);
571
+ }));
572
+ }
573
+ // Process entries, dependencies first
574
+ while (sortedEntries.length < sensitiveAttrEntries.length) {
575
+ for (const [name, config] of sensitiveAttrEntries) {
576
+ if (processed.has(name)) {
577
+ continue;
578
+ }
579
+ // Check if all dependencies are processed
580
+ let allDepsProcessed = true;
581
+ if (config.fields) {
582
+ for (const [otherName] of sensitiveAttrEntries) {
583
+ if (otherName === name || processed.has(otherName)) {
584
+ continue;
585
+ }
586
+ if (hasDependency(config, otherName)) {
587
+ allDepsProcessed = false;
588
+ break;
589
+ }
590
+ }
591
+ }
592
+ if (allDepsProcessed) {
593
+ sortedEntries.push([name, config]);
594
+ processed.add(name);
595
+ }
596
+ }
597
+ }
598
+ for (const [name, config] of sortedEntries) {
561
599
  const typeName = toPascalCase(name);
562
600
  if (config.fields) {
563
601
  const fieldOrder = config.field_order ?? Object.keys(config.fields);
@@ -622,7 +660,11 @@ function generateIso20022Types() {
622
660
  const baseType = resolveToBaseType(config.type);
623
661
  const baseTypeSnake = toSnakeCase(baseType);
624
662
  const isExtensionType = oidSchema.extensions[baseTypeSnake]?.fields ?? oidSchema.extensions[baseType]?.fields;
625
- if (isExtensionType) {
663
+ const isSensitiveType = oidSchema.sensitive_attributes[toSnakeCase(baseType)]?.fields ?? oidSchema.sensitive_attributes[baseType]?.fields;
664
+ if (isSensitiveType) {
665
+ schemaRef = `${baseType}Schema`;
666
+ }
667
+ else if (isExtensionType) {
626
668
  schemaRef = `${baseType}Schema`;
627
669
  }
628
670
  else if (baseType === 'GeneralizedTime') {