@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.mjs CHANGED
@@ -178,7 +178,7 @@ var zLdpVcCredentialIssuerMetadataDraft14To11 = zLdpVcCredentialIssuerMetadata.p
178
178
  ...rest,
179
179
  ...credentialDefinition,
180
180
  types: type
181
- })).and(zLdpVcCredentialIssuerMetadataDraft11);
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
- })).and(zLdpVcCredentialRequestDraft11);
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
- })).and(zJwtVcJsonLdCredentialIssuerMetadataDraft11);
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
- })).and(zJwtVcJsonLdCredentialRequestDraft11);
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
- })).and(zJwtVcJsonCredentialIssuerMetadataDraft11);
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
- })).and(zJwtVcJsonCredentialRequestDraft11);
337
+ })).pipe(zJwtVcJsonCredentialRequestDraft11);
338
338
 
339
339
  // src/version.ts
340
340
  var Openid4vciDraftVersion = /* @__PURE__ */ ((Openid4vciDraftVersion2) => {