@pagopa/io-wallet-oid-federation 1.1.1 → 1.1.2

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.
package/dist/index.d.mts CHANGED
@@ -1536,24 +1536,45 @@ declare const itWalletEntityConfigurationClaimsSchema: z.ZodType<{
1536
1536
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
1537
1537
  proof_types_supported: z.ZodObject<{
1538
1538
  jwt: z.ZodObject<{
1539
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
1539
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
1540
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
1541
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
1542
+ }, "strip", z.ZodTypeAny, {
1543
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
1544
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
1545
+ }, {
1546
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
1547
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
1548
+ }>>;
1540
1549
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
1541
1550
  }, "strip", z.ZodTypeAny, {
1542
1551
  proof_signing_alg_values_supported: string[];
1543
- key_attestations_required?: boolean | undefined;
1552
+ key_attestations_required?: {
1553
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
1554
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
1555
+ } | undefined;
1544
1556
  }, {
1545
1557
  proof_signing_alg_values_supported: string[];
1546
- key_attestations_required?: boolean | undefined;
1558
+ key_attestations_required?: {
1559
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
1560
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
1561
+ } | undefined;
1547
1562
  }>;
1548
1563
  }, "strip", z.ZodTypeAny, {
1549
1564
  jwt: {
1550
1565
  proof_signing_alg_values_supported: string[];
1551
- key_attestations_required?: boolean | undefined;
1566
+ key_attestations_required?: {
1567
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
1568
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
1569
+ } | undefined;
1552
1570
  };
1553
1571
  }, {
1554
1572
  jwt: {
1555
1573
  proof_signing_alg_values_supported: string[];
1556
- key_attestations_required?: boolean | undefined;
1574
+ key_attestations_required?: {
1575
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
1576
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
1577
+ } | undefined;
1557
1578
  };
1558
1579
  }>;
1559
1580
  schema_id: z.ZodString;
