@sphereon/ssi-sdk.siopv2-oid4vp-op-auth 0.34.1-fix.103 → 0.34.1-fix.109

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
@@ -807,19 +807,19 @@ var LOGGER_NAMESPACE = "sphereon:siopv2-oid4vp:op-auth";
807
807
  var DEFAULT_JWT_PROOF_TYPE = "JwtProof2020";
808
808
 
809
809
  // src/types/siop-service/index.ts
810
- var Siopv2HolderEvent = /* @__PURE__ */ function(Siopv2HolderEvent2) {
810
+ var Siopv2HolderEvent = /* @__PURE__ */ (function(Siopv2HolderEvent2) {
811
811
  Siopv2HolderEvent2["CONTACT_IDENTITY_CREATED"] = "contact_identity_created";
812
812
  Siopv2HolderEvent2["IDENTIFIER_CREATED"] = "identifier_created";
813
813
  return Siopv2HolderEvent2;
814
- }({});
815
- var SupportedLanguage = /* @__PURE__ */ function(SupportedLanguage2) {
814
+ })({});
815
+ var SupportedLanguage = /* @__PURE__ */ (function(SupportedLanguage2) {
816
816
  SupportedLanguage2["ENGLISH"] = "en";
817
817
  SupportedLanguage2["DUTCH"] = "nl";
818
818
  return SupportedLanguage2;
819
- }({});
819
+ })({});
820
820
 
821
821
  // src/types/machine/index.ts
822
- var Siopv2MachineStates = /* @__PURE__ */ function(Siopv2MachineStates2) {
822
+ var Siopv2MachineStates = /* @__PURE__ */ (function(Siopv2MachineStates2) {
823
823
  Siopv2MachineStates2["createConfig"] = "createConfig";
824
824
  Siopv2MachineStates2["getSiopRequest"] = "getSiopRequest";
825
825
  Siopv2MachineStates2["getSelectableCredentials"] = "getSelectableCredentials";
@@ -835,14 +835,14 @@ var Siopv2MachineStates = /* @__PURE__ */ function(Siopv2MachineStates2) {
835
835
  Siopv2MachineStates2["error"] = "error";
836
836
  Siopv2MachineStates2["done"] = "done";
837
837
  return Siopv2MachineStates2;
838
- }({});
839
- var Siopv2MachineAddContactStates = /* @__PURE__ */ function(Siopv2MachineAddContactStates2) {
838
+ })({});
839
+ var Siopv2MachineAddContactStates = /* @__PURE__ */ (function(Siopv2MachineAddContactStates2) {
840
840
  Siopv2MachineAddContactStates2["idle"] = "idle";
841
841
  Siopv2MachineAddContactStates2["executing"] = "executing";
842
842
  Siopv2MachineAddContactStates2["next"] = "next";
843
843
  return Siopv2MachineAddContactStates2;
844
- }({});
845
- var Siopv2MachineEvents = /* @__PURE__ */ function(Siopv2MachineEvents2) {
844
+ })({});
845
+ var Siopv2MachineEvents = /* @__PURE__ */ (function(Siopv2MachineEvents2) {
846
846
  Siopv2MachineEvents2["NEXT"] = "NEXT";
847
847
  Siopv2MachineEvents2["PREVIOUS"] = "PREVIOUS";
848
848
  Siopv2MachineEvents2["DECLINE"] = "DECLINE";
@@ -851,8 +851,8 @@ var Siopv2MachineEvents = /* @__PURE__ */ function(Siopv2MachineEvents2) {
851
851
  Siopv2MachineEvents2["CREATE_CONTACT"] = "CREATE_CONTACT";
852
852
  Siopv2MachineEvents2["SET_SELECTED_CREDENTIALS"] = "SET_SELECTED_CREDENTIALS";
853
853
  return Siopv2MachineEvents2;
854
- }({});
855
- var Siopv2MachineGuards = /* @__PURE__ */ function(Siopv2MachineGuards2) {
854
+ })({});
855
+ var Siopv2MachineGuards = /* @__PURE__ */ (function(Siopv2MachineGuards2) {
856
856
  Siopv2MachineGuards2["hasNoContactGuard"] = "Siopv2HasNoContactGuard";
857
857
  Siopv2MachineGuards2["createContactGuard"] = "Siopv2CreateContactGuard";
858
858
  Siopv2MachineGuards2["hasContactGuard"] = "Siopv2HasContactGuard";
@@ -862,8 +862,8 @@ var Siopv2MachineGuards = /* @__PURE__ */ function(Siopv2MachineGuards2) {
862
862
  Siopv2MachineGuards2["siopOnlyGuard"] = "Siopv2IsSiopOnlyGuard";
863
863
  Siopv2MachineGuards2["siopWithOID4VPGuard"] = "Siopv2IsSiopWithOID4VPGuard";
864
864
  return Siopv2MachineGuards2;
865
- }({});
866
- var Siopv2MachineServices = /* @__PURE__ */ function(Siopv2MachineServices2) {
865
+ })({});
866
+ var Siopv2MachineServices = /* @__PURE__ */ (function(Siopv2MachineServices2) {
867
867
  Siopv2MachineServices2["getSiopRequest"] = "getSiopRequest";
868
868
  Siopv2MachineServices2["getSelectableCredentials"] = "getSelectableCredentials";
869
869
  Siopv2MachineServices2["retrieveContact"] = "retrieveContact";
@@ -871,7 +871,7 @@ var Siopv2MachineServices = /* @__PURE__ */ function(Siopv2MachineServices2) {
871
871
  Siopv2MachineServices2["sendResponse"] = "sendResponse";
872
872
  Siopv2MachineServices2["createConfig"] = "createConfig";
873
873
  return Siopv2MachineServices2;
874
- }({});
874
+ })({});
875
875
 
876
876
  // src/types/identifier/index.ts
877
877
  var DID_PREFIX = "did";