Skip to content

Commit 64cfb65

Browse files
feat(Item): add consecutiveFailedLoginAttempts property in model. (#41)
* fix(Item): add consecutiveFailedLoginAttempts missing property in model. * chore: add major version.
1 parent e8ed7f3 commit 64cfb65

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>ai.pluggy</groupId>
77
<artifactId>pluggy-java</artifactId>
8-
<version>0.12.1</version>
8+
<version>0.13.0</version>
99

1010
<packaging>jar</packaging>
1111

src/main/java/ai/pluggy/client/response/ItemResponse.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ public class ItemResponse {
1818
ItemError error = null;
1919
CredentialLabel parameter;
2020
String clientUserId;
21+
Integer consecutiveFailedLoginAttempts;
2122
}

0 commit comments

Comments
 (0)