Skip to content

Commit 888934b

Browse files
Update generated code for v2116 and
1 parent f829ae3 commit 888934b

22 files changed

+1171
-2354
lines changed

API_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
770d5565aa714bbb3a325d5f19c007d08607d9ad
1+
e29274ce8546f3a175227936924627a3864f7a34

src/main/java/com/stripe/events/V2CoreHealthApiErrorFiringEvent.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ public static final class Impact {
5252
/** The number of impacted requests. */
5353
@SerializedName("impacted_requests")
5454
Long impactedRequests;
55-
/** The percentage of impacted requests. */
56-
@SerializedName("impacted_requests_percentage")
57-
String impactedRequestsPercentage;
5855
}
5956
}
6057
}

src/main/java/com/stripe/events/V2CoreHealthApiErrorResolvedEvent.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ public static final class Impact {
5252
/** The number of impacted requests. */
5353
@SerializedName("impacted_requests")
5454
Long impactedRequests;
55-
/** The percentage of impacted requests. */
56-
@SerializedName("impacted_requests_percentage")
57-
String impactedRequestsPercentage;
5855
}
5956
}
6057
}

src/main/java/com/stripe/events/V2CoreHealthApiLatencyFiringEvent.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ public static final class Impact {
4949
/** The number of impacted requests. */
5050
@SerializedName("impacted_requests")
5151
Long impactedRequests;
52-
/** The percentage of impacted requests. */
53-
@SerializedName("impacted_requests_percentage")
54-
String impactedRequestsPercentage;
5552
}
5653
}
5754
}

src/main/java/com/stripe/events/V2CoreHealthApiLatencyResolvedEvent.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ public static final class Impact {
4949
/** The number of impacted requests. */
5050
@SerializedName("impacted_requests")
5151
Long impactedRequests;
52-
/** The percentage of impacted requests. */
53-
@SerializedName("impacted_requests_percentage")
54-
String impactedRequestsPercentage;
5552
}
5653
}
5754
}

src/main/java/com/stripe/events/V2CoreHealthEventGenerationFailureResolvedEvent.java

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,31 +34,23 @@ public static final class EventData {
3434

3535
public static final class Impact {
3636
/**
37-
* The context the event should have been generated for. Only present when the account is a
37+
* The account id the event should have been generated for. Only present when the account is a
3838
* connected account.
3939
*/
40-
@SerializedName("context")
41-
String context;
40+
@SerializedName("account")
41+
String account;
4242
/** The type of event that Stripe failed to generate. */
4343
@SerializedName("event_type")
4444
String eventType;
45-
/** The related object details. */
46-
@SerializedName("related_object")
47-
com.stripe.events.V2CoreHealthEventGenerationFailureResolvedEvent.EventData.Impact
48-
.RelatedObject
49-
relatedObject;
50-
51-
public static final class RelatedObject {
52-
/** The ID of the related object (e.g., "pi_..."). */
53-
@SerializedName("id")
54-
String id;
55-
/** The type of the related object (e.g., "payment_intent"). */
56-
@SerializedName("type")
57-
String type;
58-
/** The API URL for the related object (e.g., "/v1/payment_intents/pi_..."). */
59-
@SerializedName("url")
60-
String url;
61-
}
45+
/** Indicates if the event was for livemode or not. */
46+
@SerializedName("livemode")
47+
Boolean livemode;
48+
/** The number of webhooks that Stripe failed to create and deliver. */
49+
@SerializedName("missing_delivery_attempts")
50+
Long missingDeliveryAttempts;
51+
/** The related object id. */
52+
@SerializedName("related_object_id")
53+
String relatedObjectId;
6254
}
6355
}
6456
}

src/main/java/com/stripe/events/V2CoreHealthPaymentMethodErrorFiringEvent.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ public static final class Impact {
3939
/** The number of impacted requests. */
4040
@SerializedName("impacted_requests")
4141
Long impactedRequests;
42-
/** The percentage of impacted requests. */
43-
@SerializedName("impacted_requests_percentage")
44-
String impactedRequestsPercentage;
4542
/**
4643
* The type of the payment method.
4744
*

src/main/java/com/stripe/events/V2CoreHealthPaymentMethodErrorResolvedEvent.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ public static final class Impact {
3939
/** The number of impacted requests. */
4040
@SerializedName("impacted_requests")
4141
Long impactedRequests;
42-
/** The percentage of impacted requests. */
43-
@SerializedName("impacted_requests_percentage")
44-
String impactedRequestsPercentage;
4542
/**
4643
* The type of the payment method.
4744
*

src/main/java/com/stripe/events/V2PaymentsOffSessionPaymentAttemptFailedEvent.java

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/main/java/com/stripe/events/V2PaymentsOffSessionPaymentAttemptFailedEventNotification.java

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)