@openid4vc/openid4vci 0.3.0-alpha-20250321142414 → 0.3.0-alpha-20250321145547

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -15183,7 +15183,7 @@ declare class Openid4vciIssuer {
15183
15183
  [k: string]: unknown;
15184
15184
  } & {
15185
15185
  id: string;
15186
- }>, z.ZodUnion<[z.ZodIntersection<z.ZodEffects<z.ZodObject<{
15186
+ }>, z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodObject<{
15187
15187
  format: z.ZodLiteral<"ldp_vc">;
15188
15188
  credential_definition: z.ZodObject<{
15189
15189
  '@context': z.ZodArray<z.ZodString, "many">;
@@ -15869,7 +15869,7 @@ declare class Openid4vciIssuer {
15869
15869
  locale: z.ZodOptional<z.ZodString>;
15870
15870
  }, z.ZodTypeAny, "passthrough">>, "many">>;
15871
15871
  }, z.ZodTypeAny, "passthrough">>]>>>;
15872
- }, z.ZodTypeAny, "passthrough">>>, z.ZodIntersection<z.ZodEffects<z.ZodObject<{
15872
+ }, z.ZodTypeAny, "passthrough">>>, z.ZodPipeline<z.ZodEffects<z.ZodObject<{
15873
15873
  format: z.ZodLiteral<"jwt_vc_json">;
15874
15874
  credential_definition: z.ZodObject<{
15875
15875
  type: z.ZodArray<z.ZodString, "many">;
@@ -16539,7 +16539,7 @@ declare class Openid4vciIssuer {
16539
16539
  locale: z.ZodOptional<z.ZodString>;
16540
16540
  }, z.ZodTypeAny, "passthrough">>, "many">>;
16541
16541
  }, z.ZodTypeAny, "passthrough">>]>>>;
16542
- }, z.ZodTypeAny, "passthrough">>>, z.ZodIntersection<z.ZodEffects<z.ZodObject<{
16542
+ }, z.ZodTypeAny, "passthrough">>>, z.ZodPipeline<z.ZodEffects<z.ZodObject<{
16543
16543
  format: z.ZodLiteral<"jwt_vc_json-ld">;
16544
16544
  credential_definition: z.ZodObject<{
16545
16545
  '@context': z.ZodArray<z.ZodString, "many">;
package/dist/index.d.ts CHANGED
@@ -15183,7 +15183,7 @@ declare class Openid4vciIssuer {
15183
15183
  [k: string]: unknown;
15184
15184
  } & {
15185
15185
  id: string;
15186
- }>, z.ZodUnion<[z.ZodIntersection<z.ZodEffects<z.ZodObject<{
15186
+ }>, z.ZodUnion<[z.ZodPipeline<z.ZodEffects<z.ZodObject<{
15187
15187
  format: z.ZodLiteral<"ldp_vc">;
15188
15188
  credential_definition: z.ZodObject<{
15189
15189
  '@context': z.ZodArray<z.ZodString, "many">;
@@ -15869,7 +15869,7 @@ declare class Openid4vciIssuer {
15869
15869
  locale: z.ZodOptional<z.ZodString>;
15870
15870
  }, z.ZodTypeAny, "passthrough">>, "many">>;
15871
15871
  }, z.ZodTypeAny, "passthrough">>]>>>;
15872
- }, z.ZodTypeAny, "passthrough">>>, z.ZodIntersection<z.ZodEffects<z.ZodObject<{
15872
+ }, z.ZodTypeAny, "passthrough">>>, z.ZodPipeline<z.ZodEffects<z.ZodObject<{
15873
15873
  format: z.ZodLiteral<"jwt_vc_json">;
15874
15874
  credential_definition: z.ZodObject<{
15875
15875
  type: z.ZodArray<z.ZodString, "many">;
@@ -16539,7 +16539,7 @@ declare class Openid4vciIssuer {
16539
16539
  locale: z.ZodOptional<z.ZodString>;
16540
16540
  }, z.ZodTypeAny, "passthrough">>, "many">>;
16541
16541
  }, z.ZodTypeAny, "passthrough">>]>>>;
16542
- }, z.ZodTypeAny, "passthrough">>>, z.ZodIntersection<z.ZodEffects<z.ZodObject<{
16542
+ }, z.ZodTypeAny, "passthrough">>>, z.ZodPipeline<z.ZodEffects<z.ZodObject<{
16543
16543
  format: z.ZodLiteral<"jwt_vc_json-ld">;
16544
16544
  credential_definition: z.ZodObject<{
16545
16545
  '@context': z.ZodArray<z.ZodString, "many">;
package/dist/index.js CHANGED
@@ -223,7 +223,7 @@ var zLdpVcCredentialIssuerMetadataDraft14To11 = zLdpVcCredentialIssuerMetadata.p
223
223
  ...rest,
224
224
  ...credentialDefinition,
225
225
  types: type
226
- })).and(zLdpVcCredentialIssuerMetadataDraft11);
226
+ })).pipe(zLdpVcCredentialIssuerMetadataDraft11);
227
227
  var zLdpVcCredentialRequestFormat = import_zod6.default.object({
228
228
  format: zLdpVcFormatIdentifier,
229
229
  credential_definition: zW3cVcJsonLdCredentialDefinition
@@ -252,7 +252,7 @@ var zLdpVcCredentialRequestDraft14To11 = zLdpVcCredentialRequestFormat.passthrou
252
252
  ...restCredentialDefinition,
253
253
  types: type
254
254
  }
255
- })).and(zLdpVcCredentialRequestDraft11);
255
+ })).pipe(zLdpVcCredentialRequestDraft11);
256
256
 
