@sphereon/ssi-sdk.siopv2-oid4vp-op-auth 0.34.1-next.29 → 0.34.1-next.40

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.js CHANGED
@@ -537,26 +537,26 @@ import { verifiableCredentialForRoleFilter } from "@sphereon/ssi-sdk.credential-
537
537
 
538
538
  // src/types/IDidAuthSiopOpAuthenticator.ts
539
539
  var LOGGER_NAMESPACE = "sphereon:siopv2-oid4vp:op-auth";
540
- var events = /* @__PURE__ */ function(events2) {
540
+ var events = /* @__PURE__ */ (function(events2) {
541
541
  events2["DID_SIOP_AUTHENTICATED"] = "didSiopAuthenticated";
542
542
  return events2;
543
- }({});
543
+ })({});
544
544
  var DEFAULT_JWT_PROOF_TYPE = "JwtProof2020";
545
545
 
546
546
  // src/types/siop-service/index.ts
547
- var Siopv2HolderEvent = /* @__PURE__ */ function(Siopv2HolderEvent2) {
547
+ var Siopv2HolderEvent = /* @__PURE__ */ (function(Siopv2HolderEvent2) {
548
548
  Siopv2HolderEvent2["CONTACT_IDENTITY_CREATED"] = "contact_identity_created";
549
549
  Siopv2HolderEvent2["IDENTIFIER_CREATED"] = "identifier_created";
550
550
  return Siopv2HolderEvent2;
551
- }({});
552
- var SupportedLanguage = /* @__PURE__ */ function(SupportedLanguage2) {
551
+ })({});
552
+ var SupportedLanguage = /* @__PURE__ */ (function(SupportedLanguage2) {
553
553
  SupportedLanguage2["ENGLISH"] = "en";
554
554
  SupportedLanguage2["DUTCH"] = "nl";
555
555
  return SupportedLanguage2;
556
- }({});
556
+ })({});
557
557
 
558
558
  // src/types/machine/index.ts
559
- var Siopv2MachineStates = /* @__PURE__ */ function(Siopv2MachineStates2) {
559
+ var Siopv2MachineStates = /* @__PURE__ */ (function(Siopv2MachineStates2) {
560
560
  Siopv2MachineStates2["createConfig"] = "createConfig";
561
561
  Siopv2MachineStates2["getSiopRequest"] = "getSiopRequest";
562
562
  Siopv2MachineStates2["getSelectableCredentials"] = "getSelectableCredentials";
@@ -572,14 +572,14 @@ var Siopv2MachineStates = /* @__PURE__ */ function(Siopv2MachineStates2) {
572
572
  Siopv2MachineStates2["error"] = "error";
573
573
  Siopv2MachineStates2["done"] = "done";
574
574
  return Siopv2MachineStates2;
575
- }({});
576
- var Siopv2MachineAddContactStates = /* @__PURE__ */ function(Siopv2MachineAddContactStates2) {
575
+ })({});
576
+ var Siopv2MachineAddContactStates = /* @__PURE__ */ (function(Siopv2MachineAddContactStates2) {
577
577
  Siopv2MachineAddContactStates2["idle"] = "idle";
578
578
  Siopv2MachineAddContactStates2["executing"] = "executing";
579
579
  Siopv2MachineAddContactStates2["next"] = "next";
580
580
  return Siopv2MachineAddContactStates2;
581
- }({});
582
- var Siopv2MachineEvents = /* @__PURE__ */ function(Siopv2MachineEvents2) {
581
+ })({});
582
+ var Siopv2MachineEvents = /* @__PURE__ */ (function(Siopv2MachineEvents2) {
583
583
  Siopv2MachineEvents2["NEXT"] = "NEXT";
584
584
  Siopv2MachineEvents2["PREVIOUS"] = "PREVIOUS";
585
585
  Siopv2MachineEvents2["DECLINE"] = "DECLINE";
@@ -588,8 +588,8 @@ var Siopv2MachineEvents = /* @__PURE__ */ function(Siopv2MachineEvents2) {
588
588
  Siopv2MachineEvents2["CREATE_CONTACT"] = "CREATE_CONTACT";
589
589
  Siopv2MachineEvents2["SET_SELECTED_CREDENTIALS"] = "SET_SELECTED_CREDENTIALS";
590
590
  return Siopv2MachineEvents2;
591
- }({});
592
- var Siopv2MachineGuards = /* @__PURE__ */ function(Siopv2MachineGuards2) {
591
+ })({});
592
+ var Siopv2MachineGuards = /* @__PURE__ */ (function(Siopv2MachineGuards2) {
593
593
  Siopv2MachineGuards2["hasNoContactGuard"] = "Siopv2HasNoContactGuard";
594
594
  Siopv2MachineGuards2["createContactGuard"] = "Siopv2CreateContactGuard";
595
595
  Siopv2MachineGuards2["hasContactGuard"] = "Siopv2HasContactGuard";
@@ -599,8 +599,8 @@ var Siopv2MachineGuards = /* @__PURE__ */ function(Siopv2MachineGuards2) {
599
599
  Siopv2MachineGuards2["siopOnlyGuard"] = "Siopv2IsSiopOnlyGuard";
600
600
  Siopv2MachineGuards2["siopWithOID4VPGuard"] = "Siopv2IsSiopWithOID4VPGuard";
601
601
  return Siopv2MachineGuards2;
602
- }({});
603
- var Siopv2MachineServices = /* @__PURE__ */ function(Siopv2MachineServices2) {
602
+ })({});
603
+ var Siopv2MachineServices = /* @__PURE__ */ (function(Siopv2MachineServices2) {
604
604
  Siopv2MachineServices2["getSiopRequest"] = "getSiopRequest";
605
605
  Siopv2MachineServices2["getSelectableCredentials"] = "getSelectableCredentials";
606
606
  Siopv2MachineServices2["retrieveContact"] = "retrieveContact";
@@ -608,7 +608,7 @@ var Siopv2MachineServices = /* @__PURE__ */ function(Siopv2MachineServices2) {
608
608
  Siopv2MachineServices2["sendResponse"] = "sendResponse";
609
609
  Siopv2MachineServices2["createConfig"] = "createConfig";
610
610
  return Siopv2MachineServices2;
611
- }({});
611
+ })({});
612
612
 
613
613
  // src/types/identifier/index.ts
614
614
  var DID_PREFIX = "did";