-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91943c3
commit cd98709
Showing
6 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
uni-registrar-core/src/main/patches/DidDocument.java.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- src/main/java/uniregistrar/openapi/model/DidDocument.java 2024-04-09 18:30:31.424600307 +0200 | ||
+++ src/main/java/uniregistrar/openapi/model/DidDocument.java.patched 2024-04-09 18:31:14.092762096 +0200 | ||
@@ -47,7 +47,7 @@ | ||
DidDocument.JSON_PROPERTY_SERVICE | ||
}) | ||
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.4.0") | ||
-public class DidDocument extends HashMap<String, Object> { | ||
+public class DidDocument { | ||
public static final String JSON_PROPERTY_ID = "id"; | ||
private String id; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- src/main/java/uniregistrar/openapi/model/DidState.java 2024-04-09 18:30:27.916587018 +0200 | ||
+++ src/main/java/uniregistrar/openapi/model/DidState.java.patched 2024-04-09 18:31:19.292781832 +0200 | ||
@@ -64,7 +64,7 @@ | ||
@JsonSubTypes.Type(value = DidStateWait.class, name = "wait"), | ||
}) | ||
|
||
-public class DidState extends HashMap<String, Object> { | ||
+public class DidState { | ||
public static final String JSON_PROPERTY_STATE = "state"; | ||
private String state; | ||
|
11 changes: 11 additions & 0 deletions
11
uni-registrar-core/src/main/patches/RequestOptions.java.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- src/main/java/uniregistrar/openapi/model/RequestOptions.java 2024-04-09 18:30:37.128621920 +0200 | ||
+++ src/main/java/uniregistrar/openapi/model/RequestOptions.java.patched 2024-04-09 18:31:24.856802953 +0200 | ||
@@ -49,7 +49,7 @@ | ||
RequestOptions.JSON_PROPERTY_REQUEST_VERIFICATION_METHOD | ||
}) | ||
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.4.0") | ||
-public class RequestOptions extends HashMap<String, Object> { | ||
+public class RequestOptions { | ||
public static final String JSON_PROPERTY_CLIENT_SECRET_MODE = "clientSecretMode"; | ||
private Boolean clientSecretMode; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- src/main/java/uniregistrar/openapi/model/Secret.java 2024-04-09 18:30:01.052485315 +0200 | ||
+++ src/main/java/uniregistrar/openapi/model/Secret.java.patched 2024-04-09 18:31:33.228834742 +0200 | ||
@@ -46,7 +46,7 @@ | ||
Secret.JSON_PROPERTY_VERIFICATION_METHOD | ||
}) | ||
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.4.0") | ||
-public class Secret extends HashMap<String, Object> { | ||
+public class Secret { | ||
public static final String JSON_PROPERTY_VERIFICATION_METHOD = "verificationMethod"; | ||
private List<SecretVerificationMethodInner> verificationMethod; | ||
|
File renamed without changes.