257
257
  // src/formats/credential/w3c-vc/z-w3c-jwt-vc-json-ld.ts
258
258
  var import_zod7 = __toESM(require("zod"));
@@ -286,7 +286,7 @@ var zJwtVcJsonLdCredentialIssuerMetadataDraft14To11 = zJwtVcJsonLdCredentialIssu
286
286
  ...rest,
287
287
  ...credentialDefinition,
288
288
  types: type
289
- })).and(zJwtVcJsonLdCredentialIssuerMetadataDraft11);
289
+ })).pipe(zJwtVcJsonLdCredentialIssuerMetadataDraft11);
290
290
  var zJwtVcJsonLdCredentialRequestFormat = import_zod7.default.object({
291
291
  format: zJwtVcJsonLdFormatIdentifier,
292
292
  credential_definition: zW3cVcJsonLdCredentialDefinition
@@ -315,7 +315,7 @@ var zJwtVcJsonLdCredentialRequestDraft14To11 = zJwtVcJsonLdCredentialRequestForm
315
315
  ...restCredentialDefinition,
316
316
  types: type
317
317
  }
318
- })).and(zJwtVcJsonLdCredentialRequestDraft11);
318
+ })).pipe(zJwtVcJsonLdCredentialRequestDraft11);
319
319
 
320
320
  // src/formats/credential/w3c-vc/z-w3c-jwt-vc-json.ts
321
321
  var import_zod8 = __toESM(require("zod"));
@@ -351,7 +351,7 @@ var zJwtVcJsonCredentialIssuerMetadataDraft14To11 = zJwtVcJsonCredentialIssuerMe
351
351
  ...rest,
352
352
  types: type,
353
353
  ...credentialDefinition
354
- })).and(zJwtVcJsonCredentialIssuerMetadataDraft11);
354
+ })).pipe(zJwtVcJsonCredentialIssuerMetadataDraft11);
355
355
  var zJwtVcJsonCredentialRequestFormat = import_zod8.default.object({
356
356
  format: zJwtVcJsonFormatIdentifier,
357
357
  credential_definition: zJwtVcJsonCredentialDefinition
@@ -379,7 +379,7 @@ var zJwtVcJsonCredentialRequestDraft14To11 = zJwtVcJsonCredentialRequestFormat.p
379
379
  ...rest,
380
380
  types: type,
381
381
  ...credentialDefinition
382
- })).and(zJwtVcJsonCredentialRequestDraft11);
382
+ })).pipe(zJwtVcJsonCredentialRequestDraft11);
383
383
 
384
384
  // src/version.ts
385
385
  var Openid4vciDraftVersion = /* @__PURE__ */ ((Openid4vciDraftVersion2) => {