@pagopa/io-wallet-oid4vci 1.4.1 → 1.4.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 +54 -36
- package/dist/index.d.ts +54 -36
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -1597,9 +1597,11 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
1597
1597
|
openid_credential_issuer?: {
|
|
1598
1598
|
[x: string]: unknown;
|
|
1599
1599
|
credential_configurations_supported: Record<string, ({
|
|
1600
|
+
credential_signing_alg_values_supported: string[];
|
|
1600
1601
|
format: "dc+sd-jwt";
|
|
1601
1602
|
vct: string;
|
|
1602
1603
|
} | {
|
|
1604
|
+
credential_signing_alg_values_supported: number[];
|
|
1603
1605
|
doctype: string;
|
|
1604
1606
|
format: "mso_mdoc";
|
|
1605
1607
|
}) & {
|
|
@@ -1640,7 +1642,6 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
1640
1642
|
} | undefined;
|
|
1641
1643
|
}[] | undefined;
|
|
1642
1644
|
};
|
|
1643
|
-
credential_signing_alg_values_supported: string[];
|
|
1644
1645
|
cryptographic_binding_methods_supported: string[];
|
|
1645
1646
|
proof_types_supported: {
|
|
1646
1647
|
jwt: {
|
|
@@ -1670,7 +1671,7 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
1670
1671
|
x5u?: string | undefined;
|
|
1671
1672
|
}[];
|
|
1672
1673
|
};
|
|
1673
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
1674
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
1674
1675
|
authorization_servers?: string[] | undefined;
|
|
1675
1676
|
batch_credential_issuance?: {
|
|
1676
1677
|
batch_size: number;
|
|
@@ -2078,9 +2079,11 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
2078
2079
|
openid_credential_issuer?: {
|
|
2079
2080
|
[x: string]: unknown;
|
|
2080
2081
|
credential_configurations_supported: Record<string, ({
|
|
2082
|
+
credential_signing_alg_values_supported: string[];
|
|
2081
2083
|
format: "dc+sd-jwt";
|
|
2082
2084
|
vct: string;
|
|
2083
2085
|
} | {
|
|
2086
|
+
credential_signing_alg_values_supported: number[];
|
|
2084
2087
|
doctype: string;
|
|
2085
2088
|
format: "mso_mdoc";
|
|
2086
2089
|
}) & {
|
|
@@ -2121,7 +2124,6 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
2121
2124
|
} | undefined;
|
|
2122
2125
|
}[] | undefined;
|
|
2123
2126
|
};
|
|
2124
|
-
credential_signing_alg_values_supported: string[];
|
|
2125
2127
|
cryptographic_binding_methods_supported: string[];
|
|
2126
2128
|
proof_types_supported: {
|
|
2127
2129
|
jwt: {
|
|
@@ -2151,7 +2153,7 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
2151
2153
|
x5u?: string | undefined;
|
|
2152
2154
|
}[];
|
|
2153
2155
|
};
|
|
2154
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
2156
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
2155
2157
|
authorization_servers?: string[] | undefined;
|
|
2156
2158
|
batch_credential_issuance?: {
|
|
2157
2159
|
batch_size: number;
|
|
@@ -2559,9 +2561,11 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
2559
2561
|
openid_credential_issuer?: {
|
|
2560
2562
|
[x: string]: unknown;
|
|
2561
2563
|
credential_configurations_supported: Record<string, ({
|
|
2564
|
+
credential_signing_alg_values_supported: string[];
|
|
2562
2565
|
format: "dc+sd-jwt";
|
|
2563
2566
|
vct: string;
|
|
2564
2567
|
} | {
|
|
2568
|
+
credential_signing_alg_values_supported: number[];
|
|
2565
2569
|
doctype: string;
|
|
2566
2570
|
format: "mso_mdoc";
|
|
2567
2571
|
}) & {
|
|
@@ -2602,7 +2606,6 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
2602
2606
|
} | undefined;
|
|
2603
2607
|
}[] | undefined;
|
|
2604
2608
|
};
|
|
2605
|
-
credential_signing_alg_values_supported: string[];
|
|
2606
2609
|
cryptographic_binding_methods_supported: string[];
|
|
2607
2610
|
proof_types_supported: {
|
|
2608
2611
|
jwt: {
|
|
@@ -2632,7 +2635,7 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
2632
2635
|
x5u?: string | undefined;
|
|
2633
2636
|
}[];
|
|
2634
2637
|
};
|
|
2635
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
2638
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
2636
2639
|
authorization_servers?: string[] | undefined;
|
|
2637
2640
|
batch_credential_issuance?: {
|
|
2638
2641
|
batch_size: number;
|
|
@@ -3040,9 +3043,11 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
3040
3043
|
openid_credential_issuer?: {
|
|
3041
3044
|
[x: string]: unknown;
|
|
3042
3045
|
credential_configurations_supported: Record<string, ({
|
|
3046
|
+
credential_signing_alg_values_supported: string[];
|
|
3043
3047
|
format: "dc+sd-jwt";
|
|
3044
3048
|
vct: string;
|
|
3045
3049
|
} | {
|
|
3050
|
+
credential_signing_alg_values_supported: number[];
|
|
3046
3051
|
doctype: string;
|
|
3047
3052
|
format: "mso_mdoc";
|
|
3048
3053
|
}) & {
|
|
@@ -3083,7 +3088,6 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
3083
3088
|
} | undefined;
|
|
3084
3089
|
}[] | undefined;
|
|
3085
3090
|
};
|
|
3086
|
-
credential_signing_alg_values_supported: string[];
|
|
3087
3091
|
cryptographic_binding_methods_supported: string[];
|
|
3088
3092
|
proof_types_supported: {
|
|
3089
3093
|
jwt: {
|
|
@@ -3113,7 +3117,7 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
3113
3117
|
x5u?: string | undefined;
|
|
3114
3118
|
}[];
|
|
3115
3119
|
};
|
|
3116
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
3120
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
3117
3121
|
authorization_servers?: string[] | undefined;
|
|
3118
3122
|
batch_credential_issuance?: {
|
|
3119
3123
|
batch_size: number;
|
|
@@ -3500,9 +3504,11 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
3500
3504
|
batch_size: z$1.ZodNumber;
|
|
3501
3505
|
}, z$1.core.$strip>>;
|
|
3502
3506
|
credential_configurations_supported: z$1.ZodRecord<z$1.ZodString, z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
3507
|
+
credential_signing_alg_values_supported: z$1.ZodArray<z$1.ZodString>;
|
|
3503
3508
|
format: z$1.ZodLiteral<"dc+sd-jwt">;
|
|
3504
3509
|
vct: z$1.ZodString;
|
|
3505
3510
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
3511
|
+
credential_signing_alg_values_supported: z$1.ZodArray<z$1.ZodNumber>;
|
|
3506
3512
|
doctype: z$1.ZodString;
|
|
3507
3513
|
format: z$1.ZodLiteral<"mso_mdoc">;
|
|
3508
3514
|
}, z$1.core.$strip>], "format">, z$1.ZodObject<{
|
|
@@ -3546,7 +3552,6 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
3546
3552
|
}, z$1.core.$strip>>;
|
|
3547
3553
|
}, z$1.core.$strip>>>;
|
|
3548
3554
|
}, z$1.core.$strip>;
|
|
3549
|
-
credential_signing_alg_values_supported: z$1.ZodArray<z$1.ZodString>;
|
|
3550
3555
|
cryptographic_binding_methods_supported: z$1.ZodArray<z$1.ZodString>;
|
|
3551
3556
|
proof_types_supported: z$1.ZodObject<{
|
|
3552
3557
|
jwt: z$1.ZodObject<{
|
|
@@ -3610,7 +3615,7 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
3610
3615
|
nonce_endpoint: z$1.ZodOptional<z$1.ZodURL>;
|
|
3611
3616
|
notification_endpoint: z$1.ZodOptional<z$1.ZodURL>;
|
|
3612
3617
|
status_list_aggregation_endpoint: z$1.ZodOptional<z$1.ZodURL>;
|
|
3613
|
-
trust_frameworks_supported: z$1.ZodArray<z$1.ZodUnion<readonly [z$1.ZodLiteral<"eudi_wallet">, z$1.ZodLiteral<"it_cie">, z$1.ZodLiteral<"it_wallet">, z$1.ZodLiteral<"it_l2+document_proof">]>>;
|
|
3618
|
+
trust_frameworks_supported: z$1.ZodArray<z$1.ZodUnion<readonly [z$1.ZodLiteral<"eudi_wallet">, z$1.ZodLiteral<"it_cie">, z$1.ZodLiteral<"it_wallet">, z$1.ZodLiteral<"it_l2+document_proof">, z$1.ZodLiteral<"it_spid">]>>;
|
|
3614
3619
|
}, z$1.core.$loose>>;
|
|
3615
3620
|
openid_credential_verifier: z$1.ZodOptional<z$1.ZodObject<{
|
|
3616
3621
|
application_type: z$1.ZodLiteral<"web">;
|
|
@@ -3772,9 +3777,11 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
3772
3777
|
openid_credential_issuer?: {
|
|
3773
3778
|
[x: string]: unknown;
|
|
3774
3779
|
credential_configurations_supported: Record<string, ({
|
|
3780
|
+
credential_signing_alg_values_supported: string[];
|
|
3775
3781
|
format: "dc+sd-jwt";
|
|
3776
3782
|
vct: string;
|
|
3777
3783
|
} | {
|
|
3784
|
+
credential_signing_alg_values_supported: number[];
|
|
3778
3785
|
doctype: string;
|
|
3779
3786
|
format: "mso_mdoc";
|
|
3780
3787
|
}) & {
|
|
@@ -3815,7 +3822,6 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
3815
3822
|
} | undefined;
|
|
3816
3823
|
}[] | undefined;
|
|
3817
3824
|
};
|
|
3818
|
-
credential_signing_alg_values_supported: string[];
|
|
3819
3825
|
cryptographic_binding_methods_supported: string[];
|
|
3820
3826
|
proof_types_supported: {
|
|
3821
3827
|
jwt: {
|
|
@@ -3845,7 +3851,7 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
3845
3851
|
x5u?: string | undefined;
|
|
3846
3852
|
}[];
|
|
3847
3853
|
};
|
|
3848
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
3854
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
3849
3855
|
authorization_servers?: string[] | undefined;
|
|
3850
3856
|
batch_credential_issuance?: {
|
|
3851
3857
|
batch_size: number;
|
|
@@ -4253,9 +4259,11 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
4253
4259
|
openid_credential_issuer?: {
|
|
4254
4260
|
[x: string]: unknown;
|
|
4255
4261
|
credential_configurations_supported: Record<string, ({
|
|
4262
|
+
credential_signing_alg_values_supported: string[];
|
|
4256
4263
|
format: "dc+sd-jwt";
|
|
4257
4264
|
vct: string;
|
|
4258
4265
|
} | {
|
|
4266
|
+
credential_signing_alg_values_supported: number[];
|
|
4259
4267
|
doctype: string;
|
|
4260
4268
|
format: "mso_mdoc";
|
|
4261
4269
|
}) & {
|
|
@@ -4296,7 +4304,6 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
4296
4304
|
} | undefined;
|
|
4297
4305
|
}[] | undefined;
|
|
4298
4306
|
};
|
|
4299
|
-
credential_signing_alg_values_supported: string[];
|
|
4300
4307
|
cryptographic_binding_methods_supported: string[];
|
|
4301
4308
|
proof_types_supported: {
|
|
4302
4309
|
jwt: {
|
|
@@ -4326,7 +4333,7 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
4326
4333
|
x5u?: string | undefined;
|
|
4327
4334
|
}[];
|
|
4328
4335
|
};
|
|
4329
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
4336
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
4330
4337
|
authorization_servers?: string[] | undefined;
|
|
4331
4338
|
batch_credential_issuance?: {
|
|
4332
4339
|
batch_size: number;
|
|
@@ -4734,9 +4741,11 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
4734
4741
|
openid_credential_issuer?: {
|
|
4735
4742
|
[x: string]: unknown;
|
|
4736
4743
|
credential_configurations_supported: Record<string, ({
|
|
4744
|
+
credential_signing_alg_values_supported: string[];
|
|
4737
4745
|
format: "dc+sd-jwt";
|
|
4738
4746
|
vct: string;
|
|
4739
4747
|
} | {
|
|
4748
|
+
credential_signing_alg_values_supported: number[];
|
|
4740
4749
|
doctype: string;
|
|
4741
4750
|
format: "mso_mdoc";
|
|
4742
4751
|
}) & {
|
|
@@ -4777,7 +4786,6 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
4777
4786
|
} | undefined;
|
|
4778
4787
|
}[] | undefined;
|
|
4779
4788
|
};
|
|
4780
|
-
credential_signing_alg_values_supported: string[];
|
|
4781
4789
|
cryptographic_binding_methods_supported: string[];
|
|
4782
4790
|
proof_types_supported: {
|
|
4783
4791
|
jwt: {
|
|
@@ -4807,7 +4815,7 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
4807
4815
|
x5u?: string | undefined;
|
|
4808
4816
|
}[];
|
|
4809
4817
|
};
|
|
4810
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
4818
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
4811
4819
|
authorization_servers?: string[] | undefined;
|
|
4812
4820
|
batch_credential_issuance?: {
|
|
4813
4821
|
batch_size: number;
|
|
@@ -5215,9 +5223,11 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
5215
5223
|
openid_credential_issuer?: {
|
|
5216
5224
|
[x: string]: unknown;
|
|
5217
5225
|
credential_configurations_supported: Record<string, ({
|
|
5226
|
+
credential_signing_alg_values_supported: string[];
|
|
5218
5227
|
format: "dc+sd-jwt";
|
|
5219
5228
|
vct: string;
|
|
5220
5229
|
} | {
|
|
5230
|
+
credential_signing_alg_values_supported: number[];
|
|
5221
5231
|
doctype: string;
|
|
5222
5232
|
format: "mso_mdoc";
|
|
5223
5233
|
}) & {
|
|
@@ -5258,7 +5268,6 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
5258
5268
|
} | undefined;
|
|
5259
5269
|
}[] | undefined;
|
|
5260
5270
|
};
|
|
5261
|
-
credential_signing_alg_values_supported: string[];
|
|
5262
5271
|
cryptographic_binding_methods_supported: string[];
|
|
5263
5272
|
proof_types_supported: {
|
|
5264
5273
|
jwt: {
|
|
@@ -5288,7 +5297,7 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
5288
5297
|
x5u?: string | undefined;
|
|
5289
5298
|
}[];
|
|
5290
5299
|
};
|
|
5291
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
5300
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
5292
5301
|
authorization_servers?: string[] | undefined;
|
|
5293
5302
|
batch_credential_issuance?: {
|
|
5294
5303
|
batch_size: number;
|
|
@@ -5871,9 +5880,11 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
5871
5880
|
openid_credential_issuer?: {
|
|
5872
5881
|
[x: string]: unknown;
|
|
5873
5882
|
credential_configurations_supported: Record<string, ({
|
|
5883
|
+
credential_signing_alg_values_supported: string[];
|
|
5874
5884
|
format: "dc+sd-jwt";
|
|
5875
5885
|
vct: string;
|
|
5876
5886
|
} | {
|
|
5887
|
+
credential_signing_alg_values_supported: number[];
|
|
5877
5888
|
doctype: string;
|
|
5878
5889
|
format: "mso_mdoc";
|
|
5879
5890
|
}) & {
|
|
@@ -5914,7 +5925,6 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
5914
5925
|
} | undefined;
|
|
5915
5926
|
}[] | undefined;
|
|
5916
5927
|
};
|
|
5917
|
-
credential_signing_alg_values_supported: string[];
|
|
5918
5928
|
cryptographic_binding_methods_supported: string[];
|
|
5919
5929
|
proof_types_supported: {
|
|
5920
5930
|
jwt: {
|
|
@@ -5944,7 +5954,7 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
5944
5954
|
x5u?: string | undefined;
|
|
5945
5955
|
}[];
|
|
5946
5956
|
};
|
|
5947
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
5957
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
5948
5958
|
authorization_servers?: string[] | undefined;
|
|
5949
5959
|
batch_credential_issuance?: {
|
|
5950
5960
|
batch_size: number;
|
|
@@ -6352,9 +6362,11 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
6352
6362
|
openid_credential_issuer?: {
|
|
6353
6363
|
[x: string]: unknown;
|
|
6354
6364
|
credential_configurations_supported: Record<string, ({
|
|
6365
|
+
credential_signing_alg_values_supported: string[];
|
|
6355
6366
|
format: "dc+sd-jwt";
|
|
6356
6367
|
vct: string;
|
|
6357
6368
|
} | {
|
|
6369
|
+
credential_signing_alg_values_supported: number[];
|
|
6358
6370
|
doctype: string;
|
|
6359
6371
|
format: "mso_mdoc";
|
|
6360
6372
|
}) & {
|
|
@@ -6395,7 +6407,6 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
6395
6407
|
} | undefined;
|
|
6396
6408
|
}[] | undefined;
|
|
6397
6409
|
};
|
|
6398
|
-
credential_signing_alg_values_supported: string[];
|
|
6399
6410
|
cryptographic_binding_methods_supported: string[];
|
|
6400
6411
|
proof_types_supported: {
|
|
6401
6412
|
jwt: {
|
|
@@ -6425,7 +6436,7 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
6425
6436
|
x5u?: string | undefined;
|
|
6426
6437
|
}[];
|
|
6427
6438
|
};
|
|
6428
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
6439
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
6429
6440
|
authorization_servers?: string[] | undefined;
|
|
6430
6441
|
batch_credential_issuance?: {
|
|
6431
6442
|
batch_size: number;
|
|
@@ -6833,9 +6844,11 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
6833
6844
|
openid_credential_issuer?: {
|
|
6834
6845
|
[x: string]: unknown;
|
|
6835
6846
|
credential_configurations_supported: Record<string, ({
|
|
6847
|
+
credential_signing_alg_values_supported: string[];
|
|
6836
6848
|
format: "dc+sd-jwt";
|
|
6837
6849
|
vct: string;
|
|
6838
6850
|
} | {
|
|
6851
|
+
credential_signing_alg_values_supported: number[];
|
|
6839
6852
|
doctype: string;
|
|
6840
6853
|
format: "mso_mdoc";
|
|
6841
6854
|
}) & {
|
|
@@ -6876,7 +6889,6 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
6876
6889
|
} | undefined;
|
|
6877
6890
|
}[] | undefined;
|
|
6878
6891
|
};
|
|
6879
|
-
credential_signing_alg_values_supported: string[];
|
|
6880
6892
|
cryptographic_binding_methods_supported: string[];
|
|
6881
6893
|
proof_types_supported: {
|
|
6882
6894
|
jwt: {
|
|
@@ -6906,7 +6918,7 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
6906
6918
|
x5u?: string | undefined;
|
|
6907
6919
|
}[];
|
|
6908
6920
|
};
|
|
6909
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
6921
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
6910
6922
|
authorization_servers?: string[] | undefined;
|
|
6911
6923
|
batch_credential_issuance?: {
|
|
6912
6924
|
batch_size: number;
|
|
@@ -7314,9 +7326,11 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
7314
7326
|
openid_credential_issuer?: {
|
|
7315
7327
|
[x: string]: unknown;
|
|
7316
7328
|
credential_configurations_supported: Record<string, ({
|
|
7329
|
+
credential_signing_alg_values_supported: string[];
|
|
7317
7330
|
format: "dc+sd-jwt";
|
|
7318
7331
|
vct: string;
|
|
7319
7332
|
} | {
|
|
7333
|
+
credential_signing_alg_values_supported: number[];
|
|
7320
7334
|
doctype: string;
|
|
7321
7335
|
format: "mso_mdoc";
|
|
7322
7336
|
}) & {
|
|
@@ -7357,7 +7371,6 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
7357
7371
|
} | undefined;
|
|
7358
7372
|
}[] | undefined;
|
|
7359
7373
|
};
|
|
7360
|
-
credential_signing_alg_values_supported: string[];
|
|
7361
7374
|
cryptographic_binding_methods_supported: string[];
|
|
7362
7375
|
proof_types_supported: {
|
|
7363
7376
|
jwt: {
|
|
@@ -7387,7 +7400,7 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
7387
7400
|
x5u?: string | undefined;
|
|
7388
7401
|
}[];
|
|
7389
7402
|
};
|
|
7390
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
7403
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
7391
7404
|
authorization_servers?: string[] | undefined;
|
|
7392
7405
|
batch_credential_issuance?: {
|
|
7393
7406
|
batch_size: number;
|
|
@@ -7773,9 +7786,11 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
7773
7786
|
batch_size: z$1.ZodNumber;
|
|
7774
7787
|
}, z$1.core.$strip>>;
|
|
7775
7788
|
credential_configurations_supported: z$1.ZodRecord<z$1.ZodString, z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
7789
|
+
credential_signing_alg_values_supported: z$1.ZodArray<z$1.ZodString>;
|
|
7776
7790
|
format: z$1.ZodLiteral<"dc+sd-jwt">;
|
|
7777
7791
|
vct: z$1.ZodString;
|
|
7778
7792
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
7793
|
+
credential_signing_alg_values_supported: z$1.ZodArray<z$1.ZodNumber>;
|
|
7779
7794
|
doctype: z$1.ZodString;
|
|
7780
7795
|
format: z$1.ZodLiteral<"mso_mdoc">;
|
|
7781
7796
|
}, z$1.core.$strip>], "format">, z$1.ZodObject<{
|
|
@@ -7819,7 +7834,6 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
7819
7834
|
}, z$1.core.$strip>>;
|
|
7820
7835
|
}, z$1.core.$strip>>>;
|
|
7821
7836
|
}, z$1.core.$strip>;
|
|
7822
|
-
credential_signing_alg_values_supported: z$1.ZodArray<z$1.ZodString>;
|
|
7823
7837
|
cryptographic_binding_methods_supported: z$1.ZodArray<z$1.ZodString>;
|
|
7824
7838
|
proof_types_supported: z$1.ZodObject<{
|
|
7825
7839
|
jwt: z$1.ZodObject<{
|
|
@@ -7883,7 +7897,7 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
7883
7897
|
nonce_endpoint: z$1.ZodOptional<z$1.ZodURL>;
|
|
7884
7898
|
notification_endpoint: z$1.ZodOptional<z$1.ZodURL>;
|
|
7885
7899
|
status_list_aggregation_endpoint: z$1.ZodOptional<z$1.ZodURL>;
|
|
7886
|
-
trust_frameworks_supported: z$1.ZodArray<z$1.ZodUnion<readonly [z$1.ZodLiteral<"eudi_wallet">, z$1.ZodLiteral<"it_cie">, z$1.ZodLiteral<"it_wallet">, z$1.ZodLiteral<"it_l2+document_proof">]>>;
|
|
7900
|
+
trust_frameworks_supported: z$1.ZodArray<z$1.ZodUnion<readonly [z$1.ZodLiteral<"eudi_wallet">, z$1.ZodLiteral<"it_cie">, z$1.ZodLiteral<"it_wallet">, z$1.ZodLiteral<"it_l2+document_proof">, z$1.ZodLiteral<"it_spid">]>>;
|
|
7887
7901
|
}, z$1.core.$loose>>;
|
|
7888
7902
|
openid_credential_verifier: z$1.ZodOptional<z$1.ZodObject<{
|
|
7889
7903
|
application_type: z$1.ZodLiteral<"web">;
|
|
@@ -8045,9 +8059,11 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
8045
8059
|
openid_credential_issuer?: {
|
|
8046
8060
|
[x: string]: unknown;
|
|
8047
8061
|
credential_configurations_supported: Record<string, ({
|
|
8062
|
+
credential_signing_alg_values_supported: string[];
|
|
8048
8063
|
format: "dc+sd-jwt";
|
|
8049
8064
|
vct: string;
|
|
8050
8065
|
} | {
|
|
8066
|
+
credential_signing_alg_values_supported: number[];
|
|
8051
8067
|
doctype: string;
|
|
8052
8068
|
format: "mso_mdoc";
|
|
8053
8069
|
}) & {
|
|
@@ -8088,7 +8104,6 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
8088
8104
|
} | undefined;
|
|
8089
8105
|
}[] | undefined;
|
|
8090
8106
|
};
|
|
8091
|
-
credential_signing_alg_values_supported: string[];
|
|
8092
8107
|
cryptographic_binding_methods_supported: string[];
|
|
8093
8108
|
proof_types_supported: {
|
|
8094
8109
|
jwt: {
|
|
@@ -8118,7 +8133,7 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
8118
8133
|
x5u?: string | undefined;
|
|
8119
8134
|
}[];
|
|
8120
8135
|
};
|
|
8121
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
8136
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
8122
8137
|
authorization_servers?: string[] | undefined;
|
|
8123
8138
|
batch_credential_issuance?: {
|
|
8124
8139
|
batch_size: number;
|
|
@@ -8526,9 +8541,11 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
8526
8541
|
openid_credential_issuer?: {
|
|
8527
8542
|
[x: string]: unknown;
|
|
8528
8543
|
credential_configurations_supported: Record<string, ({
|
|
8544
|
+
credential_signing_alg_values_supported: string[];
|
|
8529
8545
|
format: "dc+sd-jwt";
|
|
8530
8546
|
vct: string;
|
|
8531
8547
|
} | {
|
|
8548
|
+
credential_signing_alg_values_supported: number[];
|
|
8532
8549
|
doctype: string;
|
|
8533
8550
|
format: "mso_mdoc";
|
|
8534
8551
|
}) & {
|
|
@@ -8569,7 +8586,6 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
8569
8586
|
} | undefined;
|
|
8570
8587
|
}[] | undefined;
|
|
8571
8588
|
};
|
|
8572
|
-
credential_signing_alg_values_supported: string[];
|
|
8573
8589
|
cryptographic_binding_methods_supported: string[];
|
|
8574
8590
|
proof_types_supported: {
|
|
8575
8591
|
jwt: {
|
|
@@ -8599,7 +8615,7 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
8599
8615
|
x5u?: string | undefined;
|
|
8600
8616
|
}[];
|
|
8601
8617
|
};
|
|
8602
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
8618
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
8603
8619
|
authorization_servers?: string[] | undefined;
|
|
8604
8620
|
batch_credential_issuance?: {
|
|
8605
8621
|
batch_size: number;
|
|
@@ -9007,9 +9023,11 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
9007
9023
|
openid_credential_issuer?: {
|
|
9008
9024
|
[x: string]: unknown;
|
|
9009
9025
|
credential_configurations_supported: Record<string, ({
|
|
9026
|
+
credential_signing_alg_values_supported: string[];
|
|
9010
9027
|
format: "dc+sd-jwt";
|
|
9011
9028
|
vct: string;
|
|
9012
9029
|
} | {
|
|
9030
|
+
credential_signing_alg_values_supported: number[];
|
|
9013
9031
|
doctype: string;
|
|
9014
9032
|
format: "mso_mdoc";
|
|
9015
9033
|
}) & {
|
|
@@ -9050,7 +9068,6 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
9050
9068
|
} | undefined;
|
|
9051
9069
|
}[] | undefined;
|
|
9052
9070
|
};
|
|
9053
|
-
credential_signing_alg_values_supported: string[];
|
|
9054
9071
|
cryptographic_binding_methods_supported: string[];
|
|
9055
9072
|
proof_types_supported: {
|
|
9056
9073
|
jwt: {
|
|
@@ -9080,7 +9097,7 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
9080
9097
|
x5u?: string | undefined;
|
|
9081
9098
|
}[];
|
|
9082
9099
|
};
|
|
9083
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
9100
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
9084
9101
|
authorization_servers?: string[] | undefined;
|
|
9085
9102
|
batch_credential_issuance?: {
|
|
9086
9103
|
batch_size: number;
|
|
@@ -9488,9 +9505,11 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
9488
9505
|
openid_credential_issuer?: {
|
|
9489
9506
|
[x: string]: unknown;
|
|
9490
9507
|
credential_configurations_supported: Record<string, ({
|
|
9508
|
+
credential_signing_alg_values_supported: string[];
|
|
9491
9509
|
format: "dc+sd-jwt";
|
|
9492
9510
|
vct: string;
|
|
9493
9511
|
} | {
|
|
9512
|
+
credential_signing_alg_values_supported: number[];
|
|
9494
9513
|
doctype: string;
|
|
9495
9514
|
format: "mso_mdoc";
|
|
9496
9515
|
}) & {
|
|
@@ -9531,7 +9550,6 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
9531
9550
|
} | undefined;
|
|
9532
9551
|
}[] | undefined;
|
|
9533
9552
|
};
|
|
9534
|
-
credential_signing_alg_values_supported: string[];
|
|
9535
9553
|
cryptographic_binding_methods_supported: string[];
|
|
9536
9554
|
proof_types_supported: {
|
|
9537
9555
|
jwt: {
|
|
@@ -9561,7 +9579,7 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
9561
9579
|
x5u?: string | undefined;
|
|
9562
9580
|
}[];
|
|
9563
9581
|
};
|
|
9564
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
9582
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
9565
9583
|
authorization_servers?: string[] | undefined;
|
|
9566
9584
|
batch_credential_issuance?: {
|
|
9567
9585
|
batch_size: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -1597,9 +1597,11 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
1597
1597
|
openid_credential_issuer?: {
|
|
1598
1598
|
[x: string]: unknown;
|
|
1599
1599
|
credential_configurations_supported: Record<string, ({
|
|
1600
|
+
credential_signing_alg_values_supported: string[];
|
|
1600
1601
|
format: "dc+sd-jwt";
|
|
1601
1602
|
vct: string;
|
|
1602
1603
|
} | {
|
|
1604
|
+
credential_signing_alg_values_supported: number[];
|
|
1603
1605
|
doctype: string;
|
|
1604
1606
|
format: "mso_mdoc";
|
|
1605
1607
|
}) & {
|
|
@@ -1640,7 +1642,6 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
1640
1642
|
} | undefined;
|
|
1641
1643
|
}[] | undefined;
|
|
1642
1644
|
};
|
|
1643
|
-
credential_signing_alg_values_supported: string[];
|
|
1644
1645
|
cryptographic_binding_methods_supported: string[];
|
|
1645
1646
|
proof_types_supported: {
|
|
1646
1647
|
jwt: {
|
|
@@ -1670,7 +1671,7 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
1670
1671
|
x5u?: string | undefined;
|
|
1671
1672
|
}[];
|
|
1672
1673
|
};
|
|
1673
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
1674
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
1674
1675
|
authorization_servers?: string[] | undefined;
|
|
1675
1676
|
batch_credential_issuance?: {
|
|
1676
1677
|
batch_size: number;
|
|
@@ -2078,9 +2079,11 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
2078
2079
|
openid_credential_issuer?: {
|
|
2079
2080
|
[x: string]: unknown;
|
|
2080
2081
|
credential_configurations_supported: Record<string, ({
|
|
2082
|
+
credential_signing_alg_values_supported: string[];
|
|
2081
2083
|
format: "dc+sd-jwt";
|
|
2082
2084
|
vct: string;
|
|
2083
2085
|
} | {
|
|
2086
|
+
credential_signing_alg_values_supported: number[];
|
|
2084
2087
|
doctype: string;
|
|
2085
2088
|
format: "mso_mdoc";
|
|
2086
2089
|
}) & {
|
|
@@ -2121,7 +2124,6 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
2121
2124
|
} | undefined;
|
|
2122
2125
|
}[] | undefined;
|
|
2123
2126
|
};
|
|
2124
|
-
credential_signing_alg_values_supported: string[];
|
|
2125
2127
|
cryptographic_binding_methods_supported: string[];
|
|
2126
2128
|
proof_types_supported: {
|
|
2127
2129
|
jwt: {
|
|
@@ -2151,7 +2153,7 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
2151
2153
|
x5u?: string | undefined;
|
|
2152
2154
|
}[];
|
|
2153
2155
|
};
|
|
2154
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
2156
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
2155
2157
|
authorization_servers?: string[] | undefined;
|
|
2156
2158
|
batch_credential_issuance?: {
|
|
2157
2159
|
batch_size: number;
|
|
@@ -2559,9 +2561,11 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
2559
2561
|
openid_credential_issuer?: {
|
|
2560
2562
|
[x: string]: unknown;
|
|
2561
2563
|
credential_configurations_supported: Record<string, ({
|
|
2564
|
+
credential_signing_alg_values_supported: string[];
|
|
2562
2565
|
format: "dc+sd-jwt";
|
|
2563
2566
|
vct: string;
|
|
2564
2567
|
} | {
|
|
2568
|
+
credential_signing_alg_values_supported: number[];
|
|
2565
2569
|
doctype: string;
|
|
2566
2570
|
format: "mso_mdoc";
|
|
2567
2571
|
}) & {
|
|
@@ -2602,7 +2606,6 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
2602
2606
|
} | undefined;
|
|
2603
2607
|
}[] | undefined;
|
|
2604
2608
|
};
|
|
2605
|
-
credential_signing_alg_values_supported: string[];
|
|
2606
2609
|
cryptographic_binding_methods_supported: string[];
|
|
2607
2610
|
proof_types_supported: {
|
|
2608
2611
|
jwt: {
|
|
@@ -2632,7 +2635,7 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
2632
2635
|
x5u?: string | undefined;
|
|
2633
2636
|
}[];
|
|
2634
2637
|
};
|
|
2635
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
2638
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
2636
2639
|
authorization_servers?: string[] | undefined;
|
|
2637
2640
|
batch_credential_issuance?: {
|
|
2638
2641
|
batch_size: number;
|
|
@@ -3040,9 +3043,11 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
3040
3043
|
openid_credential_issuer?: {
|
|
3041
3044
|
[x: string]: unknown;
|
|
3042
3045
|
credential_configurations_supported: Record<string, ({
|
|
3046
|
+
credential_signing_alg_values_supported: string[];
|
|
3043
3047
|
format: "dc+sd-jwt";
|
|
3044
3048
|
vct: string;
|
|
3045
3049
|
} | {
|
|
3050
|
+
credential_signing_alg_values_supported: number[];
|
|
3046
3051
|
doctype: string;
|
|
3047
3052
|
format: "mso_mdoc";
|
|
3048
3053
|
}) & {
|
|
@@ -3083,7 +3088,6 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
3083
3088
|
} | undefined;
|
|
3084
3089
|
}[] | undefined;
|
|
3085
3090
|
};
|
|
3086
|
-
credential_signing_alg_values_supported: string[];
|
|
3087
3091
|
cryptographic_binding_methods_supported: string[];
|
|
3088
3092
|
proof_types_supported: {
|
|
3089
3093
|
jwt: {
|
|
@@ -3113,7 +3117,7 @@ declare const zMetadataResponseV1_0: z$1.ZodObject<{
|
|
|
3113
3117
|
x5u?: string | undefined;
|
|
3114
3118
|
}[];
|
|
3115
3119
|
};
|
|
3116
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
3120
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
3117
3121
|
authorization_servers?: string[] | undefined;
|
|
3118
3122
|
batch_credential_issuance?: {
|
|
3119
3123
|
batch_size: number;
|
|
@@ -3500,9 +3504,11 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
3500
3504
|
batch_size: z$1.ZodNumber;
|
|
3501
3505
|
}, z$1.core.$strip>>;
|
|
3502
3506
|
credential_configurations_supported: z$1.ZodRecord<z$1.ZodString, z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
3507
|
+
credential_signing_alg_values_supported: z$1.ZodArray<z$1.ZodString>;
|
|
3503
3508
|
format: z$1.ZodLiteral<"dc+sd-jwt">;
|
|
3504
3509
|
vct: z$1.ZodString;
|
|
3505
3510
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
3511
|
+
credential_signing_alg_values_supported: z$1.ZodArray<z$1.ZodNumber>;
|
|
3506
3512
|
doctype: z$1.ZodString;
|
|
3507
3513
|
format: z$1.ZodLiteral<"mso_mdoc">;
|
|
3508
3514
|
}, z$1.core.$strip>], "format">, z$1.ZodObject<{
|
|
@@ -3546,7 +3552,6 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
3546
3552
|
}, z$1.core.$strip>>;
|
|
3547
3553
|
}, z$1.core.$strip>>>;
|
|
3548
3554
|
}, z$1.core.$strip>;
|
|
3549
|
-
credential_signing_alg_values_supported: z$1.ZodArray<z$1.ZodString>;
|
|
3550
3555
|
cryptographic_binding_methods_supported: z$1.ZodArray<z$1.ZodString>;
|
|
3551
3556
|
proof_types_supported: z$1.ZodObject<{
|
|
3552
3557
|
jwt: z$1.ZodObject<{
|
|
@@ -3610,7 +3615,7 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
3610
3615
|
nonce_endpoint: z$1.ZodOptional<z$1.ZodURL>;
|
|
3611
3616
|
notification_endpoint: z$1.ZodOptional<z$1.ZodURL>;
|
|
3612
3617
|
status_list_aggregation_endpoint: z$1.ZodOptional<z$1.ZodURL>;
|
|
3613
|
-
trust_frameworks_supported: z$1.ZodArray<z$1.ZodUnion<readonly [z$1.ZodLiteral<"eudi_wallet">, z$1.ZodLiteral<"it_cie">, z$1.ZodLiteral<"it_wallet">, z$1.ZodLiteral<"it_l2+document_proof">]>>;
|
|
3618
|
+
trust_frameworks_supported: z$1.ZodArray<z$1.ZodUnion<readonly [z$1.ZodLiteral<"eudi_wallet">, z$1.ZodLiteral<"it_cie">, z$1.ZodLiteral<"it_wallet">, z$1.ZodLiteral<"it_l2+document_proof">, z$1.ZodLiteral<"it_spid">]>>;
|
|
3614
3619
|
}, z$1.core.$loose>>;
|
|
3615
3620
|
openid_credential_verifier: z$1.ZodOptional<z$1.ZodObject<{
|
|
3616
3621
|
application_type: z$1.ZodLiteral<"web">;
|
|
@@ -3772,9 +3777,11 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
3772
3777
|
openid_credential_issuer?: {
|
|
3773
3778
|
[x: string]: unknown;
|
|
3774
3779
|
credential_configurations_supported: Record<string, ({
|
|
3780
|
+
credential_signing_alg_values_supported: string[];
|
|
3775
3781
|
format: "dc+sd-jwt";
|
|
3776
3782
|
vct: string;
|
|
3777
3783
|
} | {
|
|
3784
|
+
credential_signing_alg_values_supported: number[];
|
|
3778
3785
|
doctype: string;
|
|
3779
3786
|
format: "mso_mdoc";
|
|
3780
3787
|
}) & {
|
|
@@ -3815,7 +3822,6 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
3815
3822
|
} | undefined;
|
|
3816
3823
|
}[] | undefined;
|
|
3817
3824
|
};
|
|
3818
|
-
credential_signing_alg_values_supported: string[];
|
|
3819
3825
|
cryptographic_binding_methods_supported: string[];
|
|
3820
3826
|
proof_types_supported: {
|
|
3821
3827
|
jwt: {
|
|
@@ -3845,7 +3851,7 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
3845
3851
|
x5u?: string | undefined;
|
|
3846
3852
|
}[];
|
|
3847
3853
|
};
|
|
3848
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
3854
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
3849
3855
|
authorization_servers?: string[] | undefined;
|
|
3850
3856
|
batch_credential_issuance?: {
|
|
3851
3857
|
batch_size: number;
|
|
@@ -4253,9 +4259,11 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
4253
4259
|
openid_credential_issuer?: {
|
|
4254
4260
|
[x: string]: unknown;
|
|
4255
4261
|
credential_configurations_supported: Record<string, ({
|
|
4262
|
+
credential_signing_alg_values_supported: string[];
|
|
4256
4263
|
format: "dc+sd-jwt";
|
|
4257
4264
|
vct: string;
|
|
4258
4265
|
} | {
|
|
4266
|
+
credential_signing_alg_values_supported: number[];
|
|
4259
4267
|
doctype: string;
|
|
4260
4268
|
format: "mso_mdoc";
|
|
4261
4269
|
}) & {
|
|
@@ -4296,7 +4304,6 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
4296
4304
|
} | undefined;
|
|
4297
4305
|
}[] | undefined;
|
|
4298
4306
|
};
|
|
4299
|
-
credential_signing_alg_values_supported: string[];
|
|
4300
4307
|
cryptographic_binding_methods_supported: string[];
|
|
4301
4308
|
proof_types_supported: {
|
|
4302
4309
|
jwt: {
|
|
@@ -4326,7 +4333,7 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
4326
4333
|
x5u?: string | undefined;
|
|
4327
4334
|
}[];
|
|
4328
4335
|
};
|
|
4329
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
4336
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
4330
4337
|
authorization_servers?: string[] | undefined;
|
|
4331
4338
|
batch_credential_issuance?: {
|
|
4332
4339
|
batch_size: number;
|
|
@@ -4734,9 +4741,11 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
4734
4741
|
openid_credential_issuer?: {
|
|
4735
4742
|
[x: string]: unknown;
|
|
4736
4743
|
credential_configurations_supported: Record<string, ({
|
|
4744
|
+
credential_signing_alg_values_supported: string[];
|
|
4737
4745
|
format: "dc+sd-jwt";
|
|
4738
4746
|
vct: string;
|
|
4739
4747
|
} | {
|
|
4748
|
+
credential_signing_alg_values_supported: number[];
|
|
4740
4749
|
doctype: string;
|
|
4741
4750
|
format: "mso_mdoc";
|
|
4742
4751
|
}) & {
|
|
@@ -4777,7 +4786,6 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
4777
4786
|
} | undefined;
|
|
4778
4787
|
}[] | undefined;
|
|
4779
4788
|
};
|
|
4780
|
-
credential_signing_alg_values_supported: string[];
|
|
4781
4789
|
cryptographic_binding_methods_supported: string[];
|
|
4782
4790
|
proof_types_supported: {
|
|
4783
4791
|
jwt: {
|
|
@@ -4807,7 +4815,7 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
4807
4815
|
x5u?: string | undefined;
|
|
4808
4816
|
}[];
|
|
4809
4817
|
};
|
|
4810
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
4818
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
4811
4819
|
authorization_servers?: string[] | undefined;
|
|
4812
4820
|
batch_credential_issuance?: {
|
|
4813
4821
|
batch_size: number;
|
|
@@ -5215,9 +5223,11 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
5215
5223
|
openid_credential_issuer?: {
|
|
5216
5224
|
[x: string]: unknown;
|
|
5217
5225
|
credential_configurations_supported: Record<string, ({
|
|
5226
|
+
credential_signing_alg_values_supported: string[];
|
|
5218
5227
|
format: "dc+sd-jwt";
|
|
5219
5228
|
vct: string;
|
|
5220
5229
|
} | {
|
|
5230
|
+
credential_signing_alg_values_supported: number[];
|
|
5221
5231
|
doctype: string;
|
|
5222
5232
|
format: "mso_mdoc";
|
|
5223
5233
|
}) & {
|
|
@@ -5258,7 +5268,6 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
5258
5268
|
} | undefined;
|
|
5259
5269
|
}[] | undefined;
|
|
5260
5270
|
};
|
|
5261
|
-
credential_signing_alg_values_supported: string[];
|
|
5262
5271
|
cryptographic_binding_methods_supported: string[];
|
|
5263
5272
|
proof_types_supported: {
|
|
5264
5273
|
jwt: {
|
|
@@ -5288,7 +5297,7 @@ declare const zMetadataResponseV1_3: z$1.ZodObject<{
|
|
|
5288
5297
|
x5u?: string | undefined;
|
|
5289
5298
|
}[];
|
|
5290
5299
|
};
|
|
5291
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
5300
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
5292
5301
|
authorization_servers?: string[] | undefined;
|
|
5293
5302
|
batch_credential_issuance?: {
|
|
5294
5303
|
batch_size: number;
|
|
@@ -5871,9 +5880,11 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
5871
5880
|
openid_credential_issuer?: {
|
|
5872
5881
|
[x: string]: unknown;
|
|
5873
5882
|
credential_configurations_supported: Record<string, ({
|
|
5883
|
+
credential_signing_alg_values_supported: string[];
|
|
5874
5884
|
format: "dc+sd-jwt";
|
|
5875
5885
|
vct: string;
|
|
5876
5886
|
} | {
|
|
5887
|
+
credential_signing_alg_values_supported: number[];
|
|
5877
5888
|
doctype: string;
|
|
5878
5889
|
format: "mso_mdoc";
|
|
5879
5890
|
}) & {
|
|
@@ -5914,7 +5925,6 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
5914
5925
|
} | undefined;
|
|
5915
5926
|
}[] | undefined;
|
|
5916
5927
|
};
|
|
5917
|
-
credential_signing_alg_values_supported: string[];
|
|
5918
5928
|
cryptographic_binding_methods_supported: string[];
|
|
5919
5929
|
proof_types_supported: {
|
|
5920
5930
|
jwt: {
|
|
@@ -5944,7 +5954,7 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
5944
5954
|
x5u?: string | undefined;
|
|
5945
5955
|
}[];
|
|
5946
5956
|
};
|
|
5947
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
5957
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
5948
5958
|
authorization_servers?: string[] | undefined;
|
|
5949
5959
|
batch_credential_issuance?: {
|
|
5950
5960
|
batch_size: number;
|
|
@@ -6352,9 +6362,11 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
6352
6362
|
openid_credential_issuer?: {
|
|
6353
6363
|
[x: string]: unknown;
|
|
6354
6364
|
credential_configurations_supported: Record<string, ({
|
|
6365
|
+
credential_signing_alg_values_supported: string[];
|
|
6355
6366
|
format: "dc+sd-jwt";
|
|
6356
6367
|
vct: string;
|
|
6357
6368
|
} | {
|
|
6369
|
+
credential_signing_alg_values_supported: number[];
|
|
6358
6370
|
doctype: string;
|
|
6359
6371
|
format: "mso_mdoc";
|
|
6360
6372
|
}) & {
|
|
@@ -6395,7 +6407,6 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
6395
6407
|
} | undefined;
|
|
6396
6408
|
}[] | undefined;
|
|
6397
6409
|
};
|
|
6398
|
-
credential_signing_alg_values_supported: string[];
|
|
6399
6410
|
cryptographic_binding_methods_supported: string[];
|
|
6400
6411
|
proof_types_supported: {
|
|
6401
6412
|
jwt: {
|
|
@@ -6425,7 +6436,7 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
6425
6436
|
x5u?: string | undefined;
|
|
6426
6437
|
}[];
|
|
6427
6438
|
};
|
|
6428
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
6439
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
6429
6440
|
authorization_servers?: string[] | undefined;
|
|
6430
6441
|
batch_credential_issuance?: {
|
|
6431
6442
|
batch_size: number;
|
|
@@ -6833,9 +6844,11 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
6833
6844
|
openid_credential_issuer?: {
|
|
6834
6845
|
[x: string]: unknown;
|
|
6835
6846
|
credential_configurations_supported: Record<string, ({
|
|
6847
|
+
credential_signing_alg_values_supported: string[];
|
|
6836
6848
|
format: "dc+sd-jwt";
|
|
6837
6849
|
vct: string;
|
|
6838
6850
|
} | {
|
|
6851
|
+
credential_signing_alg_values_supported: number[];
|
|
6839
6852
|
doctype: string;
|
|
6840
6853
|
format: "mso_mdoc";
|
|
6841
6854
|
}) & {
|
|
@@ -6876,7 +6889,6 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
6876
6889
|
} | undefined;
|
|
6877
6890
|
}[] | undefined;
|
|
6878
6891
|
};
|
|
6879
|
-
credential_signing_alg_values_supported: string[];
|
|
6880
6892
|
cryptographic_binding_methods_supported: string[];
|
|
6881
6893
|
proof_types_supported: {
|
|
6882
6894
|
jwt: {
|
|
@@ -6906,7 +6918,7 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
6906
6918
|
x5u?: string | undefined;
|
|
6907
6919
|
}[];
|
|
6908
6920
|
};
|
|
6909
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
6921
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
6910
6922
|
authorization_servers?: string[] | undefined;
|
|
6911
6923
|
batch_credential_issuance?: {
|
|
6912
6924
|
batch_size: number;
|
|
@@ -7314,9 +7326,11 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
7314
7326
|
openid_credential_issuer?: {
|
|
7315
7327
|
[x: string]: unknown;
|
|
7316
7328
|
credential_configurations_supported: Record<string, ({
|
|
7329
|
+
credential_signing_alg_values_supported: string[];
|
|
7317
7330
|
format: "dc+sd-jwt";
|
|
7318
7331
|
vct: string;
|
|
7319
7332
|
} | {
|
|
7333
|
+
credential_signing_alg_values_supported: number[];
|
|
7320
7334
|
doctype: string;
|
|
7321
7335
|
format: "mso_mdoc";
|
|
7322
7336
|
}) & {
|
|
@@ -7357,7 +7371,6 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
7357
7371
|
} | undefined;
|
|
7358
7372
|
}[] | undefined;
|
|
7359
7373
|
};
|
|
7360
|
-
credential_signing_alg_values_supported: string[];
|
|
7361
7374
|
cryptographic_binding_methods_supported: string[];
|
|
7362
7375
|
proof_types_supported: {
|
|
7363
7376
|
jwt: {
|
|
@@ -7387,7 +7400,7 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
7387
7400
|
x5u?: string | undefined;
|
|
7388
7401
|
}[];
|
|
7389
7402
|
};
|
|
7390
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
7403
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
7391
7404
|
authorization_servers?: string[] | undefined;
|
|
7392
7405
|
batch_credential_issuance?: {
|
|
7393
7406
|
batch_size: number;
|
|
@@ -7773,9 +7786,11 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
7773
7786
|
batch_size: z$1.ZodNumber;
|
|
7774
7787
|
}, z$1.core.$strip>>;
|
|
7775
7788
|
credential_configurations_supported: z$1.ZodRecord<z$1.ZodString, z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
7789
|
+
credential_signing_alg_values_supported: z$1.ZodArray<z$1.ZodString>;
|
|
7776
7790
|
format: z$1.ZodLiteral<"dc+sd-jwt">;
|
|
7777
7791
|
vct: z$1.ZodString;
|
|
7778
7792
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
7793
|
+
credential_signing_alg_values_supported: z$1.ZodArray<z$1.ZodNumber>;
|
|
7779
7794
|
doctype: z$1.ZodString;
|
|
7780
7795
|
format: z$1.ZodLiteral<"mso_mdoc">;
|
|
7781
7796
|
}, z$1.core.$strip>], "format">, z$1.ZodObject<{
|
|
@@ -7819,7 +7834,6 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
7819
7834
|
}, z$1.core.$strip>>;
|
|
7820
7835
|
}, z$1.core.$strip>>>;
|
|
7821
7836
|
}, z$1.core.$strip>;
|
|
7822
|
-
credential_signing_alg_values_supported: z$1.ZodArray<z$1.ZodString>;
|
|
7823
7837
|
cryptographic_binding_methods_supported: z$1.ZodArray<z$1.ZodString>;
|
|
7824
7838
|
proof_types_supported: z$1.ZodObject<{
|
|
7825
7839
|
jwt: z$1.ZodObject<{
|
|
@@ -7883,7 +7897,7 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
7883
7897
|
nonce_endpoint: z$1.ZodOptional<z$1.ZodURL>;
|
|
7884
7898
|
notification_endpoint: z$1.ZodOptional<z$1.ZodURL>;
|
|
7885
7899
|
status_list_aggregation_endpoint: z$1.ZodOptional<z$1.ZodURL>;
|
|
7886
|
-
trust_frameworks_supported: z$1.ZodArray<z$1.ZodUnion<readonly [z$1.ZodLiteral<"eudi_wallet">, z$1.ZodLiteral<"it_cie">, z$1.ZodLiteral<"it_wallet">, z$1.ZodLiteral<"it_l2+document_proof">]>>;
|
|
7900
|
+
trust_frameworks_supported: z$1.ZodArray<z$1.ZodUnion<readonly [z$1.ZodLiteral<"eudi_wallet">, z$1.ZodLiteral<"it_cie">, z$1.ZodLiteral<"it_wallet">, z$1.ZodLiteral<"it_l2+document_proof">, z$1.ZodLiteral<"it_spid">]>>;
|
|
7887
7901
|
}, z$1.core.$loose>>;
|
|
7888
7902
|
openid_credential_verifier: z$1.ZodOptional<z$1.ZodObject<{
|
|
7889
7903
|
application_type: z$1.ZodLiteral<"web">;
|
|
@@ -8045,9 +8059,11 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
8045
8059
|
openid_credential_issuer?: {
|
|
8046
8060
|
[x: string]: unknown;
|
|
8047
8061
|
credential_configurations_supported: Record<string, ({
|
|
8062
|
+
credential_signing_alg_values_supported: string[];
|
|
8048
8063
|
format: "dc+sd-jwt";
|
|
8049
8064
|
vct: string;
|
|
8050
8065
|
} | {
|
|
8066
|
+
credential_signing_alg_values_supported: number[];
|
|
8051
8067
|
doctype: string;
|
|
8052
8068
|
format: "mso_mdoc";
|
|
8053
8069
|
}) & {
|
|
@@ -8088,7 +8104,6 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
8088
8104
|
} | undefined;
|
|
8089
8105
|
}[] | undefined;
|
|
8090
8106
|
};
|
|
8091
|
-
credential_signing_alg_values_supported: string[];
|
|
8092
8107
|
cryptographic_binding_methods_supported: string[];
|
|
8093
8108
|
proof_types_supported: {
|
|
8094
8109
|
jwt: {
|
|
@@ -8118,7 +8133,7 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
8118
8133
|
x5u?: string | undefined;
|
|
8119
8134
|
}[];
|
|
8120
8135
|
};
|
|
8121
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
8136
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
8122
8137
|
authorization_servers?: string[] | undefined;
|
|
8123
8138
|
batch_credential_issuance?: {
|
|
8124
8139
|
batch_size: number;
|
|
@@ -8526,9 +8541,11 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
8526
8541
|
openid_credential_issuer?: {
|
|
8527
8542
|
[x: string]: unknown;
|
|
8528
8543
|
credential_configurations_supported: Record<string, ({
|
|
8544
|
+
credential_signing_alg_values_supported: string[];
|
|
8529
8545
|
format: "dc+sd-jwt";
|
|
8530
8546
|
vct: string;
|
|
8531
8547
|
} | {
|
|
8548
|
+
credential_signing_alg_values_supported: number[];
|
|
8532
8549
|
doctype: string;
|
|
8533
8550
|
format: "mso_mdoc";
|
|
8534
8551
|
}) & {
|
|
@@ -8569,7 +8586,6 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
8569
8586
|
} | undefined;
|
|
8570
8587
|
}[] | undefined;
|
|
8571
8588
|
};
|
|
8572
|
-
credential_signing_alg_values_supported: string[];
|
|
8573
8589
|
cryptographic_binding_methods_supported: string[];
|
|
8574
8590
|
proof_types_supported: {
|
|
8575
8591
|
jwt: {
|
|
@@ -8599,7 +8615,7 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
8599
8615
|
x5u?: string | undefined;
|
|
8600
8616
|
}[];
|
|
8601
8617
|
};
|
|
8602
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
8618
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
8603
8619
|
authorization_servers?: string[] | undefined;
|
|
8604
8620
|
batch_credential_issuance?: {
|
|
8605
8621
|
batch_size: number;
|
|
@@ -9007,9 +9023,11 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
9007
9023
|
openid_credential_issuer?: {
|
|
9008
9024
|
[x: string]: unknown;
|
|
9009
9025
|
credential_configurations_supported: Record<string, ({
|
|
9026
|
+
credential_signing_alg_values_supported: string[];
|
|
9010
9027
|
format: "dc+sd-jwt";
|
|
9011
9028
|
vct: string;
|
|
9012
9029
|
} | {
|
|
9030
|
+
credential_signing_alg_values_supported: number[];
|
|
9013
9031
|
doctype: string;
|
|
9014
9032
|
format: "mso_mdoc";
|
|
9015
9033
|
}) & {
|
|
@@ -9050,7 +9068,6 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
9050
9068
|
} | undefined;
|
|
9051
9069
|
}[] | undefined;
|
|
9052
9070
|
};
|
|
9053
|
-
credential_signing_alg_values_supported: string[];
|
|
9054
9071
|
cryptographic_binding_methods_supported: string[];
|
|
9055
9072
|
proof_types_supported: {
|
|
9056
9073
|
jwt: {
|
|
@@ -9080,7 +9097,7 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
9080
9097
|
x5u?: string | undefined;
|
|
9081
9098
|
}[];
|
|
9082
9099
|
};
|
|
9083
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
9100
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
9084
9101
|
authorization_servers?: string[] | undefined;
|
|
9085
9102
|
batch_credential_issuance?: {
|
|
9086
9103
|
batch_size: number;
|
|
@@ -9488,9 +9505,11 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
9488
9505
|
openid_credential_issuer?: {
|
|
9489
9506
|
[x: string]: unknown;
|
|
9490
9507
|
credential_configurations_supported: Record<string, ({
|
|
9508
|
+
credential_signing_alg_values_supported: string[];
|
|
9491
9509
|
format: "dc+sd-jwt";
|
|
9492
9510
|
vct: string;
|
|
9493
9511
|
} | {
|
|
9512
|
+
credential_signing_alg_values_supported: number[];
|
|
9494
9513
|
doctype: string;
|
|
9495
9514
|
format: "mso_mdoc";
|
|
9496
9515
|
}) & {
|
|
@@ -9531,7 +9550,6 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
9531
9550
|
} | undefined;
|
|
9532
9551
|
}[] | undefined;
|
|
9533
9552
|
};
|
|
9534
|
-
credential_signing_alg_values_supported: string[];
|
|
9535
9553
|
cryptographic_binding_methods_supported: string[];
|
|
9536
9554
|
proof_types_supported: {
|
|
9537
9555
|
jwt: {
|
|
@@ -9561,7 +9579,7 @@ declare const zMetadataResponse: z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
|
9561
9579
|
x5u?: string | undefined;
|
|
9562
9580
|
}[];
|
|
9563
9581
|
};
|
|
9564
|
-
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof")[];
|
|
9582
|
+
trust_frameworks_supported: ("eudi_wallet" | "it_cie" | "it_wallet" | "it_l2+document_proof" | "it_spid")[];
|
|
9565
9583
|
authorization_servers?: string[] | undefined;
|
|
9566
9584
|
batch_credential_issuance?: {
|
|
9567
9585
|
batch_size: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pagopa/io-wallet-oid4vci",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"@openid4vc/openid4vci": "0.4.3",
|
|
31
31
|
"@openid4vc/utils": "0.4.3",
|
|
32
32
|
"zod": "^4.3.6",
|
|
33
|
-
"@pagopa/io-wallet-oid-federation": "1.4.
|
|
34
|
-
"@pagopa/io-wallet-utils": "1.4.
|
|
35
|
-
"@pagopa/io-wallet-oauth2": "1.4.
|
|
36
|
-
"@pagopa/io-wallet-oid4vp": "1.4.
|
|
33
|
+
"@pagopa/io-wallet-oid-federation": "1.4.2",
|
|
34
|
+
"@pagopa/io-wallet-utils": "1.4.2",
|
|
35
|
+
"@pagopa/io-wallet-oauth2": "1.4.2",
|
|
36
|
+
"@pagopa/io-wallet-oid4vp": "1.4.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"js-base64": "^3.7.8"
|