Skip to content

Commit 347799d

Browse files
Update generated code for v2113 and
1 parent 6cf9067 commit 347799d

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

API_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6d15a7f20cb77c2c22091a30e499cb89d7e3248c
1+
125d391b75519fa8a44e8fdd6c482ca583fe8294

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2111
1+
v2113

src/main/java/com/stripe/ApiVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
package com.stripe;
33

44
final class ApiVersion {
5-
public static final String CURRENT = "2025-10-29.clover";
5+
public static final String CURRENT = "2025-11-17.clover";
66
public static final String CURRENT_MAJOR = "clover";
77
}

src/main/java/com/stripe/param/WebhookEndpointCreateParams.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,10 @@ public enum ApiVersion implements ApiRequestParams.EnumParam {
633633
VERSION_2025_09_30_CLOVER("2025-09-30.clover"),
634634

635635
@SerializedName("2025-10-29.clover")
636-
VERSION_2025_10_29_CLOVER("2025-10-29.clover");
636+
VERSION_2025_10_29_CLOVER("2025-10-29.clover"),
637+
638+
@SerializedName("2025-11-17.clover")
639+
VERSION_2025_11_17_CLOVER("2025-11-17.clover");
637640

638641
@Getter(onMethod_ = {@Override})
639642
private final String value;

0 commit comments

Comments
 (0)