We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ed7f3 commit 64cfb65Copy full SHA for 64cfb65
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>ai.pluggy</groupId>
7
<artifactId>pluggy-java</artifactId>
8
- <version>0.12.1</version>
+ <version>0.13.0</version>
9
10
<packaging>jar</packaging>
11
src/main/java/ai/pluggy/client/response/ItemResponse.java
@@ -18,4 +18,5 @@ public class ItemResponse {
18
ItemError error = null;
19
CredentialLabel parameter;
20
String clientUserId;
21
+ Integer consecutiveFailedLoginAttempts;
22
}
0 commit comments