@nexeraid/identity-schemas 2.81.0-dev → 2.83.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 (36) hide show
  1. package/dist/{CoinMarketCap.schema-804ac440.esm.mjs → CoinMarketCap.schema-0ab0f865.esm.mjs} +2 -2
  2. package/dist/{CoinMarketCap.schema-bab2fdef.cjs.dev.cjs → CoinMarketCap.schema-130ae6f8.cjs.dev.cjs} +2 -2
  3. package/dist/{CoinMarketCap.schema-159dd089.cjs.prod.cjs → CoinMarketCap.schema-34f57bfd.cjs.prod.cjs} +2 -2
  4. package/dist/declarations/src/vault/vault.schema.d.ts +10 -10
  5. package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
  6. package/dist/declarations/src/verifiable-credentials/generated-ts/IDInformationTfhe-credentialSubject.json.d.ts +4 -4
  7. package/dist/declarations/src/verifiable-credentials/vc_json_schema_map.d.ts +32 -32
  8. package/dist/{identity-api.schema-915a0e06.esm.mjs → identity-api.schema-413be7b9.esm.mjs} +1 -1
  9. package/dist/{identity-api.schema-744f132e.cjs.dev.cjs → identity-api.schema-8c8827a8.cjs.dev.cjs} +1 -1
  10. package/dist/{identity-api.schema-b9a02183.cjs.prod.cjs → identity-api.schema-c1a397aa.cjs.prod.cjs} +1 -1
  11. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +3 -3
  12. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +3 -3
  13. package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
  14. package/dist/package.json +1 -1
  15. package/dist/{tfhe-utilities-558a2f22.esm.mjs → tfhe-utilities-308ce036.esm.mjs} +36 -36
  16. package/dist/{tfhe-utilities-010787d8.cjs.prod.cjs → tfhe-utilities-87c99c35.cjs.prod.cjs} +36 -36
  17. package/dist/{tfhe-utilities-6b45bc7e.cjs.dev.cjs → tfhe-utilities-d84f1a0e.cjs.dev.cjs} +36 -36
  18. package/dist/{vault.schema-1731457a.esm.mjs → vault.schema-3e68499e.esm.mjs} +14 -14
  19. package/dist/{vault.schema-2462a106.cjs.prod.cjs → vault.schema-b879e107.cjs.dev.cjs} +14 -14
  20. package/dist/{vault.schema-bcad47da.cjs.dev.cjs → vault.schema-ba3a058a.cjs.prod.cjs} +14 -14
  21. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
  22. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
  23. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  24. package/package.json +1 -1
  25. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
  26. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
  27. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  28. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
  29. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
  30. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
  31. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
  32. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
  33. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  34. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +3 -3
  35. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
  36. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -4
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { b0 as Alpha2Country, aS as UuidString, ee as _toConsumableArray, eg as ScoringAnalysisRequest, eh as WorkflowsScoringAnalysisRequest, a_ as ISO3CountryCode, ei as _slicedToArray, bS as IdentityId, ar as BlockchainAddress, av as BlockchainNamespace, bO as WorkflowSessionId, cJ as WorkspaceId, cI as OrganizationId, ed as _defineProperty, d3 as ProofOfResidenceCredentialSubjectSchema, cz as VerificationMode } from './vault.schema-1731457a.esm.mjs';
3
- import { ag as SdkVerificationOutput, j as CustomerStatus, ba as QrCodeLinkWithSchemaType, B as BasicCustomerContactInformation, ck as CredentialType } from './identity-api.schema-915a0e06.esm.mjs';
2
+ import { b0 as Alpha2Country, aS as UuidString, ee as _toConsumableArray, eg as ScoringAnalysisRequest, eh as WorkflowsScoringAnalysisRequest, a_ as ISO3CountryCode, ei as _slicedToArray, bS as IdentityId, ar as BlockchainAddress, av as BlockchainNamespace, bO as WorkflowSessionId, cJ as WorkspaceId, cI as OrganizationId, ed as _defineProperty, d3 as ProofOfResidenceCredentialSubjectSchema, cz as VerificationMode } from './vault.schema-3e68499e.esm.mjs';
3
+ import { ag as SdkVerificationOutput, j as CustomerStatus, ba as QrCodeLinkWithSchemaType, B as BasicCustomerContactInformation, ck as CredentialType } from './identity-api.schema-413be7b9.esm.mjs';
4
4
 
