Skip to content

Commit 26e04f4

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@86667078.
1 parent 8bf9c15 commit 26e04f4

10 files changed

Lines changed: 619 additions & 302 deletions

src/main/java/com/segment/publicapi/JSON.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ private static Class getClassByDiscriminator(
9696
gsonBuilder.registerTypeAdapterFactory(
9797
new com.segment.publicapi.models.AccessPermissionV1.CustomTypeAdapterFactory());
9898
gsonBuilder.registerTypeAdapterFactory(
99-
new com.segment.publicapi.models.ActivationSummaryOutput
100-
.CustomTypeAdapterFactory());
99+
new com.segment.publicapi.models.ActivationOutput.CustomTypeAdapterFactory());
101100
gsonBuilder.registerTypeAdapterFactory(
102101
new com.segment.publicapi.models.AddActivationToAudience200Response
103102
.CustomTypeAdapterFactory());

0 commit comments

Comments
 (0)