@openid4vc/openid4vci 0.3.0-alpha-20250321142414 → 0.3.0-alpha-20250321143321
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -178,7 +178,7 @@ var zLdpVcCredentialIssuerMetadataDraft14To11 = zLdpVcCredentialIssuerMetadata.p
|
|
|
178
178
|
...rest,
|
|
179
179
|
...credentialDefinition,
|
|
180
180
|
types: type
|
|
181
|
-
})).
|
|
181
|
+
})).pipe(zLdpVcCredentialIssuerMetadataDraft11);
|
|
182
182
|
var zLdpVcCredentialRequestFormat = z6.object({
|
|
183
183
|
format: zLdpVcFormatIdentifier,
|
|
184
184
|
credential_definition: zW3cVcJsonLdCredentialDefinition
|
|
@@ -207,7 +207,7 @@ var zLdpVcCredentialRequestDraft14To11 = zLdpVcCredentialRequestFormat.passthrou
|
|
|
207
207
|
...restCredentialDefinition,
|
|
208
208
|
types: type
|
|
209
209
|
}
|
|
210
|
-
})).
|
|
210
|
+
})).pipe(zLdpVcCredentialRequestDraft11);
|
|
211
211
|
|
|
212
212
|
// src/formats/credential/w3c-vc/z-w3c-jwt-vc-json-ld.ts
|
|
213
213
|
import z7 from "zod";
|
|
@@ -241,7 +241,7 @@ var zJwtVcJsonLdCredentialIssuerMetadataDraft14To11 = zJwtVcJsonLdCredentialIssu
|
|
|
241
241
|
...rest,
|
|
242
242
|
...credentialDefinition,
|
|
243
243
|
types: type
|
|
244
|
-
})).
|
|
244
|
+
})).pipe(zJwtVcJsonLdCredentialIssuerMetadataDraft11);
|
|
245
245
|
var zJwtVcJsonLdCredentialRequestFormat = z7.object({
|
|
246
246
|
format: zJwtVcJsonLdFormatIdentifier,
|
|
247
247
|
credential_definition: zW3cVcJsonLdCredentialDefinition
|
|
@@ -270,7 +270,7 @@ var zJwtVcJsonLdCredentialRequestDraft14To11 = zJwtVcJsonLdCredentialRequestForm
|
|
|
270
270
|
...restCredentialDefinition,
|
|
271
271
|
types: type
|
|
272
272
|
}
|
|
273
|
-
})).
|
|
273
|
+
})).pipe(zJwtVcJsonLdCredentialRequestDraft11);
|
|
274
274
|
|
|
275
275
|
// src/formats/credential/w3c-vc/z-w3c-jwt-vc-json.ts
|
|
276
276
|
import z8 from "zod";
|
|
@@ -306,7 +306,7 @@ var zJwtVcJsonCredentialIssuerMetadataDraft14To11 = zJwtVcJsonCredentialIssuerMe
|
|
|
306
306
|
...rest,
|
|
307
307
|
types: type,
|
|
308
308
|
...credentialDefinition
|
|
309
|
-
})).
|
|
309
|
+
})).pipe(zJwtVcJsonCredentialIssuerMetadataDraft11);
|
|
310
310
|
var zJwtVcJsonCredentialRequestFormat = z8.object({
|
|
311
311
|
format: zJwtVcJsonFormatIdentifier,
|
|
312
312
|
credential_definition: zJwtVcJsonCredentialDefinition
|
|
@@ -334,7 +334,7 @@ var zJwtVcJsonCredentialRequestDraft14To11 = zJwtVcJsonCredentialRequestFormat.p
|
|
|
334
334
|
...rest,
|
|
335
335
|
types: type,
|
|
336
336
|
...credentialDefinition
|
|
337
|
-
})).
|
|
337
|
+
})).pipe(zJwtVcJsonCredentialRequestDraft11);
|
|
338
338
|
|
|
339
339
|
// src/version.ts
|
|
340
340
|
var Openid4vciDraftVersion = /* @__PURE__ */ ((Openid4vciDraftVersion2) => {
|