5
5
  var IpQualityAnalysisRequest = z.object({
6
6
  apiKey: z.string().nullish(),
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var vault_schema = require('./vault.schema-bcad47da.cjs.dev.cjs');
5
- var identityApi_schema = require('./identity-api.schema-744f132e.cjs.dev.cjs');
4
+ var vault_schema = require('./vault.schema-b879e107.cjs.dev.cjs');
5
+ var identityApi_schema = require('./identity-api.schema-8c8827a8.cjs.dev.cjs');
6
6
 
7
7
  var IpQualityAnalysisRequest = zod.z.object({
8
8
  apiKey: zod.z.string().nullish(),
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var vault_schema = require('./vault.schema-2462a106.cjs.prod.cjs');
5
- var identityApi_schema = require('./identity-api.schema-b9a02183.cjs.prod.cjs');
4
+ var vault_schema = require('./vault.schema-ba3a058a.cjs.prod.cjs');
5
+ var identityApi_schema = require('./identity-api.schema-c1a397aa.cjs.prod.cjs');
6
6
 
7
7
  var IpQualityAnalysisRequest = zod.z.object({
8
8
  apiKey: zod.z.string().nullish(),
@@ -3480,15 +3480,15 @@ export declare const VaultPointerKeyMapZodSchema: z.ZodObject<{
3480
3480
  workflowSessionId?: string | undefined;
3481
3481
  }>;
3482
3482
  Transaction: z.ZodObject<{
3483
- transactionId: z.ZodString;
3483
+ transactionId: z.ZodType<`tx_${string}`, z.ZodTypeDef, `tx_${string}`>;
3484
3484
  workflowSessionId: z.ZodOptional<z.ZodString>;
3485
3485
  verificationMode: z.ZodOptional<z.ZodEnum<["full_verification", "sandbox"]>>;
3486
3486
  }, "strip", z.ZodTypeAny, {
3487
- transactionId: string;
3487
+ transactionId: `tx_${string}`;
3488
3488
  verificationMode?: "full_verification" | "sandbox" | undefined;
3489
3489
  workflowSessionId?: string | undefined;
3490
3490
  }, {
3491
- transactionId: string;
3491
+ transactionId: `tx_${string}`;
3492
3492
  verificationMode?: "full_verification" | "sandbox" | undefined;
3493
3493
  workflowSessionId?: string | undefined;
3494
3494
  }>;
@@ -3496,20 +3496,20 @@ export declare const VaultPointerKeyMapZodSchema: z.ZodObject<{
3496
3496
  organizationId: z.ZodString;
3497
3497
  workspaceId: z.ZodString;
3498
3498
  workflowId: z.ZodString;
3499
- identityId: z.ZodString;
3499
+ identityId: z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>;
3500
3500
  workflowSessionId: z.ZodString;
3501
3501
  }, "strict", z.ZodTypeAny, {
3502
3502
  organizationId: string;
3503
3503
  workspaceId: string;
3504
3504
  workflowId: string;
3505
3505
  workflowSessionId: string;
3506
- identityId: string;
3506
+ identityId: `identity_${string}`;
3507
3507
  }, {
3508
3508
  organizationId: string;
3509
3509
  workspaceId: string;
3510
3510
  workflowId: string;
3511
3511
  workflowSessionId: string;
3512
- identityId: string;
3512
+ identityId: `identity_${string}`;
3513
3513
  }>;
3514
3514
  }, "strip", z.ZodTypeAny, {
3515
3515
  Customer: {
@@ -3522,7 +3522,7 @@ export declare const VaultPointerKeyMapZodSchema: z.ZodObject<{
3522
3522
  workflowSessionId?: string | undefined;
3523
3523
  };
3524
3524
  Transaction: {
3525
- transactionId: string;
3525
+ transactionId: `tx_${string}`;
3526
3526
  verificationMode?: "full_verification" | "sandbox" | undefined;
3527
3527
  workflowSessionId?: string | undefined;
3528
3528
  };
@@ -3531,7 +3531,7 @@ export declare const VaultPointerKeyMapZodSchema: z.ZodObject<{
3531
3531
  workspaceId: string;
3532
3532
  workflowId: string;
3533
3533
  workflowSessionId: string;
3534
- identityId: string;
3534
+ identityId: `identity_${string}`;
3535
3535
  };
3536
3536
  "Customer/walletScreening": {
3537
3537
  customerId: string;
@@ -3549,7 +3549,7 @@ export declare const VaultPointerKeyMapZodSchema: z.ZodObject<{
3549
3549
  workflowSessionId?: string | undefined;
3550
3550
  };
3551
3551
  Transaction: {
3552
- transactionId: string;
3552
+ transactionId: `tx_${string}`;
3553
3553
  verificationMode?: "full_verification" | "sandbox" | undefined;
3554
3554
  workflowSessionId?: string | undefined;
3555
3555
  };
@@ -3558,7 +3558,7 @@ export declare const VaultPointerKeyMapZodSchema: z.ZodObject<{
3558
3558
  workspaceId: string;
3559
3559
  workflowId: string;
3560
3560
  workflowSessionId: string;
3561
- identityId: string;
3561
+ identityId: `identity_${string}`;
3562
3562
  };
3563
3563
  "Customer/walletScreening": {
3564
3564
  customerId: string;
@@ -1 +1 @@
1
- {"version":3,"file":"vault.schema.d.ts","sourceRoot":"../../../../src/vault","sources":["vault.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,OAAO,KAAK,EACV,QAAQ,EACR,gBAAgB,EAChB,YAAY,EACZ,oBAAoB,EACpB,YAAY,EACZ,KAAK,EACL,WAAW,EACX,mBAAmB,EACnB,UAAU,EACV,kBAAkB,EACnB,8BAAqB;AAEtB,OAAO,kBAAkB,oDAAiD;AAC1E,OAAO,KAAK,YAAY,6CAA0C;AAClE,OAAO,oBAAoB,sDAAmD;AAC9E,OAAO,KAAK,cAAc,+CAA4C;AACtE,OAAO,cAAc,gDAA6C;AAClE,OAAO,KAAK,QAAQ,yCAAsC;AAC1D,OAAO,wBAAwB,0DAAuD;AACtF,OAAO,KAAK,kBAAkB,mDAAgD;AAC9E,OAAO,qBAAqB,uDAAoD;AAChF,OAAO,KAAK,eAAe,gDAA6C;AAMxE,eAAO,MAAM,gBAAgB;;;;;;CAM5B,CAAC;AACF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
1
+ {"version":3,"file":"vault.schema.d.ts","sourceRoot":"../../../../src/vault","sources":["vault.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAgBxB,OAAO,KAAK,EACV,QAAQ,EACR,gBAAgB,EAChB,YAAY,EACZ,oBAAoB,EACpB,YAAY,EACZ,KAAK,EACL,WAAW,EACX,mBAAmB,EACnB,UAAU,EACV,kBAAkB,EACnB,8BAAqB;AAEtB,OAAO,kBAAkB,oDAAiD;AAC1E,OAAO,KAAK,YAAY,6CAA0C;AAClE,OAAO,oBAAoB,sDAAmD;AAC9E,OAAO,KAAK,cAAc,+CAA4C;AACtE,OAAO,cAAc,gDAA6C;AAClE,OAAO,KAAK,QAAQ,yCAAsC;AAC1D,OAAO,wBAAwB,0DAAuD;AACtF,OAAO,KAAK,kBAAkB,mDAAgD;AAC9E,OAAO,qBAAqB,uDAAoD;AAChF,OAAO,KAAK,eAAe,gDAA6C;AAMxE,eAAO,MAAM,gBAAgB;;;;;;CAM5B,CAAC;AACF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
@@ -157,7 +157,7 @@ export declare const schema: {
157
157
  readonly title: "Entry Time";
158
158
  readonly type: "string";
159
159
  readonly format: "time";
160
- readonly bytesSize: 32;
160
+ readonly bytesSize: 512;
161
161
  };
162
162
  readonly personalData: {
163
163
  readonly description: "Original data extracted by the provider";
@@ -186,7 +186,7 @@ export declare const schema: {
186
186
  readonly description: "Gender of the credential subject";
187
187
  readonly title: "Gender";
188
188
  readonly type: "string";
189
- readonly bytesSize: 8;
189
+ readonly bytesSize: 512;
190
190
  };
191
191
  readonly age: {
192
192
  readonly description: "Age of the credential subject";
@@ -403,7 +403,7 @@ export declare const IDInformationTfheCredentialSubjectCONFIG: {
403
403
  readonly title: "Entry Time";
404
404
  readonly type: "string";
405
405
  readonly format: "time";
406
- readonly bytesSize: 32;
406
+ readonly bytesSize: 512;
407
407
  };
408
408
  readonly personalData: {
409
409
  readonly description: "Original data extracted by the provider";
@@ -432,7 +432,7 @@ export declare const IDInformationTfheCredentialSubjectCONFIG: {
432
432
  readonly description: "Gender of the credential subject";
433
433
  readonly title: "Gender";
434
434
  readonly type: "string";
435
- readonly bytesSize: 8;
435
+ readonly bytesSize: 512;
436
436
  };
437
437
  readonly age: {
438
438
  readonly description: "Age of the credential subject";
@@ -1,13 +1,13 @@
1
1
  export declare const VC_JSON_SCHEMA_MAP: {
2
2
  readonly ProofOfResidence: {
3
- readonly prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmZziNSpBSLWBZGb6mzXXexYfY311knw8o6yAyCTZ9GFxi";
4
- readonly stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmZziNSpBSLWBZGb6mzXXexYfY311knw8o6yAyCTZ9GFxi";
5
- readonly dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmZziNSpBSLWBZGb6mzXXexYfY311knw8o6yAyCTZ9GFxi";
6
- readonly local: "https://quicknode.quicknode-ipfs.com/ipfs/QmZziNSpBSLWBZGb6mzXXexYfY311knw8o6yAyCTZ9GFxi";
7
- readonly "test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmZziNSpBSLWBZGb6mzXXexYfY311knw8o6yAyCTZ9GFxi";
8
- readonly "test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmZziNSpBSLWBZGb6mzXXexYfY311knw8o6yAyCTZ9GFxi";
9
- readonly "test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmZziNSpBSLWBZGb6mzXXexYfY311knw8o6yAyCTZ9GFxi";
10
- readonly "test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmZziNSpBSLWBZGb6mzXXexYfY311knw8o6yAyCTZ9GFxi";
3
+ readonly prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmT19Jxb2u3RMcXZ26F2kQyxq24jY4aBEuak5LangGRDtP";
4
+ readonly stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmT19Jxb2u3RMcXZ26F2kQyxq24jY4aBEuak5LangGRDtP";
5
+ readonly dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmT19Jxb2u3RMcXZ26F2kQyxq24jY4aBEuak5LangGRDtP";
6
+ readonly local: "https://quicknode.quicknode-ipfs.com/ipfs/QmT19Jxb2u3RMcXZ26F2kQyxq24jY4aBEuak5LangGRDtP";
7
+ readonly "test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmT19Jxb2u3RMcXZ26F2kQyxq24jY4aBEuak5LangGRDtP";
8
+ readonly "test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmT19Jxb2u3RMcXZ26F2kQyxq24jY4aBEuak5LangGRDtP";
9
+ readonly "test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmT19Jxb2u3RMcXZ26F2kQyxq24jY4aBEuak5LangGRDtP";
10
+ readonly "test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmT19Jxb2u3RMcXZ26F2kQyxq24jY4aBEuak5LangGRDtP";
11
11
  };
12
12
  readonly ProofOfResidence_LD: {
13
13
  readonly prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmWEa2nNHLP3bsFYDGZbpLuM42J8krpEhjsuDkT4Q19VWf";
@@ -20,14 +20,14 @@ export declare const VC_JSON_SCHEMA_MAP: {
20
20
  readonly "test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmWEa2nNHLP3bsFYDGZbpLuM42J8krpEhjsuDkT4Q19VWf";
21
21
  };
22
22
  readonly IDInformation: {
23
- readonly prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmRTFErdwKyBCKVLwS8Y8YjPkjFpAGdC2U26sPTTRRjoom";
24
- readonly stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmRTFErdwKyBCKVLwS8Y8YjPkjFpAGdC2U26sPTTRRjoom";
25
- readonly dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmRTFErdwKyBCKVLwS8Y8YjPkjFpAGdC2U26sPTTRRjoom";
26
- readonly local: "https://quicknode.quicknode-ipfs.com/ipfs/QmRTFErdwKyBCKVLwS8Y8YjPkjFpAGdC2U26sPTTRRjoom";
27
- readonly "test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmRTFErdwKyBCKVLwS8Y8YjPkjFpAGdC2U26sPTTRRjoom";
28
- readonly "test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmRTFErdwKyBCKVLwS8Y8YjPkjFpAGdC2U26sPTTRRjoom";
29
- readonly "test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmRTFErdwKyBCKVLwS8Y8YjPkjFpAGdC2U26sPTTRRjoom";
30
- readonly "test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmRTFErdwKyBCKVLwS8Y8YjPkjFpAGdC2U26sPTTRRjoom";
23
+ readonly prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmaQwM7AMT2zGLCHGkTCmQJtSDHFXvAsxt6K4NuS7vkBUs";
24
+ readonly stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmaQwM7AMT2zGLCHGkTCmQJtSDHFXvAsxt6K4NuS7vkBUs";
25
+ readonly dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmaQwM7AMT2zGLCHGkTCmQJtSDHFXvAsxt6K4NuS7vkBUs";
26
+ readonly local: "https://quicknode.quicknode-ipfs.com/ipfs/QmaQwM7AMT2zGLCHGkTCmQJtSDHFXvAsxt6K4NuS7vkBUs";
27
+ readonly "test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmaQwM7AMT2zGLCHGkTCmQJtSDHFXvAsxt6K4NuS7vkBUs";
28
+ readonly "test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmaQwM7AMT2zGLCHGkTCmQJtSDHFXvAsxt6K4NuS7vkBUs";
29
+ readonly "test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmaQwM7AMT2zGLCHGkTCmQJtSDHFXvAsxt6K4NuS7vkBUs";
30
+ readonly "test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmaQwM7AMT2zGLCHGkTCmQJtSDHFXvAsxt6K4NuS7vkBUs";
31
31
  };
32
32
  readonly AMLScreeningsResults: {
33
33
  readonly prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmacioN1D6w8Pz1vzYKZotMESuNKu9kq5K3XWGA4SRrPyx";
@@ -36,24 +36,24 @@ export declare const VC_JSON_SCHEMA_MAP: {
36
36
  readonly local: "https://quicknode.quicknode-ipfs.com/ipfs/QmacioN1D6w8Pz1vzYKZotMESuNKu9kq5K3XWGA4SRrPyx";
37
37
  };
38
38
  readonly IDImage: {
39
- readonly prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmRdTMQFBM3nqLMndXernJFgtsWUJdS8aJXGvjDwQtDp34";
40
- readonly stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmRdTMQFBM3nqLMndXernJFgtsWUJdS8aJXGvjDwQtDp34";
41
- readonly dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmRdTMQFBM3nqLMndXernJFgtsWUJdS8aJXGvjDwQtDp34";
42
- readonly local: "https://quicknode.quicknode-ipfs.com/ipfs/QmRdTMQFBM3nqLMndXernJFgtsWUJdS8aJXGvjDwQtDp34";
43
- readonly "test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmRdTMQFBM3nqLMndXernJFgtsWUJdS8aJXGvjDwQtDp34";
44
- readonly "test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmRdTMQFBM3nqLMndXernJFgtsWUJdS8aJXGvjDwQtDp34";
45
- readonly "test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmRdTMQFBM3nqLMndXernJFgtsWUJdS8aJXGvjDwQtDp34";
46
- readonly "test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmRdTMQFBM3nqLMndXernJFgtsWUJdS8aJXGvjDwQtDp34";
39
+ readonly prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmfE1rbkhKBjTEhTkh4NWE8foij2voWzy5K22NnK8UKih5";
40
+ readonly stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmfE1rbkhKBjTEhTkh4NWE8foij2voWzy5K22NnK8UKih5";
41
+ readonly dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmfE1rbkhKBjTEhTkh4NWE8foij2voWzy5K22NnK8UKih5";
42
+ readonly local: "https://quicknode.quicknode-ipfs.com/ipfs/QmfE1rbkhKBjTEhTkh4NWE8foij2voWzy5K22NnK8UKih5";
43
+ readonly "test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmfE1rbkhKBjTEhTkh4NWE8foij2voWzy5K22NnK8UKih5";
44
+ readonly "test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmfE1rbkhKBjTEhTkh4NWE8foij2voWzy5K22NnK8UKih5";
45
+ readonly "test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmfE1rbkhKBjTEhTkh4NWE8foij2voWzy5K22NnK8UKih5";
46
+ readonly "test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmfE1rbkhKBjTEhTkh4NWE8foij2voWzy5K22NnK8UKih5";
47
47
  };
48
48
  readonly SelfieImage: {
49
- readonly prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmQWT1v3gVzHFtHMwKYrDBSJ3XNjL2haiTaSkcVmGCWcgZ";
50
- readonly stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmQWT1v3gVzHFtHMwKYrDBSJ3XNjL2haiTaSkcVmGCWcgZ";
51
- readonly dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmQWT1v3gVzHFtHMwKYrDBSJ3XNjL2haiTaSkcVmGCWcgZ";
52
- readonly local: "https://quicknode.quicknode-ipfs.com/ipfs/QmQWT1v3gVzHFtHMwKYrDBSJ3XNjL2haiTaSkcVmGCWcgZ";
53
- readonly "test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmQWT1v3gVzHFtHMwKYrDBSJ3XNjL2haiTaSkcVmGCWcgZ";
54
- readonly "test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmQWT1v3gVzHFtHMwKYrDBSJ3XNjL2haiTaSkcVmGCWcgZ";
55
- readonly "test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmQWT1v3gVzHFtHMwKYrDBSJ3XNjL2haiTaSkcVmGCWcgZ";
56
- readonly "test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmQWT1v3gVzHFtHMwKYrDBSJ3XNjL2haiTaSkcVmGCWcgZ";
49
+ readonly prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmaPFxgf3q2oRmbiQFRiYJoF1hv5M5b73ntGGLdsTzFqVi";
50
+ readonly stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmaPFxgf3q2oRmbiQFRiYJoF1hv5M5b73ntGGLdsTzFqVi";
51
+ readonly dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmaPFxgf3q2oRmbiQFRiYJoF1hv5M5b73ntGGLdsTzFqVi";
52
+ readonly local: "https://quicknode.quicknode-ipfs.com/ipfs/QmaPFxgf3q2oRmbiQFRiYJoF1hv5M5b73ntGGLdsTzFqVi";
53
+ readonly "test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmaPFxgf3q2oRmbiQFRiYJoF1hv5M5b73ntGGLdsTzFqVi";
54
+ readonly "test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmaPFxgf3q2oRmbiQFRiYJoF1hv5M5b73ntGGLdsTzFqVi";
55
+ readonly "test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmaPFxgf3q2oRmbiQFRiYJoF1hv5M5b73ntGGLdsTzFqVi";
56
+ readonly "test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmaPFxgf3q2oRmbiQFRiYJoF1hv5M5b73ntGGLdsTzFqVi";
57
57
  };
58
58
  readonly IDInformation_LD: {
59
59
  readonly prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmUFBpPnPanYZPcRKRnGFZeyYSpXx1L3XNngowjRtQFzrD";
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { d1 as IDImageCredentialSubjectSchema, d3 as ProofOfResidenceCredentialSubjectSchema, d2 as SelfieImageCredentialSubjectSchema, d0 as IDInformationCredentialSubjectSchema, c$ as IDInformationTfheCredentialSubjectSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, cS as ID3CredentialSubjectSchema, cT as IDScanCredentialSubjectSchema, cV as IDScanSelfieCredentialSubjectSchema, cU as IDScanPassportCredentialSubjectSchema, ed as _defineProperty, e4 as VaultMetadataLinkZodSchema, cg as QueryId, ch as QueryGroupId, aS as UuidString, dv as TransactionReviewStatus, ar as BlockchainAddress, ce as ScenarioId, cJ as WorkspaceId, as as String0x, aN as BlockchainSignature, aa as TxHash, cK as WorkflowId, g as EvmChainId, a9 as AddressSchema, aD as EIP155Signature, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aI as EdSignature, av as BlockchainNamespace, d4 as GenericVerifiableCredentialSchema, ax as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, cM as ExternalCustomerId, cH as AdditionalCustomerInformationParams, a8 as PublicKey } from './vault.schema-1731457a.esm.mjs';
2
+ import { d1 as IDImageCredentialSubjectSchema, d3 as ProofOfResidenceCredentialSubjectSchema, d2 as SelfieImageCredentialSubjectSchema, d0 as IDInformationCredentialSubjectSchema, c$ as IDInformationTfheCredentialSubjectSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, cS as ID3CredentialSubjectSchema, cT as IDScanCredentialSubjectSchema, cV as IDScanSelfieCredentialSubjectSchema, cU as IDScanPassportCredentialSubjectSchema, ed as _defineProperty, e4 as VaultMetadataLinkZodSchema, cg as QueryId, ch as QueryGroupId, aS as UuidString, dv as TransactionReviewStatus, ar as BlockchainAddress, ce as ScenarioId, cJ as WorkspaceId, as as String0x, aN as BlockchainSignature, aa as TxHash, cK as WorkflowId, g as EvmChainId, a9 as AddressSchema, aD as EIP155Signature, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aI as EdSignature, av as BlockchainNamespace, d4 as GenericVerifiableCredentialSchema, ax as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, cM as ExternalCustomerId, cH as AdditionalCustomerInformationParams, a8 as PublicKey } from './vault.schema-3e68499e.esm.mjs';
3
3
 
4
4
  var CredentialSchemas = {
5
5
  ProofOfResidence: ProofOfResidenceCredentialSubjectSchema,
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var vault_schema = require('./vault.schema-bcad47da.cjs.dev.cjs');
4
+ var vault_schema = require('./vault.schema-b879e107.cjs.dev.cjs');
5
5
 
6
6
  var CredentialSchemas = {
7
7
  ProofOfResidence: vault_schema.ProofOfResidenceCredentialSubjectSchema,
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var vault_schema = require('./vault.schema-2462a106.cjs.prod.cjs');
4
+ var vault_schema = require('./vault.schema-ba3a058a.cjs.prod.cjs');
5
5
 
6
6
  var CredentialSchemas = {
7
7
  ProofOfResidence: vault_schema.ProofOfResidenceCredentialSubjectSchema,
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('./vault.schema-bcad47da.cjs.dev.cjs');
5
+ var vault_schema = require('./vault.schema-b879e107.cjs.dev.cjs');
6
6
  var zod = require('zod');
7
- var identityApi_schema = require('./identity-api.schema-744f132e.cjs.dev.cjs');
8
- var tfheUtilities = require('./tfhe-utilities-6b45bc7e.cjs.dev.cjs');
7
+ var identityApi_schema = require('./identity-api.schema-8c8827a8.cjs.dev.cjs');
8
+ var tfheUtilities = require('./tfhe-utilities-d84f1a0e.cjs.dev.cjs');
9
9
  require('nanoid');
10
10
  require('decimal.js');
11
11
 
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('./vault.schema-2462a106.cjs.prod.cjs');
5
+ var vault_schema = require('./vault.schema-ba3a058a.cjs.prod.cjs');
6
6
  var zod = require('zod');
7
- var identityApi_schema = require('./identity-api.schema-b9a02183.cjs.prod.cjs');
8
- var tfheUtilities = require('./tfhe-utilities-010787d8.cjs.prod.cjs');
7
+ var identityApi_schema = require('./identity-api.schema-c1a397aa.cjs.prod.cjs');
8
+ var tfheUtilities = require('./tfhe-utilities-87c99c35.cjs.prod.cjs');
9
9
  require('nanoid');
10
10
  require('decimal.js');
11
11
 
@@ -1,8 +1,8 @@
1
- export { U as ACTIVE_APTOS_CHAIN_IDS, K as ACTIVE_BITCOIN_CHAIN_IDS, a4 as ACTIVE_CARDANO_CHAIN_IDS, k as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, _ as ACTIVE_POLKADOT_CHAIN_IDS, D as ACTIVE_SOLANA_CHAIN_IDS, q as ACTIVE_TEZOS_CHAIN_IDS, a$ as ALPHA_2_COUNTRIES, R as APTOS_CHAIN_IDS, O as APTOS_CHAIN_NAMES, Q as APTOS_CHAIN_NAMES_LIST, b_ as ActionId, bC as ActionPrefix, cH as AdditionalCustomerInformationParams, a9 as AddressSchema, cp as AiAgentId, bJ as AiAgentPrefix, co as AiDocumentId, bI as AiDocumentPrefix, cm as AiExecutionId, bG as AiExecutionPrefix, cn as AiExecutionStepId, bH as AiExecutionStepPrefix, cv as AiMessageId, bN as AiMessagePrefix, cq as AiStepId, bK as AiStepPrefix, b0 as Alpha2Country, dQ as AmlResults, bV as AppId, bd as AppPrefix, ac as AptosAddress, V as AptosChainId, aE as AptosSignature, J as BITCOIN_CHAIN_IDS, H as BITCOIN_CHAIN_NAMES, I as BITCOIN_CHAIN_NAMES_LIST, au as BLOCKCHAIN_NAMESPACES, aC as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aB as BLOCKCHAIN_NAMESPACE_TO_NAME, aA as BLOCKCHAIN_NAME_TO_NAMESPACE, aq as BitcoinAddress, am as BitcoinBech32Address, L as BitcoinChainId, ak as BitcoinP2PKHAddress, al as BitcoinP2SHAddress, ap as BitcoinTestnetBech32Address, an as BitcoinTestnetP2PKHAddress, ao as BitcoinTestnetP2SHAddress, ar as BlockchainAddress, B as BlockchainId, av as BlockchainNamespace, aN as BlockchainSignature, a3 as CARDANO_CHAIN_IDS, a1 as CARDANO_CHAIN_NAMES, a2 as CARDANO_CHAIN_NAMES_LIST, j as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, i as COSMOS_CHAIN_NAMES_LIST, aj as CardanoAddress, a5 as CardanoChainId, aM as CardanoSignature, bW as ChallengeId, be as ChallengePrefix, ct as ChatId, bL as ChatPrefix, af as CosmosAddress, l as CosmosChainId, aH as CosmosSignature, b3 as CountryName, aZ as CryptoCode, aY as CryptoCodes, aX as CurrencyCode, aW as CurrencyCodes, cL as CustomerId, bY as CustomerScreeningId, bg as CustomerScreeningPrefix, dM as DEFAULT_FIAT_CURRENCY, ay as DISPLAYED_BLOCKCHAIN_NAMESPACES, dV as DataLinkTypeZodSchema, dT as DataLinkVersionZodSchema, dR as DetectedDuplicates, az as DisplayedBlockchainNamespace, aD as EIP155Signature, aQ as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aI as EdSignature, bT as EmailId, bb as EmailPrefix, aR as EnvironmentSchema, g as EvmChainId, cM as ExternalCustomerId, cw as FLOW_TYPES, cx as FlowType, aO as FunctionCallData, e8 as GenericVaultDataLinkZodSchema, e7 as GenericVaultEmbeddedLinkZodSchema, e5 as GenericVaultPointerLinkZodSchema, e6 as GenericVaultSearchLinkZodSchema, d4 as GenericVerifiableCredentialSchema, at as HexadecimalSchema, dx as HumanReadableTransactionReviewStatus, dw as HumanReadableTransactionReviewStatuses, dz as HumanReadableTransactionStatusMapping, da as ID3CredentialSchema, cS as ID3CredentialSubjectSchema, cA as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, cC as IDENTITY_DOCUMENT_OPTIONS, d7 as IDImageCredentialSchema, d1 as IDImageCredentialSubjectSchema, d6 as IDInformationCredentialSchema, d0 as IDInformationCredentialSubjectSchema, d5 as IDInformationTfheCredentialSchema, c$ as IDInformationTfheCredentialSubjectSchema, db as IDScanCredentialSchema, cT as IDScanCredentialSubjectSchema, dc as IDScanPassportCredentialSchema, cU as IDScanPassportCredentialSubjectSchema, dd as IDScanSelfieCredentialSchema, cV as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, cG as Identifier, cO as IdentityAppV2Web2JWT, cN as IdentityAppV2Web3JWT, cB as IdentityDocumentCountryListOption, cD as IdentityDocumentOptionsType, bS as IdentityId, ba as IdentityPrefix, cP as IdentityWidgetAccessToken_NEW, cQ as IdentityWidgetSessionToken, cc as InstitutionExtractedInfosId, bw as InstitutionExtractedInfosPrefix, cb as InstitutionId, bv as InstitutionPrefix, aV as IpAddress, cf as ListId, bz as ListPrefix, cs as MemberId, cu as MessageId, bM as MessagePrefix, b$ as MetaAlertId, bj as MetaAlertPrefix, v as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, M as NEXERA_APTOS_CHAINS, G as NEXERA_BITCOIN_CHAINS, a0 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, W as NEXERA_POLKADOT_CHAINS, w as NEXERA_SOLANA_CHAINS, s as NEXERA_STARKNET_CHAINS, u as NEXERA_STARKNET_CHAIN_IDS, t as NEXERA_STARKNET_CHAIN_NAMES, m as NEXERA_TEZOS_CHAINS, p as NEXERA_TEZOS_CHAIN_IDS, n as NEXERA_TEZOS_CHAIN_NAMES, o as NEXERA_TEZOS_CHAIN_NAMES_LIST, e as NexeraEvmChains, N as NonTestnetBlockchainId, di as OLD_AMLScreeningsResultsCredentialSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, de as OLD_IDImageCredentialSchema, cW as OLD_IDImageCredentialSubjectSchema, df as OLD_IDInformationCredentialSchema, cX as OLD_IDInformationCredentialSubjectSchema, dg as OLD_ProofOfResidenceCredentialSchema, cY as OLD_ProofOfResidenceCredentialSubjectSchema, dh as OLD_SelfieImageCredentialSchema, cZ as OLD_SelfieImageCredentialSubjectSchema, cI as OrganizationId, aT as OtpCode, aK as P2Signature, cE as PERSONAL_INFORMATION_FIELDS, Z as POLKADOT_CHAIN_IDS, X as POLKADOT_CHAIN_NAMES, Y as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aU as PUBLIC_SERVICES_SCHEMA_MAP, dH as PaymentType, dG as PaymentTypes, cF as PersonalInformationFieldsIdentityDocuments, ae as PolkadotAddress, $ as PolkadotChainId, aG as PolkadotSignature, r as PolygonNetworkNames, a7 as PrivateKey, d9 as ProofOfResidenceCredentialSchema, d3 as ProofOfResidenceCredentialSubjectSchema, a8 as PublicKey, ch as QueryGroupId, bB as QueryGroupPrefix, cg as QueryId, bA as QueryPrefix, z as SOLANA_CHAIN_IDS, x as SOLANA_CHAIN_NAMES, y as SOLANA_CHAIN_NAMES_LIST, aw as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, ce as ScenarioId, by as ScenarioPrefix, ci as ScorechainAnalysisId, bi as ScorechainAnalysisPrefix, b7 as ScorechainCountry, e9 as ScorechainEntityRecord, d8 as SelfieImageCredentialSchema, d2 as SelfieImageCredentialSubjectSchema, dW as Separator, F as SolanaChainId, aJ as SpSignature, cl as SsssChunkId, bF as SsssChunkPrefix, ck as SsssShareId, bE as SsssSharePrefix, ad as StarknetAddress, S as StarknetChainId, aF as StarknetSignature, bR as StorageId, b9 as StoragePrefix, as as String0x, ax as SupportedBlockchainNamespaceForSignatureAuth, dN as TRANSACTIONS_STATS_CURRENCIES, dj as TRANSACTION_CHARTS, dl as TRANSACTION_TABLE_COLUMNS, bZ as TagId, bh as TagPrefix, c0 as TagsToTransactionReviewsId, bk as TagsToTransactionReviewsPrefix, bX as TestId, bf as TestPrefix, ai as TezosAddress, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aL as TezosSignature, c3 as TransactionActivityId, bn as TransactionActivityPrefix, c1 as TransactionAddressesId, bl as TransactionAddressesPrefix, cd as TransactionAmountId, bx as TransactionAmountPrefix, dL as TransactionAmountsFieldName, dK as TransactionAmountsFieldNames, dD as TransactionCurrencyCode, dC as TransactionCurrencyCodes, dP as TransactionDataEventObject, dB as TransactionDirection, dA as TransactionDirections, c8 as TransactionExtractedInfosId, bs as TransactionExtractedInfosPrefix, c4 as TransactionFeesId, bo as TransactionFeesPrefix, c2 as TransactionId, c7 as TransactionInfosId, br as TransactionInfosPrefix, ca as TransactionMethodExtractedInfosId, bu as TransactionMethodExtractedInfosPrefix, c9 as TransactionMethodsId, bt as TransactionMethodsPrefix, c6 as TransactionPartiesId, bq as TransactionPartiesPrefix, dJ as TransactionPartiesType, dI as TransactionPartiesTypes, bm as TransactionPrefix, dF as TransactionProvider, dE as TransactionProviders, c5 as TransactionReviewId, bp as TransactionReviewPrefix, dv as TransactionReviewStatus, du as TransactionReviewStatuses, dt as TransactionRiskLevel, ds as TransactionRiskLevels, dO as TransactionStatsCurrency, dy as TransactionStatusMapping, dm as TransactionTableColumn, dp as TransactionType, dr as TransactionTypeWithAll, dn as TransactionTypes, dq as TransactionTypesWithAll, dk as TransactionsChartType, aa as TxHash, aS as UuidString, d_ as VaultJsonSchemas, e4 as VaultMetadataLinkZodSchema, e2 as VaultPointerKeyMapZodSchema, e3 as VaultQueryMapZodSchema, e0 as VaultSchemaIdZodSchema, e1 as VaultSchemaPathsZodSchema, d$ as VaultZodSchema, cz as VerificationMode, cy as VerificationModes, bU as WalletId, bc as WalletPrefix, ea as WalletScreeningData, ec as WalletScreeningProvider, eb as WalletScreeningProviders, cR as Web2CreateSessionParams, cK as WorkflowId, cj as WorkflowSessionAttributeId, bD as WorkflowSessionAttributePrefix, bO as WorkflowSessionId, cJ as WorkspaceId, dU as allDataLinkTypes, dS as allDataLinkVersions, b2 as countryISO2toISO3Mapping, b1 as countryISO3toISO2Mapping, bP as createBrandedSchemaId, bQ as createBrandedSchemaIdWithParams, cr as generateId, dX as generateZodObjectPaths, a6 as isValidAddress, b4 as isoCountriesNameFromISO2, b5 as isoCountriesNameFromISO3, b6 as parseISO3CountryCode, dY as resolvePathOnDataSchema, dZ as resolvePathOnMapSchema, b8 as scorechainCountriesNameFromISO2, ab as shortBlockchainAddress } from './vault.schema-1731457a.esm.mjs';
1
+ export { U as ACTIVE_APTOS_CHAIN_IDS, K as ACTIVE_BITCOIN_CHAIN_IDS, a4 as ACTIVE_CARDANO_CHAIN_IDS, k as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, _ as ACTIVE_POLKADOT_CHAIN_IDS, D as ACTIVE_SOLANA_CHAIN_IDS, q as ACTIVE_TEZOS_CHAIN_IDS, a$ as ALPHA_2_COUNTRIES, R as APTOS_CHAIN_IDS, O as APTOS_CHAIN_NAMES, Q as APTOS_CHAIN_NAMES_LIST, b_ as ActionId, bC as ActionPrefix, cH as AdditionalCustomerInformationParams, a9 as AddressSchema, cp as AiAgentId, bJ as AiAgentPrefix, co as AiDocumentId, bI as AiDocumentPrefix, cm as AiExecutionId, bG as AiExecutionPrefix, cn as AiExecutionStepId, bH as AiExecutionStepPrefix, cv as AiMessageId, bN as AiMessagePrefix, cq as AiStepId, bK as AiStepPrefix, b0 as Alpha2Country, dQ as AmlResults, bV as AppId, bd as AppPrefix, ac as AptosAddress, V as AptosChainId, aE as AptosSignature, J as BITCOIN_CHAIN_IDS, H as BITCOIN_CHAIN_NAMES, I as BITCOIN_CHAIN_NAMES_LIST, au as BLOCKCHAIN_NAMESPACES, aC as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aB as BLOCKCHAIN_NAMESPACE_TO_NAME, aA as BLOCKCHAIN_NAME_TO_NAMESPACE, aq as BitcoinAddress, am as BitcoinBech32Address, L as BitcoinChainId, ak as BitcoinP2PKHAddress, al as BitcoinP2SHAddress, ap as BitcoinTestnetBech32Address, an as BitcoinTestnetP2PKHAddress, ao as BitcoinTestnetP2SHAddress, ar as BlockchainAddress, B as BlockchainId, av as BlockchainNamespace, aN as BlockchainSignature, a3 as CARDANO_CHAIN_IDS, a1 as CARDANO_CHAIN_NAMES, a2 as CARDANO_CHAIN_NAMES_LIST, j as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, i as COSMOS_CHAIN_NAMES_LIST, aj as CardanoAddress, a5 as CardanoChainId, aM as CardanoSignature, bW as ChallengeId, be as ChallengePrefix, ct as ChatId, bL as ChatPrefix, af as CosmosAddress, l as CosmosChainId, aH as CosmosSignature, b3 as CountryName, aZ as CryptoCode, aY as CryptoCodes, aX as CurrencyCode, aW as CurrencyCodes, cL as CustomerId, bY as CustomerScreeningId, bg as CustomerScreeningPrefix, dM as DEFAULT_FIAT_CURRENCY, ay as DISPLAYED_BLOCKCHAIN_NAMESPACES, dV as DataLinkTypeZodSchema, dT as DataLinkVersionZodSchema, dR as DetectedDuplicates, az as DisplayedBlockchainNamespace, aD as EIP155Signature, aQ as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aI as EdSignature, bT as EmailId, bb as EmailPrefix, aR as EnvironmentSchema, g as EvmChainId, cM as ExternalCustomerId, cw as FLOW_TYPES, cx as FlowType, aO as FunctionCallData, e8 as GenericVaultDataLinkZodSchema, e7 as GenericVaultEmbeddedLinkZodSchema, e5 as GenericVaultPointerLinkZodSchema, e6 as GenericVaultSearchLinkZodSchema, d4 as GenericVerifiableCredentialSchema, at as HexadecimalSchema, dx as HumanReadableTransactionReviewStatus, dw as HumanReadableTransactionReviewStatuses, dz as HumanReadableTransactionStatusMapping, da as ID3CredentialSchema, cS as ID3CredentialSubjectSchema, cA as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, cC as IDENTITY_DOCUMENT_OPTIONS, d7 as IDImageCredentialSchema, d1 as IDImageCredentialSubjectSchema, d6 as IDInformationCredentialSchema, d0 as IDInformationCredentialSubjectSchema, d5 as IDInformationTfheCredentialSchema, c$ as IDInformationTfheCredentialSubjectSchema, db as IDScanCredentialSchema, cT as IDScanCredentialSubjectSchema, dc as IDScanPassportCredentialSchema, cU as IDScanPassportCredentialSubjectSchema, dd as IDScanSelfieCredentialSchema, cV as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, cG as Identifier, cO as IdentityAppV2Web2JWT, cN as IdentityAppV2Web3JWT, cB as IdentityDocumentCountryListOption, cD as IdentityDocumentOptionsType, bS as IdentityId, ba as IdentityPrefix, cP as IdentityWidgetAccessToken_NEW, cQ as IdentityWidgetSessionToken, cc as InstitutionExtractedInfosId, bw as InstitutionExtractedInfosPrefix, cb as InstitutionId, bv as InstitutionPrefix, aV as IpAddress, cf as ListId, bz as ListPrefix, cs as MemberId, cu as MessageId, bM as MessagePrefix, b$ as MetaAlertId, bj as MetaAlertPrefix, v as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, M as NEXERA_APTOS_CHAINS, G as NEXERA_BITCOIN_CHAINS, a0 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, W as NEXERA_POLKADOT_CHAINS, w as NEXERA_SOLANA_CHAINS, s as NEXERA_STARKNET_CHAINS, u as NEXERA_STARKNET_CHAIN_IDS, t as NEXERA_STARKNET_CHAIN_NAMES, m as NEXERA_TEZOS_CHAINS, p as NEXERA_TEZOS_CHAIN_IDS, n as NEXERA_TEZOS_CHAIN_NAMES, o as NEXERA_TEZOS_CHAIN_NAMES_LIST, e as NexeraEvmChains, N as NonTestnetBlockchainId, di as OLD_AMLScreeningsResultsCredentialSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, de as OLD_IDImageCredentialSchema, cW as OLD_IDImageCredentialSubjectSchema, df as OLD_IDInformationCredentialSchema, cX as OLD_IDInformationCredentialSubjectSchema, dg as OLD_ProofOfResidenceCredentialSchema, cY as OLD_ProofOfResidenceCredentialSubjectSchema, dh as OLD_SelfieImageCredentialSchema, cZ as OLD_SelfieImageCredentialSubjectSchema, cI as OrganizationId, aT as OtpCode, aK as P2Signature, cE as PERSONAL_INFORMATION_FIELDS, Z as POLKADOT_CHAIN_IDS, X as POLKADOT_CHAIN_NAMES, Y as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aU as PUBLIC_SERVICES_SCHEMA_MAP, dH as PaymentType, dG as PaymentTypes, cF as PersonalInformationFieldsIdentityDocuments, ae as PolkadotAddress, $ as PolkadotChainId, aG as PolkadotSignature, r as PolygonNetworkNames, a7 as PrivateKey, d9 as ProofOfResidenceCredentialSchema, d3 as ProofOfResidenceCredentialSubjectSchema, a8 as PublicKey, ch as QueryGroupId, bB as QueryGroupPrefix, cg as QueryId, bA as QueryPrefix, z as SOLANA_CHAIN_IDS, x as SOLANA_CHAIN_NAMES, y as SOLANA_CHAIN_NAMES_LIST, aw as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, ce as ScenarioId, by as ScenarioPrefix, ci as ScorechainAnalysisId, bi as ScorechainAnalysisPrefix, b7 as ScorechainCountry, e9 as ScorechainEntityRecord, d8 as SelfieImageCredentialSchema, d2 as SelfieImageCredentialSubjectSchema, dW as Separator, F as SolanaChainId, aJ as SpSignature, cl as SsssChunkId, bF as SsssChunkPrefix, ck as SsssShareId, bE as SsssSharePrefix, ad as StarknetAddress, S as StarknetChainId, aF as StarknetSignature, bR as StorageId, b9 as StoragePrefix, as as String0x, ax as SupportedBlockchainNamespaceForSignatureAuth, dN as TRANSACTIONS_STATS_CURRENCIES, dj as TRANSACTION_CHARTS, dl as TRANSACTION_TABLE_COLUMNS, bZ as TagId, bh as TagPrefix, c0 as TagsToTransactionReviewsId, bk as TagsToTransactionReviewsPrefix, bX as TestId, bf as TestPrefix, ai as TezosAddress, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aL as TezosSignature, c3 as TransactionActivityId, bn as TransactionActivityPrefix, c1 as TransactionAddressesId, bl as TransactionAddressesPrefix, cd as TransactionAmountId, bx as TransactionAmountPrefix, dL as TransactionAmountsFieldName, dK as TransactionAmountsFieldNames, dD as TransactionCurrencyCode, dC as TransactionCurrencyCodes, dP as TransactionDataEventObject, dB as TransactionDirection, dA as TransactionDirections, c8 as TransactionExtractedInfosId, bs as TransactionExtractedInfosPrefix, c4 as TransactionFeesId, bo as TransactionFeesPrefix, c2 as TransactionId, c7 as TransactionInfosId, br as TransactionInfosPrefix, ca as TransactionMethodExtractedInfosId, bu as TransactionMethodExtractedInfosPrefix, c9 as TransactionMethodsId, bt as TransactionMethodsPrefix, c6 as TransactionPartiesId, bq as TransactionPartiesPrefix, dJ as TransactionPartiesType, dI as TransactionPartiesTypes, bm as TransactionPrefix, dF as TransactionProvider, dE as TransactionProviders, c5 as TransactionReviewId, bp as TransactionReviewPrefix, dv as TransactionReviewStatus, du as TransactionReviewStatuses, dt as TransactionRiskLevel, ds as TransactionRiskLevels, dO as TransactionStatsCurrency, dy as TransactionStatusMapping, dm as TransactionTableColumn, dp as TransactionType, dr as TransactionTypeWithAll, dn as TransactionTypes, dq as TransactionTypesWithAll, dk as TransactionsChartType, aa as TxHash, aS as UuidString, d_ as VaultJsonSchemas, e4 as VaultMetadataLinkZodSchema, e2 as VaultPointerKeyMapZodSchema, e3 as VaultQueryMapZodSchema, e0 as VaultSchemaIdZodSchema, e1 as VaultSchemaPathsZodSchema, d$ as VaultZodSchema, cz as VerificationMode, cy as VerificationModes, bU as WalletId, bc as WalletPrefix, ea as WalletScreeningData, ec as WalletScreeningProvider, eb as WalletScreeningProviders, cR as Web2CreateSessionParams, cK as WorkflowId, cj as WorkflowSessionAttributeId, bD as WorkflowSessionAttributePrefix, bO as WorkflowSessionId, cJ as WorkspaceId, dU as allDataLinkTypes, dS as allDataLinkVersions, b2 as countryISO2toISO3Mapping, b1 as countryISO3toISO2Mapping, bP as createBrandedSchemaId, bQ as createBrandedSchemaIdWithParams, cr as generateId, dX as generateZodObjectPaths, a6 as isValidAddress, b4 as isoCountriesNameFromISO2, b5 as isoCountriesNameFromISO3, b6 as parseISO3CountryCode, dY as resolvePathOnDataSchema, dZ as resolvePathOnMapSchema, b8 as scorechainCountriesNameFromISO2, ab as shortBlockchainAddress } from './vault.schema-3e68499e.esm.mjs';
2
2
  import { z } from 'zod';
3
- import { C as CredentialTypes } from './identity-api.schema-915a0e06.esm.mjs';
4
- export { Y as ACTION_STATUSES, W as ACTION_TRIGGERS, bj as ARRAY_OPERATORS, b1 as AUTHORIZATION_REQUEST_MESSAGE_TYPES, G as AVAILABLE_FLOWS, am as AbbreviatedWorkflowScenario, ak as Action, Z as ActionStatus, X as ActionTrigger, V as ActionType, _ as ActionValue, bx as AllCredentialValues, cb as AllScenarioExecutionAuthorizationData, c3 as AnyTxAuthDataSignatureResponse, c6 as AnyTxAuthInputJsSdk, bY as ApiTezosTxAuthInput, bU as ApiTxAuthInput, bk as ArrayOperator, b9 as AuthQrCodeData, aH as AuthSession, aI as AuthSessionData, b4 as AuthorizationRequestMessage, b3 as AuthorizationRequestMessageType, b2 as AuthorizationRequestMessageTypes, b7 as AuthorizationResponseMessage, H as AvailableFlow, bp as BOOLEAN_OPERATORS, a7 as BackwardsCompatibleScenarioType, a6 as BackwardsCompatibleScenarioTypes, a8 as BaseQueryResponse, B as BasicCustomerContactInformation, bq as BooleanOperator, a_ as CIRCUIT_IDS, k as CUSTOMERS_CHARTS, o as CUSTOMER_AUTOMATION_REASONS, m as CUSTOMER_TABLE_COLUMNS, bI as ChallengeQuerySchema, aJ as ChallengeResponse, a$ as CircuitId, q as CloseScreenNotification, ap as ComplianceImplementationStepsInput, ca as CreateAuthRequestProps, ao as CreateTemplateScenario, cm as CredentialMediaType, ch as CredentialNames, b8 as CredentialQrCodeData, cg as CredentialSchemas, ck as CredentialType, C as CredentialTypes, h as CustomerOnboardingLevel, g as CustomerOnboardingLevels, j as CustomerStatus, i as CustomerStatuses, n as CustomerTableColumn, c as CustomerType, b as CustomerTypes, l as CustomersChartType, br as DATE_OPERATORS, J as DataAvailableOnStart, bs as DateOperator, c4 as Eip155TxAuthInputJsSdk, aa as ExecuteQueryResponse, c2 as ExtendedTezosTxAuthDataSignatureResponse, c0 as ExtendedTezosTxAuthInput, c1 as ExtendedTxAuthDataSignatureResponse, b$ as ExtendedTxAuthInput, aG as GenerateWalletChallengeRequest, ar as GetCredentialsRequest, as as GetCredentialsResponse, aM as GetCustomerStatusRequest, aR as GetCustomerStatusResponse, b_ as GetTezosTxAuthDataSignatureResponse, bW as GetTxAuthDataSignatureResponse, aA as GetTxAuthSigRequest, aC as GetTxAuthSigRequestTezos, aB as GetTxAuthSigResponse, aD as GetTxAuthSigResponseTezos, aU as HostMessage, aE as HostRequestMessage, Q as HostResponseMessage, bw as IDInformationTfhe, aS as IdentityAppMessage, aV as IdentityMessage, z as IdentityNotificationMessage, F as IdentityRequestMessage, aF as IdentityResponseMessage, aN as IdentitySdkMessage, aO as IdentitySdkMessageWithIdentifier, aT as IdentityWallet, A as InitialDataRequest, L as InitialDataResponse, I as IsVerifiedNotification, ay as IsVerifiedRequest, az as IsVerifiedResponse, f as KybOnboardingLevel, e as KybOnboardingLevels, r as KycCompletionData, s as KycCompletionNotification, d as KycOnboardingLevel, K as KycOnboardingLevels, aY as MediaType, aZ as MediaTypePID, bn as NUMERIC_OPERATORS, ci as NexeraCredentialType, bo as NumericOperator, bJ as OLD_CHALLENGE_QUERY_OPERATORS, bK as OLD_ChallengeQueryOperator, bN as OLD_ChallengeQueryOperatorToOperator, bF as OLD_ChallengeQuerySchema, bP as OLD_QueryCredentialType, bO as OLD_QueryCredentialTypes, bf as OPERATORS, x as OcvSdkInitialized, O as OffChainScenarioExecutionData, a9 as OffChainZKPRuleResult, u as OnChainScenarioExecutionData, bg as Operator, bL as OperatorMappings, bM as OperatorToOLD_ChallengeQueryOperator, bE as PartialQueryConfigSimplified, P as PolygonIdInitialized, au as PolygonIdRequest, at as PolygonIdRequestData, aw as PolygonIdResponse, av as PolygonIdResponseData, c9 as PrivacyPreservingMonitoring, b5 as ProofData, bd as QUERY_LOGIC_OPERATOR, ba as QrCodeLinkWithSchemaType, by as QueriesOptions, bB as QueryConfigSimplified, bA as QueryConfigTfhe, bH as QueryCredentialType, bG as QueryCredentialTypes, bC as QueryGroupConfigSimplified, be as QueryLogicOperator, bz as QueryType, aW as RequiredDataRowSchema, aX as RequiredVerificationData, a as RiskScoreType, R as RiskScoreTypes, ab as RuleEngineResponse, t as RuleEngineScenarioExecutionData, bD as RuleResultQueryConfig, ae as RuleResultStatus, af as RuleResultStatusLabels, ad as RuleResultStatuses, U as SCENARIO_ACTION_TYPES, cc as SCENARIO_AUTHORIZATION_STATUSES, bl as STRING_OPERATORS, bt as SUPPORTED_TYPES, al as Scenario, S as ScenarioAuthorizationData, cd as ScenarioAuthorizationStatus, v as ScenarioExecutionData, w as ScenarioExecutionNotification, ac as ScenarioExecutionResponse, a2 as ScenarioMode, a1 as ScenarioModes, a5 as ScenarioSchema, a4 as ScenarioStatus, a3 as ScenarioStatuses, a0 as ScenarioType, $ as ScenarioTypes, ag as SdkVerificationOutput, p as SdkVerificationResponseSchema, E as SendTransactionRequest, D as SignatureRequest, M as SignatureResponse, aq as SimplifiedCredential, y as StartCompletedNotification, ax as StartFlowRequest, bm as StringOperator, bu as SupportedType, bv as SupportedTypes, an as TemplateScenario, bX as TezosTxAuthInput, c5 as TezosTxAuthInputJsSdk, bZ as TezosTxSignatureResponse, T as TransactionData, N as TransactionResponse, aQ as TxAuthDataSignatureGatingError, aL as TxAuthDataSignatureGatingRequest, aP as TxAuthDataSignatureResponse, bT as TxAuthInput, bV as TxSignatureResponse, cl as VerifiableCredential, aj as VerificationOutput, ai as VerificationSessionStatus, ah as VerificationSessionStatuses, cf as VerifyWalletChallengeRequest, aK as WalletSignResponse, ce as WalletSignatureResponse, bh as ZKPOperator, c7 as ZKPRequest, c8 as ZKPRequestFromZKVerifier, b0 as ZeroKnowledgeProofRequest, b6 as ZeroKnowledgeProofResponse, cj as getCredentialName, bR as getOldCredentialPath, bQ as getOldCredentialType, bS as oldCredentialPathToDataLink, bi as operatorDisplayMap, bb as parseIden3Message, bc as parseSessionIdFromUrl } from './identity-api.schema-915a0e06.esm.mjs';
5
- export { I as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-558a2f22.esm.mjs';
3
+ import { C as CredentialTypes } from './identity-api.schema-413be7b9.esm.mjs';
4
+ export { Y as ACTION_STATUSES, W as ACTION_TRIGGERS, bj as ARRAY_OPERATORS, b1 as AUTHORIZATION_REQUEST_MESSAGE_TYPES, G as AVAILABLE_FLOWS, am as AbbreviatedWorkflowScenario, ak as Action, Z as ActionStatus, X as ActionTrigger, V as ActionType, _ as ActionValue, bx as AllCredentialValues, cb as AllScenarioExecutionAuthorizationData, c3 as AnyTxAuthDataSignatureResponse, c6 as AnyTxAuthInputJsSdk, bY as ApiTezosTxAuthInput, bU as ApiTxAuthInput, bk as ArrayOperator, b9 as AuthQrCodeData, aH as AuthSession, aI as AuthSessionData, b4 as AuthorizationRequestMessage, b3 as AuthorizationRequestMessageType, b2 as AuthorizationRequestMessageTypes, b7 as AuthorizationResponseMessage, H as AvailableFlow, bp as BOOLEAN_OPERATORS, a7 as BackwardsCompatibleScenarioType, a6 as BackwardsCompatibleScenarioTypes, a8 as BaseQueryResponse, B as BasicCustomerContactInformation, bq as BooleanOperator, a_ as CIRCUIT_IDS, k as CUSTOMERS_CHARTS, o as CUSTOMER_AUTOMATION_REASONS, m as CUSTOMER_TABLE_COLUMNS, bI as ChallengeQuerySchema, aJ as ChallengeResponse, a$ as CircuitId, q as CloseScreenNotification, ap as ComplianceImplementationStepsInput, ca as CreateAuthRequestProps, ao as CreateTemplateScenario, cm as CredentialMediaType, ch as CredentialNames, b8 as CredentialQrCodeData, cg as CredentialSchemas, ck as CredentialType, C as CredentialTypes, h as CustomerOnboardingLevel, g as CustomerOnboardingLevels, j as CustomerStatus, i as CustomerStatuses, n as CustomerTableColumn, c as CustomerType, b as CustomerTypes, l as CustomersChartType, br as DATE_OPERATORS, J as DataAvailableOnStart, bs as DateOperator, c4 as Eip155TxAuthInputJsSdk, aa as ExecuteQueryResponse, c2 as ExtendedTezosTxAuthDataSignatureResponse, c0 as ExtendedTezosTxAuthInput, c1 as ExtendedTxAuthDataSignatureResponse, b$ as ExtendedTxAuthInput, aG as GenerateWalletChallengeRequest, ar as GetCredentialsRequest, as as GetCredentialsResponse, aM as GetCustomerStatusRequest, aR as GetCustomerStatusResponse, b_ as GetTezosTxAuthDataSignatureResponse, bW as GetTxAuthDataSignatureResponse, aA as GetTxAuthSigRequest, aC as GetTxAuthSigRequestTezos, aB as GetTxAuthSigResponse, aD as GetTxAuthSigResponseTezos, aU as HostMessage, aE as HostRequestMessage, Q as HostResponseMessage, bw as IDInformationTfhe, aS as IdentityAppMessage, aV as IdentityMessage, z as IdentityNotificationMessage, F as IdentityRequestMessage, aF as IdentityResponseMessage, aN as IdentitySdkMessage, aO as IdentitySdkMessageWithIdentifier, aT as IdentityWallet, A as InitialDataRequest, L as InitialDataResponse, I as IsVerifiedNotification, ay as IsVerifiedRequest, az as IsVerifiedResponse, f as KybOnboardingLevel, e as KybOnboardingLevels, r as KycCompletionData, s as KycCompletionNotification, d as KycOnboardingLevel, K as KycOnboardingLevels, aY as MediaType, aZ as MediaTypePID, bn as NUMERIC_OPERATORS, ci as NexeraCredentialType, bo as NumericOperator, bJ as OLD_CHALLENGE_QUERY_OPERATORS, bK as OLD_ChallengeQueryOperator, bN as OLD_ChallengeQueryOperatorToOperator, bF as OLD_ChallengeQuerySchema, bP as OLD_QueryCredentialType, bO as OLD_QueryCredentialTypes, bf as OPERATORS, x as OcvSdkInitialized, O as OffChainScenarioExecutionData, a9 as OffChainZKPRuleResult, u as OnChainScenarioExecutionData, bg as Operator, bL as OperatorMappings, bM as OperatorToOLD_ChallengeQueryOperator, bE as PartialQueryConfigSimplified, P as PolygonIdInitialized, au as PolygonIdRequest, at as PolygonIdRequestData, aw as PolygonIdResponse, av as PolygonIdResponseData, c9 as PrivacyPreservingMonitoring, b5 as ProofData, bd as QUERY_LOGIC_OPERATOR, ba as QrCodeLinkWithSchemaType, by as QueriesOptions, bB as QueryConfigSimplified, bA as QueryConfigTfhe, bH as QueryCredentialType, bG as QueryCredentialTypes, bC as QueryGroupConfigSimplified, be as QueryLogicOperator, bz as QueryType, aW as RequiredDataRowSchema, aX as RequiredVerificationData, a as RiskScoreType, R as RiskScoreTypes, ab as RuleEngineResponse, t as RuleEngineScenarioExecutionData, bD as RuleResultQueryConfig, ae as RuleResultStatus, af as RuleResultStatusLabels, ad as RuleResultStatuses, U as SCENARIO_ACTION_TYPES, cc as SCENARIO_AUTHORIZATION_STATUSES, bl as STRING_OPERATORS, bt as SUPPORTED_TYPES, al as Scenario, S as ScenarioAuthorizationData, cd as ScenarioAuthorizationStatus, v as ScenarioExecutionData, w as ScenarioExecutionNotification, ac as ScenarioExecutionResponse, a2 as ScenarioMode, a1 as ScenarioModes, a5 as ScenarioSchema, a4 as ScenarioStatus, a3 as ScenarioStatuses, a0 as ScenarioType, $ as ScenarioTypes, ag as SdkVerificationOutput, p as SdkVerificationResponseSchema, E as SendTransactionRequest, D as SignatureRequest, M as SignatureResponse, aq as SimplifiedCredential, y as StartCompletedNotification, ax as StartFlowRequest, bm as StringOperator, bu as SupportedType, bv as SupportedTypes, an as TemplateScenario, bX as TezosTxAuthInput, c5 as TezosTxAuthInputJsSdk, bZ as TezosTxSignatureResponse, T as TransactionData, N as TransactionResponse, aQ as TxAuthDataSignatureGatingError, aL as TxAuthDataSignatureGatingRequest, aP as TxAuthDataSignatureResponse, bT as TxAuthInput, bV as TxSignatureResponse, cl as VerifiableCredential, aj as VerificationOutput, ai as VerificationSessionStatus, ah as VerificationSessionStatuses, cf as VerifyWalletChallengeRequest, aK as WalletSignResponse, ce as WalletSignatureResponse, bh as ZKPOperator, c7 as ZKPRequest, c8 as ZKPRequestFromZKVerifier, b0 as ZeroKnowledgeProofRequest, b6 as ZeroKnowledgeProofResponse, cj as getCredentialName, bR as getOldCredentialPath, bQ as getOldCredentialType, bS as oldCredentialPathToDataLink, bi as operatorDisplayMap, bb as parseIden3Message, bc as parseSessionIdFromUrl } from './identity-api.schema-413be7b9.esm.mjs';
5
+ export { I as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-308ce036.esm.mjs';
6
6
  import 'nanoid';
7
7
  import 'decimal.js';
8
8
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.81.0",
3
+ "version": "2.83.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -1,16 +1,16 @@
1
- import { ee as _toConsumableArray } from './vault.schema-1731457a.esm.mjs';
2
- import { bu as SupportedType, bn as NUMERIC_OPERATORS, bj as ARRAY_OPERATORS, bp as BOOLEAN_OPERATORS, bl as STRING_OPERATORS } from './identity-api.schema-915a0e06.esm.mjs';
1
+ import { ee as _toConsumableArray } from './vault.schema-3e68499e.esm.mjs';
2
+ import { bu as SupportedType, bn as NUMERIC_OPERATORS, bj as ARRAY_OPERATORS, bp as BOOLEAN_OPERATORS, bl as STRING_OPERATORS } from './identity-api.schema-413be7b9.esm.mjs';
3
3
 
4
4
  var VC_JSON_SCHEMA_MAP = {
5
5
  ProofOfResidence: {
6
- prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmZziNSpBSLWBZGb6mzXXexYfY311knw8o6yAyCTZ9GFxi",
7
- stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmZziNSpBSLWBZGb6mzXXexYfY311knw8o6yAyCTZ9GFxi",
8
- dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmZziNSpBSLWBZGb6mzXXexYfY311knw8o6yAyCTZ9GFxi",
9
- local: "https://quicknode.quicknode-ipfs.com/ipfs/QmZziNSpBSLWBZGb6mzXXexYfY311knw8o6yAyCTZ9GFxi",
10
- "test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmZziNSpBSLWBZGb6mzXXexYfY311knw8o6yAyCTZ9GFxi",
11
- "test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmZziNSpBSLWBZGb6mzXXexYfY311knw8o6yAyCTZ9GFxi",
12
- "test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmZziNSpBSLWBZGb6mzXXexYfY311knw8o6yAyCTZ9GFxi",
13
- "test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmZziNSpBSLWBZGb6mzXXexYfY311knw8o6yAyCTZ9GFxi"
6
+ prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmT19Jxb2u3RMcXZ26F2kQyxq24jY4aBEuak5LangGRDtP",
7
+ stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmT19Jxb2u3RMcXZ26F2kQyxq24jY4aBEuak5LangGRDtP",
8
+ dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmT19Jxb2u3RMcXZ26F2kQyxq24jY4aBEuak5LangGRDtP",
9
+ local: "https://quicknode.quicknode-ipfs.com/ipfs/QmT19Jxb2u3RMcXZ26F2kQyxq24jY4aBEuak5LangGRDtP",
10
+ "test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmT19Jxb2u3RMcXZ26F2kQyxq24jY4aBEuak5LangGRDtP",
11
+ "test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmT19Jxb2u3RMcXZ26F2kQyxq24jY4aBEuak5LangGRDtP",
12
+ "test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmT19Jxb2u3RMcXZ26F2kQyxq24jY4aBEuak5LangGRDtP",
13
+ "test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmT19Jxb2u3RMcXZ26F2kQyxq24jY4aBEuak5LangGRDtP"
14
14
  },
15
15
  ProofOfResidence_LD: {
16
16
  prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmWEa2nNHLP3bsFYDGZbpLuM42J8krpEhjsuDkT4Q19VWf",
@@ -23,14 +23,14 @@ var VC_JSON_SCHEMA_MAP = {
23
23
  "test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmWEa2nNHLP3bsFYDGZbpLuM42J8krpEhjsuDkT4Q19VWf"
24
24
  },
25
25
  IDInformation: {
26
- prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmRTFErdwKyBCKVLwS8Y8YjPkjFpAGdC2U26sPTTRRjoom",
27
- stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmRTFErdwKyBCKVLwS8Y8YjPkjFpAGdC2U26sPTTRRjoom",
28
- dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmRTFErdwKyBCKVLwS8Y8YjPkjFpAGdC2U26sPTTRRjoom",
29
- local: "https://quicknode.quicknode-ipfs.com/ipfs/QmRTFErdwKyBCKVLwS8Y8YjPkjFpAGdC2U26sPTTRRjoom",
30
- "test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmRTFErdwKyBCKVLwS8Y8YjPkjFpAGdC2U26sPTTRRjoom",
31
- "test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmRTFErdwKyBCKVLwS8Y8YjPkjFpAGdC2U26sPTTRRjoom",
32
- "test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmRTFErdwKyBCKVLwS8Y8YjPkjFpAGdC2U26sPTTRRjoom",
33
- "test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmRTFErdwKyBCKVLwS8Y8YjPkjFpAGdC2U26sPTTRRjoom"
26
+ prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmaQwM7AMT2zGLCHGkTCmQJtSDHFXvAsxt6K4NuS7vkBUs",
27
+ stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmaQwM7AMT2zGLCHGkTCmQJtSDHFXvAsxt6K4NuS7vkBUs",
28
+ dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmaQwM7AMT2zGLCHGkTCmQJtSDHFXvAsxt6K4NuS7vkBUs",
29
+ local: "https://quicknode.quicknode-ipfs.com/ipfs/QmaQwM7AMT2zGLCHGkTCmQJtSDHFXvAsxt6K4NuS7vkBUs",
30
+ "test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmaQwM7AMT2zGLCHGkTCmQJtSDHFXvAsxt6K4NuS7vkBUs",
31
+ "test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmaQwM7AMT2zGLCHGkTCmQJtSDHFXvAsxt6K4NuS7vkBUs",
32
+ "test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmaQwM7AMT2zGLCHGkTCmQJtSDHFXvAsxt6K4NuS7vkBUs",
33
+ "test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmaQwM7AMT2zGLCHGkTCmQJtSDHFXvAsxt6K4NuS7vkBUs"
34
34
  },
35
35
  AMLScreeningsResults: {
36
36
  prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmacioN1D6w8Pz1vzYKZotMESuNKu9kq5K3XWGA4SRrPyx",
@@ -39,24 +39,24 @@ var VC_JSON_SCHEMA_MAP = {
39
39
  local: "https://quicknode.quicknode-ipfs.com/ipfs/QmacioN1D6w8Pz1vzYKZotMESuNKu9kq5K3XWGA4SRrPyx"
40
40
  },
41
41
  IDImage: {
42
- prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmRdTMQFBM3nqLMndXernJFgtsWUJdS8aJXGvjDwQtDp34",
43
- stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmRdTMQFBM3nqLMndXernJFgtsWUJdS8aJXGvjDwQtDp34",
44
- dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmRdTMQFBM3nqLMndXernJFgtsWUJdS8aJXGvjDwQtDp34",
45
- local: "https://quicknode.quicknode-ipfs.com/ipfs/QmRdTMQFBM3nqLMndXernJFgtsWUJdS8aJXGvjDwQtDp34",
46
- "test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmRdTMQFBM3nqLMndXernJFgtsWUJdS8aJXGvjDwQtDp34",
47
- "test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmRdTMQFBM3nqLMndXernJFgtsWUJdS8aJXGvjDwQtDp34",
48
- "test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmRdTMQFBM3nqLMndXernJFgtsWUJdS8aJXGvjDwQtDp34",
49
- "test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmRdTMQFBM3nqLMndXernJFgtsWUJdS8aJXGvjDwQtDp34"
42
+ prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmfE1rbkhKBjTEhTkh4NWE8foij2voWzy5K22NnK8UKih5",
43
+ stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmfE1rbkhKBjTEhTkh4NWE8foij2voWzy5K22NnK8UKih5",
44
+ dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmfE1rbkhKBjTEhTkh4NWE8foij2voWzy5K22NnK8UKih5",
45
+ local: "https://quicknode.quicknode-ipfs.com/ipfs/QmfE1rbkhKBjTEhTkh4NWE8foij2voWzy5K22NnK8UKih5",
46
+ "test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmfE1rbkhKBjTEhTkh4NWE8foij2voWzy5K22NnK8UKih5",
47
+ "test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmfE1rbkhKBjTEhTkh4NWE8foij2voWzy5K22NnK8UKih5",
48
+ "test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmfE1rbkhKBjTEhTkh4NWE8foij2voWzy5K22NnK8UKih5",
49
+ "test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmfE1rbkhKBjTEhTkh4NWE8foij2voWzy5K22NnK8UKih5"
50
50
  },
51
51
  SelfieImage: {
52
- prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmQWT1v3gVzHFtHMwKYrDBSJ3XNjL2haiTaSkcVmGCWcgZ",
53
- stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmQWT1v3gVzHFtHMwKYrDBSJ3XNjL2haiTaSkcVmGCWcgZ",
54
- dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmQWT1v3gVzHFtHMwKYrDBSJ3XNjL2haiTaSkcVmGCWcgZ",
55
- local: "https://quicknode.quicknode-ipfs.com/ipfs/QmQWT1v3gVzHFtHMwKYrDBSJ3XNjL2haiTaSkcVmGCWcgZ",
56
- "test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmQWT1v3gVzHFtHMwKYrDBSJ3XNjL2haiTaSkcVmGCWcgZ",
57
- "test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmQWT1v3gVzHFtHMwKYrDBSJ3XNjL2haiTaSkcVmGCWcgZ",
58
- "test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmQWT1v3gVzHFtHMwKYrDBSJ3XNjL2haiTaSkcVmGCWcgZ",
59
- "test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmQWT1v3gVzHFtHMwKYrDBSJ3XNjL2haiTaSkcVmGCWcgZ"
52
+ prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmaPFxgf3q2oRmbiQFRiYJoF1hv5M5b73ntGGLdsTzFqVi",
53
+ stage: "https://quicknode.quicknode-ipfs.com/ipfs/QmaPFxgf3q2oRmbiQFRiYJoF1hv5M5b73ntGGLdsTzFqVi",
54
+ dev: "https://quicknode.quicknode-ipfs.com/ipfs/QmaPFxgf3q2oRmbiQFRiYJoF1hv5M5b73ntGGLdsTzFqVi",
55
+ local: "https://quicknode.quicknode-ipfs.com/ipfs/QmaPFxgf3q2oRmbiQFRiYJoF1hv5M5b73ntGGLdsTzFqVi",
56
+ "test-dev-1": "https://quicknode.quicknode-ipfs.com/ipfs/QmaPFxgf3q2oRmbiQFRiYJoF1hv5M5b73ntGGLdsTzFqVi",
57
+ "test-dev-2": "https://quicknode.quicknode-ipfs.com/ipfs/QmaPFxgf3q2oRmbiQFRiYJoF1hv5M5b73ntGGLdsTzFqVi",
58
+ "test-dev-3": "https://quicknode.quicknode-ipfs.com/ipfs/QmaPFxgf3q2oRmbiQFRiYJoF1hv5M5b73ntGGLdsTzFqVi",
59
+ "test-dev-4": "https://quicknode.quicknode-ipfs.com/ipfs/QmaPFxgf3q2oRmbiQFRiYJoF1hv5M5b73ntGGLdsTzFqVi"
60
60
  },
61
61
  IDInformation_LD: {
62
62
  prod: "https://quicknode.quicknode-ipfs.com/ipfs/QmUFBpPnPanYZPcRKRnGFZeyYSpXx1L3XNngowjRtQFzrD",
@@ -602,7 +602,7 @@ var schema$6 = {
602
602
  title: "Entry Time",
603
603
  type: "string",
604
604
  format: "time",
605
- bytesSize: 32
605
+ bytesSize: 512
606
606
  },
607
607
  personalData: {
608
608
  description: "Original data extracted by the provider",
@@ -631,7 +631,7 @@ var schema$6 = {
631
631
  description: "Gender of the credential subject",
632
632
  title: "Gender",
633
633
  type: "string",
634
- bytesSize: 8
634
+ bytesSize: 512
635
635
  },
636
636
  age: {
637
637
  description: "Age of the credential subject",