@sphereon/ssi-sdk.siopv2-oid4vp-op-auth 0.34.1-feature.testbed.repair.105 → 0.34.1-fix.108

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
@@ -864,19 +864,19 @@ var LOGGER_NAMESPACE = "sphereon:siopv2-oid4vp:op-auth";
864
864
  var DEFAULT_JWT_PROOF_TYPE = "JwtProof2020";
865
865
 
866
866
  // src/types/siop-service/index.ts
867
- var Siopv2HolderEvent = /* @__PURE__ */ function(Siopv2HolderEvent2) {
867
+ var Siopv2HolderEvent = /* @__PURE__ */ (function(Siopv2HolderEvent2) {
868
868
  Siopv2HolderEvent2["CONTACT_IDENTITY_CREATED"] = "contact_identity_created";
869
869
  Siopv2HolderEvent2["IDENTIFIER_CREATED"] = "identifier_created";
870
870
  return Siopv2HolderEvent2;
871
- }({});
872
- var SupportedLanguage = /* @__PURE__ */ function(SupportedLanguage2) {
871
+ })({});
872
+ var SupportedLanguage = /* @__PURE__ */ (function(SupportedLanguage2) {
873
873
  SupportedLanguage2["ENGLISH"] = "en";
874
874
  SupportedLanguage2["DUTCH"] = "nl";
875
875
  return SupportedLanguage2;
876
- }({});
876
+ })({});
877
877
 
878
878
  // src/types/machine/index.ts
879
- var Siopv2MachineStates = /* @__PURE__ */ function(Siopv2MachineStates2) {
879
+ var Siopv2MachineStates = /* @__PURE__ */ (function(Siopv2MachineStates2) {
880
880
  Siopv2MachineStates2["createConfig"] = "createConfig";
881
881
  Siopv2MachineStates2["getSiopRequest"] = "getSiopRequest";
882
882
  Siopv2MachineStates2["getSelectableCredentials"] = "getSelectableCredentials";
@@ -892,14 +892,14 @@ var Siopv2MachineStates = /* @__PURE__ */ function(Siopv2MachineStates2) {
892
892
  Siopv2MachineStates2["error"] = "error";
893
893
  Siopv2MachineStates2["done"] = "done";
894
894
  return Siopv2MachineStates2;
895
- }({});
896
- var Siopv2MachineAddContactStates = /* @__PURE__ */ function(Siopv2MachineAddContactStates2) {
895
+ })({});
896
+ var Siopv2MachineAddContactStates = /* @__PURE__ */ (function(Siopv2MachineAddContactStates2) {
897
897
  Siopv2MachineAddContactStates2["idle"] = "idle";
898
898
  Siopv2MachineAddContactStates2["executing"] = "executing";
899
899
  Siopv2MachineAddContactStates2["next"] = "next";
900
900
  return Siopv2MachineAddContactStates2;
901
- }({});
902
- var Siopv2MachineEvents = /* @__PURE__ */ function(Siopv2MachineEvents2) {
901
+ })({});
902
+ var Siopv2MachineEvents = /* @__PURE__ */ (function(Siopv2MachineEvents2) {
903
903
  Siopv2MachineEvents2["NEXT"] = "NEXT";
904
904
  Siopv2MachineEvents2["PREVIOUS"] = "PREVIOUS";
905
905
  Siopv2MachineEvents2["DECLINE"] = "DECLINE";
@@ -908,8 +908,8 @@ var Siopv2MachineEvents = /* @__PURE__ */ function(Siopv2MachineEvents2) {
908
908
  Siopv2MachineEvents2["CREATE_CONTACT"] = "CREATE_CONTACT";
909
909
  Siopv2MachineEvents2["SET_SELECTED_CREDENTIALS"] = "SET_SELECTED_CREDENTIALS";
910
910
  return Siopv2MachineEvents2;
911
- }({});
912
- var Siopv2MachineGuards = /* @__PURE__ */ function(Siopv2MachineGuards2) {
911
+ })({});
912
+ var Siopv2MachineGuards = /* @__PURE__ */ (function(Siopv2MachineGuards2) {
913
913
  Siopv2MachineGuards2["hasNoContactGuard"] = "Siopv2HasNoContactGuard";
914
914
  Siopv2MachineGuards2["createContactGuard"] = "Siopv2CreateContactGuard";
915
915
  Siopv2MachineGuards2["hasContactGuard"] = "Siopv2HasContactGuard";
@@ -919,8 +919,8 @@ var Siopv2MachineGuards = /* @__PURE__ */ function(Siopv2MachineGuards2) {
919
919
  Siopv2MachineGuards2["siopOnlyGuard"] = "Siopv2IsSiopOnlyGuard";
920
920
  Siopv2MachineGuards2["siopWithOID4VPGuard"] = "Siopv2IsSiopWithOID4VPGuard";
921
921
  return Siopv2MachineGuards2;
922
- }({});
923
- var Siopv2MachineServices = /* @__PURE__ */ function(Siopv2MachineServices2) {
922
+ })({});
923
+ var Siopv2MachineServices = /* @__PURE__ */ (function(Siopv2MachineServices2) {
924
924
  Siopv2MachineServices2["getSiopRequest"] = "getSiopRequest";
925
925
  Siopv2MachineServices2["getSelectableCredentials"] = "getSelectableCredentials";
926
926
  Siopv2MachineServices2["retrieveContact"] = "retrieveContact";
@@ -928,7 +928,7 @@ var Siopv2MachineServices = /* @__PURE__ */ function(Siopv2MachineServices2) {
928
928
  Siopv2MachineServices2["sendResponse"] = "sendResponse";
929
929
  Siopv2MachineServices2["createConfig"] = "createConfig";
930
930
  return Siopv2MachineServices2;
931
- }({});
931
+ })({});
932
932
 
933
933
  // src/types/identifier/index.ts
934
934
  var DID_PREFIX = "did";