@pagopa/io-react-native-wallet 2.0.0-next.2 → 2.0.0-next.3

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 (122) hide show
  1. package/lib/commonjs/credential/issuance/03-start-user-authorization.js +38 -24
  2. package/lib/commonjs/credential/issuance/03-start-user-authorization.js.map +1 -1
  3. package/lib/commonjs/credential/issuance/05-authorize-access.js +6 -10
  4. package/lib/commonjs/credential/issuance/05-authorize-access.js.map +1 -1
  5. package/lib/commonjs/credential/issuance/06-obtain-credential.js +43 -11
  6. package/lib/commonjs/credential/issuance/06-obtain-credential.js.map +1 -1
  7. package/lib/commonjs/credential/issuance/07-verify-and-parse-credential.js +51 -48
  8. package/lib/commonjs/credential/issuance/07-verify-and-parse-credential.js.map +1 -1
  9. package/lib/commonjs/credential/issuance/README.md +34 -13
  10. package/lib/commonjs/credential/issuance/const.js +1 -1
  11. package/lib/commonjs/credential/issuance/types.js +16 -10
  12. package/lib/commonjs/credential/issuance/types.js.map +1 -1
  13. package/lib/commonjs/credential/presentation/07-evaluate-dcql-query.js +4 -4
  14. package/lib/commonjs/credential/presentation/07-evaluate-input-descriptor.js +3 -3
  15. package/lib/commonjs/credential/status/README.md +0 -1
  16. package/lib/commonjs/sd-jwt/__test__/index.test.js +11 -15
  17. package/lib/commonjs/sd-jwt/__test__/index.test.js.map +1 -1
  18. package/lib/commonjs/sd-jwt/__test__/types.test.js +5 -2
  19. package/lib/commonjs/sd-jwt/__test__/types.test.js.map +1 -1
  20. package/lib/commonjs/sd-jwt/__test__/utils.test.js +37 -0
  21. package/lib/commonjs/sd-jwt/__test__/utils.test.js.map +1 -0
  22. package/lib/commonjs/sd-jwt/index.js +20 -0
  23. package/lib/commonjs/sd-jwt/index.js.map +1 -1
  24. package/lib/commonjs/sd-jwt/types.js +51 -4
  25. package/lib/commonjs/sd-jwt/types.js.map +1 -1
  26. package/lib/commonjs/sd-jwt/utils.js +64 -0
  27. package/lib/commonjs/sd-jwt/utils.js.map +1 -0
  28. package/lib/commonjs/trust/types.js +18 -13
  29. package/lib/commonjs/trust/types.js.map +1 -1
  30. package/lib/commonjs/utils/par.js +32 -22
  31. package/lib/commonjs/utils/par.js.map +1 -1
  32. package/lib/commonjs/utils/pop.js +1 -1
  33. package/lib/commonjs/utils/pop.js.map +1 -1
  34. package/lib/commonjs/wallet-instance-attestation/types.js +5 -1
  35. package/lib/commonjs/wallet-instance-attestation/types.js.map +1 -1
  36. package/lib/module/credential/issuance/03-start-user-authorization.js +38 -24
  37. package/lib/module/credential/issuance/03-start-user-authorization.js.map +1 -1
  38. package/lib/module/credential/issuance/05-authorize-access.js +6 -10
  39. package/lib/module/credential/issuance/05-authorize-access.js.map +1 -1
  40. package/lib/module/credential/issuance/06-obtain-credential.js +44 -12
  41. package/lib/module/credential/issuance/06-obtain-credential.js.map +1 -1
  42. package/lib/module/credential/issuance/07-verify-and-parse-credential.js +51 -48
  43. package/lib/module/credential/issuance/07-verify-and-parse-credential.js.map +1 -1
  44. package/lib/module/credential/issuance/README.md +34 -13
  45. package/lib/module/credential/issuance/const.js +1 -1
  46. package/lib/module/credential/issuance/types.js +12 -8
  47. package/lib/module/credential/issuance/types.js.map +1 -1
  48. package/lib/module/credential/presentation/07-evaluate-dcql-query.js +4 -4
  49. package/lib/module/credential/presentation/07-evaluate-input-descriptor.js +3 -3
  50. package/lib/module/credential/status/README.md +0 -1
  51. package/lib/module/sd-jwt/__test__/index.test.js +11 -16
  52. package/lib/module/sd-jwt/__test__/index.test.js.map +1 -1
  53. package/lib/module/sd-jwt/__test__/types.test.js +5 -2
  54. package/lib/module/sd-jwt/__test__/types.test.js.map +1 -1
  55. package/lib/module/sd-jwt/__test__/utils.test.js +35 -0
  56. package/lib/module/sd-jwt/__test__/utils.test.js.map +1 -0
  57. package/lib/module/sd-jwt/index.js +1 -0
  58. package/lib/module/sd-jwt/index.js.map +1 -1
  59. package/lib/module/sd-jwt/types.js +50 -3
  60. package/lib/module/sd-jwt/types.js.map +1 -1
  61. package/lib/module/sd-jwt/utils.js +57 -0
  62. package/lib/module/sd-jwt/utils.js.map +1 -0
  63. package/lib/module/trust/types.js +18 -13
  64. package/lib/module/trust/types.js.map +1 -1
  65. package/lib/module/utils/par.js +29 -20
  66. package/lib/module/utils/par.js.map +1 -1
  67. package/lib/module/utils/pop.js +1 -1
  68. package/lib/module/utils/pop.js.map +1 -1
  69. package/lib/module/wallet-instance-attestation/types.js +5 -1
  70. package/lib/module/wallet-instance-attestation/types.js.map +1 -1
  71. package/lib/typescript/client/generated/wallet-provider.d.ts +12 -12
  72. package/lib/typescript/credential/issuance/01-start-flow.d.ts +2 -2
  73. package/lib/typescript/credential/issuance/01-start-flow.d.ts.map +1 -1
  74. package/lib/typescript/credential/issuance/03-start-user-authorization.d.ts +7 -6
  75. package/lib/typescript/credential/issuance/03-start-user-authorization.d.ts.map +1 -1
  76. package/lib/typescript/credential/issuance/05-authorize-access.d.ts.map +1 -1
  77. package/lib/typescript/credential/issuance/06-obtain-credential.d.ts +10 -5
  78. package/lib/typescript/credential/issuance/06-obtain-credential.d.ts.map +1 -1
  79. package/lib/typescript/credential/issuance/07-verify-and-parse-credential.d.ts +3 -2
  80. package/lib/typescript/credential/issuance/07-verify-and-parse-credential.d.ts.map +1 -1
  81. package/lib/typescript/credential/issuance/const.d.ts +1 -1
  82. package/lib/typescript/credential/issuance/types.d.ts +46 -26
  83. package/lib/typescript/credential/issuance/types.d.ts.map +1 -1
  84. package/lib/typescript/pid/sd-jwt/types.d.ts +7 -7
  85. package/lib/typescript/sd-jwt/__test__/utils.test.d.ts +2 -0
  86. package/lib/typescript/sd-jwt/__test__/utils.test.d.ts.map +1 -0
  87. package/lib/typescript/sd-jwt/index.d.ts +21 -8
  88. package/lib/typescript/sd-jwt/index.d.ts.map +1 -1
  89. package/lib/typescript/sd-jwt/types.d.ts +194 -12
  90. package/lib/typescript/sd-jwt/types.d.ts.map +1 -1
  91. package/lib/typescript/sd-jwt/utils.d.ts +18 -0
  92. package/lib/typescript/sd-jwt/utils.d.ts.map +1 -0
  93. package/lib/typescript/trust/build-chain.d.ts +30 -14
  94. package/lib/typescript/trust/build-chain.d.ts.map +1 -1
  95. package/lib/typescript/trust/types.d.ts +322 -158
  96. package/lib/typescript/trust/types.d.ts.map +1 -1
  97. package/lib/typescript/utils/par.d.ts +29 -13
  98. package/lib/typescript/utils/par.d.ts.map +1 -1
  99. package/lib/typescript/wallet-instance-attestation/types.d.ts +9 -9
  100. package/lib/typescript/wallet-instance-attestation/types.d.ts.map +1 -1
  101. package/package.json +1 -1
  102. package/src/credential/issuance/01-start-flow.ts +2 -2
  103. package/src/credential/issuance/03-start-user-authorization.ts +57 -38
  104. package/src/credential/issuance/05-authorize-access.ts +5 -11
  105. package/src/credential/issuance/06-obtain-credential.ts +53 -23
  106. package/src/credential/issuance/07-verify-and-parse-credential.ts +54 -62
  107. package/src/credential/issuance/README.md +34 -13
  108. package/src/credential/issuance/const.ts +1 -1
  109. package/src/credential/issuance/types.ts +18 -8
  110. package/src/credential/presentation/07-evaluate-dcql-query.ts +4 -4
  111. package/src/credential/presentation/07-evaluate-input-descriptor.ts +3 -3
  112. package/src/credential/status/README.md +0 -1
  113. package/src/sd-jwt/__test__/index.test.ts +8 -29
  114. package/src/sd-jwt/__test__/types.test.ts +6 -2
  115. package/src/sd-jwt/__test__/utils.test.ts +37 -0
  116. package/src/sd-jwt/index.ts +2 -0
  117. package/src/sd-jwt/types.ts +49 -2
  118. package/src/sd-jwt/utils.ts +73 -0
  119. package/src/trust/types.ts +23 -17
  120. package/src/utils/par.ts +37 -21
  121. package/src/utils/pop.ts +1 -1
  122. package/src/wallet-instance-attestation/types.ts +3 -1