@@ -1564,7 +1585,10 @@ declare const itWalletEntityConfigurationClaimsSchema: z.ZodType<{
1564
1585
  proof_types_supported: {
1565
1586
  jwt: {
1566
1587
  proof_signing_alg_values_supported: string[];
1567
- key_attestations_required?: boolean | undefined;
1588
+ key_attestations_required?: {
1589
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
1590
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
1591
+ } | undefined;
1568
1592
  };
1569
1593
  };
1570
1594
  scope: string;
@@ -1612,7 +1636,10 @@ declare const itWalletEntityConfigurationClaimsSchema: z.ZodType<{
1612
1636
  proof_types_supported: {
1613
1637
  jwt: {
1614
1638
  proof_signing_alg_values_supported: string[];
1615
- key_attestations_required?: boolean | undefined;
1639
+ key_attestations_required?: {
1640
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
1641
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
1642
+ } | undefined;
1616
1643
  };
1617
1644
  };
1618
1645
  scope: string;
@@ -1802,7 +1829,6 @@ declare const itWalletEntityConfigurationClaimsSchema: z.ZodType<{
1802
1829
  }>;
1803
1830
  nonce_endpoint: z.ZodOptional<z.ZodString>;
1804
1831
  notification_endpoint: z.ZodOptional<z.ZodString>;
1805
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
1806
1832
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
1807
1833
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
1808
1834
  }, z.ZodTypeAny, "passthrough"> | undefined;
@@ -2918,24 +2944,45 @@ declare const itWalletEntityConfigurationClaimsSchema: z.ZodType<{
2918
2944
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
2919
2945
  proof_types_supported: z.ZodObject<{
2920
2946
  jwt: z.ZodObject<{
2921
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
2947
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
2948
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
2949
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
2950
+ }, "strip", z.ZodTypeAny, {
2951
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
2952
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
2953
+ }, {
2954
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
2955
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
2956
+ }>>;
2922
2957
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
2923
2958
  }, "strip", z.ZodTypeAny, {
2924
2959
  proof_signing_alg_values_supported: string[];
2925
- key_attestations_required?: boolean | undefined;
2960
+ key_attestations_required?: {
2961
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
2962
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
2963
+ } | undefined;
2926
2964
  }, {
2927
2965
  proof_signing_alg_values_supported: string[];
2928
- key_attestations_required?: boolean | undefined;
2966
+ key_attestations_required?: {
2967
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
2968
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
2969
+ } | undefined;
2929
2970
  }>;
2930
2971
  }, "strip", z.ZodTypeAny, {
2931
2972
  jwt: {
2932
2973
  proof_signing_alg_values_supported: string[];
2933
- key_attestations_required?: boolean | undefined;
2974
+ key_attestations_required?: {
2975
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
2976
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
2977
+ } | undefined;
2934
2978
  };
2935
2979
  }, {
2936
2980
  jwt: {
2937
2981
  proof_signing_alg_values_supported: string[];
2938
- key_attestations_required?: boolean | undefined;
2982
+ key_attestations_required?: {
2983
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
2984
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
2985
+ } | undefined;
2939
2986
  };
2940
2987
  }>;
2941
2988
  schema_id: z.ZodString;
@@ -2946,7 +2993,10 @@ declare const itWalletEntityConfigurationClaimsSchema: z.ZodType<{
2946
2993
  proof_types_supported: {
2947
2994
  jwt: {
2948
2995
  proof_signing_alg_values_supported: string[];
2949
- key_attestations_required?: boolean | undefined;
2996
+ key_attestations_required?: {
2997
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
2998
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
2999
+ } | undefined;
2950
3000
  };
2951
3001
  };
2952
3002
  scope: string;
@@ -2994,7 +3044,10 @@ declare const itWalletEntityConfigurationClaimsSchema: z.ZodType<{
2994
3044
  proof_types_supported: {
2995
3045
  jwt: {
2996
3046
  proof_signing_alg_values_supported: string[];
2997
- key_attestations_required?: boolean | undefined;
3047
+ key_attestations_required?: {
3048
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
3049
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
3050
+ } | undefined;
2998
3051
  };
2999
3052
  };
3000
3053
  scope: string;
@@ -3184,7 +3237,6 @@ declare const itWalletEntityConfigurationClaimsSchema: z.ZodType<{
3184
3237
  }>;
3185
3238
  nonce_endpoint: z.ZodOptional<z.ZodString>;
3186
3239
  notification_endpoint: z.ZodOptional<z.ZodString>;
3187
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
3188
3240
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
3189
3241
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
3190
3242
  }, z.ZodTypeAny, "passthrough"> | undefined;
@@ -3978,24 +4030,45 @@ declare const baseSchema: z.ZodObject<{
3978
4030
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
3979
4031
  proof_types_supported: z.ZodObject<{
3980
4032
  jwt: z.ZodObject<{
3981
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
4033
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
4034
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
4035
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
4036
+ }, "strip", z.ZodTypeAny, {
4037
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4038
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4039
+ }, {
4040
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4041
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4042
+ }>>;
3982
4043
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
3983
4044
  }, "strip", z.ZodTypeAny, {
3984
4045
  proof_signing_alg_values_supported: string[];
3985
- key_attestations_required?: boolean | undefined;
4046
+ key_attestations_required?: {
4047
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4048
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4049
+ } | undefined;
3986
4050
  }, {
3987
4051
  proof_signing_alg_values_supported: string[];
3988
- key_attestations_required?: boolean | undefined;
4052
+ key_attestations_required?: {
4053
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4054
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4055
+ } | undefined;
3989
4056
  }>;
3990
4057
  }, "strip", z.ZodTypeAny, {
3991
4058
  jwt: {
3992
4059
  proof_signing_alg_values_supported: string[];
3993
- key_attestations_required?: boolean | undefined;
4060
+ key_attestations_required?: {
4061
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4062
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4063
+ } | undefined;
3994
4064
  };
3995
4065
  }, {
3996
4066
  jwt: {
3997
4067
  proof_signing_alg_values_supported: string[];
3998
- key_attestations_required?: boolean | undefined;
4068
+ key_attestations_required?: {
4069
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4070
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4071
+ } | undefined;
3999
4072
  };
4000
4073
  }>;
4001
4074
  schema_id: z.ZodString;
@@ -4006,7 +4079,10 @@ declare const baseSchema: z.ZodObject<{
4006
4079
  proof_types_supported: {
4007
4080
  jwt: {
4008
4081
  proof_signing_alg_values_supported: string[];
4009
- key_attestations_required?: boolean | undefined;
4082
+ key_attestations_required?: {
4083
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4084
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4085
+ } | undefined;
4010
4086
  };
4011
4087
  };
4012
4088
  scope: string;
@@ -4054,7 +4130,10 @@ declare const baseSchema: z.ZodObject<{
4054
4130
  proof_types_supported: {
4055
4131
  jwt: {
4056
4132
  proof_signing_alg_values_supported: string[];
4057
- key_attestations_required?: boolean | undefined;
4133
+ key_attestations_required?: {
4134
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4135
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4136
+ } | undefined;
4058
4137
  };
4059
4138
  };
4060
4139
  scope: string;
@@ -4244,7 +4323,6 @@ declare const baseSchema: z.ZodObject<{
4244
4323
  }>;
4245
4324
  nonce_endpoint: z.ZodOptional<z.ZodString>;
4246
4325
  notification_endpoint: z.ZodOptional<z.ZodString>;
4247
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
4248
4326
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
4249
4327
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
4250
4328
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -4476,24 +4554,45 @@ declare const baseSchema: z.ZodObject<{
4476
4554
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
4477
4555
  proof_types_supported: z.ZodObject<{
4478
4556
  jwt: z.ZodObject<{
4479
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
4557
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
4558
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
4559
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
4560
+ }, "strip", z.ZodTypeAny, {
4561
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4562
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4563
+ }, {
4564
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4565
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4566
+ }>>;
4480
4567
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
4481
4568
  }, "strip", z.ZodTypeAny, {
4482
4569
  proof_signing_alg_values_supported: string[];
4483
- key_attestations_required?: boolean | undefined;
4570
+ key_attestations_required?: {
4571
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4572
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4573
+ } | undefined;
4484
4574
  }, {
4485
4575
  proof_signing_alg_values_supported: string[];
4486
- key_attestations_required?: boolean | undefined;
4576
+ key_attestations_required?: {
4577
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4578
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4579
+ } | undefined;
4487
4580
  }>;
4488
4581
  }, "strip", z.ZodTypeAny, {
4489
4582
  jwt: {
4490
4583
  proof_signing_alg_values_supported: string[];
4491
- key_attestations_required?: boolean | undefined;
4584
+ key_attestations_required?: {
4585
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4586
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4587
+ } | undefined;
4492
4588
  };
4493
4589
  }, {
4494
4590
  jwt: {
4495
4591
  proof_signing_alg_values_supported: string[];
4496
- key_attestations_required?: boolean | undefined;
4592
+ key_attestations_required?: {
4593
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4594
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4595
+ } | undefined;
4497
4596
  };
4498
4597
  }>;
4499
4598
  schema_id: z.ZodString;
@@ -4504,7 +4603,10 @@ declare const baseSchema: z.ZodObject<{
4504
4603
  proof_types_supported: {
4505
4604
  jwt: {
4506
4605
  proof_signing_alg_values_supported: string[];
4507
- key_attestations_required?: boolean | undefined;
4606
+ key_attestations_required?: {
4607
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4608
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4609
+ } | undefined;
4508
4610
  };
4509
4611
  };
4510
4612
  scope: string;
@@ -4552,7 +4654,10 @@ declare const baseSchema: z.ZodObject<{
4552
4654
  proof_types_supported: {
4553
4655
  jwt: {
4554
4656
  proof_signing_alg_values_supported: string[];
4555
- key_attestations_required?: boolean | undefined;
4657
+ key_attestations_required?: {
4658
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4659
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
4660
+ } | undefined;
4556
4661
  };
4557
4662
  };
4558
4663
  scope: string;
@@ -4742,7 +4847,6 @@ declare const baseSchema: z.ZodObject<{
4742
4847
  }>;
4743
4848
  nonce_endpoint: z.ZodOptional<z.ZodString>;
4744
4849
  notification_endpoint: z.ZodOptional<z.ZodString>;
4745
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
4746
4850
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
4747
4851
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
4748
4852
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
@@ -4974,24 +5078,45 @@ declare const baseSchema: z.ZodObject<{
4974
5078
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
4975
5079
  proof_types_supported: z.ZodObject<{
4976
5080
  jwt: z.ZodObject<{
4977
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
5081
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
5082
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
5083
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
5084
+ }, "strip", z.ZodTypeAny, {
5085
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
5086
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
5087
+ }, {
5088
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
5089
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
5090
+ }>>;
4978
5091
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
4979
5092
  }, "strip", z.ZodTypeAny, {
4980
5093
  proof_signing_alg_values_supported: string[];
4981
- key_attestations_required?: boolean | undefined;
5094
+ key_attestations_required?: {
5095
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
5096
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
5097
+ } | undefined;
4982
5098
  }, {
4983
5099
  proof_signing_alg_values_supported: string[];
4984
- key_attestations_required?: boolean | undefined;
5100
+ key_attestations_required?: {
5101
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
5102
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
5103
+ } | undefined;
4985
5104
  }>;
4986
5105
  }, "strip", z.ZodTypeAny, {
4987
5106
  jwt: {
4988
5107
  proof_signing_alg_values_supported: string[];
4989
- key_attestations_required?: boolean | undefined;
5108
+ key_attestations_required?: {
5109
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
5110
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
5111
+ } | undefined;
4990
5112
  };
4991
5113
  }, {
4992
5114
  jwt: {
4993
5115
  proof_signing_alg_values_supported: string[];
4994
- key_attestations_required?: boolean | undefined;
5116
+ key_attestations_required?: {
5117
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
5118
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
5119
+ } | undefined;
4995
5120
  };
4996
5121
  }>;
4997
5122
  schema_id: z.ZodString;
@@ -5002,7 +5127,10 @@ declare const baseSchema: z.ZodObject<{
5002
5127
  proof_types_supported: {
5003
5128
  jwt: {
5004
5129
  proof_signing_alg_values_supported: string[];
5005
- key_attestations_required?: boolean | undefined;
5130
+ key_attestations_required?: {
5131
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
5132
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
5133
+ } | undefined;
5006
5134
  };
5007
5135
  };
5008
5136
  scope: string;
@@ -5050,7 +5178,10 @@ declare const baseSchema: z.ZodObject<{
5050
5178
  proof_types_supported: {
5051
5179
  jwt: {
5052
5180
  proof_signing_alg_values_supported: string[];
5053
- key_attestations_required?: boolean | undefined;
5181
+ key_attestations_required?: {
5182
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
5183
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
5184
+ } | undefined;
5054
5185
  };
5055
5186
  };
5056
5187
  scope: string;
@@ -5240,7 +5371,6 @@ declare const baseSchema: z.ZodObject<{
5240
5371
  }>;
5241
5372
  nonce_endpoint: z.ZodOptional<z.ZodString>;
5242
5373
  notification_endpoint: z.ZodOptional<z.ZodString>;
5243
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
5244
5374
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
5245
5375
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
5246
5376
  }, z.ZodTypeAny, "passthrough">>>;
@@ -6373,24 +6503,45 @@ declare const baseSchema: z.ZodObject<{
6373
6503
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
6374
6504
  proof_types_supported: z.ZodObject<{
6375
6505
  jwt: z.ZodObject<{
6376
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
6506
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
6507
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
6508
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
6509
+ }, "strip", z.ZodTypeAny, {
6510
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
6511
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
6512
+ }, {
6513
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
6514
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
6515
+ }>>;
6377
6516
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
6378
6517
  }, "strip", z.ZodTypeAny, {
6379
6518
  proof_signing_alg_values_supported: string[];
6380
- key_attestations_required?: boolean | undefined;
6519
+ key_attestations_required?: {
6520
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
6521
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
6522
+ } | undefined;
6381
6523
  }, {
6382
6524
  proof_signing_alg_values_supported: string[];
6383
- key_attestations_required?: boolean | undefined;
6525
+ key_attestations_required?: {
6526
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
6527
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
6528
+ } | undefined;
6384
6529
  }>;
6385
6530
  }, "strip", z.ZodTypeAny, {
6386
6531
  jwt: {
6387
6532
  proof_signing_alg_values_supported: string[];
6388
- key_attestations_required?: boolean | undefined;
6533
+ key_attestations_required?: {
6534
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
6535
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
6536
+ } | undefined;
6389
6537
  };
6390
6538
  }, {
6391
6539
  jwt: {
6392
6540
  proof_signing_alg_values_supported: string[];
6393
- key_attestations_required?: boolean | undefined;
6541
+ key_attestations_required?: {
6542
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
6543
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
6544
+ } | undefined;
6394
6545
  };
6395
6546
  }>;
6396
6547
  schema_id: z.ZodString;
@@ -6401,7 +6552,10 @@ declare const baseSchema: z.ZodObject<{
6401
6552
  proof_types_supported: {
6402
6553
  jwt: {
6403
6554
  proof_signing_alg_values_supported: string[];
6404
- key_attestations_required?: boolean | undefined;
6555
+ key_attestations_required?: {
6556
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
6557
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
6558
+ } | undefined;
6405
6559
  };
6406
6560
  };
6407
6561
  scope: string;
@@ -6449,7 +6603,10 @@ declare const baseSchema: z.ZodObject<{
6449
6603
  proof_types_supported: {
6450
6604
  jwt: {
6451
6605
  proof_signing_alg_values_supported: string[];
6452
- key_attestations_required?: boolean | undefined;
6606
+ key_attestations_required?: {
6607
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
6608
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
6609
+ } | undefined;
6453
6610
  };
6454
6611
  };
6455
6612
  scope: string;
@@ -6639,7 +6796,6 @@ declare const baseSchema: z.ZodObject<{
6639
6796
  }>;
6640
6797
  nonce_endpoint: z.ZodOptional<z.ZodString>;
6641
6798
  notification_endpoint: z.ZodOptional<z.ZodString>;
6642
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
6643
6799
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
6644
6800
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
6645
6801
  }, z.ZodTypeAny, "passthrough"> | undefined;
@@ -7201,24 +7357,45 @@ declare const baseSchema: z.ZodObject<{
7201
7357
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
7202
7358
  proof_types_supported: z.ZodObject<{
7203
7359
  jwt: z.ZodObject<{
7204
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
7360
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
7361
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
7362
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
7363
+ }, "strip", z.ZodTypeAny, {
7364
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
7365
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
7366
+ }, {
7367
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
7368
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
7369
+ }>>;
7205
7370
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
7206
7371
  }, "strip", z.ZodTypeAny, {
7207
7372
  proof_signing_alg_values_supported: string[];
7208
- key_attestations_required?: boolean | undefined;
7373
+ key_attestations_required?: {
7374
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
7375
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
7376
+ } | undefined;
7209
7377
  }, {
7210
7378
  proof_signing_alg_values_supported: string[];
7211
- key_attestations_required?: boolean | undefined;
7379
+ key_attestations_required?: {
7380
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
7381
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
7382
+ } | undefined;
7212
7383
  }>;
7213
7384
  }, "strip", z.ZodTypeAny, {
7214
7385
  jwt: {
7215
7386
  proof_signing_alg_values_supported: string[];
7216
- key_attestations_required?: boolean | undefined;
7387
+ key_attestations_required?: {
7388
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
7389
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
7390
+ } | undefined;
7217
7391
  };
7218
7392
  }, {
7219
7393
  jwt: {
7220
7394
  proof_signing_alg_values_supported: string[];
7221
- key_attestations_required?: boolean | undefined;
7395
+ key_attestations_required?: {
7396
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
7397
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
7398
+ } | undefined;
7222
7399
  };
7223
7400
  }>;
7224
7401
  schema_id: z.ZodString;
@@ -7229,7 +7406,10 @@ declare const baseSchema: z.ZodObject<{
7229
7406
  proof_types_supported: {
7230
7407
  jwt: {
7231
7408
  proof_signing_alg_values_supported: string[];
7232
- key_attestations_required?: boolean | undefined;
7409
+ key_attestations_required?: {
7410
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
7411
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
7412
+ } | undefined;
7233
7413
  };
7234
7414
  };
7235
7415
  scope: string;
@@ -7277,7 +7457,10 @@ declare const baseSchema: z.ZodObject<{
7277
7457
  proof_types_supported: {
7278
7458
  jwt: {
7279
7459
  proof_signing_alg_values_supported: string[];
7280
- key_attestations_required?: boolean | undefined;
7460
+ key_attestations_required?: {
7461
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
7462
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
7463
+ } | undefined;
7281
7464
  };
7282
7465
  };
7283
7466
  scope: string;
@@ -7467,7 +7650,6 @@ declare const baseSchema: z.ZodObject<{
7467
7650
  }>;
7468
7651
  nonce_endpoint: z.ZodOptional<z.ZodString>;
7469
7652
  notification_endpoint: z.ZodOptional<z.ZodString>;
7470
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
7471
7653
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
7472
7654
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
7473
7655
  }, z.ZodTypeAny, "passthrough"> | undefined;
@@ -11149,24 +11331,45 @@ declare const baseSchema: z.ZodObject<{
11149
11331
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
11150
11332
  proof_types_supported: z.ZodObject<{
11151
11333
  jwt: z.ZodObject<{
11152
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
11334
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
11335
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
11336
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
11337
+ }, "strip", z.ZodTypeAny, {
11338
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
11339
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
11340
+ }, {
11341
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
11342
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
11343
+ }>>;
11153
11344
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
11154
11345
  }, "strip", z.ZodTypeAny, {
11155
11346
  proof_signing_alg_values_supported: string[];
11156
- key_attestations_required?: boolean | undefined;
11347
+ key_attestations_required?: {
11348
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
11349
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
11350
+ } | undefined;
11157
11351
  }, {
11158
11352
  proof_signing_alg_values_supported: string[];
11159
- key_attestations_required?: boolean | undefined;
11353
+ key_attestations_required?: {
11354
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
11355
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
11356
+ } | undefined;
11160
11357
  }>;
11161
11358
  }, "strip", z.ZodTypeAny, {
11162
11359
  jwt: {
11163
11360
  proof_signing_alg_values_supported: string[];
11164
- key_attestations_required?: boolean | undefined;
11361
+ key_attestations_required?: {
11362
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
11363
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
11364
+ } | undefined;
11165
11365
  };
11166
11366
  }, {
11167
11367
  jwt: {
11168
11368
  proof_signing_alg_values_supported: string[];
11169
- key_attestations_required?: boolean | undefined;
11369
+ key_attestations_required?: {
11370
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
11371
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
11372
+ } | undefined;
11170
11373
  };
11171
11374
  }>;
11172
11375
  schema_id: z.ZodString;
@@ -11177,7 +11380,10 @@ declare const baseSchema: z.ZodObject<{
11177
11380
  proof_types_supported: {
11178
11381
  jwt: {
11179
11382
  proof_signing_alg_values_supported: string[];
11180
- key_attestations_required?: boolean | undefined;
11383
+ key_attestations_required?: {
11384
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
11385
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
11386
+ } | undefined;
11181
11387
  };
11182
11388
  };
11183
11389
  scope: string;
@@ -11225,7 +11431,10 @@ declare const baseSchema: z.ZodObject<{
11225
11431
  proof_types_supported: {
11226
11432
  jwt: {
11227
11433
  proof_signing_alg_values_supported: string[];
11228
- key_attestations_required?: boolean | undefined;
11434
+ key_attestations_required?: {
11435
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
11436
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
11437
+ } | undefined;
11229
11438
  };
11230
11439
  };
11231
11440
  scope: string;
@@ -11415,7 +11624,6 @@ declare const baseSchema: z.ZodObject<{
11415
11624
  }>;
11416
11625
  nonce_endpoint: z.ZodOptional<z.ZodString>;
11417
11626
  notification_endpoint: z.ZodOptional<z.ZodString>;
11418
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
11419
11627
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
11420
11628
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
11421
11629
  }, z.ZodTypeAny, "passthrough"> | undefined;
@@ -12531,24 +12739,45 @@ declare const baseSchema: z.ZodObject<{
12531
12739
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
12532
12740
  proof_types_supported: z.ZodObject<{
12533
12741
  jwt: z.ZodObject<{
12534
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
12742
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
12743
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
12744
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
12745
+ }, "strip", z.ZodTypeAny, {
12746
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
12747
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
12748
+ }, {
12749
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
12750
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
12751
+ }>>;
12535
12752
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
12536
12753
  }, "strip", z.ZodTypeAny, {
12537
12754
  proof_signing_alg_values_supported: string[];
12538
- key_attestations_required?: boolean | undefined;
12755
+ key_attestations_required?: {
12756
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
12757
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
12758
+ } | undefined;
12539
12759
  }, {
12540
12760
  proof_signing_alg_values_supported: string[];
12541
- key_attestations_required?: boolean | undefined;
12761
+ key_attestations_required?: {
12762
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
12763
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
12764
+ } | undefined;
12542
12765
  }>;
12543
12766
  }, "strip", z.ZodTypeAny, {
12544
12767
  jwt: {
12545
12768
  proof_signing_alg_values_supported: string[];
12546
- key_attestations_required?: boolean | undefined;
12769
+ key_attestations_required?: {
12770
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
12771
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
12772
+ } | undefined;
12547
12773
  };
12548
12774
  }, {
12549
12775
  jwt: {
12550
12776
  proof_signing_alg_values_supported: string[];
12551
- key_attestations_required?: boolean | undefined;
12777
+ key_attestations_required?: {
12778
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
12779
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
12780
+ } | undefined;
12552
12781
  };
12553
12782
  }>;
12554
12783
  schema_id: z.ZodString;
@@ -12559,7 +12788,10 @@ declare const baseSchema: z.ZodObject<{
12559
12788
  proof_types_supported: {
12560
12789
  jwt: {
12561
12790
  proof_signing_alg_values_supported: string[];
12562
- key_attestations_required?: boolean | undefined;
12791
+ key_attestations_required?: {
12792
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
12793
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
12794
+ } | undefined;
12563
12795
  };
12564
12796
  };
12565
12797
  scope: string;
@@ -12607,7 +12839,10 @@ declare const baseSchema: z.ZodObject<{
12607
12839
  proof_types_supported: {
12608
12840
  jwt: {
12609
12841
  proof_signing_alg_values_supported: string[];
12610
- key_attestations_required?: boolean | undefined;
12842
+ key_attestations_required?: {
12843
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
12844
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
12845
+ } | undefined;
12611
12846
  };
12612
12847
  };
12613
12848
  scope: string;
@@ -12797,7 +13032,6 @@ declare const baseSchema: z.ZodObject<{
12797
13032
  }>;
12798
13033
  nonce_endpoint: z.ZodOptional<z.ZodString>;
12799
13034
  notification_endpoint: z.ZodOptional<z.ZodString>;
12800
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
12801
13035
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
12802
13036
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
12803
13037
  }, z.ZodTypeAny, "passthrough"> | undefined;
@@ -15881,6 +16115,8 @@ declare const CredentialMetadata: z.ZodObject<{
15881
16115
  sd?: "never" | "always" | undefined;
15882
16116
  }[] | undefined;
15883
16117
  }>;
16118
+ declare const zKeyStorageLevel: z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>;
16119
+ type KeyStorageLevel = z.infer<typeof zKeyStorageLevel>;
15884
16120
  /**
15885
16121
  * Authentic sources metadata linking to trusted data sources
15886
16122
  */
@@ -16120,24 +16356,45 @@ declare const SupportedCredentialMetadata: z.ZodIntersection<z.ZodDiscriminatedU
16120
16356
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
16121
16357
  proof_types_supported: z.ZodObject<{
16122
16358
  jwt: z.ZodObject<{
16123
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
16359
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
16360
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
16361
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
16362
+ }, "strip", z.ZodTypeAny, {
16363
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16364
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16365
+ }, {
16366
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16367
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16368
+ }>>;
16124
16369
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
16125
16370
  }, "strip", z.ZodTypeAny, {
16126
16371
  proof_signing_alg_values_supported: string[];
16127
- key_attestations_required?: boolean | undefined;
16372
+ key_attestations_required?: {
16373
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16374
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16375
+ } | undefined;
16128
16376
  }, {
16129
16377
  proof_signing_alg_values_supported: string[];
16130
- key_attestations_required?: boolean | undefined;
16378
+ key_attestations_required?: {
16379
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16380
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16381
+ } | undefined;
16131
16382
  }>;
16132
16383
  }, "strip", z.ZodTypeAny, {
16133
16384
  jwt: {
16134
16385
  proof_signing_alg_values_supported: string[];
16135
- key_attestations_required?: boolean | undefined;
16386
+ key_attestations_required?: {
16387
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16388
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16389
+ } | undefined;
16136
16390
  };
16137
16391
  }, {
16138
16392
  jwt: {
16139
16393
  proof_signing_alg_values_supported: string[];
16140
- key_attestations_required?: boolean | undefined;
16394
+ key_attestations_required?: {
16395
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16396
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16397
+ } | undefined;
16141
16398
  };
16142
16399
  }>;
16143
16400
  schema_id: z.ZodString;
@@ -16148,7 +16405,10 @@ declare const SupportedCredentialMetadata: z.ZodIntersection<z.ZodDiscriminatedU
16148
16405
  proof_types_supported: {
16149
16406
  jwt: {
16150
16407
  proof_signing_alg_values_supported: string[];
16151
- key_attestations_required?: boolean | undefined;
16408
+ key_attestations_required?: {
16409
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16410
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16411
+ } | undefined;
16152
16412
  };
16153
16413
  };
16154
16414
  scope: string;
@@ -16196,7 +16456,10 @@ declare const SupportedCredentialMetadata: z.ZodIntersection<z.ZodDiscriminatedU
16196
16456
  proof_types_supported: {
16197
16457
  jwt: {
16198
16458
  proof_signing_alg_values_supported: string[];
16199
- key_attestations_required?: boolean | undefined;
16459
+ key_attestations_required?: {
16460
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16461
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16462
+ } | undefined;
16200
16463
  };
16201
16464
  };
16202
16465
  scope: string;
@@ -16479,24 +16742,45 @@ declare const itWalletCredentialIssuerMetadata: z.ZodObject<{
16479
16742
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
16480
16743
  proof_types_supported: z.ZodObject<{
16481
16744
  jwt: z.ZodObject<{
16482
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
16745
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
16746
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
16747
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
16748
+ }, "strip", z.ZodTypeAny, {
16749
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16750
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16751
+ }, {
16752
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16753
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16754
+ }>>;
16483
16755
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
16484
16756
  }, "strip", z.ZodTypeAny, {
16485
16757
  proof_signing_alg_values_supported: string[];
16486
- key_attestations_required?: boolean | undefined;
16758
+ key_attestations_required?: {
16759
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16760
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16761
+ } | undefined;
16487
16762
  }, {
16488
16763
  proof_signing_alg_values_supported: string[];
16489
- key_attestations_required?: boolean | undefined;
16764
+ key_attestations_required?: {
16765
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16766
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16767
+ } | undefined;
16490
16768
  }>;
16491
16769
  }, "strip", z.ZodTypeAny, {
16492
16770
  jwt: {
16493
16771
  proof_signing_alg_values_supported: string[];
16494
- key_attestations_required?: boolean | undefined;
16772
+ key_attestations_required?: {
16773
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16774
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16775
+ } | undefined;
16495
16776
  };
16496
16777
  }, {
16497
16778
  jwt: {
16498
16779
  proof_signing_alg_values_supported: string[];
16499
- key_attestations_required?: boolean | undefined;
16780
+ key_attestations_required?: {
16781
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16782
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16783
+ } | undefined;
16500
16784
  };
16501
16785
  }>;
16502
16786
  schema_id: z.ZodString;
@@ -16507,7 +16791,10 @@ declare const itWalletCredentialIssuerMetadata: z.ZodObject<{
16507
16791
  proof_types_supported: {
16508
16792
  jwt: {
16509
16793
  proof_signing_alg_values_supported: string[];
16510
- key_attestations_required?: boolean | undefined;
16794
+ key_attestations_required?: {
16795
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16796
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16797
+ } | undefined;
16511
16798
  };
16512
16799
  };
16513
16800
  scope: string;
@@ -16555,7 +16842,10 @@ declare const itWalletCredentialIssuerMetadata: z.ZodObject<{
16555
16842
  proof_types_supported: {
16556
16843
  jwt: {
16557
16844
  proof_signing_alg_values_supported: string[];
16558
- key_attestations_required?: boolean | undefined;
16845
+ key_attestations_required?: {
16846
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16847
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
16848
+ } | undefined;
16559
16849
  };
16560
16850
  };
16561
16851
  scope: string;
@@ -16745,7 +17035,6 @@ declare const itWalletCredentialIssuerMetadata: z.ZodObject<{
16745
17035
  }>;
16746
17036
  nonce_endpoint: z.ZodOptional<z.ZodString>;
16747
17037
  notification_endpoint: z.ZodOptional<z.ZodString>;
16748
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
16749
17038
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
16750
17039
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
16751
17040
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -16977,24 +17266,45 @@ declare const itWalletCredentialIssuerMetadata: z.ZodObject<{
16977
17266
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
16978
17267
  proof_types_supported: z.ZodObject<{
16979
17268
  jwt: z.ZodObject<{
16980
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
17269
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
17270
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
17271
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
17272
+ }, "strip", z.ZodTypeAny, {
17273
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17274
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17275
+ }, {
17276
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17277
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17278
+ }>>;
16981
17279
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
16982
17280
  }, "strip", z.ZodTypeAny, {
16983
17281
  proof_signing_alg_values_supported: string[];
16984
- key_attestations_required?: boolean | undefined;
17282
+ key_attestations_required?: {
17283
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17284
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17285
+ } | undefined;
16985
17286
  }, {
16986
17287
  proof_signing_alg_values_supported: string[];
16987
- key_attestations_required?: boolean | undefined;
17288
+ key_attestations_required?: {
17289
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17290
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17291
+ } | undefined;
16988
17292
  }>;
16989
17293
  }, "strip", z.ZodTypeAny, {
16990
17294
  jwt: {
16991
17295
  proof_signing_alg_values_supported: string[];
16992
- key_attestations_required?: boolean | undefined;
17296
+ key_attestations_required?: {
17297
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17298
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17299
+ } | undefined;
16993
17300
  };
16994
17301
  }, {
16995
17302
  jwt: {
16996
17303
  proof_signing_alg_values_supported: string[];
16997
- key_attestations_required?: boolean | undefined;
17304
+ key_attestations_required?: {
17305
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17306
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17307
+ } | undefined;
16998
17308
  };
16999
17309
  }>;
17000
17310
  schema_id: z.ZodString;
@@ -17005,7 +17315,10 @@ declare const itWalletCredentialIssuerMetadata: z.ZodObject<{
17005
17315
  proof_types_supported: {
17006
17316
  jwt: {
17007
17317
  proof_signing_alg_values_supported: string[];
17008
- key_attestations_required?: boolean | undefined;
17318
+ key_attestations_required?: {
17319
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17320
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17321
+ } | undefined;
17009
17322
  };
17010
17323
  };
17011
17324
  scope: string;
@@ -17053,7 +17366,10 @@ declare const itWalletCredentialIssuerMetadata: z.ZodObject<{
17053
17366
  proof_types_supported: {
17054
17367
  jwt: {
17055
17368
  proof_signing_alg_values_supported: string[];
17056
- key_attestations_required?: boolean | undefined;
17369
+ key_attestations_required?: {
17370
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17371
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17372
+ } | undefined;
17057
17373
  };
17058
17374
  };
17059
17375
  scope: string;
@@ -17243,7 +17559,6 @@ declare const itWalletCredentialIssuerMetadata: z.ZodObject<{
17243
17559
  }>;
17244
17560
  nonce_endpoint: z.ZodOptional<z.ZodString>;
17245
17561
  notification_endpoint: z.ZodOptional<z.ZodString>;
17246
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
17247
17562
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
17248
17563
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
17249
17564
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
@@ -17475,24 +17790,45 @@ declare const itWalletCredentialIssuerMetadata: z.ZodObject<{
17475
17790
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
17476
17791
  proof_types_supported: z.ZodObject<{
17477
17792
  jwt: z.ZodObject<{
17478
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
17793
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
17794
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
17795
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
17796
+ }, "strip", z.ZodTypeAny, {
17797
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17798
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17799
+ }, {
17800
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17801
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17802
+ }>>;
17479
17803
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
17480
17804
  }, "strip", z.ZodTypeAny, {
17481
17805
  proof_signing_alg_values_supported: string[];
17482
- key_attestations_required?: boolean | undefined;
17806
+ key_attestations_required?: {
17807
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17808
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17809
+ } | undefined;
17483
17810
  }, {
17484
17811
  proof_signing_alg_values_supported: string[];
17485
- key_attestations_required?: boolean | undefined;
17812
+ key_attestations_required?: {
17813
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17814
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17815
+ } | undefined;
17486
17816
  }>;
17487
17817
  }, "strip", z.ZodTypeAny, {
17488
17818
  jwt: {
17489
17819
  proof_signing_alg_values_supported: string[];
17490
- key_attestations_required?: boolean | undefined;
17820
+ key_attestations_required?: {
17821
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17822
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17823
+ } | undefined;
17491
17824
  };
17492
17825
  }, {
17493
17826
  jwt: {
17494
17827
  proof_signing_alg_values_supported: string[];
17495
- key_attestations_required?: boolean | undefined;
17828
+ key_attestations_required?: {
17829
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17830
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17831
+ } | undefined;
17496
17832
  };
17497
17833
  }>;
17498
17834
  schema_id: z.ZodString;
@@ -17503,7 +17839,10 @@ declare const itWalletCredentialIssuerMetadata: z.ZodObject<{
17503
17839
  proof_types_supported: {
17504
17840
  jwt: {
17505
17841
  proof_signing_alg_values_supported: string[];
17506
- key_attestations_required?: boolean | undefined;
17842
+ key_attestations_required?: {
17843
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17844
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17845
+ } | undefined;
17507
17846
  };
17508
17847
  };
17509
17848
  scope: string;
@@ -17551,7 +17890,10 @@ declare const itWalletCredentialIssuerMetadata: z.ZodObject<{
17551
17890
  proof_types_supported: {
17552
17891
  jwt: {
17553
17892
  proof_signing_alg_values_supported: string[];
17554
- key_attestations_required?: boolean | undefined;
17893
+ key_attestations_required?: {
17894
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17895
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
17896
+ } | undefined;
17555
17897
  };
17556
17898
  };
17557
17899
  scope: string;
@@ -17741,7 +18083,6 @@ declare const itWalletCredentialIssuerMetadata: z.ZodObject<{
17741
18083
  }>;
17742
18084
  nonce_endpoint: z.ZodOptional<z.ZodString>;
17743
18085
  notification_endpoint: z.ZodOptional<z.ZodString>;
17744
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
17745
18086
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
17746
18087
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
17747
18088
  }, z.ZodTypeAny, "passthrough">>;
@@ -21208,24 +21549,45 @@ declare const itWalletMetadataV1_3: z.ZodObject<{
21208
21549
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
21209
21550
  proof_types_supported: z.ZodObject<{
21210
21551
  jwt: z.ZodObject<{
21211
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
21552
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
21553
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
21554
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
21555
+ }, "strip", z.ZodTypeAny, {
21556
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
21557
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
21558
+ }, {
21559
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
21560
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
21561
+ }>>;
21212
21562
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
21213
21563
  }, "strip", z.ZodTypeAny, {
21214
21564
  proof_signing_alg_values_supported: string[];
21215
- key_attestations_required?: boolean | undefined;
21565
+ key_attestations_required?: {
21566
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
21567
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
21568
+ } | undefined;
21216
21569
  }, {
21217
21570
  proof_signing_alg_values_supported: string[];
21218
- key_attestations_required?: boolean | undefined;
21571
+ key_attestations_required?: {
21572
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
21573
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
21574
+ } | undefined;
21219
21575
  }>;
21220
21576
  }, "strip", z.ZodTypeAny, {
21221
21577
  jwt: {
21222
21578
  proof_signing_alg_values_supported: string[];
21223
- key_attestations_required?: boolean | undefined;
21579
+ key_attestations_required?: {
21580
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
21581
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
21582
+ } | undefined;
21224
21583
  };
21225
21584
  }, {
21226
21585
  jwt: {
21227
21586
  proof_signing_alg_values_supported: string[];
21228
- key_attestations_required?: boolean | undefined;
21587
+ key_attestations_required?: {
21588
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
21589
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
21590
+ } | undefined;
21229
21591
  };
21230
21592
  }>;
21231
21593
  schema_id: z.ZodString;
@@ -21236,7 +21598,10 @@ declare const itWalletMetadataV1_3: z.ZodObject<{
21236
21598
  proof_types_supported: {
21237
21599
  jwt: {
21238
21600
  proof_signing_alg_values_supported: string[];
21239
- key_attestations_required?: boolean | undefined;
21601
+ key_attestations_required?: {
21602
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
21603
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
21604
+ } | undefined;
21240
21605
  };
21241
21606
  };
21242
21607
  scope: string;
@@ -21284,7 +21649,10 @@ declare const itWalletMetadataV1_3: z.ZodObject<{
21284
21649
  proof_types_supported: {
21285
21650
  jwt: {
21286
21651
  proof_signing_alg_values_supported: string[];
21287
- key_attestations_required?: boolean | undefined;
21652
+ key_attestations_required?: {
21653
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
21654
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
21655
+ } | undefined;
21288
21656
  };
21289
21657
  };
21290
21658
  scope: string;
@@ -21474,7 +21842,6 @@ declare const itWalletMetadataV1_3: z.ZodObject<{
21474
21842
  }>;
21475
21843
  nonce_endpoint: z.ZodOptional<z.ZodString>;
21476
21844
  notification_endpoint: z.ZodOptional<z.ZodString>;
21477
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
21478
21845
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
21479
21846
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
21480
21847
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -21706,24 +22073,45 @@ declare const itWalletMetadataV1_3: z.ZodObject<{
21706
22073
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
21707
22074
  proof_types_supported: z.ZodObject<{
21708
22075
  jwt: z.ZodObject<{
21709
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
22076
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
22077
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
22078
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
22079
+ }, "strip", z.ZodTypeAny, {
22080
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22081
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22082
+ }, {
22083
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22084
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22085
+ }>>;
21710
22086
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
21711
22087
  }, "strip", z.ZodTypeAny, {
21712
22088
  proof_signing_alg_values_supported: string[];
21713
- key_attestations_required?: boolean | undefined;
22089
+ key_attestations_required?: {
22090
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22091
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22092
+ } | undefined;
21714
22093
  }, {
21715
22094
  proof_signing_alg_values_supported: string[];
21716
- key_attestations_required?: boolean | undefined;
22095
+ key_attestations_required?: {
22096
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22097
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22098
+ } | undefined;
21717
22099
  }>;
21718
22100
  }, "strip", z.ZodTypeAny, {
21719
22101
  jwt: {
21720
22102
  proof_signing_alg_values_supported: string[];
21721
- key_attestations_required?: boolean | undefined;
22103
+ key_attestations_required?: {
22104
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22105
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22106
+ } | undefined;
21722
22107
  };
21723
22108
  }, {
21724
22109
  jwt: {
21725
22110
  proof_signing_alg_values_supported: string[];
21726
- key_attestations_required?: boolean | undefined;
22111
+ key_attestations_required?: {
22112
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22113
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22114
+ } | undefined;
21727
22115
  };
21728
22116
  }>;
21729
22117
  schema_id: z.ZodString;
@@ -21734,7 +22122,10 @@ declare const itWalletMetadataV1_3: z.ZodObject<{
21734
22122
  proof_types_supported: {
21735
22123
  jwt: {
21736
22124
  proof_signing_alg_values_supported: string[];
21737
- key_attestations_required?: boolean | undefined;
22125
+ key_attestations_required?: {
22126
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22127
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22128
+ } | undefined;
21738
22129
  };
21739
22130
  };
21740
22131
  scope: string;
@@ -21782,7 +22173,10 @@ declare const itWalletMetadataV1_3: z.ZodObject<{
21782
22173
  proof_types_supported: {
21783
22174
  jwt: {
21784
22175
  proof_signing_alg_values_supported: string[];
21785
- key_attestations_required?: boolean | undefined;
22176
+ key_attestations_required?: {
22177
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22178
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22179
+ } | undefined;
21786
22180
  };
21787
22181
  };
21788
22182
  scope: string;
@@ -21972,7 +22366,6 @@ declare const itWalletMetadataV1_3: z.ZodObject<{
21972
22366
  }>;
21973
22367
  nonce_endpoint: z.ZodOptional<z.ZodString>;
21974
22368
  notification_endpoint: z.ZodOptional<z.ZodString>;
21975
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
21976
22369
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
21977
22370
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
21978
22371
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
@@ -22204,24 +22597,45 @@ declare const itWalletMetadataV1_3: z.ZodObject<{
22204
22597
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
22205
22598
  proof_types_supported: z.ZodObject<{
22206
22599
  jwt: z.ZodObject<{
22207
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
22600
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
22601
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
22602
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
22603
+ }, "strip", z.ZodTypeAny, {
22604
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22605
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22606
+ }, {
22607
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22608
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22609
+ }>>;
22208
22610
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
22209
22611
  }, "strip", z.ZodTypeAny, {
22210
22612
  proof_signing_alg_values_supported: string[];
22211
- key_attestations_required?: boolean | undefined;
22613
+ key_attestations_required?: {
22614
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22615
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22616
+ } | undefined;
22212
22617
  }, {
22213
22618
  proof_signing_alg_values_supported: string[];
22214
- key_attestations_required?: boolean | undefined;
22619
+ key_attestations_required?: {
22620
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22621
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22622
+ } | undefined;
22215
22623
  }>;
22216
22624
  }, "strip", z.ZodTypeAny, {
22217
22625
  jwt: {
22218
22626
  proof_signing_alg_values_supported: string[];
22219
- key_attestations_required?: boolean | undefined;
22627
+ key_attestations_required?: {
22628
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22629
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22630
+ } | undefined;
22220
22631
  };
22221
22632
  }, {
22222
22633
  jwt: {
22223
22634
  proof_signing_alg_values_supported: string[];
22224
- key_attestations_required?: boolean | undefined;
22635
+ key_attestations_required?: {
22636
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22637
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22638
+ } | undefined;
22225
22639
  };
22226
22640
  }>;
22227
22641
  schema_id: z.ZodString;
@@ -22232,7 +22646,10 @@ declare const itWalletMetadataV1_3: z.ZodObject<{
22232
22646
  proof_types_supported: {
22233
22647
  jwt: {
22234
22648
  proof_signing_alg_values_supported: string[];
22235
- key_attestations_required?: boolean | undefined;
22649
+ key_attestations_required?: {
22650
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22651
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22652
+ } | undefined;
22236
22653
  };
22237
22654
  };
22238
22655
  scope: string;
@@ -22280,7 +22697,10 @@ declare const itWalletMetadataV1_3: z.ZodObject<{
22280
22697
  proof_types_supported: {
22281
22698
  jwt: {
22282
22699
  proof_signing_alg_values_supported: string[];
22283
- key_attestations_required?: boolean | undefined;
22700
+ key_attestations_required?: {
22701
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22702
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
22703
+ } | undefined;
22284
22704
  };
22285
22705
  };
22286
22706
  scope: string;
@@ -22470,7 +22890,6 @@ declare const itWalletMetadataV1_3: z.ZodObject<{
22470
22890
  }>;
22471
22891
  nonce_endpoint: z.ZodOptional<z.ZodString>;
22472
22892
  notification_endpoint: z.ZodOptional<z.ZodString>;
22473
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
22474
22893
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
22475
22894
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
22476
22895
  }, z.ZodTypeAny, "passthrough">>>;
@@ -23603,24 +24022,45 @@ declare const itWalletMetadataV1_3: z.ZodObject<{
23603
24022
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
23604
24023
  proof_types_supported: z.ZodObject<{
23605
24024
  jwt: z.ZodObject<{
23606
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
24025
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
24026
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
24027
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
24028
+ }, "strip", z.ZodTypeAny, {
24029
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24030
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24031
+ }, {
24032
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24033
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24034
+ }>>;
23607
24035
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
23608
24036
  }, "strip", z.ZodTypeAny, {
23609
24037
  proof_signing_alg_values_supported: string[];
23610
- key_attestations_required?: boolean | undefined;
24038
+ key_attestations_required?: {
24039
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24040
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24041
+ } | undefined;
23611
24042
  }, {
23612
24043
  proof_signing_alg_values_supported: string[];
23613
- key_attestations_required?: boolean | undefined;
24044
+ key_attestations_required?: {
24045
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24046
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24047
+ } | undefined;
23614
24048
  }>;
23615
24049
  }, "strip", z.ZodTypeAny, {
23616
24050
  jwt: {
23617
24051
  proof_signing_alg_values_supported: string[];
23618
- key_attestations_required?: boolean | undefined;
24052
+ key_attestations_required?: {
24053
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24054
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24055
+ } | undefined;
23619
24056
  };
23620
24057
  }, {
23621
24058
  jwt: {
23622
24059
  proof_signing_alg_values_supported: string[];
23623
- key_attestations_required?: boolean | undefined;
24060
+ key_attestations_required?: {
24061
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24062
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24063
+ } | undefined;
23624
24064
  };
23625
24065
  }>;
23626
24066
  schema_id: z.ZodString;
@@ -23631,7 +24071,10 @@ declare const itWalletMetadataV1_3: z.ZodObject<{
23631
24071
  proof_types_supported: {
23632
24072
  jwt: {
23633
24073
  proof_signing_alg_values_supported: string[];
23634
- key_attestations_required?: boolean | undefined;
24074
+ key_attestations_required?: {
24075
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24076
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24077
+ } | undefined;
23635
24078
  };
23636
24079
  };
23637
24080
  scope: string;
@@ -23679,7 +24122,10 @@ declare const itWalletMetadataV1_3: z.ZodObject<{
23679
24122
  proof_types_supported: {
23680
24123
  jwt: {
23681
24124
  proof_signing_alg_values_supported: string[];
23682
- key_attestations_required?: boolean | undefined;
24125
+ key_attestations_required?: {
24126
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24127
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24128
+ } | undefined;
23683
24129
  };
23684
24130
  };
23685
24131
  scope: string;
@@ -23869,7 +24315,6 @@ declare const itWalletMetadataV1_3: z.ZodObject<{
23869
24315
  }>;
23870
24316
  nonce_endpoint: z.ZodOptional<z.ZodString>;
23871
24317
  notification_endpoint: z.ZodOptional<z.ZodString>;
23872
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
23873
24318
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
23874
24319
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
23875
24320
  }, z.ZodTypeAny, "passthrough"> | undefined;
@@ -24431,24 +24876,45 @@ declare const itWalletMetadataV1_3: z.ZodObject<{
24431
24876
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
24432
24877
  proof_types_supported: z.ZodObject<{
24433
24878
  jwt: z.ZodObject<{
24434
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
24879
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
24880
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
24881
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
24882
+ }, "strip", z.ZodTypeAny, {
24883
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24884
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24885
+ }, {
24886
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24887
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24888
+ }>>;
24435
24889
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
24436
24890
  }, "strip", z.ZodTypeAny, {
24437
24891
  proof_signing_alg_values_supported: string[];
24438
- key_attestations_required?: boolean | undefined;
24892
+ key_attestations_required?: {
24893
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24894
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24895
+ } | undefined;
24439
24896
  }, {
24440
24897
  proof_signing_alg_values_supported: string[];
24441
- key_attestations_required?: boolean | undefined;
24898
+ key_attestations_required?: {
24899
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24900
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24901
+ } | undefined;
24442
24902
  }>;
24443
24903
  }, "strip", z.ZodTypeAny, {
24444
24904
  jwt: {
24445
24905
  proof_signing_alg_values_supported: string[];
24446
- key_attestations_required?: boolean | undefined;
24906
+ key_attestations_required?: {
24907
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24908
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24909
+ } | undefined;
24447
24910
  };
24448
24911
  }, {
24449
24912
  jwt: {
24450
24913
  proof_signing_alg_values_supported: string[];
24451
- key_attestations_required?: boolean | undefined;
24914
+ key_attestations_required?: {
24915
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24916
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24917
+ } | undefined;
24452
24918
  };
24453
24919
  }>;
24454
24920
  schema_id: z.ZodString;
@@ -24459,7 +24925,10 @@ declare const itWalletMetadataV1_3: z.ZodObject<{
24459
24925
  proof_types_supported: {
24460
24926
  jwt: {
24461
24927
  proof_signing_alg_values_supported: string[];
24462
- key_attestations_required?: boolean | undefined;
24928
+ key_attestations_required?: {
24929
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24930
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24931
+ } | undefined;
24463
24932
  };
24464
24933
  };
24465
24934
  scope: string;
@@ -24507,7 +24976,10 @@ declare const itWalletMetadataV1_3: z.ZodObject<{
24507
24976
  proof_types_supported: {
24508
24977
  jwt: {
24509
24978
  proof_signing_alg_values_supported: string[];
24510
- key_attestations_required?: boolean | undefined;
24979
+ key_attestations_required?: {
24980
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24981
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
24982
+ } | undefined;
24511
24983
  };
24512
24984
  };
24513
24985
  scope: string;
@@ -24697,7 +25169,6 @@ declare const itWalletMetadataV1_3: z.ZodObject<{
24697
25169
  }>;
24698
25170
  nonce_endpoint: z.ZodOptional<z.ZodString>;
24699
25171
  notification_endpoint: z.ZodOptional<z.ZodString>;
24700
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
24701
25172
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
24702
25173
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
24703
25174
  }, z.ZodTypeAny, "passthrough"> | undefined;
@@ -25337,24 +25808,45 @@ declare const itWalletMetadataSchema: z.ZodUnion<[z.ZodObject<{
25337
25808
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
25338
25809
  proof_types_supported: z.ZodObject<{
25339
25810
  jwt: z.ZodObject<{
25340
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
25811
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
25812
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
25813
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
25814
+ }, "strip", z.ZodTypeAny, {
25815
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
25816
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
25817
+ }, {
25818
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
25819
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
25820
+ }>>;
25341
25821
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
25342
25822
  }, "strip", z.ZodTypeAny, {
25343
25823
  proof_signing_alg_values_supported: string[];
25344
- key_attestations_required?: boolean | undefined;
25824
+ key_attestations_required?: {
25825
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
25826
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
25827
+ } | undefined;
25345
25828
  }, {
25346
25829
  proof_signing_alg_values_supported: string[];
25347
- key_attestations_required?: boolean | undefined;
25830
+ key_attestations_required?: {
25831
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
25832
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
25833
+ } | undefined;
25348
25834
  }>;
25349
25835
  }, "strip", z.ZodTypeAny, {
25350
25836
  jwt: {
25351
25837
  proof_signing_alg_values_supported: string[];
25352
- key_attestations_required?: boolean | undefined;
25838
+ key_attestations_required?: {
25839
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
25840
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
25841
+ } | undefined;
25353
25842
  };
25354
25843
  }, {
25355
25844
  jwt: {
25356
25845
  proof_signing_alg_values_supported: string[];
25357
- key_attestations_required?: boolean | undefined;
25846
+ key_attestations_required?: {
25847
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
25848
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
25849
+ } | undefined;
25358
25850
  };
25359
25851
  }>;
25360
25852
  schema_id: z.ZodString;
@@ -25365,7 +25857,10 @@ declare const itWalletMetadataSchema: z.ZodUnion<[z.ZodObject<{
25365
25857
  proof_types_supported: {
25366
25858
  jwt: {
25367
25859
  proof_signing_alg_values_supported: string[];
25368
- key_attestations_required?: boolean | undefined;
25860
+ key_attestations_required?: {
25861
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
25862
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
25863
+ } | undefined;
25369
25864
  };
25370
25865
  };
25371
25866
  scope: string;
@@ -25413,7 +25908,10 @@ declare const itWalletMetadataSchema: z.ZodUnion<[z.ZodObject<{
25413
25908
  proof_types_supported: {
25414
25909
  jwt: {
25415
25910
  proof_signing_alg_values_supported: string[];
25416
- key_attestations_required?: boolean | undefined;
25911
+ key_attestations_required?: {
25912
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
25913
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
25914
+ } | undefined;
25417
25915
  };
25418
25916
  };
25419
25917
  scope: string;
@@ -25603,7 +26101,6 @@ declare const itWalletMetadataSchema: z.ZodUnion<[z.ZodObject<{
25603
26101
  }>;
25604
26102
  nonce_endpoint: z.ZodOptional<z.ZodString>;
25605
26103
  notification_endpoint: z.ZodOptional<z.ZodString>;
25606
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
25607
26104
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
25608
26105
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
25609
26106
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -25835,24 +26332,45 @@ declare const itWalletMetadataSchema: z.ZodUnion<[z.ZodObject<{
25835
26332
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
25836
26333
  proof_types_supported: z.ZodObject<{
25837
26334
  jwt: z.ZodObject<{
25838
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
26335
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
26336
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
26337
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
26338
+ }, "strip", z.ZodTypeAny, {
26339
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26340
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26341
+ }, {
26342
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26343
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26344
+ }>>;
25839
26345
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
25840
26346
  }, "strip", z.ZodTypeAny, {
25841
26347
  proof_signing_alg_values_supported: string[];
25842
- key_attestations_required?: boolean | undefined;
26348
+ key_attestations_required?: {
26349
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26350
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26351
+ } | undefined;
25843
26352
  }, {
25844
26353
  proof_signing_alg_values_supported: string[];
25845
- key_attestations_required?: boolean | undefined;
26354
+ key_attestations_required?: {
26355
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26356
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26357
+ } | undefined;
25846
26358
  }>;
25847
26359
  }, "strip", z.ZodTypeAny, {
25848
26360
  jwt: {
25849
26361
  proof_signing_alg_values_supported: string[];
25850
- key_attestations_required?: boolean | undefined;
26362
+ key_attestations_required?: {
26363
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26364
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26365
+ } | undefined;
25851
26366
  };
25852
26367
  }, {
25853
26368
  jwt: {
25854
26369
  proof_signing_alg_values_supported: string[];
25855
- key_attestations_required?: boolean | undefined;
26370
+ key_attestations_required?: {
26371
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26372
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26373
+ } | undefined;
25856
26374
  };
25857
26375
  }>;
25858
26376
  schema_id: z.ZodString;
@@ -25863,7 +26381,10 @@ declare const itWalletMetadataSchema: z.ZodUnion<[z.ZodObject<{
25863
26381
  proof_types_supported: {
25864
26382
  jwt: {
25865
26383
  proof_signing_alg_values_supported: string[];
25866
- key_attestations_required?: boolean | undefined;
26384
+ key_attestations_required?: {
26385
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26386
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26387
+ } | undefined;
25867
26388
  };
25868
26389
  };
25869
26390
  scope: string;
@@ -25911,7 +26432,10 @@ declare const itWalletMetadataSchema: z.ZodUnion<[z.ZodObject<{
25911
26432
  proof_types_supported: {
25912
26433
  jwt: {
25913
26434
  proof_signing_alg_values_supported: string[];
25914
- key_attestations_required?: boolean | undefined;
26435
+ key_attestations_required?: {
26436
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26437
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26438
+ } | undefined;
25915
26439
  };
25916
26440
  };
25917
26441
  scope: string;
@@ -26101,7 +26625,6 @@ declare const itWalletMetadataSchema: z.ZodUnion<[z.ZodObject<{
26101
26625
  }>;
26102
26626
  nonce_endpoint: z.ZodOptional<z.ZodString>;
26103
26627
  notification_endpoint: z.ZodOptional<z.ZodString>;
26104
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
26105
26628
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
26106
26629
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
26107
26630
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
@@ -26333,24 +26856,45 @@ declare const itWalletMetadataSchema: z.ZodUnion<[z.ZodObject<{
26333
26856
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
26334
26857
  proof_types_supported: z.ZodObject<{
26335
26858
  jwt: z.ZodObject<{
26336
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
26859
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
26860
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
26861
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
26862
+ }, "strip", z.ZodTypeAny, {
26863
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26864
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26865
+ }, {
26866
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26867
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26868
+ }>>;
26337
26869
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
26338
26870
  }, "strip", z.ZodTypeAny, {
26339
26871
  proof_signing_alg_values_supported: string[];
26340
- key_attestations_required?: boolean | undefined;
26872
+ key_attestations_required?: {
26873
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26874
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26875
+ } | undefined;
26341
26876
  }, {
26342
26877
  proof_signing_alg_values_supported: string[];
26343
- key_attestations_required?: boolean | undefined;
26878
+ key_attestations_required?: {
26879
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26880
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26881
+ } | undefined;
26344
26882
  }>;
26345
26883
  }, "strip", z.ZodTypeAny, {
26346
26884
  jwt: {
26347
26885
  proof_signing_alg_values_supported: string[];
26348
- key_attestations_required?: boolean | undefined;
26886
+ key_attestations_required?: {
26887
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26888
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26889
+ } | undefined;
26349
26890
  };
26350
26891
  }, {
26351
26892
  jwt: {
26352
26893
  proof_signing_alg_values_supported: string[];
26353
- key_attestations_required?: boolean | undefined;
26894
+ key_attestations_required?: {
26895
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26896
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26897
+ } | undefined;
26354
26898
  };
26355
26899
  }>;
26356
26900
  schema_id: z.ZodString;
@@ -26361,7 +26905,10 @@ declare const itWalletMetadataSchema: z.ZodUnion<[z.ZodObject<{
26361
26905
  proof_types_supported: {
26362
26906
  jwt: {
26363
26907
  proof_signing_alg_values_supported: string[];
26364
- key_attestations_required?: boolean | undefined;
26908
+ key_attestations_required?: {
26909
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26910
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26911
+ } | undefined;
26365
26912
  };
26366
26913
  };
26367
26914
  scope: string;
@@ -26409,7 +26956,10 @@ declare const itWalletMetadataSchema: z.ZodUnion<[z.ZodObject<{
26409
26956
  proof_types_supported: {
26410
26957
  jwt: {
26411
26958
  proof_signing_alg_values_supported: string[];
26412
- key_attestations_required?: boolean | undefined;
26959
+ key_attestations_required?: {
26960
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26961
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
26962
+ } | undefined;
26413
26963
  };
26414
26964
  };
26415
26965
  scope: string;
@@ -26599,7 +27149,6 @@ declare const itWalletMetadataSchema: z.ZodUnion<[z.ZodObject<{
26599
27149
  }>;
26600
27150
  nonce_endpoint: z.ZodOptional<z.ZodString>;
26601
27151
  notification_endpoint: z.ZodOptional<z.ZodString>;
26602
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
26603
27152
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
26604
27153
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
26605
27154
  }, z.ZodTypeAny, "passthrough">>>;
@@ -27732,24 +28281,45 @@ declare const itWalletMetadataSchema: z.ZodUnion<[z.ZodObject<{
27732
28281
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
27733
28282
  proof_types_supported: z.ZodObject<{
27734
28283
  jwt: z.ZodObject<{
27735
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
28284
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
28285
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
28286
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
28287
+ }, "strip", z.ZodTypeAny, {
28288
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
28289
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
28290
+ }, {
28291
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
28292
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
28293
+ }>>;
27736
28294
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
27737
28295
  }, "strip", z.ZodTypeAny, {
27738
28296
  proof_signing_alg_values_supported: string[];
27739
- key_attestations_required?: boolean | undefined;
28297
+ key_attestations_required?: {
28298
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
28299
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
28300
+ } | undefined;
27740
28301
  }, {
27741
28302
  proof_signing_alg_values_supported: string[];
27742
- key_attestations_required?: boolean | undefined;
28303
+ key_attestations_required?: {
28304
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
28305
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
28306
+ } | undefined;
27743
28307
  }>;
27744
28308
  }, "strip", z.ZodTypeAny, {
27745
28309
  jwt: {
27746
28310
  proof_signing_alg_values_supported: string[];
27747
- key_attestations_required?: boolean | undefined;
28311
+ key_attestations_required?: {
28312
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
28313
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
28314
+ } | undefined;
27748
28315
  };
27749
28316
  }, {
27750
28317
  jwt: {
27751
28318
  proof_signing_alg_values_supported: string[];
27752
- key_attestations_required?: boolean | undefined;
28319
+ key_attestations_required?: {
28320
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
28321
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
28322
+ } | undefined;
27753
28323
  };
27754
28324
  }>;
27755
28325
  schema_id: z.ZodString;
@@ -27760,7 +28330,10 @@ declare const itWalletMetadataSchema: z.ZodUnion<[z.ZodObject<{
27760
28330
  proof_types_supported: {
27761
28331
  jwt: {
27762
28332
  proof_signing_alg_values_supported: string[];
27763
- key_attestations_required?: boolean | undefined;
28333
+ key_attestations_required?: {
28334
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
28335
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
28336
+ } | undefined;
27764
28337
  };
27765
28338
  };
27766
28339
  scope: string;
@@ -27808,7 +28381,10 @@ declare const itWalletMetadataSchema: z.ZodUnion<[z.ZodObject<{
27808
28381
  proof_types_supported: {
27809
28382
  jwt: {
27810
28383
  proof_signing_alg_values_supported: string[];
27811
- key_attestations_required?: boolean | undefined;
28384
+ key_attestations_required?: {
28385
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
28386
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
28387
+ } | undefined;
27812
28388
  };
27813
28389
  };
27814
28390
  scope: string;
@@ -27998,7 +28574,6 @@ declare const itWalletMetadataSchema: z.ZodUnion<[z.ZodObject<{
27998
28574
  }>;
27999
28575
  nonce_endpoint: z.ZodOptional<z.ZodString>;
28000
28576
  notification_endpoint: z.ZodOptional<z.ZodString>;
28001
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
28002
28577
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
28003
28578
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
28004
28579
  }, z.ZodTypeAny, "passthrough"> | undefined;
@@ -28560,24 +29135,45 @@ declare const itWalletMetadataSchema: z.ZodUnion<[z.ZodObject<{
28560
29135
  cryptographic_binding_methods_supported: z.ZodArray<z.ZodString, "many">;
28561
29136
  proof_types_supported: z.ZodObject<{
28562
29137
  jwt: z.ZodObject<{
28563
- key_attestations_required: z.ZodOptional<z.ZodBoolean>;
29138
+ key_attestations_required: z.ZodOptional<z.ZodObject<{
29139
+ key_storage: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
29140
+ user_authentication: z.ZodOptional<z.ZodArray<z.ZodEnum<["iso_18045_high", "iso_18045_moderate", "iso_18045_enhanced-basic", "iso_18045_basic"]>, "many">>;
29141
+ }, "strip", z.ZodTypeAny, {
29142
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
29143
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
29144
+ }, {
29145
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
29146
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
29147
+ }>>;
28564
29148
  proof_signing_alg_values_supported: z.ZodArray<z.ZodString, "many">;
28565
29149
  }, "strip", z.ZodTypeAny, {
28566
29150
  proof_signing_alg_values_supported: string[];
28567
- key_attestations_required?: boolean | undefined;
29151
+ key_attestations_required?: {
29152
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
29153
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
29154
+ } | undefined;
28568
29155
  }, {
28569
29156
  proof_signing_alg_values_supported: string[];
28570
- key_attestations_required?: boolean | undefined;
29157
+ key_attestations_required?: {
29158
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
29159
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
29160
+ } | undefined;
28571
29161
  }>;
28572
29162
  }, "strip", z.ZodTypeAny, {
28573
29163
  jwt: {
28574
29164
  proof_signing_alg_values_supported: string[];
28575
- key_attestations_required?: boolean | undefined;
29165
+ key_attestations_required?: {
29166
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
29167
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
29168
+ } | undefined;
28576
29169
  };
28577
29170
  }, {
28578
29171
  jwt: {
28579
29172
  proof_signing_alg_values_supported: string[];
28580
- key_attestations_required?: boolean | undefined;
29173
+ key_attestations_required?: {
29174
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
29175
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
29176
+ } | undefined;
28581
29177
  };
28582
29178
  }>;
28583
29179
  schema_id: z.ZodString;
@@ -28588,7 +29184,10 @@ declare const itWalletMetadataSchema: z.ZodUnion<[z.ZodObject<{
28588
29184
  proof_types_supported: {
28589
29185
  jwt: {
28590
29186
  proof_signing_alg_values_supported: string[];
28591
- key_attestations_required?: boolean | undefined;
29187
+ key_attestations_required?: {
29188
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
29189
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
29190
+ } | undefined;
28592
29191
  };
28593
29192
  };
28594
29193
  scope: string;
@@ -28636,7 +29235,10 @@ declare const itWalletMetadataSchema: z.ZodUnion<[z.ZodObject<{
28636
29235
  proof_types_supported: {
28637
29236
  jwt: {
28638
29237
  proof_signing_alg_values_supported: string[];
28639
- key_attestations_required?: boolean | undefined;
29238
+ key_attestations_required?: {
29239
+ key_storage?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
29240
+ user_authentication?: ("iso_18045_high" | "iso_18045_moderate" | "iso_18045_enhanced-basic" | "iso_18045_basic")[] | undefined;
29241
+ } | undefined;
28640
29242
  };
28641
29243
  };
28642
29244
  scope: string;
@@ -28826,7 +29428,6 @@ declare const itWalletMetadataSchema: z.ZodUnion<[z.ZodObject<{
28826
29428
  }>;
28827
29429
  nonce_endpoint: z.ZodOptional<z.ZodString>;
28828
29430
  notification_endpoint: z.ZodOptional<z.ZodString>;
28829
- status_attestation_endpoint: z.ZodOptional<z.ZodString>;
28830
29431
  status_list_aggregation_endpoint: z.ZodOptional<z.ZodString>;
28831
29432
  trust_frameworks_supported: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"eudi_wallet">, z.ZodLiteral<"it_cie">, z.ZodLiteral<"it_wallet">, z.ZodLiteral<"it_l2+document_proof">]>, "many">;
28832
29433
  }, z.ZodTypeAny, "passthrough"> | undefined;
@@ -31705,4 +32306,4 @@ declare const metadataPolicySchema: z.ZodEffects<z.ZodIntersection<z.ZodObject<{
31705
32306
  } & Record<string, any>>;
31706
32307
  type MetadataPolicyOperator = z.input<typeof metadataPolicySchema>;
31707
32308
 
31708
- export { AuthenticSources as AuthenticSourcesV1_3, ClaimDisplayMetadata as ClaimDisplayMetadataV1_3, ClaimsMetadata$1 as ClaimsMetadata, ClaimsMetadata as ClaimsMetadataV1_3, type Constraint, type CreateEntityConfigurationOptions, CredentialDisplayMetadata$1 as CredentialDisplayMetadata, CredentialDisplayMetadata as CredentialDisplayMetadataV1_3, CredentialMetadata as CredentialMetadataV1_3, type EntityConfigurationHeader, type EntityConfigurationHeaderOptions, type FederationEntityMetadata, ImageMetadata as ImageMetadataV1_3, type ItWalletAuthorizationServerMetadata$1 as ItWalletAuthorizationServerMetadata, type ItWalletAuthorizationServerMetadata as ItWalletAuthorizationServerMetadataV1_3, type ItWalletCredentialIssuerMetadata$1 as ItWalletCredentialIssuerMetadata, type ItWalletCredentialIssuerMetadata as ItWalletCredentialIssuerMetadataV1_3, type ItWalletCredentialVerifierMetadata$1 as ItWalletCredentialVerifierMetadata, type ItWalletCredentialVerifierMetadata as ItWalletCredentialVerifierMetadataV1_3, type ItWalletEntityConfigurationClaims, type ItWalletEntityConfigurationClaimsOptions, type ItWalletFederationEntityMetadata, type ItWalletProviderEntityMetadata, type ItWalletSolutionEntityMetadata as ItWalletSolutionEntityMetadataV1_3, type JsonWebKey, type Metadata, MetadataMergeStrategy, type MetadataOperator, MetadataOrderOfApplication, type MetadataPolicyOperator, type MetadataV1_0, type MetadataV1_3, type SignCallback, SupportedCredentialMetadata$1 as SupportedCredentialMetadata, SupportedCredentialMetadata as SupportedCredentialMetadataV1_3, type SupportedPolicyKey, type TrustMark, type TrustMarkIssuer, type TrustMarkOwner, addOperator, allSupportedPolicies, base64ToBase64URL, commonMetadataSchema, constraintSchema, createEntity, createItWalletEntityConfiguration, createPolicyOperatorSchema, defaultOperator, entityConfigurationHeaderSchema, essentialOperator, federationEntityMetadata, isExistingPolicyKey, itWalletAuthorizationServerIdentifier$1 as itWalletAuthorizationServerIdentifier, itWalletAuthorizationServerIdentifier as itWalletAuthorizationServerIdentifierV1_3, itWalletAuthorizationServerMetadata$1 as itWalletAuthorizationServerMetadata, itWalletAuthorizationServerMetadata as itWalletAuthorizationServerMetadataV1_3, itWalletCredentialIssuerIdentifier$1 as itWalletCredentialIssuerIdentifier, itWalletCredentialIssuerIdentifier as itWalletCredentialIssuerIdentifierV1_3, itWalletCredentialIssuerMetadata$1 as itWalletCredentialIssuerMetadata, itWalletCredentialIssuerMetadata as itWalletCredentialIssuerMetadataV1_3, itWalletCredentialVerifierIdentifier, itWalletCredentialVerifierIdentifier as itWalletCredentialVerifierIdentifierV1_3, itWalletCredentialVerifierMetadata$1 as itWalletCredentialVerifierMetadata, itWalletCredentialVerifierMetadata as itWalletCredentialVerifierMetadataV1_3, itWalletEntityConfigurationClaimsSchema, itWalletEntityStatementClaimsSchema, itWalletFederationEntityIdentifier, itWalletFederationEntityMetadata, itWalletMetadataSchema, itWalletMetadataV1_0, itWalletMetadataV1_3, itWalletProviderEntityIdentifier, itWalletProviderEntityMetadata, itWalletSolutionEntityIdentifier as itWalletSolutionEntityIdentifierV1_3, itWalletSolutionEntityMetadata as itWalletSolutionEntityMetadataV1_3, jsonWebKeySchema, type jsonWebKeySet, jsonWebKeySetSchema, metadataPolicySchema, oneOfOperator, subsetOfOperator, supersetOfOperator, swapValidators, trustMarkIssuerSchema, trustMarkOwnerSchema, trustMarkSchema, trustMarkUrlSchema, valueOperator };
32309
+ export { AuthenticSources as AuthenticSourcesV1_3, ClaimDisplayMetadata as ClaimDisplayMetadataV1_3, ClaimsMetadata$1 as ClaimsMetadata, ClaimsMetadata as ClaimsMetadataV1_3, type Constraint, type CreateEntityConfigurationOptions, CredentialDisplayMetadata$1 as CredentialDisplayMetadata, CredentialDisplayMetadata as CredentialDisplayMetadataV1_3, CredentialMetadata as CredentialMetadataV1_3, type EntityConfigurationHeader, type EntityConfigurationHeaderOptions, type FederationEntityMetadata, ImageMetadata as ImageMetadataV1_3, type ItWalletAuthorizationServerMetadata$1 as ItWalletAuthorizationServerMetadata, type ItWalletAuthorizationServerMetadata as ItWalletAuthorizationServerMetadataV1_3, type ItWalletCredentialIssuerMetadata$1 as ItWalletCredentialIssuerMetadata, type ItWalletCredentialIssuerMetadata as ItWalletCredentialIssuerMetadataV1_3, type ItWalletCredentialVerifierMetadata$1 as ItWalletCredentialVerifierMetadata, type ItWalletCredentialVerifierMetadata as ItWalletCredentialVerifierMetadataV1_3, type ItWalletEntityConfigurationClaims, type ItWalletEntityConfigurationClaimsOptions, type ItWalletFederationEntityMetadata, type ItWalletProviderEntityMetadata, type ItWalletSolutionEntityMetadata as ItWalletSolutionEntityMetadataV1_3, type JsonWebKey, type KeyStorageLevel as KeyStorageLevelV1_3, type Metadata, MetadataMergeStrategy, type MetadataOperator, MetadataOrderOfApplication, type MetadataPolicyOperator, type MetadataV1_0, type MetadataV1_3, type SignCallback, SupportedCredentialMetadata$1 as SupportedCredentialMetadata, SupportedCredentialMetadata as SupportedCredentialMetadataV1_3, type SupportedPolicyKey, type TrustMark, type TrustMarkIssuer, type TrustMarkOwner, addOperator, allSupportedPolicies, base64ToBase64URL, commonMetadataSchema, constraintSchema, createEntity, createItWalletEntityConfiguration, createPolicyOperatorSchema, defaultOperator, entityConfigurationHeaderSchema, essentialOperator, federationEntityMetadata, isExistingPolicyKey, itWalletAuthorizationServerIdentifier$1 as itWalletAuthorizationServerIdentifier, itWalletAuthorizationServerIdentifier as itWalletAuthorizationServerIdentifierV1_3, itWalletAuthorizationServerMetadata$1 as itWalletAuthorizationServerMetadata, itWalletAuthorizationServerMetadata as itWalletAuthorizationServerMetadataV1_3, itWalletCredentialIssuerIdentifier$1 as itWalletCredentialIssuerIdentifier, itWalletCredentialIssuerIdentifier as itWalletCredentialIssuerIdentifierV1_3, itWalletCredentialIssuerMetadata$1 as itWalletCredentialIssuerMetadata, itWalletCredentialIssuerMetadata as itWalletCredentialIssuerMetadataV1_3, itWalletCredentialVerifierIdentifier, itWalletCredentialVerifierIdentifier as itWalletCredentialVerifierIdentifierV1_3, itWalletCredentialVerifierMetadata$1 as itWalletCredentialVerifierMetadata, itWalletCredentialVerifierMetadata as itWalletCredentialVerifierMetadataV1_3, itWalletEntityConfigurationClaimsSchema, itWalletEntityStatementClaimsSchema, itWalletFederationEntityIdentifier, itWalletFederationEntityMetadata, itWalletMetadataSchema, itWalletMetadataV1_0, itWalletMetadataV1_3, itWalletProviderEntityIdentifier, itWalletProviderEntityMetadata, itWalletSolutionEntityIdentifier as itWalletSolutionEntityIdentifierV1_3, itWalletSolutionEntityMetadata as itWalletSolutionEntityMetadataV1_3, jsonWebKeySchema, type jsonWebKeySet, jsonWebKeySetSchema, metadataPolicySchema, oneOfOperator, subsetOfOperator, supersetOfOperator, swapValidators, trustMarkIssuerSchema, trustMarkOwnerSchema, trustMarkSchema, trustMarkUrlSchema, valueOperator, zKeyStorageLevel as zKeyStorageLevelV1_3 };