Skip to content

Commit eeec996

Browse files
Update generated code for v2113 and
1 parent b576d96 commit eeec996

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

API_VERSION

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

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)