dcql 2.0.0-alpha-20250825093552 → 2.0.0-alpha-20250916080434
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 +70 -70
- package/dist/index.d.ts +70 -70
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3659,7 +3659,7 @@ declare namespace DcqlQueryResult {
|
|
|
3659
3659
|
values: NonEmptyArray<string>;
|
|
3660
3660
|
}> | undefined, "OPTIONAL. A non-empty array of objects as defined in Section 6.1.1 that specifies expected authorities or trust frameworks that certify Issuers, that the Verifier will accept. Every Credential returned by the Wallet SHOULD match at least one of the conditions present in the corresponding trusted_authorities array if present.">]>;
|
|
3661
3661
|
}, undefined>, v.ObjectSchema<{
|
|
3662
|
-
readonly format: v.SchemaWithPipe<[v.PicklistSchema<["
|
|
3662
|
+
readonly format: v.SchemaWithPipe<[v.PicklistSchema<["jwt_vc_json", "ldp_vc", "vc+sd-jwt"], undefined>, v.DescriptionAction<"vc+sd-jwt" | "ldp_vc" | "jwt_vc_json", "REQUIRED. A string that specifies the format of the requested Verifiable Credential.">]>;
|
|
3663
3663
|
readonly claims: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.ArraySchema<v.ObjectSchema<{
|
|
3664
3664
|
readonly id: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.NonEmptyAction<string, undefined>]>, undefined>, v.DescriptionAction<string | undefined, "A string identifying the particular claim. The value MUST be a non-empty string consisting of alphanumeric, underscore (_) or hyphen (-) characters. Within the particular claims array, the same id MUST NOT be present more than once.">]>;
|
|
3665
3665
|
readonly path: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.NullSchema<undefined>], undefined>, (i: v.ArrayIssue) => string>, v.CustomSchema<NonEmptyArray<string | number | null>, v.ErrorMessage<v.CustomIssue> | undefined>]>, v.DescriptionAction<NonEmptyArray<string | number | null>, "A non-empty array representing a claims path pointer that specifies the path to a claim within the Verifiable Credential.">]>;
|
|
@@ -3673,13 +3673,11 @@ declare namespace DcqlQueryResult {
|
|
|
3673
3673
|
values?: (string | number | boolean)[] | undefined;
|
|
3674
3674
|
id?: string | undefined;
|
|
3675
3675
|
}> | undefined, "OPTIONAL. A non-empty array of objects as that specifies claims in the requested Credential.">]>;
|
|
3676
|
-
readonly meta: v.SchemaWithPipe<[v.
|
|
3677
|
-
readonly
|
|
3678
|
-
}, undefined>, v.DescriptionAction<{
|
|
3679
|
-
|
|
3680
|
-
}, "
|
|
3681
|
-
vct_values?: string[] | undefined;
|
|
3682
|
-
} | undefined, "OPTIONAL. An object defining additional properties requested by the Verifier that apply to the metadata and validity data of the Credential.">]>;
|
|
3676
|
+
readonly meta: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ObjectSchema<{
|
|
3677
|
+
readonly type_values: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ArraySchema<v.SchemaWithPipe<[v.ArraySchema<v.StringSchema<undefined>, (i: v.ArrayIssue) => string>, v.CustomSchema<NonEmptyArray<string>, v.ErrorMessage<v.CustomIssue> | undefined>]>, (i: v.ArrayIssue) => string>, v.CustomSchema<NonEmptyArray<NonEmptyArray<string>>, v.ErrorMessage<v.CustomIssue> | undefined>]>, v.DescriptionAction<NonEmptyArray<NonEmptyArray<string>>, "REQUIRED. An array of string arrays that specifies the fully expanded types (IRIs) after the @context was applied that the Verifier accepts to be presented in the Presentation. Each of the top-level arrays specifies one alternative to match the type values of the Verifiable Credential against. Each inner array specifies a set of fully expanded types that MUST be present in the type property of the Verifiable Credential, regardless of order or the presence of additional types.">]>;
|
|
3678
|
+
}, undefined>]>, v.DescriptionAction<{
|
|
3679
|
+
type_values: NonEmptyArray<NonEmptyArray<string>>;
|
|
3680
|
+
}, "REQUIRED. An object defining additional properties requested by the Verifier that apply to the metadata and validity data of the Credential.">]>;
|
|
3683
3681
|
readonly id: v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.DescriptionAction<string, "REQUIRED. A string identifying the Credential in the response and, if provided, the constraints in 'credential_sets'.">]>;
|
|
3684
3682
|
readonly require_cryptographic_holder_binding: v.SchemaWithPipe<[v.OptionalSchema<v.BooleanSchema<undefined>, true>, v.DescriptionAction<boolean, "OPTIONAL. A boolean which indicates whether the Verifier requires a Cryptographic Holder Binding proof. The default value is true, i.e., a Verifiable Presentation with Cryptographic Holder Binding is required. If set to false, the Verifier accepts a Credential without Cryptographic Holder Binding proof.">]>;
|
|
3685
3683
|
readonly multiple: v.SchemaWithPipe<[v.OptionalSchema<v.BooleanSchema<undefined>, false>, v.DescriptionAction<boolean, "OPTIONAL. A boolean which indicates whether multiple Credentials can be returned for this Credential Query. If omitted, the default value is false.">]>;
|
|
@@ -3695,7 +3693,7 @@ declare namespace DcqlQueryResult {
|
|
|
3695
3693
|
values: NonEmptyArray<string>;
|
|
3696
3694
|
}> | undefined, "OPTIONAL. A non-empty array of objects as defined in Section 6.1.1 that specifies expected authorities or trust frameworks that certify Issuers, that the Verifier will accept. Every Credential returned by the Wallet SHOULD match at least one of the conditions present in the corresponding trusted_authorities array if present.">]>;
|
|
3697
3695
|
}, undefined>, v.ObjectSchema<{
|
|
3698
|
-
readonly format: v.SchemaWithPipe<[v.PicklistSchema<["
|
|
3696
|
+
readonly format: v.SchemaWithPipe<[v.PicklistSchema<["vc+sd-jwt", "dc+sd-jwt"], undefined>, v.DescriptionAction<"vc+sd-jwt" | "dc+sd-jwt", "REQUIRED. A string that specifies the format of the requested Verifiable Credential.">]>;
|
|
3699
3697
|
readonly claims: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.ArraySchema<v.ObjectSchema<{
|
|
3700
3698
|
readonly id: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.NonEmptyAction<string, undefined>]>, undefined>, v.DescriptionAction<string | undefined, "A string identifying the particular claim. The value MUST be a non-empty string consisting of alphanumeric, underscore (_) or hyphen (-) characters. Within the particular claims array, the same id MUST NOT be present more than once.">]>;
|
|
3701
3699
|
readonly path: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.NullSchema<undefined>], undefined>, (i: v.ArrayIssue) => string>, v.CustomSchema<NonEmptyArray<string | number | null>, v.ErrorMessage<v.CustomIssue> | undefined>]>, v.DescriptionAction<NonEmptyArray<string | number | null>, "A non-empty array representing a claims path pointer that specifies the path to a claim within the Verifiable Credential.">]>;
|
|
@@ -3709,11 +3707,13 @@ declare namespace DcqlQueryResult {
|
|
|
3709
3707
|
values?: (string | number | boolean)[] | undefined;
|
|
3710
3708
|
id?: string | undefined;
|
|
3711
3709
|
}> | undefined, "OPTIONAL. A non-empty array of objects as that specifies claims in the requested Credential.">]>;
|
|
3712
|
-
readonly meta: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ObjectSchema<{
|
|
3713
|
-
readonly
|
|
3714
|
-
}, undefined
|
|
3715
|
-
|
|
3716
|
-
}, "
|
|
3710
|
+
readonly meta: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.ObjectSchema<{
|
|
3711
|
+
readonly vct_values: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
3712
|
+
}, undefined>, v.DescriptionAction<{
|
|
3713
|
+
vct_values?: string[] | undefined;
|
|
3714
|
+
}, "OPTIONAL. An array of strings that specifies allowed values for the type of the requested Verifiable Credential.">]>, undefined>, v.DescriptionAction<{
|
|
3715
|
+
vct_values?: string[] | undefined;
|
|
3716
|
+
} | undefined, "OPTIONAL. An object defining additional properties requested by the Verifier that apply to the metadata and validity data of the Credential.">]>;
|
|
3717
3717
|
readonly id: v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.DescriptionAction<string, "REQUIRED. A string identifying the Credential in the response and, if provided, the constraints in 'credential_sets'.">]>;
|
|
3718
3718
|
readonly require_cryptographic_holder_binding: v.SchemaWithPipe<[v.OptionalSchema<v.BooleanSchema<undefined>, true>, v.DescriptionAction<boolean, "OPTIONAL. A boolean which indicates whether the Verifier requires a Cryptographic Holder Binding proof. The default value is true, i.e., a Verifiable Presentation with Cryptographic Holder Binding is required. If set to false, the Verifier accepts a Credential without Cryptographic Holder Binding proof.">]>;
|
|
3719
3719
|
readonly multiple: v.SchemaWithPipe<[v.OptionalSchema<v.BooleanSchema<undefined>, false>, v.DescriptionAction<boolean, "OPTIONAL. A boolean which indicates whether multiple Credentials can be returned for this Credential Query. If omitted, the default value is false.">]>;
|
|
@@ -5608,7 +5608,7 @@ declare namespace DcqlQuery {
|
|
|
5608
5608
|
values: NonEmptyArray<string>;
|
|
5609
5609
|
}> | undefined, "OPTIONAL. A non-empty array of objects as defined in Section 6.1.1 that specifies expected authorities or trust frameworks that certify Issuers, that the Verifier will accept. Every Credential returned by the Wallet SHOULD match at least one of the conditions present in the corresponding trusted_authorities array if present.">]>;
|
|
5610
5610
|
}, undefined>, v.ObjectSchema<{
|
|
5611
|
-
readonly format: v.SchemaWithPipe<[v.PicklistSchema<["
|
|
5611
|
+
readonly format: v.SchemaWithPipe<[v.PicklistSchema<["jwt_vc_json", "ldp_vc", "vc+sd-jwt"], undefined>, v.DescriptionAction<"vc+sd-jwt" | "ldp_vc" | "jwt_vc_json", "REQUIRED. A string that specifies the format of the requested Verifiable Credential.">]>;
|
|
5612
5612
|
readonly claims: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.ArraySchema<v.ObjectSchema<{
|
|
5613
5613
|
readonly id: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.NonEmptyAction<string, undefined>]>, undefined>, v.DescriptionAction<string | undefined, "A string identifying the particular claim. The value MUST be a non-empty string consisting of alphanumeric, underscore (_) or hyphen (-) characters. Within the particular claims array, the same id MUST NOT be present more than once.">]>;
|
|
5614
5614
|
readonly path: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.NullSchema<undefined>], undefined>, (i: v.ArrayIssue) => string>, v.CustomSchema<NonEmptyArray<string | number | null>, v.ErrorMessage<v.CustomIssue> | undefined>]>, v.DescriptionAction<NonEmptyArray<string | number | null>, "A non-empty array representing a claims path pointer that specifies the path to a claim within the Verifiable Credential.">]>;
|
|
@@ -5622,13 +5622,11 @@ declare namespace DcqlQuery {
|
|
|
5622
5622
|
values?: (string | number | boolean)[] | undefined;
|
|
5623
5623
|
id?: string | undefined;
|
|
5624
5624
|
}> | undefined, "OPTIONAL. A non-empty array of objects as that specifies claims in the requested Credential.">]>;
|
|
5625
|
-
readonly meta: v.SchemaWithPipe<[v.
|
|
5626
|
-
readonly
|
|
5627
|
-
}, undefined>, v.DescriptionAction<{
|
|
5628
|
-
|
|
5629
|
-
}, "
|
|
5630
|
-
vct_values?: string[] | undefined;
|
|
5631
|
-
} | undefined, "OPTIONAL. An object defining additional properties requested by the Verifier that apply to the metadata and validity data of the Credential.">]>;
|
|
5625
|
+
readonly meta: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ObjectSchema<{
|
|
5626
|
+
readonly type_values: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ArraySchema<v.SchemaWithPipe<[v.ArraySchema<v.StringSchema<undefined>, (i: v.ArrayIssue) => string>, v.CustomSchema<NonEmptyArray<string>, v.ErrorMessage<v.CustomIssue> | undefined>]>, (i: v.ArrayIssue) => string>, v.CustomSchema<NonEmptyArray<NonEmptyArray<string>>, v.ErrorMessage<v.CustomIssue> | undefined>]>, v.DescriptionAction<NonEmptyArray<NonEmptyArray<string>>, "REQUIRED. An array of string arrays that specifies the fully expanded types (IRIs) after the @context was applied that the Verifier accepts to be presented in the Presentation. Each of the top-level arrays specifies one alternative to match the type values of the Verifiable Credential against. Each inner array specifies a set of fully expanded types that MUST be present in the type property of the Verifiable Credential, regardless of order or the presence of additional types.">]>;
|
|
5627
|
+
}, undefined>]>, v.DescriptionAction<{
|
|
5628
|
+
type_values: NonEmptyArray<NonEmptyArray<string>>;
|
|
5629
|
+
}, "REQUIRED. An object defining additional properties requested by the Verifier that apply to the metadata and validity data of the Credential.">]>;
|
|
5632
5630
|
readonly id: v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.DescriptionAction<string, "REQUIRED. A string identifying the Credential in the response and, if provided, the constraints in 'credential_sets'.">]>;
|
|
5633
5631
|
readonly require_cryptographic_holder_binding: v.SchemaWithPipe<[v.OptionalSchema<v.BooleanSchema<undefined>, true>, v.DescriptionAction<boolean, "OPTIONAL. A boolean which indicates whether the Verifier requires a Cryptographic Holder Binding proof. The default value is true, i.e., a Verifiable Presentation with Cryptographic Holder Binding is required. If set to false, the Verifier accepts a Credential without Cryptographic Holder Binding proof.">]>;
|
|
5634
5632
|
readonly multiple: v.SchemaWithPipe<[v.OptionalSchema<v.BooleanSchema<undefined>, false>, v.DescriptionAction<boolean, "OPTIONAL. A boolean which indicates whether multiple Credentials can be returned for this Credential Query. If omitted, the default value is false.">]>;
|
|
@@ -5644,7 +5642,7 @@ declare namespace DcqlQuery {
|
|
|
5644
5642
|
values: NonEmptyArray<string>;
|
|
5645
5643
|
}> | undefined, "OPTIONAL. A non-empty array of objects as defined in Section 6.1.1 that specifies expected authorities or trust frameworks that certify Issuers, that the Verifier will accept. Every Credential returned by the Wallet SHOULD match at least one of the conditions present in the corresponding trusted_authorities array if present.">]>;
|
|
5646
5644
|
}, undefined>, v.ObjectSchema<{
|
|
5647
|
-
readonly format: v.SchemaWithPipe<[v.PicklistSchema<["
|
|
5645
|
+
readonly format: v.SchemaWithPipe<[v.PicklistSchema<["vc+sd-jwt", "dc+sd-jwt"], undefined>, v.DescriptionAction<"vc+sd-jwt" | "dc+sd-jwt", "REQUIRED. A string that specifies the format of the requested Verifiable Credential.">]>;
|
|
5648
5646
|
readonly claims: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.ArraySchema<v.ObjectSchema<{
|
|
5649
5647
|
readonly id: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.NonEmptyAction<string, undefined>]>, undefined>, v.DescriptionAction<string | undefined, "A string identifying the particular claim. The value MUST be a non-empty string consisting of alphanumeric, underscore (_) or hyphen (-) characters. Within the particular claims array, the same id MUST NOT be present more than once.">]>;
|
|
5650
5648
|
readonly path: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.NullSchema<undefined>], undefined>, (i: v.ArrayIssue) => string>, v.CustomSchema<NonEmptyArray<string | number | null>, v.ErrorMessage<v.CustomIssue> | undefined>]>, v.DescriptionAction<NonEmptyArray<string | number | null>, "A non-empty array representing a claims path pointer that specifies the path to a claim within the Verifiable Credential.">]>;
|
|
@@ -5658,11 +5656,13 @@ declare namespace DcqlQuery {
|
|
|
5658
5656
|
values?: (string | number | boolean)[] | undefined;
|
|
5659
5657
|
id?: string | undefined;
|
|
5660
5658
|
}> | undefined, "OPTIONAL. A non-empty array of objects as that specifies claims in the requested Credential.">]>;
|
|
5661
|
-
readonly meta: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ObjectSchema<{
|
|
5662
|
-
readonly
|
|
5663
|
-
}, undefined
|
|
5664
|
-
|
|
5665
|
-
}, "
|
|
5659
|
+
readonly meta: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.ObjectSchema<{
|
|
5660
|
+
readonly vct_values: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
5661
|
+
}, undefined>, v.DescriptionAction<{
|
|
5662
|
+
vct_values?: string[] | undefined;
|
|
5663
|
+
}, "OPTIONAL. An array of strings that specifies allowed values for the type of the requested Verifiable Credential.">]>, undefined>, v.DescriptionAction<{
|
|
5664
|
+
vct_values?: string[] | undefined;
|
|
5665
|
+
} | undefined, "OPTIONAL. An object defining additional properties requested by the Verifier that apply to the metadata and validity data of the Credential.">]>;
|
|
5666
5666
|
readonly id: v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.DescriptionAction<string, "REQUIRED. A string identifying the Credential in the response and, if provided, the constraints in 'credential_sets'.">]>;
|
|
5667
5667
|
readonly require_cryptographic_holder_binding: v.SchemaWithPipe<[v.OptionalSchema<v.BooleanSchema<undefined>, true>, v.DescriptionAction<boolean, "OPTIONAL. A boolean which indicates whether the Verifier requires a Cryptographic Holder Binding proof. The default value is true, i.e., a Verifiable Presentation with Cryptographic Holder Binding is required. If set to false, the Verifier accepts a Credential without Cryptographic Holder Binding proof.">]>;
|
|
5668
5668
|
readonly multiple: v.SchemaWithPipe<[v.OptionalSchema<v.BooleanSchema<undefined>, false>, v.DescriptionAction<boolean, "OPTIONAL. A boolean which indicates whether multiple Credentials can be returned for this Credential Query. If omitted, the default value is false.">]>;
|
|
@@ -6398,7 +6398,7 @@ declare namespace DcqlPresentationResult {
|
|
|
6398
6398
|
values: NonEmptyArray<string>;
|
|
6399
6399
|
}> | undefined, "OPTIONAL. A non-empty array of objects as defined in Section 6.1.1 that specifies expected authorities or trust frameworks that certify Issuers, that the Verifier will accept. Every Credential returned by the Wallet SHOULD match at least one of the conditions present in the corresponding trusted_authorities array if present.">]>;
|
|
6400
6400
|
}, undefined>, v.ObjectSchema<{
|
|
6401
|
-
readonly format: v.SchemaWithPipe<[v.PicklistSchema<["
|
|
6401
|
+
readonly format: v.SchemaWithPipe<[v.PicklistSchema<["jwt_vc_json", "ldp_vc", "vc+sd-jwt"], undefined>, v.DescriptionAction<"vc+sd-jwt" | "ldp_vc" | "jwt_vc_json", "REQUIRED. A string that specifies the format of the requested Verifiable Credential.">]>;
|
|
6402
6402
|
readonly claims: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.ArraySchema<v.ObjectSchema<{
|
|
6403
6403
|
readonly id: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.NonEmptyAction<string, undefined>]>, undefined>, v.DescriptionAction<string | undefined, "A string identifying the particular claim. The value MUST be a non-empty string consisting of alphanumeric, underscore (_) or hyphen (-) characters. Within the particular claims array, the same id MUST NOT be present more than once.">]>;
|
|
6404
6404
|
readonly path: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.NullSchema<undefined>], undefined>, (i: v.ArrayIssue) => string>, v.CustomSchema<NonEmptyArray<string | number | null>, v.ErrorMessage<v.CustomIssue> | undefined>]>, v.DescriptionAction<NonEmptyArray<string | number | null>, "A non-empty array representing a claims path pointer that specifies the path to a claim within the Verifiable Credential.">]>;
|
|
@@ -6412,13 +6412,11 @@ declare namespace DcqlPresentationResult {
|
|
|
6412
6412
|
values?: (string | number | boolean)[] | undefined;
|
|
6413
6413
|
id?: string | undefined;
|
|
6414
6414
|
}> | undefined, "OPTIONAL. A non-empty array of objects as that specifies claims in the requested Credential.">]>;
|
|
6415
|
-
readonly meta: v.SchemaWithPipe<[v.
|
|
6416
|
-
readonly
|
|
6417
|
-
}, undefined>, v.DescriptionAction<{
|
|
6418
|
-
|
|
6419
|
-
}, "
|
|
6420
|
-
vct_values?: string[] | undefined;
|
|
6421
|
-
} | undefined, "OPTIONAL. An object defining additional properties requested by the Verifier that apply to the metadata and validity data of the Credential.">]>;
|
|
6415
|
+
readonly meta: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ObjectSchema<{
|
|
6416
|
+
readonly type_values: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ArraySchema<v.SchemaWithPipe<[v.ArraySchema<v.StringSchema<undefined>, (i: v.ArrayIssue) => string>, v.CustomSchema<NonEmptyArray<string>, v.ErrorMessage<v.CustomIssue> | undefined>]>, (i: v.ArrayIssue) => string>, v.CustomSchema<NonEmptyArray<NonEmptyArray<string>>, v.ErrorMessage<v.CustomIssue> | undefined>]>, v.DescriptionAction<NonEmptyArray<NonEmptyArray<string>>, "REQUIRED. An array of string arrays that specifies the fully expanded types (IRIs) after the @context was applied that the Verifier accepts to be presented in the Presentation. Each of the top-level arrays specifies one alternative to match the type values of the Verifiable Credential against. Each inner array specifies a set of fully expanded types that MUST be present in the type property of the Verifiable Credential, regardless of order or the presence of additional types.">]>;
|
|
6417
|
+
}, undefined>]>, v.DescriptionAction<{
|
|
6418
|
+
type_values: NonEmptyArray<NonEmptyArray<string>>;
|
|
6419
|
+
}, "REQUIRED. An object defining additional properties requested by the Verifier that apply to the metadata and validity data of the Credential.">]>;
|
|
6422
6420
|
readonly id: v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.DescriptionAction<string, "REQUIRED. A string identifying the Credential in the response and, if provided, the constraints in 'credential_sets'.">]>;
|
|
6423
6421
|
readonly require_cryptographic_holder_binding: v.SchemaWithPipe<[v.OptionalSchema<v.BooleanSchema<undefined>, true>, v.DescriptionAction<boolean, "OPTIONAL. A boolean which indicates whether the Verifier requires a Cryptographic Holder Binding proof. The default value is true, i.e., a Verifiable Presentation with Cryptographic Holder Binding is required. If set to false, the Verifier accepts a Credential without Cryptographic Holder Binding proof.">]>;
|
|
6424
6422
|
readonly multiple: v.SchemaWithPipe<[v.OptionalSchema<v.BooleanSchema<undefined>, false>, v.DescriptionAction<boolean, "OPTIONAL. A boolean which indicates whether multiple Credentials can be returned for this Credential Query. If omitted, the default value is false.">]>;
|
|
@@ -6434,7 +6432,7 @@ declare namespace DcqlPresentationResult {
|
|
|
6434
6432
|
values: NonEmptyArray<string>;
|
|
6435
6433
|
}> | undefined, "OPTIONAL. A non-empty array of objects as defined in Section 6.1.1 that specifies expected authorities or trust frameworks that certify Issuers, that the Verifier will accept. Every Credential returned by the Wallet SHOULD match at least one of the conditions present in the corresponding trusted_authorities array if present.">]>;
|
|
6436
6434
|
}, undefined>, v.ObjectSchema<{
|
|
6437
|
-
readonly format: v.SchemaWithPipe<[v.PicklistSchema<["
|
|
6435
|
+
readonly format: v.SchemaWithPipe<[v.PicklistSchema<["vc+sd-jwt", "dc+sd-jwt"], undefined>, v.DescriptionAction<"vc+sd-jwt" | "dc+sd-jwt", "REQUIRED. A string that specifies the format of the requested Verifiable Credential.">]>;
|
|
6438
6436
|
readonly claims: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.ArraySchema<v.ObjectSchema<{
|
|
6439
6437
|
readonly id: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.NonEmptyAction<string, undefined>]>, undefined>, v.DescriptionAction<string | undefined, "A string identifying the particular claim. The value MUST be a non-empty string consisting of alphanumeric, underscore (_) or hyphen (-) characters. Within the particular claims array, the same id MUST NOT be present more than once.">]>;
|
|
6440
6438
|
readonly path: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.NullSchema<undefined>], undefined>, (i: v.ArrayIssue) => string>, v.CustomSchema<NonEmptyArray<string | number | null>, v.ErrorMessage<v.CustomIssue> | undefined>]>, v.DescriptionAction<NonEmptyArray<string | number | null>, "A non-empty array representing a claims path pointer that specifies the path to a claim within the Verifiable Credential.">]>;
|
|
@@ -6448,11 +6446,13 @@ declare namespace DcqlPresentationResult {
|
|
|
6448
6446
|
values?: (string | number | boolean)[] | undefined;
|
|
6449
6447
|
id?: string | undefined;
|
|
6450
6448
|
}> | undefined, "OPTIONAL. A non-empty array of objects as that specifies claims in the requested Credential.">]>;
|
|
6451
|
-
readonly meta: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ObjectSchema<{
|
|
6452
|
-
readonly
|
|
6453
|
-
}, undefined
|
|
6454
|
-
|
|
6455
|
-
}, "
|
|
6449
|
+
readonly meta: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.ObjectSchema<{
|
|
6450
|
+
readonly vct_values: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
6451
|
+
}, undefined>, v.DescriptionAction<{
|
|
6452
|
+
vct_values?: string[] | undefined;
|
|
6453
|
+
}, "OPTIONAL. An array of strings that specifies allowed values for the type of the requested Verifiable Credential.">]>, undefined>, v.DescriptionAction<{
|
|
6454
|
+
vct_values?: string[] | undefined;
|
|
6455
|
+
} | undefined, "OPTIONAL. An object defining additional properties requested by the Verifier that apply to the metadata and validity data of the Credential.">]>;
|
|
6456
6456
|
readonly id: v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.DescriptionAction<string, "REQUIRED. A string identifying the Credential in the response and, if provided, the constraints in 'credential_sets'.">]>;
|
|
6457
6457
|
readonly require_cryptographic_holder_binding: v.SchemaWithPipe<[v.OptionalSchema<v.BooleanSchema<undefined>, true>, v.DescriptionAction<boolean, "OPTIONAL. A boolean which indicates whether the Verifier requires a Cryptographic Holder Binding proof. The default value is true, i.e., a Verifiable Presentation with Cryptographic Holder Binding is required. If set to false, the Verifier accepts a Credential without Cryptographic Holder Binding proof.">]>;
|
|
6458
6458
|
readonly multiple: v.SchemaWithPipe<[v.OptionalSchema<v.BooleanSchema<undefined>, false>, v.DescriptionAction<boolean, "OPTIONAL. A boolean which indicates whether multiple Credentials can be returned for this Credential Query. If omitted, the default value is false.">]>;
|
|
@@ -8024,7 +8024,7 @@ declare namespace DcqlPresentationResult {
|
|
|
8024
8024
|
values: NonEmptyArray<string>;
|
|
8025
8025
|
}> | undefined, "OPTIONAL. A non-empty array of objects as defined in Section 6.1.1 that specifies expected authorities or trust frameworks that certify Issuers, that the Verifier will accept. Every Credential returned by the Wallet SHOULD match at least one of the conditions present in the corresponding trusted_authorities array if present.">]>;
|
|
8026
8026
|
}, undefined>, v.ObjectSchema<{
|
|
8027
|
-
readonly format: v.SchemaWithPipe<[v.PicklistSchema<["
|
|
8027
|
+
readonly format: v.SchemaWithPipe<[v.PicklistSchema<["jwt_vc_json", "ldp_vc", "vc+sd-jwt"], undefined>, v.DescriptionAction<"vc+sd-jwt" | "ldp_vc" | "jwt_vc_json", "REQUIRED. A string that specifies the format of the requested Verifiable Credential.">]>;
|
|
8028
8028
|
readonly claims: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.ArraySchema<v.ObjectSchema<{
|
|
8029
8029
|
readonly id: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.NonEmptyAction<string, undefined>]>, undefined>, v.DescriptionAction<string | undefined, "A string identifying the particular claim. The value MUST be a non-empty string consisting of alphanumeric, underscore (_) or hyphen (-) characters. Within the particular claims array, the same id MUST NOT be present more than once.">]>;
|
|
8030
8030
|
readonly path: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.NullSchema<undefined>], undefined>, (i: v.ArrayIssue) => string>, v.CustomSchema<NonEmptyArray<string | number | null>, v.ErrorMessage<v.CustomIssue> | undefined>]>, v.DescriptionAction<NonEmptyArray<string | number | null>, "A non-empty array representing a claims path pointer that specifies the path to a claim within the Verifiable Credential.">]>;
|
|
@@ -8038,13 +8038,11 @@ declare namespace DcqlPresentationResult {
|
|
|
8038
8038
|
values?: (string | number | boolean)[] | undefined;
|
|
8039
8039
|
id?: string | undefined;
|
|
8040
8040
|
}> | undefined, "OPTIONAL. A non-empty array of objects as that specifies claims in the requested Credential.">]>;
|
|
8041
|
-
readonly meta: v.SchemaWithPipe<[v.
|
|
8042
|
-
readonly
|
|
8043
|
-
}, undefined>, v.DescriptionAction<{
|
|
8044
|
-
|
|
8045
|
-
}, "
|
|
8046
|
-
vct_values?: string[] | undefined;
|
|
8047
|
-
} | undefined, "OPTIONAL. An object defining additional properties requested by the Verifier that apply to the metadata and validity data of the Credential.">]>;
|
|
8041
|
+
readonly meta: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ObjectSchema<{
|
|
8042
|
+
readonly type_values: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ArraySchema<v.SchemaWithPipe<[v.ArraySchema<v.StringSchema<undefined>, (i: v.ArrayIssue) => string>, v.CustomSchema<NonEmptyArray<string>, v.ErrorMessage<v.CustomIssue> | undefined>]>, (i: v.ArrayIssue) => string>, v.CustomSchema<NonEmptyArray<NonEmptyArray<string>>, v.ErrorMessage<v.CustomIssue> | undefined>]>, v.DescriptionAction<NonEmptyArray<NonEmptyArray<string>>, "REQUIRED. An array of string arrays that specifies the fully expanded types (IRIs) after the @context was applied that the Verifier accepts to be presented in the Presentation. Each of the top-level arrays specifies one alternative to match the type values of the Verifiable Credential against. Each inner array specifies a set of fully expanded types that MUST be present in the type property of the Verifiable Credential, regardless of order or the presence of additional types.">]>;
|
|
8043
|
+
}, undefined>]>, v.DescriptionAction<{
|
|
8044
|
+
type_values: NonEmptyArray<NonEmptyArray<string>>;
|
|
8045
|
+
}, "REQUIRED. An object defining additional properties requested by the Verifier that apply to the metadata and validity data of the Credential.">]>;
|
|
8048
8046
|
readonly id: v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.DescriptionAction<string, "REQUIRED. A string identifying the Credential in the response and, if provided, the constraints in 'credential_sets'.">]>;
|
|
8049
8047
|
readonly require_cryptographic_holder_binding: v.SchemaWithPipe<[v.OptionalSchema<v.BooleanSchema<undefined>, true>, v.DescriptionAction<boolean, "OPTIONAL. A boolean which indicates whether the Verifier requires a Cryptographic Holder Binding proof. The default value is true, i.e., a Verifiable Presentation with Cryptographic Holder Binding is required. If set to false, the Verifier accepts a Credential without Cryptographic Holder Binding proof.">]>;
|
|
8050
8048
|
readonly multiple: v.SchemaWithPipe<[v.OptionalSchema<v.BooleanSchema<undefined>, false>, v.DescriptionAction<boolean, "OPTIONAL. A boolean which indicates whether multiple Credentials can be returned for this Credential Query. If omitted, the default value is false.">]>;
|
|
@@ -8060,7 +8058,7 @@ declare namespace DcqlPresentationResult {
|
|
|
8060
8058
|
values: NonEmptyArray<string>;
|
|
8061
8059
|
}> | undefined, "OPTIONAL. A non-empty array of objects as defined in Section 6.1.1 that specifies expected authorities or trust frameworks that certify Issuers, that the Verifier will accept. Every Credential returned by the Wallet SHOULD match at least one of the conditions present in the corresponding trusted_authorities array if present.">]>;
|
|
8062
8060
|
}, undefined>, v.ObjectSchema<{
|
|
8063
|
-
readonly format: v.SchemaWithPipe<[v.PicklistSchema<["
|
|
8061
|
+
readonly format: v.SchemaWithPipe<[v.PicklistSchema<["vc+sd-jwt", "dc+sd-jwt"], undefined>, v.DescriptionAction<"vc+sd-jwt" | "dc+sd-jwt", "REQUIRED. A string that specifies the format of the requested Verifiable Credential.">]>;
|
|
8064
8062
|
readonly claims: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.ArraySchema<v.ObjectSchema<{
|
|
8065
8063
|
readonly id: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.NonEmptyAction<string, undefined>]>, undefined>, v.DescriptionAction<string | undefined, "A string identifying the particular claim. The value MUST be a non-empty string consisting of alphanumeric, underscore (_) or hyphen (-) characters. Within the particular claims array, the same id MUST NOT be present more than once.">]>;
|
|
8066
8064
|
readonly path: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.NullSchema<undefined>], undefined>, (i: v.ArrayIssue) => string>, v.CustomSchema<NonEmptyArray<string | number | null>, v.ErrorMessage<v.CustomIssue> | undefined>]>, v.DescriptionAction<NonEmptyArray<string | number | null>, "A non-empty array representing a claims path pointer that specifies the path to a claim within the Verifiable Credential.">]>;
|
|
@@ -8074,11 +8072,13 @@ declare namespace DcqlPresentationResult {
|
|
|
8074
8072
|
values?: (string | number | boolean)[] | undefined;
|
|
8075
8073
|
id?: string | undefined;
|
|
8076
8074
|
}> | undefined, "OPTIONAL. A non-empty array of objects as that specifies claims in the requested Credential.">]>;
|
|
8077
|
-
readonly meta: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ObjectSchema<{
|
|
8078
|
-
readonly
|
|
8079
|
-
}, undefined
|
|
8080
|
-
|
|
8081
|
-
}, "
|
|
8075
|
+
readonly meta: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.ObjectSchema<{
|
|
8076
|
+
readonly vct_values: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
8077
|
+
}, undefined>, v.DescriptionAction<{
|
|
8078
|
+
vct_values?: string[] | undefined;
|
|
8079
|
+
}, "OPTIONAL. An array of strings that specifies allowed values for the type of the requested Verifiable Credential.">]>, undefined>, v.DescriptionAction<{
|
|
8080
|
+
vct_values?: string[] | undefined;
|
|
8081
|
+
} | undefined, "OPTIONAL. An object defining additional properties requested by the Verifier that apply to the metadata and validity data of the Credential.">]>;
|
|
8082
8082
|
readonly id: v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.DescriptionAction<string, "REQUIRED. A string identifying the Credential in the response and, if provided, the constraints in 'credential_sets'.">]>;
|
|
8083
8083
|
readonly require_cryptographic_holder_binding: v.SchemaWithPipe<[v.OptionalSchema<v.BooleanSchema<undefined>, true>, v.DescriptionAction<boolean, "OPTIONAL. A boolean which indicates whether the Verifier requires a Cryptographic Holder Binding proof. The default value is true, i.e., a Verifiable Presentation with Cryptographic Holder Binding is required. If set to false, the Verifier accepts a Credential without Cryptographic Holder Binding proof.">]>;
|
|
8084
8084
|
readonly multiple: v.SchemaWithPipe<[v.OptionalSchema<v.BooleanSchema<undefined>, false>, v.DescriptionAction<boolean, "OPTIONAL. A boolean which indicates whether multiple Credentials can be returned for this Credential Query. If omitted, the default value is false.">]>;
|
|
@@ -12637,7 +12637,7 @@ declare namespace DcqlCredentialQuery {
|
|
|
12637
12637
|
values: NonEmptyArray<string>;
|
|
12638
12638
|
}> | undefined, "OPTIONAL. A non-empty array of objects as defined in Section 6.1.1 that specifies expected authorities or trust frameworks that certify Issuers, that the Verifier will accept. Every Credential returned by the Wallet SHOULD match at least one of the conditions present in the corresponding trusted_authorities array if present.">]>;
|
|
12639
12639
|
}, undefined>, v.ObjectSchema<{
|
|
12640
|
-
readonly format: v.SchemaWithPipe<[v.PicklistSchema<["
|
|
12640
|
+
readonly format: v.SchemaWithPipe<[v.PicklistSchema<["jwt_vc_json", "ldp_vc", "vc+sd-jwt"], undefined>, v.DescriptionAction<"vc+sd-jwt" | "ldp_vc" | "jwt_vc_json", "REQUIRED. A string that specifies the format of the requested Verifiable Credential.">]>;
|
|
12641
12641
|
readonly claims: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.ArraySchema<v.ObjectSchema<{
|
|
12642
12642
|
readonly id: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.NonEmptyAction<string, undefined>]>, undefined>, v.DescriptionAction<string | undefined, "A string identifying the particular claim. The value MUST be a non-empty string consisting of alphanumeric, underscore (_) or hyphen (-) characters. Within the particular claims array, the same id MUST NOT be present more than once.">]>;
|
|
12643
12643
|
readonly path: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.NullSchema<undefined>], undefined>, (i: v.ArrayIssue) => string>, v.CustomSchema<NonEmptyArray<string | number | null>, v.ErrorMessage<v.CustomIssue> | undefined>]>, v.DescriptionAction<NonEmptyArray<string | number | null>, "A non-empty array representing a claims path pointer that specifies the path to a claim within the Verifiable Credential.">]>;
|
|
@@ -12651,13 +12651,11 @@ declare namespace DcqlCredentialQuery {
|
|
|
12651
12651
|
values?: (string | number | boolean)[] | undefined;
|
|
12652
12652
|
id?: string | undefined;
|
|
12653
12653
|
}> | undefined, "OPTIONAL. A non-empty array of objects as that specifies claims in the requested Credential.">]>;
|
|
12654
|
-
readonly meta: v.SchemaWithPipe<[v.
|
|
12655
|
-
readonly
|
|
12656
|
-
}, undefined>, v.DescriptionAction<{
|
|
12657
|
-
|
|
12658
|
-
}, "
|
|
12659
|
-
vct_values?: string[] | undefined;
|
|
12660
|
-
} | undefined, "OPTIONAL. An object defining additional properties requested by the Verifier that apply to the metadata and validity data of the Credential.">]>;
|
|
12654
|
+
readonly meta: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ObjectSchema<{
|
|
12655
|
+
readonly type_values: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ArraySchema<v.SchemaWithPipe<[v.ArraySchema<v.StringSchema<undefined>, (i: v.ArrayIssue) => string>, v.CustomSchema<NonEmptyArray<string>, v.ErrorMessage<v.CustomIssue> | undefined>]>, (i: v.ArrayIssue) => string>, v.CustomSchema<NonEmptyArray<NonEmptyArray<string>>, v.ErrorMessage<v.CustomIssue> | undefined>]>, v.DescriptionAction<NonEmptyArray<NonEmptyArray<string>>, "REQUIRED. An array of string arrays that specifies the fully expanded types (IRIs) after the @context was applied that the Verifier accepts to be presented in the Presentation. Each of the top-level arrays specifies one alternative to match the type values of the Verifiable Credential against. Each inner array specifies a set of fully expanded types that MUST be present in the type property of the Verifiable Credential, regardless of order or the presence of additional types.">]>;
|
|
12656
|
+
}, undefined>]>, v.DescriptionAction<{
|
|
12657
|
+
type_values: NonEmptyArray<NonEmptyArray<string>>;
|
|
12658
|
+
}, "REQUIRED. An object defining additional properties requested by the Verifier that apply to the metadata and validity data of the Credential.">]>;
|
|
12661
12659
|
readonly id: v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.DescriptionAction<string, "REQUIRED. A string identifying the Credential in the response and, if provided, the constraints in 'credential_sets'.">]>;
|
|
12662
12660
|
readonly require_cryptographic_holder_binding: v.SchemaWithPipe<[v.OptionalSchema<v.BooleanSchema<undefined>, true>, v.DescriptionAction<boolean, "OPTIONAL. A boolean which indicates whether the Verifier requires a Cryptographic Holder Binding proof. The default value is true, i.e., a Verifiable Presentation with Cryptographic Holder Binding is required. If set to false, the Verifier accepts a Credential without Cryptographic Holder Binding proof.">]>;
|
|
12663
12661
|
readonly multiple: v.SchemaWithPipe<[v.OptionalSchema<v.BooleanSchema<undefined>, false>, v.DescriptionAction<boolean, "OPTIONAL. A boolean which indicates whether multiple Credentials can be returned for this Credential Query. If omitted, the default value is false.">]>;
|
|
@@ -12673,7 +12671,7 @@ declare namespace DcqlCredentialQuery {
|
|
|
12673
12671
|
values: NonEmptyArray<string>;
|
|
12674
12672
|
}> | undefined, "OPTIONAL. A non-empty array of objects as defined in Section 6.1.1 that specifies expected authorities or trust frameworks that certify Issuers, that the Verifier will accept. Every Credential returned by the Wallet SHOULD match at least one of the conditions present in the corresponding trusted_authorities array if present.">]>;
|
|
12675
12673
|
}, undefined>, v.ObjectSchema<{
|
|
12676
|
-
readonly format: v.SchemaWithPipe<[v.PicklistSchema<["
|
|
12674
|
+
readonly format: v.SchemaWithPipe<[v.PicklistSchema<["vc+sd-jwt", "dc+sd-jwt"], undefined>, v.DescriptionAction<"vc+sd-jwt" | "dc+sd-jwt", "REQUIRED. A string that specifies the format of the requested Verifiable Credential.">]>;
|
|
12677
12675
|
readonly claims: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.ArraySchema<v.ObjectSchema<{
|
|
12678
12676
|
readonly id: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.NonEmptyAction<string, undefined>]>, undefined>, v.DescriptionAction<string | undefined, "A string identifying the particular claim. The value MUST be a non-empty string consisting of alphanumeric, underscore (_) or hyphen (-) characters. Within the particular claims array, the same id MUST NOT be present more than once.">]>;
|
|
12679
12677
|
readonly path: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.NullSchema<undefined>], undefined>, (i: v.ArrayIssue) => string>, v.CustomSchema<NonEmptyArray<string | number | null>, v.ErrorMessage<v.CustomIssue> | undefined>]>, v.DescriptionAction<NonEmptyArray<string | number | null>, "A non-empty array representing a claims path pointer that specifies the path to a claim within the Verifiable Credential.">]>;
|
|
@@ -12687,11 +12685,13 @@ declare namespace DcqlCredentialQuery {
|
|
|
12687
12685
|
values?: (string | number | boolean)[] | undefined;
|
|
12688
12686
|
id?: string | undefined;
|
|
12689
12687
|
}> | undefined, "OPTIONAL. A non-empty array of objects as that specifies claims in the requested Credential.">]>;
|
|
12690
|
-
readonly meta: v.SchemaWithPipe<[v.SchemaWithPipe<[v.ObjectSchema<{
|
|
12691
|
-
readonly
|
|
12692
|
-
}, undefined
|
|
12693
|
-
|
|
12694
|
-
}, "
|
|
12688
|
+
readonly meta: v.SchemaWithPipe<[v.OptionalSchema<v.SchemaWithPipe<[v.ObjectSchema<{
|
|
12689
|
+
readonly vct_values: v.OptionalSchema<v.ArraySchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
12690
|
+
}, undefined>, v.DescriptionAction<{
|
|
12691
|
+
vct_values?: string[] | undefined;
|
|
12692
|
+
}, "OPTIONAL. An array of strings that specifies allowed values for the type of the requested Verifiable Credential.">]>, undefined>, v.DescriptionAction<{
|
|
12693
|
+
vct_values?: string[] | undefined;
|
|
12694
|
+
} | undefined, "OPTIONAL. An object defining additional properties requested by the Verifier that apply to the metadata and validity data of the Credential.">]>;
|
|
12695
12695
|
readonly id: v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.DescriptionAction<string, "REQUIRED. A string identifying the Credential in the response and, if provided, the constraints in 'credential_sets'.">]>;
|
|
12696
12696
|
readonly require_cryptographic_holder_binding: v.SchemaWithPipe<[v.OptionalSchema<v.BooleanSchema<undefined>, true>, v.DescriptionAction<boolean, "OPTIONAL. A boolean which indicates whether the Verifier requires a Cryptographic Holder Binding proof. The default value is true, i.e., a Verifiable Presentation with Cryptographic Holder Binding is required. If set to false, the Verifier accepts a Credential without Cryptographic Holder Binding proof.">]>;
|
|
12697
12697
|
readonly multiple: v.SchemaWithPipe<[v.OptionalSchema<v.BooleanSchema<undefined>, false>, v.DescriptionAction<boolean, "OPTIONAL. A boolean which indicates whether multiple Credentials can be returned for this Credential Query. If omitted, the default value is false.">]>;
|