@@ -2307,7 +2307,8 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2307
2307
  openid_credential_issuer: z.ZodObject<{
2308
2308
  credential_issuer: z.ZodString;
2309
2309
  credential_endpoint: z.ZodString;
2310
- revocation_endpoint: z.ZodString;
2310
+ revocation_endpoint: z.ZodOptional<z.ZodString>;
2311
+ nonce_endpoint: z.ZodString;
2311
2312
  status_attestation_endpoint: z.ZodString;
2312
2313
  display: z.ZodArray<z.ZodObject<{
2313
2314
  name: z.ZodString;
@@ -2319,8 +2320,25 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2319
2320
  name: string;
2320
2321
  locale: string;
2321
2322
  }>, "many">;
2322
- credential_configurations_supported: z.ZodRecord<z.ZodString, z.ZodObject<{
2323
- format: z.ZodUnion<[z.ZodLiteral<"vc+sd-jwt">, z.ZodLiteral<"vc+mdoc-cbor">]>;
2323
+ credential_configurations_supported: z.ZodRecord<z.ZodString, z.ZodIntersection<z.ZodDiscriminatedUnion<"format", [z.ZodObject<{
2324
+ format: z.ZodLiteral<"dc+sd-jwt">;
2325
+ vct: z.ZodString;
2326
+ }, "strip", z.ZodTypeAny, {
2327
+ vct: string;
2328
+ format: "dc+sd-jwt";
2329
+ }, {
2330
+ vct: string;
2331
+ format: "dc+sd-jwt";
2332
+ }>, z.ZodObject<{
2333
+ format: z.ZodLiteral<"mso_mdoc">;
2334
+ doctype: z.ZodString;
2335
+ }, "strip", z.ZodTypeAny, {
2336
+ format: "mso_mdoc";
2337
+ doctype: string;
2338
+ }, {
2339
+ format: "mso_mdoc";
2340
+ doctype: string;
2341
+ }>]>, z.ZodObject<{
2324
2342
  scope: z.ZodString;
2325
2343
  display: z.ZodArray<z.ZodObject<{
2326
2344
  name: z.ZodString;
@@ -2332,8 +2350,8 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2332
2350
  name: string;
2333
2351
  locale: string;
2334
2352
  }>, "many">;
2335
- claims: z.ZodRecord<z.ZodString, z.ZodObject<{
2336
- value_type: z.ZodString;
2353
+ claims: z.ZodArray<z.ZodObject<{
2354
+ path: z.ZodArray<z.ZodString, "many">;
2337
2355
  display: z.ZodArray<z.ZodObject<{
2338
2356
  name: z.ZodString;
2339
2357
  locale: z.ZodString;
@@ -2345,18 +2363,18 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2345
2363
  locale: string;
2346
2364
  }>, "many">;
2347
2365
  }, "strip", z.ZodTypeAny, {
2348
- value_type: string;
2366
+ path: string[];
2349
2367
  display: {
2350
2368
  name: string;
2351
2369
  locale: string;
2352
2370
  }[];
2353
2371
  }, {
2354
- value_type: string;
2372
+ path: string[];
2355
2373
  display: {
2356
2374
  name: string;
2357
2375
  locale: string;
2358
2376
  }[];
2359
- }>>;
2377
+ }>, "many">;
2360
2378
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
2361
2379
  credential_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
2362
2380
  authentic_source: z.ZodOptional<z.ZodString>;
@@ -2366,76 +2384,74 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2366
2384
  description: z.ZodString;
2367
2385
  locale: z.ZodString;
2368
2386
  }, "strip", z.ZodTypeAny, {
2387
+ description: string;
2369
2388
  locale: string;
2370
2389
  title: string;
2371
- description: string;
2372
2390
  }, {
2391
+ description: string;
2373
2392
  locale: string;
2374
2393
  title: string;
2375
- description: string;
2376
2394
  }>, "many">;
2377
2395
  }, "strip", z.ZodTypeAny, {
2378
2396
  display: {
2397
+ description: string;
2379
2398
  locale: string;
2380
2399
  title: string;
2381
- description: string;
2382
2400
  }[];
2383
2401
  }, {
2384
2402
  display: {
2403
+ description: string;
2385
2404
  locale: string;
2386
2405
  title: string;
2387
- description: string;
2388
2406
  }[];
2389
2407
  }>>>;
2390
2408
  }, "strip", z.ZodTypeAny, {
2391
- format: "vc+sd-jwt" | "vc+mdoc-cbor";
2392
2409
  scope: string;
2393
2410
  display: {
2394
2411
  name: string;
2395
2412
  locale: string;
2396
2413
  }[];
2397
- claims: Record<string, {
2398
- value_type: string;
2414
+ claims: {
2415
+ path: string[];
2399
2416
  display: {
2400
2417
  name: string;
2401
2418
  locale: string;
2402
2419
  }[];
2403
- }>;
2420
+ }[];
2404
2421
  cryptographic_binding_methods_supported: string[];
2405
2422
  credential_signing_alg_values_supported: string[];
2406
2423
  authentic_source?: string | undefined;
2407
2424
  issuance_errors_supported?: Record<string, {
2408
2425
  display: {
2426
+ description: string;
2409
2427
  locale: string;
2410
2428
  title: string;
2411
- description: string;
2412
2429
  }[];
2413
2430
  }> | undefined;
2414
2431
  }, {
2415
- format: "vc+sd-jwt" | "vc+mdoc-cbor";
2416
2432
  scope: string;
2417
2433
  display: {
2418
2434
  name: string;
2419
2435
  locale: string;
2420
2436
  }[];
2421
- claims: Record<string, {
2422
- value_type: string;
2437
+ claims: {
2438
+ path: string[];
2423
2439
  display: {
2424
2440
  name: string;
2425
2441
  locale: string;
2426
2442
  }[];
2427
- }>;
2443
+ }[];
2428
2444
  cryptographic_binding_methods_supported: string[];
2429
2445
  credential_signing_alg_values_supported: string[];
2430
2446
  authentic_source?: string | undefined;
2431
2447
  issuance_errors_supported?: Record<string, {
2432
2448
  display: {
2449
+ description: string;
2433
2450
  locale: string;
2434
2451
  title: string;
2435
- description: string;
2436
2452
  }[];
2437
2453
  }> | undefined;
2438
- }>>;
2454
+ }>>>;
2439
2455
  jwks: z.ZodObject<{
2440
2456
  keys: z.ZodArray<z.ZodObject<{
2441
2457
  alg: z.ZodOptional<z.ZodString>;
@@ -2558,6 +2574,8 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2558
2574
  x5u?: string | undefined;
2559
2575
  }[];
2560
2576
  }>;
