@sphereon/ssi-sdk.siopv2-oid4vp-op-auth 0.34.1-next.3 → 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.cjs CHANGED
@@ -594,26 +594,26 @@ var import_ssi_sdk3 = require("@sphereon/ssi-sdk.credential-store");
594
594
 
595
595
  // src/types/IDidAuthSiopOpAuthenticator.ts
596
596
  var LOGGER_NAMESPACE = "sphereon:siopv2-oid4vp:op-auth";
597
- var events = /* @__PURE__ */ function(events2) {
597
+ var events = /* @__PURE__ */ (function(events2) {
598
598
  events2["DID_SIOP_AUTHENTICATED"] = "didSiopAuthenticated";
599
599
  return events2;
600
- }({});
600
+ })({});
601
601
  var DEFAULT_JWT_PROOF_TYPE = "JwtProof2020";
602
602
 
603
603
  // src/types/siop-service/index.ts
604
- var Siopv2HolderEvent = /* @__PURE__ */ function(Siopv2HolderEvent2) {
604
+ var Siopv2HolderEvent = /* @__PURE__ */ (function(Siopv2HolderEvent2) {
605
605
  Siopv2HolderEvent2["CONTACT_IDENTITY_CREATED"] = "contact_identity_created";
606
606
  Siopv2HolderEvent2["IDENTIFIER_CREATED"] = "identifier_created";
607
607
  return Siopv2HolderEvent2;
608
- }({});
609
- var SupportedLanguage = /* @__PURE__ */ function(SupportedLanguage2) {
608
+ })({});
609
+ var SupportedLanguage = /* @__PURE__ */ (function(SupportedLanguage2) {
610
610
  SupportedLanguage2["ENGLISH"] = "en";
611
611
  SupportedLanguage2["DUTCH"] = "nl";
612
612
  return SupportedLanguage2;
613
- }({});
613
+ })({});
614
614
 
615
615
  // src/types/machine/index.ts
616
- var Siopv2MachineStates = /* @__PURE__ */ function(Siopv2MachineStates2) {
616
+ var Siopv2MachineStates = /* @__PURE__ */ (function(Siopv2MachineStates2) {
617
617
  Siopv2MachineStates2["createConfig"] = "createConfig";
618
618
  Siopv2MachineStates2["getSiopRequest"] = "getSiopRequest";
619
619
  Siopv2MachineStates2["getSelectableCredentials"] = "getSelectableCredentials";
@@ -629,14 +629,14 @@ var Siopv2MachineStates = /* @__PURE__ */ function(Siopv2MachineStates2) {
629
629
  Siopv2MachineStates2["error"] = "error";
630
630
  Siopv2MachineStates2["done"] = "done";
631
631
  return Siopv2MachineStates2;
632
- }({});
633
- var Siopv2MachineAddContactStates = /* @__PURE__ */ function(Siopv2MachineAddContactStates2) {
632
+ })({});
633
+ var Siopv2MachineAddContactStates = /* @__PURE__ */ (function(Siopv2MachineAddContactStates2) {
634
634
  Siopv2MachineAddContactStates2["idle"] = "idle";
635
635
  Siopv2MachineAddContactStates2["executing"] = "executing";
636
636
  Siopv2MachineAddContactStates2["next"] = "next";
637
637
  return Siopv2MachineAddContactStates2;
638
- }({});
639
- var Siopv2MachineEvents = /* @__PURE__ */ function(Siopv2MachineEvents2) {
638
+ })({});
639
+ var Siopv2MachineEvents = /* @__PURE__ */ (function(Siopv2MachineEvents2) {
640
640
  Siopv2MachineEvents2["NEXT"] = "NEXT";
641
641
  Siopv2MachineEvents2["PREVIOUS"] = "PREVIOUS";
642
642
  Siopv2MachineEvents2["DECLINE"] = "DECLINE";
@@ -645,8 +645,8 @@ var Siopv2MachineEvents = /* @__PURE__ */ function(Siopv2MachineEvents2) {
645
645
  Siopv2MachineEvents2["CREATE_CONTACT"] = "CREATE_CONTACT";
646
646
  Siopv2MachineEvents2["SET_SELECTED_CREDENTIALS"] = "SET_SELECTED_CREDENTIALS";
647
647
  return Siopv2MachineEvents2;
648
- }({});
649
- var Siopv2MachineGuards = /* @__PURE__ */ function(Siopv2MachineGuards2) {
648
+ })({});
649
+ var Siopv2MachineGuards = /* @__PURE__ */ (function(Siopv2MachineGuards2) {
650
650
  Siopv2MachineGuards2["hasNoContactGuard"] = "Siopv2HasNoContactGuard";
651
651
  Siopv2MachineGuards2["createContactGuard"] = "Siopv2CreateContactGuard";
652
652
  Siopv2MachineGuards2["hasContactGuard"] = "Siopv2HasContactGuard";
@@ -656,8 +656,8 @@ var Siopv2MachineGuards = /* @__PURE__ */ function(Siopv2MachineGuards2) {
656
656
  Siopv2MachineGuards2["siopOnlyGuard"] = "Siopv2IsSiopOnlyGuard";
657
657
  Siopv2MachineGuards2["siopWithOID4VPGuard"] = "Siopv2IsSiopWithOID4VPGuard";
658
658
  return Siopv2MachineGuards2;
659
- }({});
660
- var Siopv2MachineServices = /* @__PURE__ */ function(Siopv2MachineServices2) {
659
+ })({});
660
+ var Siopv2MachineServices = /* @__PURE__ */ (function(Siopv2MachineServices2) {
661
661
  Siopv2MachineServices2["getSiopRequest"] = "getSiopRequest";
662
662
  Siopv2MachineServices2["getSelectableCredentials"] = "getSelectableCredentials";
663
663
  Siopv2MachineServices2["retrieveContact"] = "retrieveContact";
@@ -665,7 +665,7 @@ var Siopv2MachineServices = /* @__PURE__ */ function(Siopv2MachineServices2) {
665
665
  Siopv2MachineServices2["sendResponse"] = "sendResponse";
666
666
  Siopv2MachineServices2["createConfig"] = "createConfig";
667
667
  return Siopv2MachineServices2;
668
- }({});
668
+ })({});
669
669
 
670
670
  // src/types/identifier/index.ts
671
671
  var DID_PREFIX = "did";