2577
+ trust_frameworks_supported: z.ZodArray<z.ZodString, "many">;
2578
+ evidence_supported: z.ZodArray<z.ZodString, "many">;
2561
2579
  }, "strip", z.ZodTypeAny, {
2562
2580
  jwks: {
2563
2581
  keys: {
@@ -2591,33 +2609,41 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2591
2609
  }[];
2592
2610
  credential_issuer: string;
2593
2611
  credential_endpoint: string;
2594
- revocation_endpoint: string;
2612
+ nonce_endpoint: string;
2595
2613
  status_attestation_endpoint: string;
2596
- credential_configurations_supported: Record<string, {
2597
- format: "vc+sd-jwt" | "vc+mdoc-cbor";
2614
+ credential_configurations_supported: Record<string, ({
2615
+ vct: string;
2616
+ format: "dc+sd-jwt";
2617
+ } | {
2618
+ format: "mso_mdoc";
2619
+ doctype: string;
2620
+ }) & {
2598
2621
  scope: string;
2599
2622
  display: {
2600
2623
  name: string;
2601
2624
  locale: string;
2602
2625
  }[];
2603
- claims: Record<string, {
2604
- value_type: string;
2626
+ claims: {
2627
+ path: string[];
2605
2628
  display: {
2606
2629
  name: string;
2607
2630
  locale: string;
2608
2631
  }[];
2609
- }>;
2632
+ }[];
2610
2633
  cryptographic_binding_methods_supported: string[];
2611
2634
  credential_signing_alg_values_supported: string[];
2612
2635
  authentic_source?: string | undefined;
2613
2636
  issuance_errors_supported?: Record<string, {
2614
2637
  display: {
2638
+ description: string;
2615
2639
  locale: string;
2616
2640
  title: string;
2617
- description: string;
2618
2641
  }[];
2619
2642
  }> | undefined;
2620
2643
  }>;
2644
+ trust_frameworks_supported: string[];
2645
+ evidence_supported: string[];
2646
+ revocation_endpoint?: string | undefined;
2621
2647
  }, {
2622
2648
  jwks: {
2623
2649
  keys: {
@@ -2651,33 +2677,41 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
2651
2677
  }[];
2652
2678
  credential_issuer: string;
2653
2679
  credential_endpoint: string;
2654
- revocation_endpoint: string;
2680
+ nonce_endpoint: string;
2655
2681
  status_attestation_endpoint: string;
2656
- credential_configurations_supported: Record<string, {
2657
- format: "vc+sd-jwt" | "vc+mdoc-cbor";
2682
+ credential_configurations_supported: Record<string, ({
2683
+ vct: string;
2684
+ format: "dc+sd-jwt";
2685
+ } | {
2686
+ format: "mso_mdoc";
2687
+ doctype: string;
2688
+ }) & {
2658
2689
  scope: string;
2659
2690
  display: {
2660
2691
  name: string;
2661
2692
  locale: string;
2662
2693
  }[];
2663
- claims: Record<string, {
2664
- value_type: string;
2694
+ claims: {
2695
+ path: string[];
2665
2696
  display: {
2666
2697
  name: string;
2667
2698
  locale: string;
2668
2699
  }[];
2669
- }>;
2700
+ }[];
2670
2701
  cryptographic_binding_methods_supported: string[];
2671
2702
  credential_signing_alg_values_supported: string[];
2672
2703
  authentic_source?: string | undefined;
2673
2704
  issuance_errors_supported?: Record<string, {
2674
2705
  display: {
2706
+ description: string;
2675
2707
  locale: string;
2676
2708
  title: string;
2677
- description: string;
2678
2709
  }[];
2679
2710
  }> | undefined;
2680
2711
  }>;
2712
+ trust_frameworks_supported: string[];
2713
+ evidence_supported: string[];
2714
+ revocation_endpoint?: string | undefined;
2681
2715
  }>;
2682
2716
  oauth_authorization_server: z.ZodObject<{
2683
2717
  authorization_endpoint: z.ZodString;
@@ -3427,33 +3461,41 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
3427
3461
  }[];
3428
3462
  credential_issuer: string;
3429
3463
  credential_endpoint: string;
3430
- revocation_endpoint: string;
3464
+ nonce_endpoint: string;
3431
3465
  status_attestation_endpoint: string;
3432
- credential_configurations_supported: Record<string, {
3433
- format: "vc+sd-jwt" | "vc+mdoc-cbor";
3466
+ credential_configurations_supported: Record<string, ({
3467
+ vct: string;
3468
+ format: "dc+sd-jwt";
3469
+ } | {
3470
+ format: "mso_mdoc";
3471
+ doctype: string;
3472
+ }) & {
3434
3473
  scope: string;
3435
3474
  display: {
3436
3475
  name: string;
3437
3476
  locale: string;
3438
3477
  }[];
3439
- claims: Record<string, {
3440
- value_type: string;
3478
+ claims: {
3479
+ path: string[];
3441
3480
  display: {
3442
3481
  name: string;
3443
3482
  locale: string;
3444
3483
  }[];
3445
- }>;
3484
+ }[];
3446
3485
  cryptographic_binding_methods_supported: string[];
3447
3486
  credential_signing_alg_values_supported: string[];
3448
3487
  authentic_source?: string | undefined;
3449
3488
  issuance_errors_supported?: Record<string, {
3450
3489
  display: {
3490
+ description: string;
3451
3491
  locale: string;
3452
3492
  title: string;
3453
- description: string;
3454
3493
  }[];
3455
3494
  }> | undefined;
3456
3495
  }>;
3496
+ trust_frameworks_supported: string[];
3497
+ evidence_supported: string[];
3498
+ revocation_endpoint?: string | undefined;
3457
3499
  };
3458
3500
  oauth_authorization_server: {
3459
3501
  request_object_signing_alg_values_supported: string[];
@@ -3603,33 +3645,41 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
3603
3645
  }[];
3604
3646
  credential_issuer: string;
3605
3647
  credential_endpoint: string;
3606
- revocation_endpoint: string;
3648
+ nonce_endpoint: string;
3607
3649
  status_attestation_endpoint: string;
3608
- credential_configurations_supported: Record<string, {
3609
- format: "vc+sd-jwt" | "vc+mdoc-cbor";
3650
+ credential_configurations_supported: Record<string, ({
3651
+ vct: string;
3652
+ format: "dc+sd-jwt";
3653
+ } | {
3654
+ format: "mso_mdoc";
3655
+ doctype: string;
3656
+ }) & {
3610
3657
  scope: string;
3611
3658
  display: {
3612
3659
  name: string;
3613
3660
  locale: string;
3614
3661
  }[];
3615
- claims: Record<string, {
3616
- value_type: string;
3662
+ claims: {
3663
+ path: string[];
3617
3664
  display: {
3618
3665
  name: string;
3619
3666
  locale: string;
3620
3667
  }[];
3621
- }>;
3668
+ }[];
3622
3669
  cryptographic_binding_methods_supported: string[];
3623
3670
  credential_signing_alg_values_supported: string[];
3624
3671
  authentic_source?: string | undefined;
3625
3672
  issuance_errors_supported?: Record<string, {
3626
3673
  display: {
3674
+ description: string;
3627
3675
  locale: string;
3628
3676
  title: string;
3629
- description: string;
3630
3677
  }[];
3631
3678
  }> | undefined;
3632
3679
  }>;
3680
+ trust_frameworks_supported: string[];
3681
+ evidence_supported: string[];
3682
+ revocation_endpoint?: string | undefined;
3633
3683
  };
3634
3684
  oauth_authorization_server: {
3635
3685
  request_object_signing_alg_values_supported: string[];
@@ -3807,33 +3857,41 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
3807
3857
  }[];
3808
3858
  credential_issuer: string;
3809
3859
  credential_endpoint: string;
3810
- revocation_endpoint: string;
3860
+ nonce_endpoint: string;
3811
3861
  status_attestation_endpoint: string;
3812
- credential_configurations_supported: Record<string, {
3813
- format: "vc+sd-jwt" | "vc+mdoc-cbor";
3862
+ credential_configurations_supported: Record<string, ({
3863
+ vct: string;
3864
+ format: "dc+sd-jwt";
3865
+ } | {
3866
+ format: "mso_mdoc";
3867
+ doctype: string;
3868
+ }) & {
3814
3869
  scope: string;
3815
3870
  display: {
3816
3871
  name: string;
3817
3872
  locale: string;
3818
3873
  }[];
3819
- claims: Record<string, {
3820
- value_type: string;
3874
+ claims: {
3875
+ path: string[];
3821
3876
  display: {
3822
3877
  name: string;
3823
3878
  locale: string;
3824
3879
  }[];
3825
- }>;
3880
+ }[];
3826
3881
  cryptographic_binding_methods_supported: string[];
3827
3882
  credential_signing_alg_values_supported: string[];
3828
3883
  authentic_source?: string | undefined;
3829
3884
  issuance_errors_supported?: Record<string, {
3830
3885
  display: {
3886
+ description: string;
3831
3887
  locale: string;
3832
3888
  title: string;
3833
- description: string;
3834
3889
  }[];
3835
3890
  }> | undefined;
3836
3891
  }>;
3892
+ trust_frameworks_supported: string[];
3893
+ evidence_supported: string[];
3894
+ revocation_endpoint?: string | undefined;
3837
3895
  };
3838
3896
  oauth_authorization_server: {
3839
3897
  request_object_signing_alg_values_supported: string[];
@@ -4011,33 +4069,41 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
4011
4069
  }[];
4012
4070
  credential_issuer: string;
4013
4071
  credential_endpoint: string;
4014
- revocation_endpoint: string;
4072
+ nonce_endpoint: string;
4015
4073
  status_attestation_endpoint: string;
4016
- credential_configurations_supported: Record<string, {
4017
- format: "vc+sd-jwt" | "vc+mdoc-cbor";
4074
+ credential_configurations_supported: Record<string, ({
4075
+ vct: string;
4076
+ format: "dc+sd-jwt";
4077
+ } | {
4078
+ format: "mso_mdoc";
4079
+ doctype: string;
4080
+ }) & {
4018
4081
  scope: string;
4019
4082
  display: {
4020
4083
  name: string;
4021
4084
  locale: string;
4022
4085
  }[];
4023
- claims: Record<string, {
4024
- value_type: string;
4086
+ claims: {
4087
+ path: string[];
4025
4088
  display: {
4026
4089
  name: string;
4027
4090
  locale: string;
4028
4091
  }[];
4029
- }>;
4092
+ }[];
4030
4093
  cryptographic_binding_methods_supported: string[];
4031
4094
  credential_signing_alg_values_supported: string[];
4032
4095
  authentic_source?: string | undefined;
4033
4096
  issuance_errors_supported?: Record<string, {
4034
4097
  display: {
4098
+ description: string;
4035
4099
  locale: string;
4036
4100
  title: string;
4037
- description: string;
4038
4101
  }[];
4039
4102
  }> | undefined;
4040
4103
  }>;
4104
+ trust_frameworks_supported: string[];
4105
+ evidence_supported: string[];
4106
+ revocation_endpoint?: string | undefined;
4041
4107
  };
4042
4108
  oauth_authorization_server: {
4043
4109
  request_object_signing_alg_values_supported: string[];
@@ -4217,33 +4283,41 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
4217
4283
  }[];
4218
4284
  credential_issuer: string;
4219
4285
  credential_endpoint: string;
4220
- revocation_endpoint: string;
4286
+ nonce_endpoint: string;
4221
4287
  status_attestation_endpoint: string;
4222
- credential_configurations_supported: Record<string, {
4223
- format: "vc+sd-jwt" | "vc+mdoc-cbor";
4288
+ credential_configurations_supported: Record<string, ({
4289
+ vct: string;
4290
+ format: "dc+sd-jwt";
4291
+ } | {
4292
+ format: "mso_mdoc";
4293
+ doctype: string;
4294
+ }) & {
4224
4295
  scope: string;
4225
4296
  display: {
4226
4297
  name: string;
4227
4298
  locale: string;
4228
4299
  }[];
4229
- claims: Record<string, {
4230
- value_type: string;
4300
+ claims: {
4301
+ path: string[];
4231
4302
  display: {
4232
4303
  name: string;
4233
4304
  locale: string;
4234
4305
  }[];
4235
- }>;
4306
+ }[];
4236
4307
  cryptographic_binding_methods_supported: string[];
4237
4308
  credential_signing_alg_values_supported: string[];
4238
4309
  authentic_source?: string | undefined;
4239
4310
  issuance_errors_supported?: Record<string, {
4240
4311
  display: {
4312
+ description: string;
4241
4313
  locale: string;
4242
4314
  title: string;
4243
- description: string;
4244
4315
  }[];
4245
4316
  }> | undefined;
4246
4317
  }>;
4318
+ trust_frameworks_supported: string[];
4319
+ evidence_supported: string[];
4320
+ revocation_endpoint?: string | undefined;
4247
4321
  };
4248
4322
  oauth_authorization_server: {
4249
4323
  request_object_signing_alg_values_supported: string[];
@@ -4423,33 +4497,41 @@ export declare const CredentialIssuerEntityConfiguration: z.ZodIntersection<z.Zo
4423
4497
  }[];
4424
4498
  credential_issuer: string;
4425
4499
  credential_endpoint: string;
4426
- revocation_endpoint: string;
4500
+ nonce_endpoint: string;
4427
4501
  status_attestation_endpoint: string;
4428
- credential_configurations_supported: Record<string, {
4429
- format: "vc+sd-jwt" | "vc+mdoc-cbor";
4502
+ credential_configurations_supported: Record<string, ({
4503
+ vct: string;
4504
+ format: "dc+sd-jwt";
4505
+ } | {
4506
+ format: "mso_mdoc";
4507
+ doctype: string;
4508
+ }) & {
4430
4509
  scope: string;
4431
4510
  display: {
4432
4511
  name: string;
4433
4512
  locale: string;
4434
4513
  }[];
4435
- claims: Record<string, {
4436
- value_type: string;
4514
+ claims: {
4515
+ path: string[];
4437
4516
  display: {
4438
4517
  name: string;
4439
4518
  locale: string;
4440
4519
  }[];
4441
- }>;
4520
+ }[];
4442
4521
  cryptographic_binding_methods_supported: string[];
4443
4522
  credential_signing_alg_values_supported: string[];
4444
4523
  authentic_source?: string | undefined;
4445
4524
  issuance_errors_supported?: Record<string, {
4446
4525
  display: {
4526
+ description: string;
4447
4527
  locale: string;
4448
4528
  title: string;
4449
- description: string;
4450
4529
  }[];
4451
4530
  }> | undefined;
4452
4531
  }>;
4532
+ trust_frameworks_supported: string[];
4533
+ evidence_supported: string[];
4534
+ revocation_endpoint?: string | undefined;
4453
4535
  };
4454
4536
  oauth_authorization_server: {
4455
4537
  request_object_signing_alg_values_supported: string[];
@@ -10579,7 +10661,8 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10579
10661
  openid_credential_issuer: z.ZodObject<{
10580
10662
  credential_issuer: z.ZodString;
10581
10663
  credential_endpoint: z.ZodString;
10582
- revocation_endpoint: z.ZodString;
10664
+ revocation_endpoint: z.ZodOptional<z.ZodString>;
10665
+ nonce_endpoint: z.ZodString;
10583
10666
  status_attestation_endpoint: z.ZodString;
10584
10667
  display: z.ZodArray<z.ZodObject<{
10585
10668
  name: z.ZodString;
@@ -10591,8 +10674,25 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10591
10674
  name: string;
10592
10675
  locale: string;
10593
10676
  }>, "many">;
10594
- credential_configurations_supported: z.ZodRecord<z.ZodString, z.ZodObject<{
10595
- format: z.ZodUnion<[z.ZodLiteral<"vc+sd-jwt">, z.ZodLiteral<"vc+mdoc-cbor">]>;
10677
+ credential_configurations_supported: z.ZodRecord<z.ZodString, z.ZodIntersection<z.ZodDiscriminatedUnion<"format", [z.ZodObject<{
10678
+ format: z.ZodLiteral<"dc+sd-jwt">;
10679
+ vct: z.ZodString;
10680
+ }, "strip", z.ZodTypeAny, {
10681
+ vct: string;
10682
+ format: "dc+sd-jwt";
10683
+ }, {
10684
+ vct: string;
10685
+ format: "dc+sd-jwt";
10686
+ }>, z.ZodObject<{
10687
+ format: z.ZodLiteral<"mso_mdoc">;
10688
+ doctype: z.ZodString;
10689
+ }, "strip", z.ZodTypeAny, {
10690
+ format: "mso_mdoc";
10691
+ doctype: string;
10692
+ }, {
10693
+ format: "mso_mdoc";
10694
+ doctype: string;
10695
+ }>]>, z.ZodObject<{
10596
10696
  scope: z.ZodString;
10597
10697
  display: z.ZodArray<z.ZodObject<{
10598
10698
  name: z.ZodString;
@@ -10604,8 +10704,8 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10604
10704
  name: string;
10605
10705
  locale: string;
10606
10706
  }>, "many">;
10607
- claims: z.ZodRecord<z.ZodString, z.ZodObject<{
10608
- value_type: z.ZodString;
10707
+ claims: z.ZodArray<z.ZodObject<{
10708
+ path: z.ZodArray<z.ZodString, "many">;
10609
10709
  display: z.ZodArray<z.ZodObject<{
10610
10710
  name: z.ZodString;
10611
10711
  locale: z.ZodString;
@@ -10617,18 +10717,18 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10617
10717
  locale: string;
10618
10718
  }>, "many">;
10619
10719
  }, "strip", z.ZodTypeAny, {
10620
- value_type: string;
10720
+ path: string[];
10621
10721
  display: {
10622
10722
  name: string;
10623
10723
  locale: string;
10624
10724
  }[];
10625
10725
  }, {
10626
- value_type: string;
10726
+ path: string[];
10627
10727
  display: {
10628
10728
  name: string;
10629
10729
  locale: string;
10630
10730
  }[];
10631
- }>>;
10731
+ }>, "many">;
10632
10732
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
10633
10733
  credential_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
10634
10734
  authentic_source: z.ZodOptional<z.ZodString>;
@@ -10638,76 +10738,74 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10638
10738
  description: z.ZodString;
10639
10739
  locale: z.ZodString;
10640
10740
  }, "strip", z.ZodTypeAny, {
10741
+ description: string;
10641
10742
  locale: string;
10642
10743
  title: string;
10643
- description: string;
10644
10744
  }, {
10745
+ description: string;
10645
10746
  locale: string;
10646
10747
  title: string;
10647
- description: string;
10648
10748
  }>, "many">;
10649
10749
  }, "strip", z.ZodTypeAny, {
10650
10750
  display: {
10751
+ description: string;
10651
10752
  locale: string;
10652
10753
  title: string;
10653
- description: string;
10654
10754
  }[];
10655
10755
  }, {
10656
10756
  display: {
10757
+ description: string;
10657
10758
  locale: string;
10658
10759
  title: string;
10659
- description: string;
10660
10760
  }[];
10661
10761
  }>>>;
10662
10762
  }, "strip", z.ZodTypeAny, {
10663
- format: "vc+sd-jwt" | "vc+mdoc-cbor";
10664
10763
  scope: string;
10665
10764
  display: {
10666
10765
  name: string;
10667
10766
  locale: string;
10668
10767
  }[];
10669
- claims: Record<string, {
10670
- value_type: string;
10768
+ claims: {
10769
+ path: string[];
10671
10770
  display: {
10672
10771
  name: string;
10673
10772
  locale: string;
10674
10773
  }[];
10675
- }>;
10774
+ }[];
10676
10775
  cryptographic_binding_methods_supported: string[];
10677
10776
  credential_signing_alg_values_supported: string[];
10678
10777
  authentic_source?: string | undefined;
10679
10778
  issuance_errors_supported?: Record<string, {
10680
10779
  display: {
10780
+ description: string;
10681
10781
  locale: string;
10682
10782
  title: string;
10683
- description: string;
10684
10783
  }[];
10685
10784
  }> | undefined;
10686
10785
  }, {
10687
- format: "vc+sd-jwt" | "vc+mdoc-cbor";
10688
10786
  scope: string;
10689
10787
  display: {
10690
10788
  name: string;
10691
10789
  locale: string;
10692
10790
  }[];
10693
- claims: Record<string, {
10694
- value_type: string;
10791
+ claims: {
10792
+ path: string[];
10695
10793
  display: {
10696
10794
  name: string;
10697
10795
  locale: string;
10698
10796
  }[];
10699
- }>;
10797
+ }[];
10700
10798
  cryptographic_binding_methods_supported: string[];
10701
10799
  credential_signing_alg_values_supported: string[];
10702
10800
  authentic_source?: string | undefined;
10703
10801
  issuance_errors_supported?: Record<string, {
10704
10802
  display: {
10803
+ description: string;
10705
10804
  locale: string;
10706
10805
  title: string;
10707
- description: string;
10708
10806
  }[];
10709
10807
  }> | undefined;
10710
- }>>;
10808
+ }>>>;
10711
10809
  jwks: z.ZodObject<{
10712
10810
  keys: z.ZodArray<z.ZodObject<{
10713
10811
  alg: z.ZodOptional<z.ZodString>;
@@ -10830,6 +10928,8 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10830
10928
  x5u?: string | undefined;
10831
10929
  }[];
10832
10930
  }>;
10931
+ trust_frameworks_supported: z.ZodArray<z.ZodString, "many">;
10932
+ evidence_supported: z.ZodArray<z.ZodString, "many">;
10833
10933
  }, "strip", z.ZodTypeAny, {
10834
10934
  jwks: {
10835
10935
  keys: {
@@ -10863,33 +10963,41 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10863
10963
  }[];
10864
10964
  credential_issuer: string;
10865
10965
  credential_endpoint: string;
10866
- revocation_endpoint: string;
10966
+ nonce_endpoint: string;
10867
10967
  status_attestation_endpoint: string;
10868
- credential_configurations_supported: Record<string, {
10869
- format: "vc+sd-jwt" | "vc+mdoc-cbor";
10968
+ credential_configurations_supported: Record<string, ({
10969
+ vct: string;
10970
+ format: "dc+sd-jwt";
10971
+ } | {
10972
+ format: "mso_mdoc";
10973
+ doctype: string;
10974
+ }) & {
10870
10975
  scope: string;
10871
10976
  display: {
10872
10977
  name: string;
10873
10978
  locale: string;
10874
10979
  }[];
10875
- claims: Record<string, {
10876
- value_type: string;
10980
+ claims: {
10981
+ path: string[];
10877
10982
  display: {
10878
10983
  name: string;
10879
10984
  locale: string;
10880
10985
  }[];
10881
- }>;
10986
+ }[];
10882
10987
  cryptographic_binding_methods_supported: string[];
10883
10988
  credential_signing_alg_values_supported: string[];
10884
10989
  authentic_source?: string | undefined;
10885
10990
  issuance_errors_supported?: Record<string, {
10886
10991
  display: {
10992
+ description: string;
10887
10993
  locale: string;
10888
10994
  title: string;
10889
- description: string;
10890
10995
  }[];
10891
10996
  }> | undefined;
10892
10997
  }>;
10998
+ trust_frameworks_supported: string[];
10999
+ evidence_supported: string[];
11000
+ revocation_endpoint?: string | undefined;
10893
11001
  }, {
10894
11002
  jwks: {
10895
11003
  keys: {
@@ -10923,33 +11031,41 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
10923
11031
  }[];
10924
11032
  credential_issuer: string;
10925
11033
  credential_endpoint: string;
10926
- revocation_endpoint: string;
11034
+ nonce_endpoint: string;
10927
11035
  status_attestation_endpoint: string;
10928
- credential_configurations_supported: Record<string, {
10929
- format: "vc+sd-jwt" | "vc+mdoc-cbor";
11036
+ credential_configurations_supported: Record<string, ({
11037
+ vct: string;
11038
+ format: "dc+sd-jwt";
11039
+ } | {
11040
+ format: "mso_mdoc";
11041
+ doctype: string;
11042
+ }) & {
10930
11043
  scope: string;
10931
11044
  display: {
10932
11045
  name: string;
10933
11046
  locale: string;
10934
11047
  }[];
10935
- claims: Record<string, {
10936
- value_type: string;
11048
+ claims: {
11049
+ path: string[];
10937
11050
  display: {
10938
11051
  name: string;
10939
11052
  locale: string;
10940
11053
  }[];
10941
- }>;
11054
+ }[];
10942
11055
  cryptographic_binding_methods_supported: string[];
10943
11056
  credential_signing_alg_values_supported: string[];
10944
11057
  authentic_source?: string | undefined;
10945
11058
  issuance_errors_supported?: Record<string, {
10946
11059
  display: {
11060
+ description: string;
10947
11061
  locale: string;
10948
11062
  title: string;
10949
- description: string;
10950
11063
  }[];
10951
11064
  }> | undefined;
10952
11065
  }>;
11066
+ trust_frameworks_supported: string[];
11067
+ evidence_supported: string[];
11068
+ revocation_endpoint?: string | undefined;
10953
11069
  }>;
10954
11070
  oauth_authorization_server: z.ZodObject<{
10955
11071
  authorization_endpoint: z.ZodString;
@@ -11699,33 +11815,41 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
11699
11815
  }[];
11700
11816
  credential_issuer: string;
11701
11817
  credential_endpoint: string;
11702
- revocation_endpoint: string;
11818
+ nonce_endpoint: string;
11703
11819
  status_attestation_endpoint: string;
11704
- credential_configurations_supported: Record<string, {
11705
- format: "vc+sd-jwt" | "vc+mdoc-cbor";
11820
+ credential_configurations_supported: Record<string, ({
11821
+ vct: string;
11822
+ format: "dc+sd-jwt";
11823
+ } | {
11824
+ format: "mso_mdoc";
11825
+ doctype: string;
11826
+ }) & {
11706
11827
  scope: string;
11707
11828
  display: {
11708
11829
  name: string;
11709
11830
  locale: string;
11710
11831
  }[];
11711
- claims: Record<string, {
11712
- value_type: string;
11832
+ claims: {
11833
+ path: string[];
11713
11834
  display: {
11714
11835
  name: string;
11715
11836
  locale: string;
11716
11837
  }[];
11717
- }>;
11838
+ }[];
11718
11839
  cryptographic_binding_methods_supported: string[];
11719
11840
  credential_signing_alg_values_supported: string[];
11720
11841
  authentic_source?: string | undefined;
11721
11842
  issuance_errors_supported?: Record<string, {
11722
11843
  display: {
11844
+ description: string;
11723
11845
  locale: string;
11724
11846
  title: string;
11725
- description: string;
11726
11847
  }[];
11727
11848
  }> | undefined;
11728
11849
  }>;
11850
+ trust_frameworks_supported: string[];
11851
+ evidence_supported: string[];
11852
+ revocation_endpoint?: string | undefined;
11729
11853
  };
11730
11854
  oauth_authorization_server: {
11731
11855
  request_object_signing_alg_values_supported: string[];
@@ -11875,33 +11999,41 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
11875
11999
  }[];
11876
12000
  credential_issuer: string;
11877
12001
  credential_endpoint: string;
11878
- revocation_endpoint: string;
12002
+ nonce_endpoint: string;
11879
12003
  status_attestation_endpoint: string;
11880
- credential_configurations_supported: Record<string, {
11881
- format: "vc+sd-jwt" | "vc+mdoc-cbor";
12004
+ credential_configurations_supported: Record<string, ({
12005
+ vct: string;
12006
+ format: "dc+sd-jwt";
12007
+ } | {
12008
+ format: "mso_mdoc";
12009
+ doctype: string;
12010
+ }) & {
11882
12011
  scope: string;
11883
12012
  display: {
11884
12013
  name: string;
11885
12014
  locale: string;
11886
12015
  }[];
11887
- claims: Record<string, {
11888
- value_type: string;
12016
+ claims: {
12017
+ path: string[];
11889
12018
  display: {
11890
12019
  name: string;
11891
12020
  locale: string;
11892
12021
  }[];
11893
- }>;
12022
+ }[];
11894
12023
  cryptographic_binding_methods_supported: string[];
11895
12024
  credential_signing_alg_values_supported: string[];
11896
12025
  authentic_source?: string | undefined;
11897
12026
  issuance_errors_supported?: Record<string, {
11898
12027
  display: {
12028
+ description: string;
11899
12029
  locale: string;
11900
12030
  title: string;
11901
- description: string;
11902
12031
  }[];
11903
12032
  }> | undefined;
11904
12033
  }>;
12034
+ trust_frameworks_supported: string[];
12035
+ evidence_supported: string[];
12036
+ revocation_endpoint?: string | undefined;
11905
12037
  };
11906
12038
  oauth_authorization_server: {
11907
12039
  request_object_signing_alg_values_supported: string[];
@@ -12079,33 +12211,41 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
12079
12211
  }[];
12080
12212
  credential_issuer: string;
12081
12213
  credential_endpoint: string;
12082
- revocation_endpoint: string;
12214
+ nonce_endpoint: string;
12083
12215
  status_attestation_endpoint: string;
12084
- credential_configurations_supported: Record<string, {
12085
- format: "vc+sd-jwt" | "vc+mdoc-cbor";
12216
+ credential_configurations_supported: Record<string, ({
12217
+ vct: string;
12218
+ format: "dc+sd-jwt";
12219
+ } | {
12220
+ format: "mso_mdoc";
12221
+ doctype: string;
12222
+ }) & {
12086
12223
  scope: string;
12087
12224
  display: {
12088
12225
  name: string;
12089
12226
  locale: string;
12090
12227
  }[];
12091
- claims: Record<string, {
12092
- value_type: string;
12228
+ claims: {
12229
+ path: string[];
12093
12230
  display: {
12094
12231
  name: string;
12095
12232
  locale: string;
12096
12233
  }[];
12097
- }>;
12234
+ }[];
12098
12235
  cryptographic_binding_methods_supported: string[];
12099
12236
  credential_signing_alg_values_supported: string[];
12100
12237
  authentic_source?: string | undefined;
12101
12238
  issuance_errors_supported?: Record<string, {
12102
12239
  display: {
12240
+ description: string;
12103
12241
  locale: string;
12104
12242
  title: string;
12105
- description: string;
12106
12243
  }[];
12107
12244
  }> | undefined;
12108
12245
  }>;
12246
+ trust_frameworks_supported: string[];
12247
+ evidence_supported: string[];
12248
+ revocation_endpoint?: string | undefined;
12109
12249
  };
12110
12250
  oauth_authorization_server: {
12111
12251
  request_object_signing_alg_values_supported: string[];
@@ -12283,33 +12423,41 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
12283
12423
  }[];
12284
12424
  credential_issuer: string;
12285
12425
  credential_endpoint: string;
12286
- revocation_endpoint: string;
12426
+ nonce_endpoint: string;
12287
12427
  status_attestation_endpoint: string;
12288
- credential_configurations_supported: Record<string, {
12289
- format: "vc+sd-jwt" | "vc+mdoc-cbor";
12428
+ credential_configurations_supported: Record<string, ({
12429
+ vct: string;
12430
+ format: "dc+sd-jwt";
12431
+ } | {
12432
+ format: "mso_mdoc";
12433
+ doctype: string;
12434
+ }) & {
12290
12435
  scope: string;
12291
12436
  display: {
12292
12437
  name: string;
12293
12438
  locale: string;
12294
12439
  }[];
12295
- claims: Record<string, {
12296
- value_type: string;
12440
+ claims: {
12441
+ path: string[];
12297
12442
  display: {
12298
12443
  name: string;
12299
12444
  locale: string;
12300
12445
  }[];
12301
- }>;
12446
+ }[];
12302
12447
  cryptographic_binding_methods_supported: string[];
12303
12448
  credential_signing_alg_values_supported: string[];
12304
12449
  authentic_source?: string | undefined;
12305
12450
  issuance_errors_supported?: Record<string, {
12306
12451
  display: {
12452
+ description: string;
12307
12453
  locale: string;
12308
12454
  title: string;
12309
- description: string;
12310
12455
  }[];
12311
12456
  }> | undefined;
12312
12457
  }>;
12458
+ trust_frameworks_supported: string[];
12459
+ evidence_supported: string[];
12460
+ revocation_endpoint?: string | undefined;
12313
12461
  };
12314
12462
  oauth_authorization_server: {
12315
12463
  request_object_signing_alg_values_supported: string[];
@@ -12489,33 +12637,41 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
12489
12637
  }[];
12490
12638
  credential_issuer: string;
12491
12639
  credential_endpoint: string;
12492
- revocation_endpoint: string;
12640
+ nonce_endpoint: string;
12493
12641
  status_attestation_endpoint: string;
12494
- credential_configurations_supported: Record<string, {
12495
- format: "vc+sd-jwt" | "vc+mdoc-cbor";
12642
+ credential_configurations_supported: Record<string, ({
12643
+ vct: string;
12644
+ format: "dc+sd-jwt";
12645
+ } | {
12646
+ format: "mso_mdoc";
12647
+ doctype: string;
12648
+ }) & {
12496
12649
  scope: string;
12497
12650
  display: {
12498
12651
  name: string;
12499
12652
  locale: string;
12500
12653
  }[];
12501
- claims: Record<string, {
12502
- value_type: string;
12654
+ claims: {
12655
+ path: string[];
12503
12656
  display: {
12504
12657
  name: string;
12505
12658
  locale: string;
12506
12659
  }[];
12507
- }>;
12660
+ }[];
12508
12661
  cryptographic_binding_methods_supported: string[];
12509
12662
  credential_signing_alg_values_supported: string[];
12510
12663
  authentic_source?: string | undefined;
12511
12664
  issuance_errors_supported?: Record<string, {
12512
12665
  display: {
12666
+ description: string;
12513
12667
  locale: string;
12514
12668
  title: string;
12515
- description: string;
12516
12669
  }[];
12517
12670
  }> | undefined;
12518
12671
  }>;
12672
+ trust_frameworks_supported: string[];
12673
+ evidence_supported: string[];
12674
+ revocation_endpoint?: string | undefined;
12519
12675
  };
12520
12676
  oauth_authorization_server: {
12521
12677
  request_object_signing_alg_values_supported: string[];
@@ -12695,33 +12851,41 @@ export declare const EntityConfiguration: z.ZodUnion<[z.ZodIntersection<z.ZodObj
12695
12851
  }[];
12696
12852
  credential_issuer: string;
12697
12853
  credential_endpoint: string;
12698
- revocation_endpoint: string;
12854
+ nonce_endpoint: string;
12699
12855
  status_attestation_endpoint: string;
12700
- credential_configurations_supported: Record<string, {
12701
- format: "vc+sd-jwt" | "vc+mdoc-cbor";
12856
+ credential_configurations_supported: Record<string, ({
12857
+ vct: string;
12858
+ format: "dc+sd-jwt";
12859
+ } | {
12860
+ format: "mso_mdoc";
12861
+ doctype: string;
12862
+ }) & {
12702
12863
  scope: string;
12703
12864
  display: {
12704
12865
  name: string;
12705
12866
  locale: string;
12706
12867
  }[];
12707
- claims: Record<string, {
12708
- value_type: string;
12868
+ claims: {
12869
+ path: string[];
12709
12870
  display: {
12710
12871
  name: string;
12711
12872
  locale: string;
12712
12873
  }[];
12713
- }>;
12874
+ }[];
12714
12875
  cryptographic_binding_methods_supported: string[];
12715
12876
  credential_signing_alg_values_supported: string[];
12716
12877
  authentic_source?: string | undefined;
12717
12878
  issuance_errors_supported?: Record<string, {
12718
12879
  display: {
12880
+ description: string;
12719
12881
  locale: string;
12720
12882
  title: string;
12721
- description: string;
12722
12883
  }[];
12723
12884
  }> | undefined;
12724
12885
  }>;
12886
+ trust_frameworks_supported: string[];
12887
+ evidence_supported: string[];
12888
+ revocation_endpoint?: string | undefined;
12725
12889
  };
12726
12890
  oauth_authorization_server: {
12727
12891
  request_object_signing_alg_values_supported: string[];