From 86ccd10603da9c01d40c33279eb56b4b2555cb2a Mon Sep 17 00:00:00 2001 From: Juby210 Date: Fri, 15 Oct 2021 01:14:23 +0200 Subject: [PATCH] 97.7 - Beta (97107) --- app/build.gradle | 4 +- app/src/main/AndroidManifest.xml | 2 +- .../events/TrackAgeGateSubmitted.java | 31 ++++--- .../events/TrackAnalyticsDataQueried.java | 17 ++-- .../events/TrackAppLandingViewed.java | 14 ++-- .../generated/events/TrackCaptchaSolved.java | 25 +++--- .../events/TrackExternalPaymentFailed.java | 73 ++++++++-------- .../events/TrackExternalPaymentSucceeded.java | 73 ++++++++-------- .../events/TrackFailedMessageResolved.java | 11 ++- ...GooglePlayOneTimeNotificationReceived.java | 11 ++- ...ePlaySubscriptionNotificationReceived.java | 11 ++- .../TrackGuildScheduledEventCreated.java | 31 ++++--- .../TrackGuildScheduledEventUpdated.java | 31 ++++--- .../TrackNotificationSettingsUpdated.java | 23 +++-- .../events/TrackPaymentAttempted.java | 73 ++++++++-------- .../generated/events/TrackPaymentBlocked.java | 73 ++++++++-------- .../generated/events/TrackPaymentFailed.java | 73 ++++++++-------- .../events/TrackPaymentRefunded.java | 83 +++++++++---------- .../events/TrackPaymentSourceAdded.java | 7 +- .../events/TrackPaymentSourceUpdated.java | 7 +- .../events/TrackPaymentSucceeded.java | 73 ++++++++-------- .../events/TrackSentMissedMessageEmail.java | 7 +- .../events/TrackSkuEntitlementCreated.java | 13 ++- .../generated/events/TrackSkuUpdated.java | 17 ++-- .../TrackStageDiscoveryStageExited.java | 13 ++- ...TrackSubscriptionAccountHoldRecovered.java | 25 +++--- .../TrackSubscriptionAccountHoldStarted.java | 25 +++--- .../events/TrackSubscriptionCanceled.java | 25 +++--- .../events/TrackSubscriptionCodeUsed.java | 13 ++- .../TrackSubscriptionLazySyncUserPerks.java | 39 ++++----- .../TrackSubscriptionPaymentSourceAdded.java | 19 ++--- ...TrackSubscriptionPaymentSourceUpdated.java | 19 ++--- .../TrackSubscriptionPeriodScheduled.java | 13 ++- .../events/TrackSubscriptionPlanUpdated.java | 49 +++++------ .../events/TrackSubscriptionResubscribed.java | 35 ++++---- .../TrackTemporaryPaymentAuthAttempted.java | 73 ++++++++-------- ...rackThreadNotificationSettingsUpdated.java | 19 ++--- .../events/TrackTransactionCompleted.java | 69 ++++++++------- .../analytics/generated/traits/TrackBase.java | 39 +++++---- .../generated/traits/TrackDirectoryEntry.java | 11 ++- .../generated/traits/TrackThread.java | 13 ++- .../utilities/analytics/AnalyticsTracker.java | 9 +- .../widgets/settings/WidgetSettings.java | 2 +- app/src/main/res/values/strings.xml | 2 +- 44 files changed, 614 insertions(+), 681 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ef3e183aec..76f3384fb4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId 'com.discord' minSdkVersion 21 targetSdkVersion 29 - versionCode 97106 - versionName "97.6 - Beta" + versionCode 97107 + versionName "97.7 - Beta" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 3077242945..eff821eb97 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackAgeGateSubmitted.java b/app/src/main/java/com/discord/analytics/generated/events/TrackAgeGateSubmitted.java index 7418b837e1..c06d92f8b0 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackAgeGateSubmitted.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackAgeGateSubmitted.java @@ -6,12 +6,11 @@ import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.analytics.generated.traits.TrackSourceMetadata; import com.discord.analytics.generated.traits.TrackSourceMetadataReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackAgeGateSubmitted.kt */ public final class TrackAgeGateSubmitted implements AnalyticsSchema, TrackBaseReceiver, TrackSourceMetadataReceiver { private final transient String analyticsSchemaTypeName; - private final UtcDateTime dob; + private final Long dob; private final Long dobDay; private final Long dobMonth; private final Long dobYear; @@ -26,11 +25,11 @@ public final class TrackAgeGateSubmitted implements AnalyticsSchema, TrackBaseRe this.analyticsSchemaTypeName = "age_gate_submitted"; } - public TrackAgeGateSubmitted(UtcDateTime utcDateTime, Long l, Long l2, Long l3) { - this.dob = utcDateTime; - this.dobDay = l; - this.dobMonth = l2; - this.dobYear = l3; + public TrackAgeGateSubmitted(Long l, Long l2, Long l3, Long l4) { + this.dob = l; + this.dobDay = l2; + this.dobMonth = l3; + this.dobYear = l4; this.analyticsSchemaTypeName = "age_gate_submitted"; } @@ -55,16 +54,16 @@ public final class TrackAgeGateSubmitted implements AnalyticsSchema, TrackBaseRe } public int hashCode() { - UtcDateTime utcDateTime = this.dob; + Long l = this.dob; int i = 0; - int hashCode = (utcDateTime != null ? utcDateTime.hashCode() : 0) * 31; - Long l = this.dobDay; - int hashCode2 = (hashCode + (l != null ? l.hashCode() : 0)) * 31; - Long l2 = this.dobMonth; - int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31; - Long l3 = this.dobYear; - if (l3 != null) { - i = l3.hashCode(); + int hashCode = (l != null ? l.hashCode() : 0) * 31; + Long l2 = this.dobDay; + int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.dobMonth; + int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.dobYear; + if (l4 != null) { + i = l4.hashCode(); } return hashCode3 + i; } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackAnalyticsDataQueried.java b/app/src/main/java/com/discord/analytics/generated/events/TrackAnalyticsDataQueried.java index f933b57820..b894766bbf 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackAnalyticsDataQueried.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackAnalyticsDataQueried.java @@ -4,14 +4,13 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackAnalyticsDataQueried.kt */ public final class TrackAnalyticsDataQueried implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "analytics_data_queried"; private final Long applicationId = null; - private final UtcDateTime dateRangeEnd = null; - private final UtcDateTime dateRangeStart = null; + private final Long dateRangeEnd = null; + private final Long dateRangeStart = null; private final Long guildId = null; private final Long interval = null; private final Boolean responseHasData = null; @@ -43,12 +42,12 @@ public final class TrackAnalyticsDataQueried implements AnalyticsSchema, TrackBa int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; CharSequence charSequence = this.tableName; int hashCode3 = (hashCode2 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.dateRangeStart; - int hashCode4 = (hashCode3 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.dateRangeEnd; - int hashCode5 = (hashCode4 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; - Long l3 = this.interval; - int hashCode6 = (hashCode5 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l3 = this.dateRangeStart; + int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.dateRangeEnd; + int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.interval; + int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31; Boolean bool = this.responseIsSuccessful; int hashCode7 = (hashCode6 + (bool != null ? bool.hashCode() : 0)) * 31; Boolean bool2 = this.responseHasData; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackAppLandingViewed.java b/app/src/main/java/com/discord/analytics/generated/events/TrackAppLandingViewed.java index 16f9e9c52f..5da7b69974 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackAppLandingViewed.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackAppLandingViewed.java @@ -4,12 +4,11 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackAppLandingViewed.kt */ public final class TrackAppLandingViewed implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "app_landing_viewed"; - private final UtcDateTime lastLogoutTs = null; + private final Long lastLogoutTs = null; private TrackBase trackBase; @Override // com.discord.api.science.AnalyticsSchema @@ -25,17 +24,14 @@ public final class TrackAppLandingViewed implements AnalyticsSchema, TrackBaseRe } public int hashCode() { - UtcDateTime utcDateTime = this.lastLogoutTs; - if (utcDateTime != null) { - return utcDateTime.hashCode(); + Long l = this.lastLogoutTs; + if (l != null) { + return l.hashCode(); } return 0; } public String toString() { - StringBuilder O = a.O("TrackAppLandingViewed(lastLogoutTs="); - O.append(this.lastLogoutTs); - O.append(")"); - return O.toString(); + return a.E(a.O("TrackAppLandingViewed(lastLogoutTs="), this.lastLogoutTs, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackCaptchaSolved.java b/app/src/main/java/com/discord/analytics/generated/events/TrackCaptchaSolved.java index cae338aa38..62a5628188 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackCaptchaSolved.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackCaptchaSolved.java @@ -4,7 +4,6 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; import java.util.List; /* compiled from: TrackCaptchaSolved.kt */ @@ -12,7 +11,7 @@ public final class TrackCaptchaSolved implements AnalyticsSchema, TrackBaseRecei private final transient String analyticsSchemaTypeName = "captcha_solved"; private final Boolean captchaRequired = null; private final CharSequence captchaService = null; - private final UtcDateTime challengeTs = null; + private final Long challengeTs = null; private final List errorCodes = null; private final Boolean forceBad = null; private final CharSequence hostname = null; @@ -51,8 +50,8 @@ public final class TrackCaptchaSolved implements AnalyticsSchema, TrackBaseRecei int hashCode = (bool != null ? bool.hashCode() : 0) * 31; Boolean bool2 = this.forceBad; int hashCode2 = (hashCode + (bool2 != null ? bool2.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.challengeTs; - int hashCode3 = (hashCode2 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; + Long l = this.challengeTs; + int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31; CharSequence charSequence = this.hostname; int hashCode4 = (hashCode3 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; CharSequence charSequence2 = this.scopedUid0; @@ -73,15 +72,15 @@ public final class TrackCaptchaSolved implements AnalyticsSchema, TrackBaseRecei int hashCode12 = (hashCode11 + (charSequence6 != null ? charSequence6.hashCode() : 0)) * 31; Boolean bool3 = this.captchaRequired; int hashCode13 = (hashCode12 + (bool3 != null ? bool3.hashCode() : 0)) * 31; - Long l = this.locationGuildId; - int hashCode14 = (hashCode13 + (l != null ? l.hashCode() : 0)) * 31; - Long l2 = this.locationChannelId; - int hashCode15 = (hashCode14 + (l2 != null ? l2.hashCode() : 0)) * 31; - Long l3 = this.locationChannelType; - int hashCode16 = (hashCode15 + (l3 != null ? l3.hashCode() : 0)) * 31; - Long l4 = this.locationMessageId; - if (l4 != null) { - i = l4.hashCode(); + Long l2 = this.locationGuildId; + int hashCode14 = (hashCode13 + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.locationChannelId; + int hashCode15 = (hashCode14 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.locationChannelType; + int hashCode16 = (hashCode15 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.locationMessageId; + if (l5 != null) { + i = l5.hashCode(); } return hashCode16 + i; } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackExternalPaymentFailed.java b/app/src/main/java/com/discord/analytics/generated/events/TrackExternalPaymentFailed.java index 99e5d497ef..77fbcb5704 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackExternalPaymentFailed.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackExternalPaymentFailed.java @@ -4,14 +4,13 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackExternalPaymentFailed.kt */ public final class TrackExternalPaymentFailed implements AnalyticsSchema, TrackBaseReceiver { private final Long amount = null; private final Long amountRefunded = null; private final transient String analyticsSchemaTypeName = "external_payment_failed"; - private final UtcDateTime createdAt = null; + private final Long createdAt = null; private final CharSequence currency = null; private final Long paymentGateway = null; private final Long paymentId = null; @@ -20,8 +19,8 @@ public final class TrackExternalPaymentFailed implements AnalyticsSchema, TrackB private final Long skuId = null; private final Long skuSubscriptionPlanId = null; private final Long skuType = null; - private final UtcDateTime subscriptionCurrentPeriodEnd = null; - private final UtcDateTime subscriptionCurrentPeriodStart = null; + private final Long subscriptionCurrentPeriodEnd = null; + private final Long subscriptionCurrentPeriodStart = null; private final Long subscriptionId = null; private final CharSequence subscriptionPaymentGatewayPlanId = null; private final Long subscriptionPlanId = null; @@ -51,45 +50,45 @@ public final class TrackExternalPaymentFailed implements AnalyticsSchema, TrackB Long l = this.amount; int i = 0; int hashCode = (l != null ? l.hashCode() : 0) * 31; - UtcDateTime utcDateTime = this.createdAt; - int hashCode2 = (hashCode + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; + Long l2 = this.createdAt; + int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; CharSequence charSequence = this.currency; int hashCode3 = (hashCode2 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; - Long l2 = this.amountRefunded; - int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31; - Long l3 = this.paymentGateway; - int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31; - Long l4 = this.paymentId; - int hashCode6 = (hashCode5 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l3 = this.amountRefunded; + int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.paymentGateway; + int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.paymentId; + int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31; CharSequence charSequence2 = this.paymentType; int hashCode7 = (hashCode6 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - Long l5 = this.price; - int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31; - Long l6 = this.skuId; - int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31; - Long l7 = this.skuSubscriptionPlanId; - int hashCode10 = (hashCode9 + (l7 != null ? l7.hashCode() : 0)) * 31; - Long l8 = this.skuType; - int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.subscriptionCurrentPeriodEnd; - int hashCode12 = (hashCode11 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; - UtcDateTime utcDateTime3 = this.subscriptionCurrentPeriodStart; - int hashCode13 = (hashCode12 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31; - Long l9 = this.subscriptionId; - int hashCode14 = (hashCode13 + (l9 != null ? l9.hashCode() : 0)) * 31; + Long l6 = this.price; + int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.skuId; + int hashCode9 = (hashCode8 + (l7 != null ? l7.hashCode() : 0)) * 31; + Long l8 = this.skuSubscriptionPlanId; + int hashCode10 = (hashCode9 + (l8 != null ? l8.hashCode() : 0)) * 31; + Long l9 = this.skuType; + int hashCode11 = (hashCode10 + (l9 != null ? l9.hashCode() : 0)) * 31; + Long l10 = this.subscriptionCurrentPeriodEnd; + int hashCode12 = (hashCode11 + (l10 != null ? l10.hashCode() : 0)) * 31; + Long l11 = this.subscriptionCurrentPeriodStart; + int hashCode13 = (hashCode12 + (l11 != null ? l11.hashCode() : 0)) * 31; + Long l12 = this.subscriptionId; + int hashCode14 = (hashCode13 + (l12 != null ? l12.hashCode() : 0)) * 31; CharSequence charSequence3 = this.subscriptionPaymentGatewayPlanId; int hashCode15 = (hashCode14 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; - Long l10 = this.subscriptionPlanId; - int hashCode16 = (hashCode15 + (l10 != null ? l10.hashCode() : 0)) * 31; - Long l11 = this.subscriptionPremiumGuildPlanId; - int hashCode17 = (hashCode16 + (l11 != null ? l11.hashCode() : 0)) * 31; - Long l12 = this.subscriptionPremiumGuildQuantity; - int hashCode18 = (hashCode17 + (l12 != null ? l12.hashCode() : 0)) * 31; - Long l13 = this.subscriptionPremiumPlanId; - int hashCode19 = (hashCode18 + (l13 != null ? l13.hashCode() : 0)) * 31; - Long l14 = this.subscriptionType; - if (l14 != null) { - i = l14.hashCode(); + Long l13 = this.subscriptionPlanId; + int hashCode16 = (hashCode15 + (l13 != null ? l13.hashCode() : 0)) * 31; + Long l14 = this.subscriptionPremiumGuildPlanId; + int hashCode17 = (hashCode16 + (l14 != null ? l14.hashCode() : 0)) * 31; + Long l15 = this.subscriptionPremiumGuildQuantity; + int hashCode18 = (hashCode17 + (l15 != null ? l15.hashCode() : 0)) * 31; + Long l16 = this.subscriptionPremiumPlanId; + int hashCode19 = (hashCode18 + (l16 != null ? l16.hashCode() : 0)) * 31; + Long l17 = this.subscriptionType; + if (l17 != null) { + i = l17.hashCode(); } return hashCode19 + i; } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackExternalPaymentSucceeded.java b/app/src/main/java/com/discord/analytics/generated/events/TrackExternalPaymentSucceeded.java index 7252bd4156..4857c07139 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackExternalPaymentSucceeded.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackExternalPaymentSucceeded.java @@ -4,14 +4,13 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackExternalPaymentSucceeded.kt */ public final class TrackExternalPaymentSucceeded implements AnalyticsSchema, TrackBaseReceiver { private final Long amount = null; private final Long amountRefunded = null; private final transient String analyticsSchemaTypeName = "external_payment_succeeded"; - private final UtcDateTime createdAt = null; + private final Long createdAt = null; private final CharSequence currency = null; private final Long paymentGateway = null; private final Long paymentId = null; @@ -20,8 +19,8 @@ public final class TrackExternalPaymentSucceeded implements AnalyticsSchema, Tra private final Long skuId = null; private final Long skuSubscriptionPlanId = null; private final Long skuType = null; - private final UtcDateTime subscriptionCurrentPeriodEnd = null; - private final UtcDateTime subscriptionCurrentPeriodStart = null; + private final Long subscriptionCurrentPeriodEnd = null; + private final Long subscriptionCurrentPeriodStart = null; private final Long subscriptionId = null; private final CharSequence subscriptionPaymentGatewayPlanId = null; private final Long subscriptionPlanId = null; @@ -51,45 +50,45 @@ public final class TrackExternalPaymentSucceeded implements AnalyticsSchema, Tra Long l = this.amount; int i = 0; int hashCode = (l != null ? l.hashCode() : 0) * 31; - UtcDateTime utcDateTime = this.createdAt; - int hashCode2 = (hashCode + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; + Long l2 = this.createdAt; + int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; CharSequence charSequence = this.currency; int hashCode3 = (hashCode2 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; - Long l2 = this.amountRefunded; - int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31; - Long l3 = this.paymentGateway; - int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31; - Long l4 = this.paymentId; - int hashCode6 = (hashCode5 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l3 = this.amountRefunded; + int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.paymentGateway; + int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.paymentId; + int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31; CharSequence charSequence2 = this.paymentType; int hashCode7 = (hashCode6 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - Long l5 = this.price; - int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31; - Long l6 = this.skuId; - int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31; - Long l7 = this.skuSubscriptionPlanId; - int hashCode10 = (hashCode9 + (l7 != null ? l7.hashCode() : 0)) * 31; - Long l8 = this.skuType; - int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.subscriptionCurrentPeriodEnd; - int hashCode12 = (hashCode11 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; - UtcDateTime utcDateTime3 = this.subscriptionCurrentPeriodStart; - int hashCode13 = (hashCode12 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31; - Long l9 = this.subscriptionId; - int hashCode14 = (hashCode13 + (l9 != null ? l9.hashCode() : 0)) * 31; + Long l6 = this.price; + int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.skuId; + int hashCode9 = (hashCode8 + (l7 != null ? l7.hashCode() : 0)) * 31; + Long l8 = this.skuSubscriptionPlanId; + int hashCode10 = (hashCode9 + (l8 != null ? l8.hashCode() : 0)) * 31; + Long l9 = this.skuType; + int hashCode11 = (hashCode10 + (l9 != null ? l9.hashCode() : 0)) * 31; + Long l10 = this.subscriptionCurrentPeriodEnd; + int hashCode12 = (hashCode11 + (l10 != null ? l10.hashCode() : 0)) * 31; + Long l11 = this.subscriptionCurrentPeriodStart; + int hashCode13 = (hashCode12 + (l11 != null ? l11.hashCode() : 0)) * 31; + Long l12 = this.subscriptionId; + int hashCode14 = (hashCode13 + (l12 != null ? l12.hashCode() : 0)) * 31; CharSequence charSequence3 = this.subscriptionPaymentGatewayPlanId; int hashCode15 = (hashCode14 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; - Long l10 = this.subscriptionPlanId; - int hashCode16 = (hashCode15 + (l10 != null ? l10.hashCode() : 0)) * 31; - Long l11 = this.subscriptionPremiumGuildPlanId; - int hashCode17 = (hashCode16 + (l11 != null ? l11.hashCode() : 0)) * 31; - Long l12 = this.subscriptionPremiumGuildQuantity; - int hashCode18 = (hashCode17 + (l12 != null ? l12.hashCode() : 0)) * 31; - Long l13 = this.subscriptionPremiumPlanId; - int hashCode19 = (hashCode18 + (l13 != null ? l13.hashCode() : 0)) * 31; - Long l14 = this.subscriptionType; - if (l14 != null) { - i = l14.hashCode(); + Long l13 = this.subscriptionPlanId; + int hashCode16 = (hashCode15 + (l13 != null ? l13.hashCode() : 0)) * 31; + Long l14 = this.subscriptionPremiumGuildPlanId; + int hashCode17 = (hashCode16 + (l14 != null ? l14.hashCode() : 0)) * 31; + Long l15 = this.subscriptionPremiumGuildQuantity; + int hashCode18 = (hashCode17 + (l15 != null ? l15.hashCode() : 0)) * 31; + Long l16 = this.subscriptionPremiumPlanId; + int hashCode19 = (hashCode18 + (l16 != null ? l16.hashCode() : 0)) * 31; + Long l17 = this.subscriptionType; + if (l17 != null) { + i = l17.hashCode(); } return hashCode19 + i; } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackFailedMessageResolved.java b/app/src/main/java/com/discord/analytics/generated/events/TrackFailedMessageResolved.java index d732462cda..4f4850ec6f 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackFailedMessageResolved.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackFailedMessageResolved.java @@ -8,14 +8,13 @@ import com.discord.analytics.generated.traits.TrackChannelReceiver; import com.discord.analytics.generated.traits.TrackGuild; import com.discord.analytics.generated.traits.TrackGuildReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackFailedMessageResolved.kt */ public final class TrackFailedMessageResolved implements AnalyticsSchema, TrackBaseReceiver, TrackGuildReceiver, TrackChannelReceiver { private final transient String analyticsSchemaTypeName = "failed_message_resolved"; private final Boolean hasImage = null; private final Boolean hasVideo = null; - private final UtcDateTime initialAttemptTs = null; + private final Long initialAttemptTs = null; private final Long maxAttachmentSize = null; private final Long numAttachments = null; private final Long numRetries = null; @@ -56,10 +55,10 @@ public final class TrackFailedMessageResolved implements AnalyticsSchema, TrackB int hashCode5 = (hashCode4 + (bool2 != null ? bool2.hashCode() : 0)) * 31; CharSequence charSequence = this.resolutionType; int hashCode6 = (hashCode5 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.initialAttemptTs; - int hashCode7 = (hashCode6 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; - Long l4 = this.numRetries; - int hashCode8 = (hashCode7 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l4 = this.initialAttemptTs; + int hashCode7 = (hashCode6 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.numRetries; + int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31; Boolean bool3 = this.previewEnabled; if (bool3 != null) { i = bool3.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackGooglePlayOneTimeNotificationReceived.java b/app/src/main/java/com/discord/analytics/generated/events/TrackGooglePlayOneTimeNotificationReceived.java index d84f8f1e68..d251365a17 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackGooglePlayOneTimeNotificationReceived.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackGooglePlayOneTimeNotificationReceived.java @@ -4,12 +4,11 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackGooglePlayOneTimeNotificationReceived.kt */ public final class TrackGooglePlayOneTimeNotificationReceived implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "google_play_one_time_notification_received"; - private final UtcDateTime eventTime = null; + private final Long eventTime = null; private final CharSequence messageId = null; private final Long notificationType = null; private final CharSequence notificationVersion = null; @@ -55,12 +54,12 @@ public final class TrackGooglePlayOneTimeNotificationReceived implements Analyti int hashCode6 = (hashCode5 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; CharSequence charSequence4 = this.packageName; int hashCode7 = (hashCode6 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.eventTime; - int hashCode8 = (hashCode7 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; + Long l4 = this.eventTime; + int hashCode8 = (hashCode7 + (l4 != null ? l4.hashCode() : 0)) * 31; CharSequence charSequence5 = this.notificationVersion; int hashCode9 = (hashCode8 + (charSequence5 != null ? charSequence5.hashCode() : 0)) * 31; - Long l4 = this.notificationType; - int hashCode10 = (hashCode9 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.notificationType; + int hashCode10 = (hashCode9 + (l5 != null ? l5.hashCode() : 0)) * 31; CharSequence charSequence6 = this.purchaseToken; int hashCode11 = (hashCode10 + (charSequence6 != null ? charSequence6.hashCode() : 0)) * 31; CharSequence charSequence7 = this.orderId; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackGooglePlaySubscriptionNotificationReceived.java b/app/src/main/java/com/discord/analytics/generated/events/TrackGooglePlaySubscriptionNotificationReceived.java index 9242b23437..6d31a25f20 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackGooglePlaySubscriptionNotificationReceived.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackGooglePlaySubscriptionNotificationReceived.java @@ -4,12 +4,11 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackGooglePlaySubscriptionNotificationReceived.kt */ public final class TrackGooglePlaySubscriptionNotificationReceived implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "google_play_subscription_notification_received"; - private final UtcDateTime eventTime = null; + private final Long eventTime = null; private final CharSequence messageId = null; private final Long notificationType = null; private final CharSequence notificationVersion = null; @@ -56,12 +55,12 @@ public final class TrackGooglePlaySubscriptionNotificationReceived implements An int hashCode6 = (hashCode5 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; CharSequence charSequence4 = this.packageName; int hashCode7 = (hashCode6 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.eventTime; - int hashCode8 = (hashCode7 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; + Long l4 = this.eventTime; + int hashCode8 = (hashCode7 + (l4 != null ? l4.hashCode() : 0)) * 31; CharSequence charSequence5 = this.notificationVersion; int hashCode9 = (hashCode8 + (charSequence5 != null ? charSequence5.hashCode() : 0)) * 31; - Long l4 = this.notificationType; - int hashCode10 = (hashCode9 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.notificationType; + int hashCode10 = (hashCode9 + (l5 != null ? l5.hashCode() : 0)) * 31; CharSequence charSequence6 = this.purchaseToken; int hashCode11 = (hashCode10 + (charSequence6 != null ? charSequence6.hashCode() : 0)) * 31; CharSequence charSequence7 = this.subscriptionSkuId; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackGuildScheduledEventCreated.java b/app/src/main/java/com/discord/analytics/generated/events/TrackGuildScheduledEventCreated.java index 086b54fea0..9f09f73ba1 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackGuildScheduledEventCreated.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackGuildScheduledEventCreated.java @@ -8,13 +8,12 @@ import com.discord.analytics.generated.traits.TrackChannelReceiver; import com.discord.analytics.generated.traits.TrackGuild; import com.discord.analytics.generated.traits.TrackGuildReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; import java.util.List; /* compiled from: TrackGuildScheduledEventCreated.kt */ public final class TrackGuildScheduledEventCreated implements AnalyticsSchema, TrackBaseReceiver, TrackGuildReceiver, TrackChannelReceiver { private final transient String analyticsSchemaTypeName = "guild_scheduled_event_created"; - private final UtcDateTime endTime = null; + private final Long endTime = null; private final Long guildScheduledEventEntityType = null; private final CharSequence guildScheduledEventExternalLocation = null; private final Long guildScheduledEventId = null; @@ -23,7 +22,7 @@ public final class TrackGuildScheduledEventCreated implements AnalyticsSchema, T private final CharSequence name = null; private final Long privacyLevel = null; private final List skuIds = null; - private final UtcDateTime startTime = null; + private final Long startTime = null; private TrackBase trackBase; private TrackChannel trackChannel; private TrackGuild trackGuild; @@ -50,23 +49,23 @@ public final class TrackGuildScheduledEventCreated implements AnalyticsSchema, T int hashCode = (l != null ? l.hashCode() : 0) * 31; CharSequence charSequence = this.name; int hashCode2 = (hashCode + (charSequence != null ? charSequence.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.startTime; - int hashCode3 = (hashCode2 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.endTime; - int hashCode4 = (hashCode3 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; + Long l2 = this.startTime; + int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.endTime; + int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; List list = this.skuIds; int hashCode5 = (hashCode4 + (list != null ? list.hashCode() : 0)) * 31; - Long l2 = this.guildScheduledEventStatus; - int hashCode6 = (hashCode5 + (l2 != null ? l2.hashCode() : 0)) * 31; - Long l3 = this.privacyLevel; - int hashCode7 = (hashCode6 + (l3 != null ? l3.hashCode() : 0)) * 31; - Long l4 = this.guildScheduledEventEntityType; - int hashCode8 = (hashCode7 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l4 = this.guildScheduledEventStatus; + int hashCode6 = (hashCode5 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.privacyLevel; + int hashCode7 = (hashCode6 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.guildScheduledEventEntityType; + int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31; CharSequence charSequence2 = this.guildScheduledEventExternalLocation; int hashCode9 = (hashCode8 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - Long l5 = this.guildScheduledEventInterestedCount; - if (l5 != null) { - i = l5.hashCode(); + Long l7 = this.guildScheduledEventInterestedCount; + if (l7 != null) { + i = l7.hashCode(); } return hashCode9 + i; } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackGuildScheduledEventUpdated.java b/app/src/main/java/com/discord/analytics/generated/events/TrackGuildScheduledEventUpdated.java index 396e7e52a7..89fa6e7291 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackGuildScheduledEventUpdated.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackGuildScheduledEventUpdated.java @@ -8,13 +8,12 @@ import com.discord.analytics.generated.traits.TrackChannelReceiver; import com.discord.analytics.generated.traits.TrackGuild; import com.discord.analytics.generated.traits.TrackGuildReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; import java.util.List; /* compiled from: TrackGuildScheduledEventUpdated.kt */ public final class TrackGuildScheduledEventUpdated implements AnalyticsSchema, TrackBaseReceiver, TrackGuildReceiver, TrackChannelReceiver { private final transient String analyticsSchemaTypeName = "guild_scheduled_event_updated"; - private final UtcDateTime endTime = null; + private final Long endTime = null; private final Long guildScheduledEventEntityType = null; private final CharSequence guildScheduledEventExternalLocation = null; private final Long guildScheduledEventId = null; @@ -23,7 +22,7 @@ public final class TrackGuildScheduledEventUpdated implements AnalyticsSchema, T private final CharSequence name = null; private final Long privacyLevel = null; private final List skuIds = null; - private final UtcDateTime startTime = null; + private final Long startTime = null; private TrackBase trackBase; private TrackChannel trackChannel; private TrackGuild trackGuild; @@ -50,23 +49,23 @@ public final class TrackGuildScheduledEventUpdated implements AnalyticsSchema, T int hashCode = (l != null ? l.hashCode() : 0) * 31; CharSequence charSequence = this.name; int hashCode2 = (hashCode + (charSequence != null ? charSequence.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.startTime; - int hashCode3 = (hashCode2 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.endTime; - int hashCode4 = (hashCode3 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; + Long l2 = this.startTime; + int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.endTime; + int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; List list = this.skuIds; int hashCode5 = (hashCode4 + (list != null ? list.hashCode() : 0)) * 31; - Long l2 = this.guildScheduledEventStatus; - int hashCode6 = (hashCode5 + (l2 != null ? l2.hashCode() : 0)) * 31; - Long l3 = this.privacyLevel; - int hashCode7 = (hashCode6 + (l3 != null ? l3.hashCode() : 0)) * 31; - Long l4 = this.guildScheduledEventEntityType; - int hashCode8 = (hashCode7 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l4 = this.guildScheduledEventStatus; + int hashCode6 = (hashCode5 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.privacyLevel; + int hashCode7 = (hashCode6 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.guildScheduledEventEntityType; + int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31; CharSequence charSequence2 = this.guildScheduledEventExternalLocation; int hashCode9 = (hashCode8 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - Long l5 = this.guildScheduledEventInterestedCount; - if (l5 != null) { - i = l5.hashCode(); + Long l7 = this.guildScheduledEventInterestedCount; + if (l7 != null) { + i = l7.hashCode(); } return hashCode9 + i; } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackNotificationSettingsUpdated.java b/app/src/main/java/com/discord/analytics/generated/events/TrackNotificationSettingsUpdated.java index 1f24a27177..e900a6f9df 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackNotificationSettingsUpdated.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackNotificationSettingsUpdated.java @@ -10,19 +10,18 @@ import com.discord.analytics.generated.traits.TrackGuildReceiver; import com.discord.analytics.generated.traits.TrackLocationMetadata; import com.discord.analytics.generated.traits.TrackLocationMetadataReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackNotificationSettingsUpdated.kt */ public final class TrackNotificationSettingsUpdated implements AnalyticsSchema, TrackBaseReceiver, TrackGuildReceiver, TrackChannelReceiver, TrackLocationMetadataReceiver { private final transient String analyticsSchemaTypeName = "notification_settings_updated"; - private final UtcDateTime channeMutedUntil = null; + private final Long channeMutedUntil = null; private final Boolean channelIsMuted = null; private final Boolean channelIsOverridden = null; private final CharSequence channelMessageNotificationSettings = null; - private final UtcDateTime channelMutedUntil = null; + private final Long channelMutedUntil = null; private final Boolean guildIsMuted = null; private final CharSequence guildMessageNotificationSettings = null; - private final UtcDateTime guildMutedUntil = null; + private final Long guildMutedUntil = null; private final Boolean guildReceiveMobilePush = null; private final Boolean guildSuppressEveryone = null; private final Boolean guildSuppressRoles = null; @@ -59,22 +58,22 @@ public final class TrackNotificationSettingsUpdated implements AnalyticsSchema, int hashCode3 = (hashCode2 + (bool2 != null ? bool2.hashCode() : 0)) * 31; Boolean bool3 = this.guildIsMuted; int hashCode4 = (hashCode3 + (bool3 != null ? bool3.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.guildMutedUntil; - int hashCode5 = (hashCode4 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; + Long l = this.guildMutedUntil; + int hashCode5 = (hashCode4 + (l != null ? l.hashCode() : 0)) * 31; Boolean bool4 = this.guildReceiveMobilePush; int hashCode6 = (hashCode5 + (bool4 != null ? bool4.hashCode() : 0)) * 31; CharSequence charSequence2 = this.guildMessageNotificationSettings; int hashCode7 = (hashCode6 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - Long l = this.parentId; - int hashCode8 = (hashCode7 + (l != null ? l.hashCode() : 0)) * 31; + Long l2 = this.parentId; + int hashCode8 = (hashCode7 + (l2 != null ? l2.hashCode() : 0)) * 31; Boolean bool5 = this.channelIsOverridden; int hashCode9 = (hashCode8 + (bool5 != null ? bool5.hashCode() : 0)) * 31; Boolean bool6 = this.channelIsMuted; int hashCode10 = (hashCode9 + (bool6 != null ? bool6.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.channeMutedUntil; - int hashCode11 = (hashCode10 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; - UtcDateTime utcDateTime3 = this.channelMutedUntil; - int hashCode12 = (hashCode11 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31; + Long l3 = this.channeMutedUntil; + int hashCode11 = (hashCode10 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.channelMutedUntil; + int hashCode12 = (hashCode11 + (l4 != null ? l4.hashCode() : 0)) * 31; CharSequence charSequence3 = this.channelMessageNotificationSettings; if (charSequence3 != null) { i = charSequence3.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentAttempted.java b/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentAttempted.java index 4a78251da9..005c0b2678 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentAttempted.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentAttempted.java @@ -4,7 +4,6 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackPaymentAttempted.kt */ public final class TrackPaymentAttempted implements AnalyticsSchema, TrackBaseReceiver { @@ -12,7 +11,7 @@ public final class TrackPaymentAttempted implements AnalyticsSchema, TrackBaseRe private final Long amountRefunded = null; private final transient String analyticsSchemaTypeName = "payment_attempted"; private final Boolean captured = null; - private final UtcDateTime createdAt = null; + private final Long createdAt = null; private final CharSequence currency = null; private final CharSequence failureMessage = null; private final Boolean isGift = null; @@ -26,9 +25,9 @@ public final class TrackPaymentAttempted implements AnalyticsSchema, TrackBaseRe private final Long skuId = null; private final Long skuSubscriptionPlanId = null; private final Long skuType = null; - private final UtcDateTime subscriptionCreatedAt = null; - private final UtcDateTime subscriptionCurrentPeriodEnd = null; - private final UtcDateTime subscriptionCurrentPeriodStart = null; + private final Long subscriptionCreatedAt = null; + private final Long subscriptionCurrentPeriodEnd = null; + private final Long subscriptionCurrentPeriodStart = null; private final Long subscriptionId = null; private final CharSequence subscriptionPaymentGatewayPlanId = null; private final Long subscriptionPlanId = null; @@ -57,46 +56,46 @@ public final class TrackPaymentAttempted implements AnalyticsSchema, TrackBaseRe Long l = this.paymentId; int i = 0; int hashCode = (l != null ? l.hashCode() : 0) * 31; - UtcDateTime utcDateTime = this.createdAt; - int hashCode2 = (hashCode + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; + Long l2 = this.createdAt; + int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; CharSequence charSequence = this.paymentType; int hashCode3 = (hashCode2 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; - Long l2 = this.paymentGateway; - int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31; - Long l3 = this.price; - int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l3 = this.paymentGateway; + int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.price; + int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; CharSequence charSequence2 = this.currency; int hashCode6 = (hashCode5 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - Long l4 = this.amount; - int hashCode7 = (hashCode6 + (l4 != null ? l4.hashCode() : 0)) * 31; - Long l5 = this.amountRefunded; - int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31; - Long l6 = this.tax; - int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l5 = this.amount; + int hashCode7 = (hashCode6 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.amountRefunded; + int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.tax; + int hashCode9 = (hashCode8 + (l7 != null ? l7.hashCode() : 0)) * 31; Boolean bool = this.taxInclusive; int hashCode10 = (hashCode9 + (bool != null ? bool.hashCode() : 0)) * 31; - Long l7 = this.skuId; - int hashCode11 = (hashCode10 + (l7 != null ? l7.hashCode() : 0)) * 31; - Long l8 = this.skuType; - int hashCode12 = (hashCode11 + (l8 != null ? l8.hashCode() : 0)) * 31; - Long l9 = this.skuSubscriptionPlanId; - int hashCode13 = (hashCode12 + (l9 != null ? l9.hashCode() : 0)) * 31; - Long l10 = this.subscriptionId; - int hashCode14 = (hashCode13 + (l10 != null ? l10.hashCode() : 0)) * 31; - Long l11 = this.subscriptionType; - int hashCode15 = (hashCode14 + (l11 != null ? l11.hashCode() : 0)) * 31; + Long l8 = this.skuId; + int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31; + Long l9 = this.skuType; + int hashCode12 = (hashCode11 + (l9 != null ? l9.hashCode() : 0)) * 31; + Long l10 = this.skuSubscriptionPlanId; + int hashCode13 = (hashCode12 + (l10 != null ? l10.hashCode() : 0)) * 31; + Long l11 = this.subscriptionId; + int hashCode14 = (hashCode13 + (l11 != null ? l11.hashCode() : 0)) * 31; + Long l12 = this.subscriptionType; + int hashCode15 = (hashCode14 + (l12 != null ? l12.hashCode() : 0)) * 31; CharSequence charSequence3 = this.subscriptionPaymentGatewayPlanId; int hashCode16 = (hashCode15 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; - Long l12 = this.subscriptionPlanId; - int hashCode17 = (hashCode16 + (l12 != null ? l12.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.subscriptionCreatedAt; - int hashCode18 = (hashCode17 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; - UtcDateTime utcDateTime3 = this.subscriptionCurrentPeriodStart; - int hashCode19 = (hashCode18 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31; - UtcDateTime utcDateTime4 = this.subscriptionCurrentPeriodEnd; - int hashCode20 = (hashCode19 + (utcDateTime4 != null ? utcDateTime4.hashCode() : 0)) * 31; - Long l13 = this.paymentSourceId; - int hashCode21 = (hashCode20 + (l13 != null ? l13.hashCode() : 0)) * 31; + Long l13 = this.subscriptionPlanId; + int hashCode17 = (hashCode16 + (l13 != null ? l13.hashCode() : 0)) * 31; + Long l14 = this.subscriptionCreatedAt; + int hashCode18 = (hashCode17 + (l14 != null ? l14.hashCode() : 0)) * 31; + Long l15 = this.subscriptionCurrentPeriodStart; + int hashCode19 = (hashCode18 + (l15 != null ? l15.hashCode() : 0)) * 31; + Long l16 = this.subscriptionCurrentPeriodEnd; + int hashCode20 = (hashCode19 + (l16 != null ? l16.hashCode() : 0)) * 31; + Long l17 = this.paymentSourceId; + int hashCode21 = (hashCode20 + (l17 != null ? l17.hashCode() : 0)) * 31; CharSequence charSequence4 = this.paymentSourceCountry; int hashCode22 = (hashCode21 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31; CharSequence charSequence5 = this.failureMessage; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentBlocked.java b/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentBlocked.java index 11f47664ee..f9f82c2eae 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentBlocked.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentBlocked.java @@ -4,7 +4,6 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackPaymentBlocked.kt */ public final class TrackPaymentBlocked implements AnalyticsSchema, TrackBaseReceiver { @@ -12,7 +11,7 @@ public final class TrackPaymentBlocked implements AnalyticsSchema, TrackBaseRece private final Long amountRefunded = null; private final transient String analyticsSchemaTypeName = "payment_blocked"; private final Boolean captured = null; - private final UtcDateTime createdAt = null; + private final Long createdAt = null; private final CharSequence currency = null; private final CharSequence failureMessage = null; private final Boolean isGift = null; @@ -27,9 +26,9 @@ public final class TrackPaymentBlocked implements AnalyticsSchema, TrackBaseRece private final Long skuId = null; private final Long skuSubscriptionPlanId = null; private final Long skuType = null; - private final UtcDateTime subscriptionCreatedAt = null; - private final UtcDateTime subscriptionCurrentPeriodEnd = null; - private final UtcDateTime subscriptionCurrentPeriodStart = null; + private final Long subscriptionCreatedAt = null; + private final Long subscriptionCurrentPeriodEnd = null; + private final Long subscriptionCurrentPeriodStart = null; private final Long subscriptionId = null; private final CharSequence subscriptionPaymentGatewayPlanId = null; private final Long subscriptionPlanId = null; @@ -58,46 +57,46 @@ public final class TrackPaymentBlocked implements AnalyticsSchema, TrackBaseRece Long l = this.paymentId; int i = 0; int hashCode = (l != null ? l.hashCode() : 0) * 31; - UtcDateTime utcDateTime = this.createdAt; - int hashCode2 = (hashCode + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; + Long l2 = this.createdAt; + int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; CharSequence charSequence = this.paymentType; int hashCode3 = (hashCode2 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; - Long l2 = this.paymentGateway; - int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31; - Long l3 = this.price; - int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l3 = this.paymentGateway; + int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.price; + int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; CharSequence charSequence2 = this.currency; int hashCode6 = (hashCode5 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - Long l4 = this.amount; - int hashCode7 = (hashCode6 + (l4 != null ? l4.hashCode() : 0)) * 31; - Long l5 = this.amountRefunded; - int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31; - Long l6 = this.tax; - int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l5 = this.amount; + int hashCode7 = (hashCode6 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.amountRefunded; + int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.tax; + int hashCode9 = (hashCode8 + (l7 != null ? l7.hashCode() : 0)) * 31; Boolean bool = this.taxInclusive; int hashCode10 = (hashCode9 + (bool != null ? bool.hashCode() : 0)) * 31; - Long l7 = this.skuId; - int hashCode11 = (hashCode10 + (l7 != null ? l7.hashCode() : 0)) * 31; - Long l8 = this.skuType; - int hashCode12 = (hashCode11 + (l8 != null ? l8.hashCode() : 0)) * 31; - Long l9 = this.skuSubscriptionPlanId; - int hashCode13 = (hashCode12 + (l9 != null ? l9.hashCode() : 0)) * 31; - Long l10 = this.subscriptionId; - int hashCode14 = (hashCode13 + (l10 != null ? l10.hashCode() : 0)) * 31; - Long l11 = this.subscriptionType; - int hashCode15 = (hashCode14 + (l11 != null ? l11.hashCode() : 0)) * 31; + Long l8 = this.skuId; + int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31; + Long l9 = this.skuType; + int hashCode12 = (hashCode11 + (l9 != null ? l9.hashCode() : 0)) * 31; + Long l10 = this.skuSubscriptionPlanId; + int hashCode13 = (hashCode12 + (l10 != null ? l10.hashCode() : 0)) * 31; + Long l11 = this.subscriptionId; + int hashCode14 = (hashCode13 + (l11 != null ? l11.hashCode() : 0)) * 31; + Long l12 = this.subscriptionType; + int hashCode15 = (hashCode14 + (l12 != null ? l12.hashCode() : 0)) * 31; CharSequence charSequence3 = this.subscriptionPaymentGatewayPlanId; int hashCode16 = (hashCode15 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; - Long l12 = this.subscriptionPlanId; - int hashCode17 = (hashCode16 + (l12 != null ? l12.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.subscriptionCreatedAt; - int hashCode18 = (hashCode17 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; - UtcDateTime utcDateTime3 = this.subscriptionCurrentPeriodStart; - int hashCode19 = (hashCode18 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31; - UtcDateTime utcDateTime4 = this.subscriptionCurrentPeriodEnd; - int hashCode20 = (hashCode19 + (utcDateTime4 != null ? utcDateTime4.hashCode() : 0)) * 31; - Long l13 = this.paymentSourceId; - int hashCode21 = (hashCode20 + (l13 != null ? l13.hashCode() : 0)) * 31; + Long l13 = this.subscriptionPlanId; + int hashCode17 = (hashCode16 + (l13 != null ? l13.hashCode() : 0)) * 31; + Long l14 = this.subscriptionCreatedAt; + int hashCode18 = (hashCode17 + (l14 != null ? l14.hashCode() : 0)) * 31; + Long l15 = this.subscriptionCurrentPeriodStart; + int hashCode19 = (hashCode18 + (l15 != null ? l15.hashCode() : 0)) * 31; + Long l16 = this.subscriptionCurrentPeriodEnd; + int hashCode20 = (hashCode19 + (l16 != null ? l16.hashCode() : 0)) * 31; + Long l17 = this.paymentSourceId; + int hashCode21 = (hashCode20 + (l17 != null ? l17.hashCode() : 0)) * 31; CharSequence charSequence4 = this.paymentSourceCountry; int hashCode22 = (hashCode21 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31; CharSequence charSequence5 = this.failureMessage; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentFailed.java b/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentFailed.java index ca1e793e09..130c59c45b 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentFailed.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentFailed.java @@ -4,7 +4,6 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackPaymentFailed.kt */ public final class TrackPaymentFailed implements AnalyticsSchema, TrackBaseReceiver { @@ -12,7 +11,7 @@ public final class TrackPaymentFailed implements AnalyticsSchema, TrackBaseRecei private final Long amountRefunded = null; private final transient String analyticsSchemaTypeName = "payment_failed"; private final Boolean captured = null; - private final UtcDateTime createdAt = null; + private final Long createdAt = null; private final CharSequence currency = null; private final CharSequence failureCode = null; private final CharSequence failureMessage = null; @@ -28,9 +27,9 @@ public final class TrackPaymentFailed implements AnalyticsSchema, TrackBaseRecei private final Long skuId = null; private final Long skuSubscriptionPlanId = null; private final Long skuType = null; - private final UtcDateTime subscriptionCreatedAt = null; - private final UtcDateTime subscriptionCurrentPeriodEnd = null; - private final UtcDateTime subscriptionCurrentPeriodStart = null; + private final Long subscriptionCreatedAt = null; + private final Long subscriptionCurrentPeriodEnd = null; + private final Long subscriptionCurrentPeriodStart = null; private final Long subscriptionId = null; private final CharSequence subscriptionPaymentGatewayPlanId = null; private final Long subscriptionPlanId = null; @@ -61,46 +60,46 @@ public final class TrackPaymentFailed implements AnalyticsSchema, TrackBaseRecei int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; Long l = this.paymentId; int hashCode2 = (hashCode + (l != null ? l.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.createdAt; - int hashCode3 = (hashCode2 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; + Long l2 = this.createdAt; + int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31; CharSequence charSequence2 = this.paymentType; int hashCode4 = (hashCode3 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - Long l2 = this.paymentGateway; - int hashCode5 = (hashCode4 + (l2 != null ? l2.hashCode() : 0)) * 31; - Long l3 = this.price; - int hashCode6 = (hashCode5 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l3 = this.paymentGateway; + int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.price; + int hashCode6 = (hashCode5 + (l4 != null ? l4.hashCode() : 0)) * 31; CharSequence charSequence3 = this.currency; int hashCode7 = (hashCode6 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; - Long l4 = this.amount; - int hashCode8 = (hashCode7 + (l4 != null ? l4.hashCode() : 0)) * 31; - Long l5 = this.amountRefunded; - int hashCode9 = (hashCode8 + (l5 != null ? l5.hashCode() : 0)) * 31; - Long l6 = this.tax; - int hashCode10 = (hashCode9 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l5 = this.amount; + int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.amountRefunded; + int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.tax; + int hashCode10 = (hashCode9 + (l7 != null ? l7.hashCode() : 0)) * 31; Boolean bool = this.taxInclusive; int hashCode11 = (hashCode10 + (bool != null ? bool.hashCode() : 0)) * 31; - Long l7 = this.skuId; - int hashCode12 = (hashCode11 + (l7 != null ? l7.hashCode() : 0)) * 31; - Long l8 = this.skuType; - int hashCode13 = (hashCode12 + (l8 != null ? l8.hashCode() : 0)) * 31; - Long l9 = this.skuSubscriptionPlanId; - int hashCode14 = (hashCode13 + (l9 != null ? l9.hashCode() : 0)) * 31; - Long l10 = this.subscriptionId; - int hashCode15 = (hashCode14 + (l10 != null ? l10.hashCode() : 0)) * 31; - Long l11 = this.subscriptionType; - int hashCode16 = (hashCode15 + (l11 != null ? l11.hashCode() : 0)) * 31; + Long l8 = this.skuId; + int hashCode12 = (hashCode11 + (l8 != null ? l8.hashCode() : 0)) * 31; + Long l9 = this.skuType; + int hashCode13 = (hashCode12 + (l9 != null ? l9.hashCode() : 0)) * 31; + Long l10 = this.skuSubscriptionPlanId; + int hashCode14 = (hashCode13 + (l10 != null ? l10.hashCode() : 0)) * 31; + Long l11 = this.subscriptionId; + int hashCode15 = (hashCode14 + (l11 != null ? l11.hashCode() : 0)) * 31; + Long l12 = this.subscriptionType; + int hashCode16 = (hashCode15 + (l12 != null ? l12.hashCode() : 0)) * 31; CharSequence charSequence4 = this.subscriptionPaymentGatewayPlanId; int hashCode17 = (hashCode16 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31; - Long l12 = this.subscriptionPlanId; - int hashCode18 = (hashCode17 + (l12 != null ? l12.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.subscriptionCreatedAt; - int hashCode19 = (hashCode18 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; - UtcDateTime utcDateTime3 = this.subscriptionCurrentPeriodStart; - int hashCode20 = (hashCode19 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31; - UtcDateTime utcDateTime4 = this.subscriptionCurrentPeriodEnd; - int hashCode21 = (hashCode20 + (utcDateTime4 != null ? utcDateTime4.hashCode() : 0)) * 31; - Long l13 = this.paymentSourceId; - int hashCode22 = (hashCode21 + (l13 != null ? l13.hashCode() : 0)) * 31; + Long l13 = this.subscriptionPlanId; + int hashCode18 = (hashCode17 + (l13 != null ? l13.hashCode() : 0)) * 31; + Long l14 = this.subscriptionCreatedAt; + int hashCode19 = (hashCode18 + (l14 != null ? l14.hashCode() : 0)) * 31; + Long l15 = this.subscriptionCurrentPeriodStart; + int hashCode20 = (hashCode19 + (l15 != null ? l15.hashCode() : 0)) * 31; + Long l16 = this.subscriptionCurrentPeriodEnd; + int hashCode21 = (hashCode20 + (l16 != null ? l16.hashCode() : 0)) * 31; + Long l17 = this.paymentSourceId; + int hashCode22 = (hashCode21 + (l17 != null ? l17.hashCode() : 0)) * 31; CharSequence charSequence5 = this.paymentSourceCountry; int hashCode23 = (hashCode22 + (charSequence5 != null ? charSequence5.hashCode() : 0)) * 31; CharSequence charSequence6 = this.failureMessage; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentRefunded.java b/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentRefunded.java index 090f2bbe41..9939b341ad 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentRefunded.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentRefunded.java @@ -4,7 +4,6 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackPaymentRefunded.kt */ public final class TrackPaymentRefunded implements AnalyticsSchema, TrackBaseReceiver { @@ -12,7 +11,7 @@ public final class TrackPaymentRefunded implements AnalyticsSchema, TrackBaseRec private final Long amountRefunded = null; private final transient String analyticsSchemaTypeName = "payment_refunded"; private final Boolean captured = null; - private final UtcDateTime createdAt = null; + private final Long createdAt = null; private final CharSequence currency = null; private final CharSequence failureMessage = null; private final Boolean isGift = null; @@ -28,9 +27,9 @@ public final class TrackPaymentRefunded implements AnalyticsSchema, TrackBaseRec private final Long skuId = null; private final Long skuSubscriptionPlanId = null; private final Long skuType = null; - private final UtcDateTime subscriptionCreatedAt = null; - private final UtcDateTime subscriptionCurrentPeriodEnd = null; - private final UtcDateTime subscriptionCurrentPeriodStart = null; + private final Long subscriptionCreatedAt = null; + private final Long subscriptionCurrentPeriodEnd = null; + private final Long subscriptionCurrentPeriodStart = null; private final Long subscriptionId = null; private final CharSequence subscriptionPaymentGatewayPlanId = null; private final Long subscriptionPlanId = null; @@ -59,46 +58,46 @@ public final class TrackPaymentRefunded implements AnalyticsSchema, TrackBaseRec Long l = this.paymentId; int i = 0; int hashCode = (l != null ? l.hashCode() : 0) * 31; - UtcDateTime utcDateTime = this.createdAt; - int hashCode2 = (hashCode + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; + Long l2 = this.createdAt; + int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; CharSequence charSequence = this.paymentType; int hashCode3 = (hashCode2 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; - Long l2 = this.paymentGateway; - int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31; - Long l3 = this.price; - int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l3 = this.paymentGateway; + int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.price; + int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; CharSequence charSequence2 = this.currency; int hashCode6 = (hashCode5 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - Long l4 = this.amount; - int hashCode7 = (hashCode6 + (l4 != null ? l4.hashCode() : 0)) * 31; - Long l5 = this.amountRefunded; - int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31; - Long l6 = this.tax; - int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l5 = this.amount; + int hashCode7 = (hashCode6 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.amountRefunded; + int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.tax; + int hashCode9 = (hashCode8 + (l7 != null ? l7.hashCode() : 0)) * 31; Boolean bool = this.taxInclusive; int hashCode10 = (hashCode9 + (bool != null ? bool.hashCode() : 0)) * 31; - Long l7 = this.skuId; - int hashCode11 = (hashCode10 + (l7 != null ? l7.hashCode() : 0)) * 31; - Long l8 = this.skuType; - int hashCode12 = (hashCode11 + (l8 != null ? l8.hashCode() : 0)) * 31; - Long l9 = this.skuSubscriptionPlanId; - int hashCode13 = (hashCode12 + (l9 != null ? l9.hashCode() : 0)) * 31; - Long l10 = this.subscriptionId; - int hashCode14 = (hashCode13 + (l10 != null ? l10.hashCode() : 0)) * 31; - Long l11 = this.subscriptionType; - int hashCode15 = (hashCode14 + (l11 != null ? l11.hashCode() : 0)) * 31; + Long l8 = this.skuId; + int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31; + Long l9 = this.skuType; + int hashCode12 = (hashCode11 + (l9 != null ? l9.hashCode() : 0)) * 31; + Long l10 = this.skuSubscriptionPlanId; + int hashCode13 = (hashCode12 + (l10 != null ? l10.hashCode() : 0)) * 31; + Long l11 = this.subscriptionId; + int hashCode14 = (hashCode13 + (l11 != null ? l11.hashCode() : 0)) * 31; + Long l12 = this.subscriptionType; + int hashCode15 = (hashCode14 + (l12 != null ? l12.hashCode() : 0)) * 31; CharSequence charSequence3 = this.subscriptionPaymentGatewayPlanId; int hashCode16 = (hashCode15 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; - Long l12 = this.subscriptionPlanId; - int hashCode17 = (hashCode16 + (l12 != null ? l12.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.subscriptionCreatedAt; - int hashCode18 = (hashCode17 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; - UtcDateTime utcDateTime3 = this.subscriptionCurrentPeriodStart; - int hashCode19 = (hashCode18 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31; - UtcDateTime utcDateTime4 = this.subscriptionCurrentPeriodEnd; - int hashCode20 = (hashCode19 + (utcDateTime4 != null ? utcDateTime4.hashCode() : 0)) * 31; - Long l13 = this.paymentSourceId; - int hashCode21 = (hashCode20 + (l13 != null ? l13.hashCode() : 0)) * 31; + Long l13 = this.subscriptionPlanId; + int hashCode17 = (hashCode16 + (l13 != null ? l13.hashCode() : 0)) * 31; + Long l14 = this.subscriptionCreatedAt; + int hashCode18 = (hashCode17 + (l14 != null ? l14.hashCode() : 0)) * 31; + Long l15 = this.subscriptionCurrentPeriodStart; + int hashCode19 = (hashCode18 + (l15 != null ? l15.hashCode() : 0)) * 31; + Long l16 = this.subscriptionCurrentPeriodEnd; + int hashCode20 = (hashCode19 + (l16 != null ? l16.hashCode() : 0)) * 31; + Long l17 = this.paymentSourceId; + int hashCode21 = (hashCode20 + (l17 != null ? l17.hashCode() : 0)) * 31; CharSequence charSequence4 = this.paymentSourceCountry; int hashCode22 = (hashCode21 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31; CharSequence charSequence5 = this.failureMessage; @@ -109,11 +108,11 @@ public final class TrackPaymentRefunded implements AnalyticsSchema, TrackBaseRec int hashCode25 = (hashCode24 + (charSequence6 != null ? charSequence6.hashCode() : 0)) * 31; Boolean bool3 = this.captured; int hashCode26 = (hashCode25 + (bool3 != null ? bool3.hashCode() : 0)) * 31; - Long l14 = this.refunderType; - int hashCode27 = (hashCode26 + (l14 != null ? l14.hashCode() : 0)) * 31; - Long l15 = this.refundedBy; - if (l15 != null) { - i = l15.hashCode(); + Long l18 = this.refunderType; + int hashCode27 = (hashCode26 + (l18 != null ? l18.hashCode() : 0)) * 31; + Long l19 = this.refundedBy; + if (l19 != null) { + i = l19.hashCode(); } return hashCode27 + i; } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentSourceAdded.java b/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentSourceAdded.java index 6deec9b8ce..28b2a65a79 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentSourceAdded.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentSourceAdded.java @@ -4,13 +4,12 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackPaymentSourceAdded.kt */ public final class TrackPaymentSourceAdded implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "payment_source_added"; private final CharSequence cardBrand = null; - private final UtcDateTime cardExpirationDate = null; + private final Long cardExpirationDate = null; private final Boolean isDefault = null; private final Long paymentGateway = null; private final CharSequence paymentSourceCountry = null; @@ -44,8 +43,8 @@ public final class TrackPaymentSourceAdded implements AnalyticsSchema, TrackBase int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; CharSequence charSequence = this.cardBrand; int hashCode4 = (hashCode3 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.cardExpirationDate; - int hashCode5 = (hashCode4 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; + Long l4 = this.cardExpirationDate; + int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; CharSequence charSequence2 = this.paymentSourceCountry; int hashCode6 = (hashCode5 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; Boolean bool = this.isDefault; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentSourceUpdated.java b/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentSourceUpdated.java index d50912c66d..513363baee 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentSourceUpdated.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentSourceUpdated.java @@ -4,12 +4,11 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackPaymentSourceUpdated.kt */ public final class TrackPaymentSourceUpdated implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "payment_source_updated"; - private final UtcDateTime cardExpirationDate = null; + private final Long cardExpirationDate = null; private final Boolean isDefault = null; private final Long paymentSourceId = null; private TrackBase trackBase; @@ -34,8 +33,8 @@ public final class TrackPaymentSourceUpdated implements AnalyticsSchema, TrackBa Long l = this.paymentSourceId; int i = 0; int hashCode = (l != null ? l.hashCode() : 0) * 31; - UtcDateTime utcDateTime = this.cardExpirationDate; - int hashCode2 = (hashCode + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; + Long l2 = this.cardExpirationDate; + int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; Boolean bool = this.isDefault; if (bool != null) { i = bool.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentSucceeded.java b/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentSucceeded.java index 5779c5a90e..c470981957 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentSucceeded.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackPaymentSucceeded.java @@ -4,7 +4,6 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackPaymentSucceeded.kt */ public final class TrackPaymentSucceeded implements AnalyticsSchema, TrackBaseReceiver { @@ -12,7 +11,7 @@ public final class TrackPaymentSucceeded implements AnalyticsSchema, TrackBaseRe private final Long amountRefunded = null; private final transient String analyticsSchemaTypeName = "payment_succeeded"; private final Boolean captured = null; - private final UtcDateTime createdAt = null; + private final Long createdAt = null; private final CharSequence currency = null; private final CharSequence failureMessage = null; private final Boolean isGift = null; @@ -26,9 +25,9 @@ public final class TrackPaymentSucceeded implements AnalyticsSchema, TrackBaseRe private final Long skuId = null; private final Long skuSubscriptionPlanId = null; private final Long skuType = null; - private final UtcDateTime subscriptionCreatedAt = null; - private final UtcDateTime subscriptionCurrentPeriodEnd = null; - private final UtcDateTime subscriptionCurrentPeriodStart = null; + private final Long subscriptionCreatedAt = null; + private final Long subscriptionCurrentPeriodEnd = null; + private final Long subscriptionCurrentPeriodStart = null; private final Long subscriptionId = null; private final CharSequence subscriptionPaymentGatewayPlanId = null; private final Long subscriptionPlanId = null; @@ -57,46 +56,46 @@ public final class TrackPaymentSucceeded implements AnalyticsSchema, TrackBaseRe Long l = this.paymentId; int i = 0; int hashCode = (l != null ? l.hashCode() : 0) * 31; - UtcDateTime utcDateTime = this.createdAt; - int hashCode2 = (hashCode + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; + Long l2 = this.createdAt; + int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; CharSequence charSequence = this.paymentType; int hashCode3 = (hashCode2 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; - Long l2 = this.paymentGateway; - int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31; - Long l3 = this.price; - int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l3 = this.paymentGateway; + int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.price; + int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; CharSequence charSequence2 = this.currency; int hashCode6 = (hashCode5 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - Long l4 = this.amount; - int hashCode7 = (hashCode6 + (l4 != null ? l4.hashCode() : 0)) * 31; - Long l5 = this.amountRefunded; - int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31; - Long l6 = this.tax; - int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l5 = this.amount; + int hashCode7 = (hashCode6 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.amountRefunded; + int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.tax; + int hashCode9 = (hashCode8 + (l7 != null ? l7.hashCode() : 0)) * 31; Boolean bool = this.taxInclusive; int hashCode10 = (hashCode9 + (bool != null ? bool.hashCode() : 0)) * 31; - Long l7 = this.skuId; - int hashCode11 = (hashCode10 + (l7 != null ? l7.hashCode() : 0)) * 31; - Long l8 = this.skuType; - int hashCode12 = (hashCode11 + (l8 != null ? l8.hashCode() : 0)) * 31; - Long l9 = this.skuSubscriptionPlanId; - int hashCode13 = (hashCode12 + (l9 != null ? l9.hashCode() : 0)) * 31; - Long l10 = this.subscriptionId; - int hashCode14 = (hashCode13 + (l10 != null ? l10.hashCode() : 0)) * 31; - Long l11 = this.subscriptionType; - int hashCode15 = (hashCode14 + (l11 != null ? l11.hashCode() : 0)) * 31; + Long l8 = this.skuId; + int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31; + Long l9 = this.skuType; + int hashCode12 = (hashCode11 + (l9 != null ? l9.hashCode() : 0)) * 31; + Long l10 = this.skuSubscriptionPlanId; + int hashCode13 = (hashCode12 + (l10 != null ? l10.hashCode() : 0)) * 31; + Long l11 = this.subscriptionId; + int hashCode14 = (hashCode13 + (l11 != null ? l11.hashCode() : 0)) * 31; + Long l12 = this.subscriptionType; + int hashCode15 = (hashCode14 + (l12 != null ? l12.hashCode() : 0)) * 31; CharSequence charSequence3 = this.subscriptionPaymentGatewayPlanId; int hashCode16 = (hashCode15 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; - Long l12 = this.subscriptionPlanId; - int hashCode17 = (hashCode16 + (l12 != null ? l12.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.subscriptionCreatedAt; - int hashCode18 = (hashCode17 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; - UtcDateTime utcDateTime3 = this.subscriptionCurrentPeriodStart; - int hashCode19 = (hashCode18 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31; - UtcDateTime utcDateTime4 = this.subscriptionCurrentPeriodEnd; - int hashCode20 = (hashCode19 + (utcDateTime4 != null ? utcDateTime4.hashCode() : 0)) * 31; - Long l13 = this.paymentSourceId; - int hashCode21 = (hashCode20 + (l13 != null ? l13.hashCode() : 0)) * 31; + Long l13 = this.subscriptionPlanId; + int hashCode17 = (hashCode16 + (l13 != null ? l13.hashCode() : 0)) * 31; + Long l14 = this.subscriptionCreatedAt; + int hashCode18 = (hashCode17 + (l14 != null ? l14.hashCode() : 0)) * 31; + Long l15 = this.subscriptionCurrentPeriodStart; + int hashCode19 = (hashCode18 + (l15 != null ? l15.hashCode() : 0)) * 31; + Long l16 = this.subscriptionCurrentPeriodEnd; + int hashCode20 = (hashCode19 + (l16 != null ? l16.hashCode() : 0)) * 31; + Long l17 = this.paymentSourceId; + int hashCode21 = (hashCode20 + (l17 != null ? l17.hashCode() : 0)) * 31; CharSequence charSequence4 = this.paymentSourceCountry; int hashCode22 = (hashCode21 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31; CharSequence charSequence5 = this.failureMessage; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackSentMissedMessageEmail.java b/app/src/main/java/com/discord/analytics/generated/events/TrackSentMissedMessageEmail.java index ec24bb0561..375fdf2022 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackSentMissedMessageEmail.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackSentMissedMessageEmail.java @@ -4,13 +4,12 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackSentMissedMessageEmail.kt */ public final class TrackSentMissedMessageEmail implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "sent_missed_message_email"; private final Boolean didSend = null; - private final UtcDateTime lastAckAt = null; + private final Long lastAckAt = null; private final CharSequence subjectClassification = null; private final Long totalApproximateMessagesMissed = null; private final Long totalChannelsMissed = null; @@ -49,8 +48,8 @@ public final class TrackSentMissedMessageEmail implements AnalyticsSchema, Track int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31; Long l4 = this.totalApproximateMessagesMissed; int hashCode6 = (hashCode5 + (l4 != null ? l4.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.lastAckAt; - int hashCode7 = (hashCode6 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; + Long l5 = this.lastAckAt; + int hashCode7 = (hashCode6 + (l5 != null ? l5.hashCode() : 0)) * 31; Boolean bool = this.didSend; if (bool != null) { i = bool.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackSkuEntitlementCreated.java b/app/src/main/java/com/discord/analytics/generated/events/TrackSkuEntitlementCreated.java index 500aa60b73..79e91c818e 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackSkuEntitlementCreated.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackSkuEntitlementCreated.java @@ -10,15 +10,14 @@ import com.discord.analytics.generated.traits.TrackPaymentMetadataReceiver; import com.discord.analytics.generated.traits.TrackStoreSkuMetadata; import com.discord.analytics.generated.traits.TrackStoreSkuMetadataReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackSkuEntitlementCreated.kt */ public final class TrackSkuEntitlementCreated implements AnalyticsSchema, TrackBaseReceiver, TrackStoreSkuMetadataReceiver, TrackPaymentMetadataReceiver, TrackEntitlementMetadataReceiver { private final transient String analyticsSchemaTypeName = "sku_entitlement_created"; - private final UtcDateTime endTimestamp = null; + private final Long endTimestamp = null; private final CharSequence entitlementType = null; private final CharSequence redemptionCode = null; - private final UtcDateTime startTimestamp = null; + private final Long startTimestamp = null; private TrackBase trackBase; private TrackEntitlementMetadata trackEntitlementMetadata; private TrackPaymentMetadata trackPaymentMetadata; @@ -44,10 +43,10 @@ public final class TrackSkuEntitlementCreated implements AnalyticsSchema, TrackB CharSequence charSequence = this.entitlementType; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - UtcDateTime utcDateTime = this.startTimestamp; - int hashCode2 = (hashCode + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.endTimestamp; - int hashCode3 = (hashCode2 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; + Long l = this.startTimestamp; + int hashCode2 = (hashCode + (l != null ? l.hashCode() : 0)) * 31; + Long l2 = this.endTimestamp; + int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31; CharSequence charSequence2 = this.redemptionCode; if (charSequence2 != null) { i = charSequence2.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackSkuUpdated.java b/app/src/main/java/com/discord/analytics/generated/events/TrackSkuUpdated.java index 1915cfb2d8..44ffa198d1 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackSkuUpdated.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackSkuUpdated.java @@ -6,7 +6,6 @@ import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.analytics.generated.traits.TrackPriceByCurrency; import com.discord.analytics.generated.traits.TrackPriceByCurrencyReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; import java.util.List; /* compiled from: TrackSkuUpdated.kt */ @@ -27,7 +26,7 @@ public final class TrackSkuUpdated implements AnalyticsSchema, TrackBaseReceiver private final CharSequence metacriticId = null; private final Long priceTier = null; private final Long regularPriceTier = null; - private final UtcDateTime releaseDate = null; + private final Long releaseDate = null; private final Long skuId = null; private final CharSequence storeTitle = null; private TrackBase trackBase; @@ -67,8 +66,8 @@ public final class TrackSkuUpdated implements AnalyticsSchema, TrackBaseReceiver int hashCode6 = (hashCode5 + (list != null ? list.hashCode() : 0)) * 31; CharSequence charSequence4 = this.accessType; int hashCode7 = (hashCode6 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.releaseDate; - int hashCode8 = (hashCode7 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; + Long l3 = this.releaseDate; + int hashCode8 = (hashCode7 + (l3 != null ? l3.hashCode() : 0)) * 31; Boolean bool = this.isPremium; int hashCode9 = (hashCode8 + (bool != null ? bool.hashCode() : 0)) * 31; Boolean bool2 = this.isDistribution; @@ -89,11 +88,11 @@ public final class TrackSkuUpdated implements AnalyticsSchema, TrackBaseReceiver int hashCode17 = (hashCode16 + (charSequence6 != null ? charSequence6.hashCode() : 0)) * 31; CharSequence charSequence7 = this.contentRatingEsrb; int hashCode18 = (hashCode17 + (charSequence7 != null ? charSequence7.hashCode() : 0)) * 31; - Long l3 = this.regularPriceTier; - int hashCode19 = (hashCode18 + (l3 != null ? l3.hashCode() : 0)) * 31; - Long l4 = this.priceTier; - if (l4 != null) { - i = l4.hashCode(); + Long l4 = this.regularPriceTier; + int hashCode19 = (hashCode18 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.priceTier; + if (l5 != null) { + i = l5.hashCode(); } return hashCode19 + i; } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackStageDiscoveryStageExited.java b/app/src/main/java/com/discord/analytics/generated/events/TrackStageDiscoveryStageExited.java index f1a445a82d..56a6a4567c 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackStageDiscoveryStageExited.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackStageDiscoveryStageExited.java @@ -6,14 +6,13 @@ import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.analytics.generated.traits.TrackGuild; import com.discord.analytics.generated.traits.TrackGuildReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; import java.util.List; /* compiled from: TrackStageDiscoveryStageExited.kt */ public final class TrackStageDiscoveryStageExited implements AnalyticsSchema, TrackBaseReceiver, TrackGuildReceiver { private final transient String analyticsSchemaTypeName = "stage_discovery_stage_exited"; private final Long index = null; - private final UtcDateTime joinTimestamp = null; + private final Long joinTimestamp = null; private final Long lastVisibleIndexAtLoad = null; private final CharSequence loadId = null; private final Float recommendationScore = null; @@ -55,9 +54,9 @@ public final class TrackStageDiscoveryStageExited implements AnalyticsSchema, Tr int hashCode6 = (hashCode5 + (list != null ? list.hashCode() : 0)) * 31; Float f = this.recommendationScore; int hashCode7 = (hashCode6 + (f != null ? f.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.joinTimestamp; - if (utcDateTime != null) { - i = utcDateTime.hashCode(); + Long l4 = this.joinTimestamp; + if (l4 != null) { + i = l4.hashCode(); } return hashCode7 + i; } @@ -78,8 +77,6 @@ public final class TrackStageDiscoveryStageExited implements AnalyticsSchema, Tr O.append(", recommendationScore="); O.append(this.recommendationScore); O.append(", joinTimestamp="); - O.append(this.joinTimestamp); - O.append(")"); - return O.toString(); + return a.E(O, this.joinTimestamp, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionAccountHoldRecovered.java b/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionAccountHoldRecovered.java index 1cdf349b22..d53a7796f3 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionAccountHoldRecovered.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionAccountHoldRecovered.java @@ -4,14 +4,13 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackSubscriptionAccountHoldRecovered.kt */ public final class TrackSubscriptionAccountHoldRecovered implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "subscription_account_hold_recovered"; - private final UtcDateTime createdAt = null; - private final UtcDateTime currentPeriodEnd = null; - private final UtcDateTime currentPeriodStart = null; + private final Long createdAt = null; + private final Long currentPeriodEnd = null; + private final Long currentPeriodStart = null; private final Long paymentGateway = null; private final CharSequence paymentGatewayPlanId = null; private final Long planId = null; @@ -47,13 +46,13 @@ public final class TrackSubscriptionAccountHoldRecovered implements AnalyticsSch int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; Long l4 = this.paymentGateway; int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.createdAt; - int hashCode6 = (hashCode5 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.currentPeriodStart; - int hashCode7 = (hashCode6 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; - UtcDateTime utcDateTime3 = this.currentPeriodEnd; - if (utcDateTime3 != null) { - i = utcDateTime3.hashCode(); + Long l5 = this.createdAt; + int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.currentPeriodStart; + int hashCode7 = (hashCode6 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.currentPeriodEnd; + if (l7 != null) { + i = l7.hashCode(); } return hashCode7 + i; } @@ -74,8 +73,6 @@ public final class TrackSubscriptionAccountHoldRecovered implements AnalyticsSch O.append(", currentPeriodStart="); O.append(this.currentPeriodStart); O.append(", currentPeriodEnd="); - O.append(this.currentPeriodEnd); - O.append(")"); - return O.toString(); + return a.E(O, this.currentPeriodEnd, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionAccountHoldStarted.java b/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionAccountHoldStarted.java index d68a63a6ff..21fe8f72a8 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionAccountHoldStarted.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionAccountHoldStarted.java @@ -4,14 +4,13 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackSubscriptionAccountHoldStarted.kt */ public final class TrackSubscriptionAccountHoldStarted implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "subscription_account_hold_started"; - private final UtcDateTime createdAt = null; - private final UtcDateTime currentPeriodEnd = null; - private final UtcDateTime currentPeriodStart = null; + private final Long createdAt = null; + private final Long currentPeriodEnd = null; + private final Long currentPeriodStart = null; private final Long paymentGateway = null; private final CharSequence paymentGatewayPlanId = null; private final Long planId = null; @@ -47,13 +46,13 @@ public final class TrackSubscriptionAccountHoldStarted implements AnalyticsSchem int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; Long l4 = this.paymentGateway; int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.createdAt; - int hashCode6 = (hashCode5 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.currentPeriodStart; - int hashCode7 = (hashCode6 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; - UtcDateTime utcDateTime3 = this.currentPeriodEnd; - if (utcDateTime3 != null) { - i = utcDateTime3.hashCode(); + Long l5 = this.createdAt; + int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.currentPeriodStart; + int hashCode7 = (hashCode6 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.currentPeriodEnd; + if (l7 != null) { + i = l7.hashCode(); } return hashCode7 + i; } @@ -74,8 +73,6 @@ public final class TrackSubscriptionAccountHoldStarted implements AnalyticsSchem O.append(", currentPeriodStart="); O.append(this.currentPeriodStart); O.append(", currentPeriodEnd="); - O.append(this.currentPeriodEnd); - O.append(")"); - return O.toString(); + return a.E(O, this.currentPeriodEnd, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionCanceled.java b/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionCanceled.java index c0f092394c..a9fd3728d8 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionCanceled.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionCanceled.java @@ -4,15 +4,14 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackSubscriptionCanceled.kt */ public final class TrackSubscriptionCanceled implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "subscription_canceled"; private final CharSequence cancellationType = null; - private final UtcDateTime createdAt = null; - private final UtcDateTime currentPeriodEnd = null; - private final UtcDateTime currentPeriodStart = null; + private final Long createdAt = null; + private final Long currentPeriodEnd = null; + private final Long currentPeriodStart = null; private final Long paymentGateway = null; private final CharSequence paymentGatewayPlanId = null; private final Long planId = null; @@ -53,13 +52,13 @@ public final class TrackSubscriptionCanceled implements AnalyticsSchema, TrackBa int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31; CharSequence charSequence2 = this.cancellationType; int hashCode7 = (hashCode6 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.createdAt; - int hashCode8 = (hashCode7 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.currentPeriodStart; - int hashCode9 = (hashCode8 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; - UtcDateTime utcDateTime3 = this.currentPeriodEnd; - if (utcDateTime3 != null) { - i = utcDateTime3.hashCode(); + Long l6 = this.createdAt; + int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.currentPeriodStart; + int hashCode9 = (hashCode8 + (l7 != null ? l7.hashCode() : 0)) * 31; + Long l8 = this.currentPeriodEnd; + if (l8 != null) { + i = l8.hashCode(); } return hashCode9 + i; } @@ -84,8 +83,6 @@ public final class TrackSubscriptionCanceled implements AnalyticsSchema, TrackBa O.append(", currentPeriodStart="); O.append(this.currentPeriodStart); O.append(", currentPeriodEnd="); - O.append(this.currentPeriodEnd); - O.append(")"); - return O.toString(); + return a.E(O, this.currentPeriodEnd, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionCodeUsed.java b/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionCodeUsed.java index e61f1cf93b..77dae03f62 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionCodeUsed.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionCodeUsed.java @@ -4,13 +4,12 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackSubscriptionCodeUsed.kt */ public final class TrackSubscriptionCodeUsed implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "subscription_code_used"; private final CharSequence couponCode = null; - private final UtcDateTime currentPeriodEnd = null; + private final Long currentPeriodEnd = null; private final CharSequence source = null; private final Long subscriptionType = null; private TrackBase trackBase; @@ -39,9 +38,9 @@ public final class TrackSubscriptionCodeUsed implements AnalyticsSchema, TrackBa int hashCode2 = (hashCode + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; Long l = this.subscriptionType; int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.currentPeriodEnd; - if (utcDateTime != null) { - i = utcDateTime.hashCode(); + Long l2 = this.currentPeriodEnd; + if (l2 != null) { + i = l2.hashCode(); } return hashCode3 + i; } @@ -54,8 +53,6 @@ public final class TrackSubscriptionCodeUsed implements AnalyticsSchema, TrackBa O.append(", subscriptionType="); O.append(this.subscriptionType); O.append(", currentPeriodEnd="); - O.append(this.currentPeriodEnd); - O.append(")"); - return O.toString(); + return a.E(O, this.currentPeriodEnd, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionLazySyncUserPerks.java b/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionLazySyncUserPerks.java index a74ba50f82..efd1d42722 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionLazySyncUserPerks.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionLazySyncUserPerks.java @@ -4,17 +4,16 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackSubscriptionLazySyncUserPerks.kt */ public final class TrackSubscriptionLazySyncUserPerks implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "subscription_lazy_sync_user_perks"; - private final UtcDateTime currentPeriodEnd = null; - private final UtcDateTime currentPeriodStart = null; + private final Long currentPeriodEnd = null; + private final Long currentPeriodStart = null; private final Long newPremiumType = null; - private final UtcDateTime newPremiumUntil = null; + private final Long newPremiumUntil = null; private final Long originalPremiumType = null; - private final UtcDateTime originalPremiumUntil = null; + private final Long originalPremiumUntil = null; private final Long paymentGateway = null; private final CharSequence paymentGatewayPlanId = null; private final Boolean premiumTypeMismatch = null; @@ -49,23 +48,23 @@ public final class TrackSubscriptionLazySyncUserPerks implements AnalyticsSchema int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; CharSequence charSequence = this.paymentGatewayPlanId; int hashCode4 = (hashCode3 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.currentPeriodStart; - int hashCode5 = (hashCode4 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.currentPeriodEnd; - int hashCode6 = (hashCode5 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; + Long l4 = this.currentPeriodStart; + int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.currentPeriodEnd; + int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31; Boolean bool = this.premiumTypeMismatch; int hashCode7 = (hashCode6 + (bool != null ? bool.hashCode() : 0)) * 31; Boolean bool2 = this.premiumUntilMismatch; int hashCode8 = (hashCode7 + (bool2 != null ? bool2.hashCode() : 0)) * 31; - Long l4 = this.originalPremiumType; - int hashCode9 = (hashCode8 + (l4 != null ? l4.hashCode() : 0)) * 31; - UtcDateTime utcDateTime3 = this.originalPremiumUntil; - int hashCode10 = (hashCode9 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31; - Long l5 = this.newPremiumType; - int hashCode11 = (hashCode10 + (l5 != null ? l5.hashCode() : 0)) * 31; - UtcDateTime utcDateTime4 = this.newPremiumUntil; - if (utcDateTime4 != null) { - i = utcDateTime4.hashCode(); + Long l6 = this.originalPremiumType; + int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.originalPremiumUntil; + int hashCode10 = (hashCode9 + (l7 != null ? l7.hashCode() : 0)) * 31; + Long l8 = this.newPremiumType; + int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31; + Long l9 = this.newPremiumUntil; + if (l9 != null) { + i = l9.hashCode(); } return hashCode11 + i; } @@ -94,8 +93,6 @@ public final class TrackSubscriptionLazySyncUserPerks implements AnalyticsSchema O.append(", newPremiumType="); O.append(this.newPremiumType); O.append(", newPremiumUntil="); - O.append(this.newPremiumUntil); - O.append(")"); - return O.toString(); + return a.E(O, this.newPremiumUntil, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionPaymentSourceAdded.java b/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionPaymentSourceAdded.java index 76725dda43..ab000bf58d 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionPaymentSourceAdded.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionPaymentSourceAdded.java @@ -4,13 +4,12 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackSubscriptionPaymentSourceAdded.kt */ public final class TrackSubscriptionPaymentSourceAdded implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "subscription_payment_source_added"; - private final UtcDateTime currentPeriodEnd = null; - private final UtcDateTime currentPeriodStart = null; + private final Long currentPeriodEnd = null; + private final Long currentPeriodStart = null; private final Long paymentGateway = null; private final CharSequence paymentGatewayPlanId = null; private final Long paymentSourceGateway = null; @@ -52,11 +51,11 @@ public final class TrackSubscriptionPaymentSourceAdded implements AnalyticsSchem int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31; Long l6 = this.paymentSourceId; int hashCode7 = (hashCode6 + (l6 != null ? l6.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.currentPeriodStart; - int hashCode8 = (hashCode7 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.currentPeriodEnd; - if (utcDateTime2 != null) { - i = utcDateTime2.hashCode(); + Long l7 = this.currentPeriodStart; + int hashCode8 = (hashCode7 + (l7 != null ? l7.hashCode() : 0)) * 31; + Long l8 = this.currentPeriodEnd; + if (l8 != null) { + i = l8.hashCode(); } return hashCode8 + i; } @@ -79,8 +78,6 @@ public final class TrackSubscriptionPaymentSourceAdded implements AnalyticsSchem O.append(", currentPeriodStart="); O.append(this.currentPeriodStart); O.append(", currentPeriodEnd="); - O.append(this.currentPeriodEnd); - O.append(")"); - return O.toString(); + return a.E(O, this.currentPeriodEnd, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionPaymentSourceUpdated.java b/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionPaymentSourceUpdated.java index 8eb566e4de..c95718e8b2 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionPaymentSourceUpdated.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionPaymentSourceUpdated.java @@ -4,13 +4,12 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackSubscriptionPaymentSourceUpdated.kt */ public final class TrackSubscriptionPaymentSourceUpdated implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "subscription_payment_source_updated"; - private final UtcDateTime currentPeriodEnd = null; - private final UtcDateTime currentPeriodStart = null; + private final Long currentPeriodEnd = null; + private final Long currentPeriodStart = null; private final Long paymentGateway = null; private final CharSequence paymentGatewayPlanId = null; private final CharSequence paymentSourceCountry = null; @@ -64,11 +63,11 @@ public final class TrackSubscriptionPaymentSourceUpdated implements AnalyticsSch int hashCode10 = (hashCode9 + (l8 != null ? l8.hashCode() : 0)) * 31; CharSequence charSequence3 = this.paymentSourceCountry; int hashCode11 = (hashCode10 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.currentPeriodStart; - int hashCode12 = (hashCode11 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.currentPeriodEnd; - if (utcDateTime2 != null) { - i = utcDateTime2.hashCode(); + Long l9 = this.currentPeriodStart; + int hashCode12 = (hashCode11 + (l9 != null ? l9.hashCode() : 0)) * 31; + Long l10 = this.currentPeriodEnd; + if (l10 != null) { + i = l10.hashCode(); } return hashCode12 + i; } @@ -99,8 +98,6 @@ public final class TrackSubscriptionPaymentSourceUpdated implements AnalyticsSch O.append(", currentPeriodStart="); O.append(this.currentPeriodStart); O.append(", currentPeriodEnd="); - O.append(this.currentPeriodEnd); - O.append(")"); - return O.toString(); + return a.E(O, this.currentPeriodEnd, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionPeriodScheduled.java b/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionPeriodScheduled.java index 45a9607c64..b8a99724fb 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionPeriodScheduled.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionPeriodScheduled.java @@ -10,7 +10,6 @@ import com.discord.analytics.generated.traits.TrackPaymentMetadataReceiver; import com.discord.analytics.generated.traits.TrackSubscriptionMetadata; import com.discord.analytics.generated.traits.TrackSubscriptionMetadataReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackSubscriptionPeriodScheduled.kt */ public final class TrackSubscriptionPeriodScheduled implements AnalyticsSchema, TrackBaseReceiver, TrackSubscriptionMetadataReceiver, TrackEntitlementMetadataReceiver, TrackPaymentMetadataReceiver { @@ -19,8 +18,8 @@ public final class TrackSubscriptionPeriodScheduled implements AnalyticsSchema, private final Boolean expectedToAutorenew = null; private final Long paymentGateway = null; private final Long paymentId = null; - private final UtcDateTime scheduledEndTimestamp = null; - private final UtcDateTime scheduledStartTimestamp = null; + private final Long scheduledEndTimestamp = null; + private final Long scheduledStartTimestamp = null; private final Long skuId = null; private final Long subscriptionId = null; private TrackBase trackBase; @@ -54,10 +53,10 @@ public final class TrackSubscriptionPeriodScheduled implements AnalyticsSchema, int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; Long l4 = this.skuId; int hashCode4 = (hashCode3 + (l4 != null ? l4.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.scheduledStartTimestamp; - int hashCode5 = (hashCode4 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.scheduledEndTimestamp; - int hashCode6 = (hashCode5 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; + Long l5 = this.scheduledStartTimestamp; + int hashCode5 = (hashCode4 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.scheduledEndTimestamp; + int hashCode6 = (hashCode5 + (l6 != null ? l6.hashCode() : 0)) * 31; CharSequence charSequence = this.accessType; int hashCode7 = (hashCode6 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; Boolean bool = this.expectedToAutorenew; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionPlanUpdated.java b/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionPlanUpdated.java index 05f724fa11..260d67600c 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionPlanUpdated.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionPlanUpdated.java @@ -4,19 +4,18 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackSubscriptionPlanUpdated.kt */ public final class TrackSubscriptionPlanUpdated implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "subscription_plan_updated"; - private final UtcDateTime createdAt = null; - private final UtcDateTime currentPeriodEnd = null; - private final UtcDateTime currentPeriodStart = null; + private final Long createdAt = null; + private final Long currentPeriodEnd = null; + private final Long currentPeriodStart = null; private final Long paymentGateway = null; private final CharSequence paymentGatewayPlanId = null; private final Long planId = null; - private final UtcDateTime previousCurrentPeriodEnd = null; - private final UtcDateTime previousCurrentPeriodStart = null; + private final Long previousCurrentPeriodEnd = null; + private final Long previousCurrentPeriodStart = null; private final CharSequence previousPaymentGatewayPlanId = null; private final Long previousPlanId = null; private final Long previousSubscriptionId = null; @@ -53,25 +52,25 @@ public final class TrackSubscriptionPlanUpdated implements AnalyticsSchema, Trac int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; Long l4 = this.paymentGateway; int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.createdAt; - int hashCode6 = (hashCode5 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.currentPeriodStart; - int hashCode7 = (hashCode6 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; - UtcDateTime utcDateTime3 = this.currentPeriodEnd; - int hashCode8 = (hashCode7 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31; - Long l5 = this.previousSubscriptionId; - int hashCode9 = (hashCode8 + (l5 != null ? l5.hashCode() : 0)) * 31; - Long l6 = this.previousSubscriptionType; - int hashCode10 = (hashCode9 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l5 = this.createdAt; + int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.currentPeriodStart; + int hashCode7 = (hashCode6 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.currentPeriodEnd; + int hashCode8 = (hashCode7 + (l7 != null ? l7.hashCode() : 0)) * 31; + Long l8 = this.previousSubscriptionId; + int hashCode9 = (hashCode8 + (l8 != null ? l8.hashCode() : 0)) * 31; + Long l9 = this.previousSubscriptionType; + int hashCode10 = (hashCode9 + (l9 != null ? l9.hashCode() : 0)) * 31; CharSequence charSequence2 = this.previousPaymentGatewayPlanId; int hashCode11 = (hashCode10 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - Long l7 = this.previousPlanId; - int hashCode12 = (hashCode11 + (l7 != null ? l7.hashCode() : 0)) * 31; - UtcDateTime utcDateTime4 = this.previousCurrentPeriodStart; - int hashCode13 = (hashCode12 + (utcDateTime4 != null ? utcDateTime4.hashCode() : 0)) * 31; - UtcDateTime utcDateTime5 = this.previousCurrentPeriodEnd; - if (utcDateTime5 != null) { - i = utcDateTime5.hashCode(); + Long l10 = this.previousPlanId; + int hashCode12 = (hashCode11 + (l10 != null ? l10.hashCode() : 0)) * 31; + Long l11 = this.previousCurrentPeriodStart; + int hashCode13 = (hashCode12 + (l11 != null ? l11.hashCode() : 0)) * 31; + Long l12 = this.previousCurrentPeriodEnd; + if (l12 != null) { + i = l12.hashCode(); } return hashCode13 + i; } @@ -104,8 +103,6 @@ public final class TrackSubscriptionPlanUpdated implements AnalyticsSchema, Trac O.append(", previousCurrentPeriodStart="); O.append(this.previousCurrentPeriodStart); O.append(", previousCurrentPeriodEnd="); - O.append(this.previousCurrentPeriodEnd); - O.append(")"); - return O.toString(); + return a.E(O, this.previousCurrentPeriodEnd, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionResubscribed.java b/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionResubscribed.java index f8af3066e7..3e3db68c52 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionResubscribed.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackSubscriptionResubscribed.java @@ -4,21 +4,20 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackSubscriptionResubscribed.kt */ public final class TrackSubscriptionResubscribed implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "subscription_resubscribed"; - private final UtcDateTime createdAt = null; - private final UtcDateTime currentPeriodEnd = null; - private final UtcDateTime currentPeriodStart = null; + private final Long createdAt = null; + private final Long currentPeriodEnd = null; + private final Long currentPeriodStart = null; private final Long paymentGateway = null; private final CharSequence paymentGatewayPlanId = null; private final Long planId = null; private final Long subscriptionId = null; private final Long subscriptionType = null; private TrackBase trackBase; - private final UtcDateTime trialEndsAt = null; + private final Long trialEndsAt = null; private final Long trialId = null; @Override // com.discord.api.science.AnalyticsSchema @@ -49,17 +48,17 @@ public final class TrackSubscriptionResubscribed implements AnalyticsSchema, Tra int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; Long l4 = this.paymentGateway; int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.createdAt; - int hashCode6 = (hashCode5 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.currentPeriodStart; - int hashCode7 = (hashCode6 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; - UtcDateTime utcDateTime3 = this.currentPeriodEnd; - int hashCode8 = (hashCode7 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31; - Long l5 = this.trialId; - int hashCode9 = (hashCode8 + (l5 != null ? l5.hashCode() : 0)) * 31; - UtcDateTime utcDateTime4 = this.trialEndsAt; - if (utcDateTime4 != null) { - i = utcDateTime4.hashCode(); + Long l5 = this.createdAt; + int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.currentPeriodStart; + int hashCode7 = (hashCode6 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.currentPeriodEnd; + int hashCode8 = (hashCode7 + (l7 != null ? l7.hashCode() : 0)) * 31; + Long l8 = this.trialId; + int hashCode9 = (hashCode8 + (l8 != null ? l8.hashCode() : 0)) * 31; + Long l9 = this.trialEndsAt; + if (l9 != null) { + i = l9.hashCode(); } return hashCode9 + i; } @@ -84,8 +83,6 @@ public final class TrackSubscriptionResubscribed implements AnalyticsSchema, Tra O.append(", trialId="); O.append(this.trialId); O.append(", trialEndsAt="); - O.append(this.trialEndsAt); - O.append(")"); - return O.toString(); + return a.E(O, this.trialEndsAt, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackTemporaryPaymentAuthAttempted.java b/app/src/main/java/com/discord/analytics/generated/events/TrackTemporaryPaymentAuthAttempted.java index 17eb1ce8a3..c4cbc3ec6c 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackTemporaryPaymentAuthAttempted.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackTemporaryPaymentAuthAttempted.java @@ -4,7 +4,6 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackTemporaryPaymentAuthAttempted.kt */ public final class TrackTemporaryPaymentAuthAttempted implements AnalyticsSchema, TrackBaseReceiver { @@ -12,7 +11,7 @@ public final class TrackTemporaryPaymentAuthAttempted implements AnalyticsSchema private final Long amountRefunded = null; private final transient String analyticsSchemaTypeName = "temporary_payment_auth_attempted"; private final Boolean captured = null; - private final UtcDateTime createdAt = null; + private final Long createdAt = null; private final CharSequence currency = null; private final CharSequence failureMessage = null; private final Boolean isGift = null; @@ -26,9 +25,9 @@ public final class TrackTemporaryPaymentAuthAttempted implements AnalyticsSchema private final Long skuId = null; private final Long skuSubscriptionPlanId = null; private final Long skuType = null; - private final UtcDateTime subscriptionCreatedAt = null; - private final UtcDateTime subscriptionCurrentPeriodEnd = null; - private final UtcDateTime subscriptionCurrentPeriodStart = null; + private final Long subscriptionCreatedAt = null; + private final Long subscriptionCurrentPeriodEnd = null; + private final Long subscriptionCurrentPeriodStart = null; private final Long subscriptionId = null; private final CharSequence subscriptionPaymentGatewayPlanId = null; private final Long subscriptionPlanId = null; @@ -57,46 +56,46 @@ public final class TrackTemporaryPaymentAuthAttempted implements AnalyticsSchema Long l = this.paymentId; int i = 0; int hashCode = (l != null ? l.hashCode() : 0) * 31; - UtcDateTime utcDateTime = this.createdAt; - int hashCode2 = (hashCode + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; + Long l2 = this.createdAt; + int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; CharSequence charSequence = this.paymentType; int hashCode3 = (hashCode2 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; - Long l2 = this.paymentGateway; - int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31; - Long l3 = this.price; - int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l3 = this.paymentGateway; + int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.price; + int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; CharSequence charSequence2 = this.currency; int hashCode6 = (hashCode5 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - Long l4 = this.amount; - int hashCode7 = (hashCode6 + (l4 != null ? l4.hashCode() : 0)) * 31; - Long l5 = this.amountRefunded; - int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31; - Long l6 = this.tax; - int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l5 = this.amount; + int hashCode7 = (hashCode6 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.amountRefunded; + int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.tax; + int hashCode9 = (hashCode8 + (l7 != null ? l7.hashCode() : 0)) * 31; Boolean bool = this.taxInclusive; int hashCode10 = (hashCode9 + (bool != null ? bool.hashCode() : 0)) * 31; - Long l7 = this.skuId; - int hashCode11 = (hashCode10 + (l7 != null ? l7.hashCode() : 0)) * 31; - Long l8 = this.skuType; - int hashCode12 = (hashCode11 + (l8 != null ? l8.hashCode() : 0)) * 31; - Long l9 = this.skuSubscriptionPlanId; - int hashCode13 = (hashCode12 + (l9 != null ? l9.hashCode() : 0)) * 31; - Long l10 = this.subscriptionId; - int hashCode14 = (hashCode13 + (l10 != null ? l10.hashCode() : 0)) * 31; - Long l11 = this.subscriptionType; - int hashCode15 = (hashCode14 + (l11 != null ? l11.hashCode() : 0)) * 31; + Long l8 = this.skuId; + int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31; + Long l9 = this.skuType; + int hashCode12 = (hashCode11 + (l9 != null ? l9.hashCode() : 0)) * 31; + Long l10 = this.skuSubscriptionPlanId; + int hashCode13 = (hashCode12 + (l10 != null ? l10.hashCode() : 0)) * 31; + Long l11 = this.subscriptionId; + int hashCode14 = (hashCode13 + (l11 != null ? l11.hashCode() : 0)) * 31; + Long l12 = this.subscriptionType; + int hashCode15 = (hashCode14 + (l12 != null ? l12.hashCode() : 0)) * 31; CharSequence charSequence3 = this.subscriptionPaymentGatewayPlanId; int hashCode16 = (hashCode15 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; - Long l12 = this.subscriptionPlanId; - int hashCode17 = (hashCode16 + (l12 != null ? l12.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.subscriptionCreatedAt; - int hashCode18 = (hashCode17 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; - UtcDateTime utcDateTime3 = this.subscriptionCurrentPeriodStart; - int hashCode19 = (hashCode18 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31; - UtcDateTime utcDateTime4 = this.subscriptionCurrentPeriodEnd; - int hashCode20 = (hashCode19 + (utcDateTime4 != null ? utcDateTime4.hashCode() : 0)) * 31; - Long l13 = this.paymentSourceId; - int hashCode21 = (hashCode20 + (l13 != null ? l13.hashCode() : 0)) * 31; + Long l13 = this.subscriptionPlanId; + int hashCode17 = (hashCode16 + (l13 != null ? l13.hashCode() : 0)) * 31; + Long l14 = this.subscriptionCreatedAt; + int hashCode18 = (hashCode17 + (l14 != null ? l14.hashCode() : 0)) * 31; + Long l15 = this.subscriptionCurrentPeriodStart; + int hashCode19 = (hashCode18 + (l15 != null ? l15.hashCode() : 0)) * 31; + Long l16 = this.subscriptionCurrentPeriodEnd; + int hashCode20 = (hashCode19 + (l16 != null ? l16.hashCode() : 0)) * 31; + Long l17 = this.paymentSourceId; + int hashCode21 = (hashCode20 + (l17 != null ? l17.hashCode() : 0)) * 31; CharSequence charSequence4 = this.paymentSourceCountry; int hashCode22 = (hashCode21 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31; CharSequence charSequence5 = this.failureMessage; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackThreadNotificationSettingsUpdated.java b/app/src/main/java/com/discord/analytics/generated/events/TrackThreadNotificationSettingsUpdated.java index 975013c5db..ba1abd3ee2 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackThreadNotificationSettingsUpdated.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackThreadNotificationSettingsUpdated.java @@ -8,7 +8,6 @@ import com.discord.analytics.generated.traits.TrackLocationMetadataReceiver; import com.discord.analytics.generated.traits.TrackThread; import com.discord.analytics.generated.traits.TrackThreadReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackThreadNotificationSettingsUpdated.kt */ public final class TrackThreadNotificationSettingsUpdated implements AnalyticsSchema, TrackBaseReceiver, TrackThreadReceiver, TrackLocationMetadataReceiver { @@ -18,10 +17,10 @@ public final class TrackThreadNotificationSettingsUpdated implements AnalyticsSc private final Long guildId = null; private final Boolean hasInteractedWithThread = null; private final Boolean newThreadIsMuted = null; - private final UtcDateTime newThreadMutedUntil = null; + private final Long newThreadMutedUntil = null; private final CharSequence newThreadNotificationSetting = null; private final Boolean oldThreadIsMuted = null; - private final UtcDateTime oldThreadMutedUntil = null; + private final Long oldThreadMutedUntil = null; private final CharSequence oldThreadNotificationSetting = null; private final Long parentId = null; private final Boolean parentIsMuted = null; @@ -70,11 +69,11 @@ public final class TrackThreadNotificationSettingsUpdated implements AnalyticsSc int hashCode10 = (hashCode9 + (bool3 != null ? bool3.hashCode() : 0)) * 31; Boolean bool4 = this.newThreadIsMuted; int hashCode11 = (hashCode10 + (bool4 != null ? bool4.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.oldThreadMutedUntil; - int hashCode12 = (hashCode11 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.newThreadMutedUntil; - if (utcDateTime2 != null) { - i = utcDateTime2.hashCode(); + Long l5 = this.oldThreadMutedUntil; + int hashCode12 = (hashCode11 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.newThreadMutedUntil; + if (l6 != null) { + i = l6.hashCode(); } return hashCode12 + i; } @@ -105,8 +104,6 @@ public final class TrackThreadNotificationSettingsUpdated implements AnalyticsSc O.append(", oldThreadMutedUntil="); O.append(this.oldThreadMutedUntil); O.append(", newThreadMutedUntil="); - O.append(this.newThreadMutedUntil); - O.append(")"); - return O.toString(); + return a.E(O, this.newThreadMutedUntil, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackTransactionCompleted.java b/app/src/main/java/com/discord/analytics/generated/events/TrackTransactionCompleted.java index 1682ef5e34..cfeb6a501e 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackTransactionCompleted.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackTransactionCompleted.java @@ -4,12 +4,11 @@ import c.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackTransactionCompleted.kt */ public final class TrackTransactionCompleted implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "transaction_completed"; - private final UtcDateTime createdAt = null; + private final Long createdAt = null; private final Float exchangeRate = null; private final Long netPresentmentAmount = null; private final Long netPresentmentFees = null; @@ -54,45 +53,45 @@ public final class TrackTransactionCompleted implements AnalyticsSchema, TrackBa int hashCode = (l != null ? l.hashCode() : 0) * 31; Long l2 = this.paymentGateway; int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.createdAt; - int hashCode3 = (hashCode2 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; - Long l3 = this.transactionId; - int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; - Long l4 = this.transactionType; - int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; - Long l5 = this.skuId; - int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l3 = this.createdAt; + int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.transactionId; + int hashCode4 = (hashCode3 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.transactionType; + int hashCode5 = (hashCode4 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.skuId; + int hashCode6 = (hashCode5 + (l6 != null ? l6.hashCode() : 0)) * 31; Float f = this.exchangeRate; int hashCode7 = (hashCode6 + (f != null ? f.hashCode() : 0)) * 31; CharSequence charSequence = this.presentmentCurrency; int hashCode8 = (hashCode7 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; CharSequence charSequence2 = this.settlementCurrency; int hashCode9 = (hashCode8 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - Long l6 = this.presentmentAmount; - int hashCode10 = (hashCode9 + (l6 != null ? l6.hashCode() : 0)) * 31; - Long l7 = this.presentmentFees; - int hashCode11 = (hashCode10 + (l7 != null ? l7.hashCode() : 0)) * 31; - Long l8 = this.presentmentTax; - int hashCode12 = (hashCode11 + (l8 != null ? l8.hashCode() : 0)) * 31; - Long l9 = this.settlementAmount; - int hashCode13 = (hashCode12 + (l9 != null ? l9.hashCode() : 0)) * 31; - Long l10 = this.settlementFees; - int hashCode14 = (hashCode13 + (l10 != null ? l10.hashCode() : 0)) * 31; - Long l11 = this.settlementTax; - int hashCode15 = (hashCode14 + (l11 != null ? l11.hashCode() : 0)) * 31; - Long l12 = this.netPresentmentAmount; - int hashCode16 = (hashCode15 + (l12 != null ? l12.hashCode() : 0)) * 31; - Long l13 = this.netPresentmentFees; - int hashCode17 = (hashCode16 + (l13 != null ? l13.hashCode() : 0)) * 31; - Long l14 = this.netPresentmentTax; - int hashCode18 = (hashCode17 + (l14 != null ? l14.hashCode() : 0)) * 31; - Long l15 = this.netSettlementAmount; - int hashCode19 = (hashCode18 + (l15 != null ? l15.hashCode() : 0)) * 31; - Long l16 = this.netSettlementFees; - int hashCode20 = (hashCode19 + (l16 != null ? l16.hashCode() : 0)) * 31; - Long l17 = this.netSettlementTax; - if (l17 != null) { - i = l17.hashCode(); + Long l7 = this.presentmentAmount; + int hashCode10 = (hashCode9 + (l7 != null ? l7.hashCode() : 0)) * 31; + Long l8 = this.presentmentFees; + int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31; + Long l9 = this.presentmentTax; + int hashCode12 = (hashCode11 + (l9 != null ? l9.hashCode() : 0)) * 31; + Long l10 = this.settlementAmount; + int hashCode13 = (hashCode12 + (l10 != null ? l10.hashCode() : 0)) * 31; + Long l11 = this.settlementFees; + int hashCode14 = (hashCode13 + (l11 != null ? l11.hashCode() : 0)) * 31; + Long l12 = this.settlementTax; + int hashCode15 = (hashCode14 + (l12 != null ? l12.hashCode() : 0)) * 31; + Long l13 = this.netPresentmentAmount; + int hashCode16 = (hashCode15 + (l13 != null ? l13.hashCode() : 0)) * 31; + Long l14 = this.netPresentmentFees; + int hashCode17 = (hashCode16 + (l14 != null ? l14.hashCode() : 0)) * 31; + Long l15 = this.netPresentmentTax; + int hashCode18 = (hashCode17 + (l15 != null ? l15.hashCode() : 0)) * 31; + Long l16 = this.netSettlementAmount; + int hashCode19 = (hashCode18 + (l16 != null ? l16.hashCode() : 0)) * 31; + Long l17 = this.netSettlementFees; + int hashCode20 = (hashCode19 + (l17 != null ? l17.hashCode() : 0)) * 31; + Long l18 = this.netSettlementTax; + if (l18 != null) { + i = l18.hashCode(); } return hashCode20 + i; } diff --git a/app/src/main/java/com/discord/analytics/generated/traits/TrackBase.java b/app/src/main/java/com/discord/analytics/generated/traits/TrackBase.java index 0bb39d6c35..84b77f943b 100644 --- a/app/src/main/java/com/discord/analytics/generated/traits/TrackBase.java +++ b/app/src/main/java/com/discord/analytics/generated/traits/TrackBase.java @@ -1,7 +1,6 @@ package com.discord.analytics.generated.traits; import c.d.b.a.a; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackBase.kt */ public final class TrackBase { @@ -18,8 +17,8 @@ public final class TrackBase { private final CharSequence clientEventSource = null; private final Float clientPerformanceCpu = null; private final Long clientPerformanceMemory = null; - private final UtcDateTime clientSendTimestamp = null; - private final UtcDateTime clientTrackTimestamp = null; + private final Long clientSendTimestamp = null; + private final Long clientTrackTimestamp = null; private final CharSequence clientUuid = null; private final CharSequence clientVersion = null; private final CharSequence countryCode = null; @@ -59,7 +58,7 @@ public final class TrackBase { private final CharSequence searchEngineCurrent = null; private final CharSequence systemLocale = null; private final CharSequence timeZone = null; - private final UtcDateTime timestamp = null; + private final Long timestamp = null; private final Long userId = null; private final Boolean userIsAuthenticated = null; private final Boolean userIsBot = null; @@ -97,18 +96,18 @@ public final class TrackBase { int hashCode3 = (hashCode2 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; CharSequence charSequence4 = this.eventSource; int hashCode4 = (hashCode3 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.timestamp; - int hashCode5 = (hashCode4 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; - Long l = this.userId; - int hashCode6 = (hashCode5 + (l != null ? l.hashCode() : 0)) * 31; + Long l = this.timestamp; + int hashCode5 = (hashCode4 + (l != null ? l.hashCode() : 0)) * 31; + Long l2 = this.userId; + int hashCode6 = (hashCode5 + (l2 != null ? l2.hashCode() : 0)) * 31; CharSequence charSequence5 = this.domain; int hashCode7 = (hashCode6 + (charSequence5 != null ? charSequence5.hashCode() : 0)) * 31; CharSequence charSequence6 = this.clientUuid; int hashCode8 = (hashCode7 + (charSequence6 != null ? charSequence6.hashCode() : 0)) * 31; - UtcDateTime utcDateTime2 = this.clientTrackTimestamp; - int hashCode9 = (hashCode8 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; - UtcDateTime utcDateTime3 = this.clientSendTimestamp; - int hashCode10 = (hashCode9 + (utcDateTime3 != null ? utcDateTime3.hashCode() : 0)) * 31; + Long l3 = this.clientTrackTimestamp; + int hashCode9 = (hashCode8 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.clientSendTimestamp; + int hashCode10 = (hashCode9 + (l4 != null ? l4.hashCode() : 0)) * 31; CharSequence charSequence7 = this.fluentId; int hashCode11 = (hashCode10 + (charSequence7 != null ? charSequence7.hashCode() : 0)) * 31; CharSequence charSequence8 = this.freightHostname; @@ -117,8 +116,8 @@ public final class TrackBase { int hashCode13 = (hashCode12 + (charSequence9 != null ? charSequence9.hashCode() : 0)) * 31; CharSequence charSequence10 = this.ip; int hashCode14 = (hashCode13 + (charSequence10 != null ? charSequence10.hashCode() : 0)) * 31; - Long l2 = this.day; - int hashCode15 = (hashCode14 + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l5 = this.day; + int hashCode15 = (hashCode14 + (l5 != null ? l5.hashCode() : 0)) * 31; CharSequence charSequence11 = this.chosenLocale; int hashCode16 = (hashCode15 + (charSequence11 != null ? charSequence11.hashCode() : 0)) * 31; CharSequence charSequence12 = this.detectedLocale; @@ -129,8 +128,8 @@ public final class TrackBase { int hashCode19 = (hashCode18 + (bool != null ? bool.hashCode() : 0)) * 31; Boolean bool2 = this.accessibilitySupportEnabled; int hashCode20 = (hashCode19 + (bool2 != null ? bool2.hashCode() : 0)) * 31; - Long l3 = this.accessibilityFeatures; - int hashCode21 = (hashCode20 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l6 = this.accessibilityFeatures; + int hashCode21 = (hashCode20 + (l6 != null ? l6.hashCode() : 0)) * 31; Boolean bool3 = this.userIsBot; int hashCode22 = (hashCode21 + (bool3 != null ? bool3.hashCode() : 0)) * 31; CharSequence charSequence14 = this.browserUserAgent; @@ -161,8 +160,8 @@ public final class TrackBase { int hashCode35 = (hashCode34 + (charSequence25 != null ? charSequence25.hashCode() : 0)) * 31; CharSequence charSequence26 = this.systemLocale; int hashCode36 = (hashCode35 + (charSequence26 != null ? charSequence26.hashCode() : 0)) * 31; - Long l4 = this.clientBuildNumber; - int hashCode37 = (hashCode36 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l7 = this.clientBuildNumber; + int hashCode37 = (hashCode36 + (l7 != null ? l7.hashCode() : 0)) * 31; CharSequence charSequence27 = this.releaseChannel; int hashCode38 = (hashCode37 + (charSequence27 != null ? charSequence27.hashCode() : 0)) * 31; CharSequence charSequence28 = this.clientVersion; @@ -175,8 +174,8 @@ public final class TrackBase { int hashCode42 = (hashCode41 + (charSequence31 != null ? charSequence31.hashCode() : 0)) * 31; Float f = this.clientPerformanceCpu; int hashCode43 = (hashCode42 + (f != null ? f.hashCode() : 0)) * 31; - Long l5 = this.clientPerformanceMemory; - int hashCode44 = (hashCode43 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l8 = this.clientPerformanceMemory; + int hashCode44 = (hashCode43 + (l8 != null ? l8.hashCode() : 0)) * 31; CharSequence charSequence32 = this.mpKeyword; int hashCode45 = (hashCode44 + (charSequence32 != null ? charSequence32.hashCode() : 0)) * 31; CharSequence charSequence33 = this.mpKeywordCurrent; diff --git a/app/src/main/java/com/discord/analytics/generated/traits/TrackDirectoryEntry.java b/app/src/main/java/com/discord/analytics/generated/traits/TrackDirectoryEntry.java index 6162d15800..a023ae944b 100644 --- a/app/src/main/java/com/discord/analytics/generated/traits/TrackDirectoryEntry.java +++ b/app/src/main/java/com/discord/analytics/generated/traits/TrackDirectoryEntry.java @@ -1,12 +1,11 @@ package com.discord.analytics.generated.traits; import c.d.b.a.a; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackDirectoryEntry.kt */ public final class TrackDirectoryEntry { private final Long authorId = null; - private final UtcDateTime createdAt = null; + private final Long createdAt = null; private final Long directoryChannelId = null; private final Long directoryGuildId = null; private final Long entityId = null; @@ -37,10 +36,10 @@ public final class TrackDirectoryEntry { int hashCode4 = (hashCode3 + (l4 != null ? l4.hashCode() : 0)) * 31; Long l5 = this.entityType; int hashCode5 = (hashCode4 + (l5 != null ? l5.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.createdAt; - int hashCode6 = (hashCode5 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; - Long l6 = this.primaryCategoryId; - int hashCode7 = (hashCode6 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l6 = this.createdAt; + int hashCode6 = (hashCode5 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.primaryCategoryId; + int hashCode7 = (hashCode6 + (l7 != null ? l7.hashCode() : 0)) * 31; CharSequence charSequence = this.entryDescription; if (charSequence != null) { i = charSequence.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/traits/TrackThread.java b/app/src/main/java/com/discord/analytics/generated/traits/TrackThread.java index 1fb1b8f6c4..fd2551d721 100644 --- a/app/src/main/java/com/discord/analytics/generated/traits/TrackThread.java +++ b/app/src/main/java/com/discord/analytics/generated/traits/TrackThread.java @@ -1,11 +1,10 @@ package com.discord.analytics.generated.traits; import c.d.b.a.a; -import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackThread.kt */ public final class TrackThread { - private final UtcDateTime threadApproximateCreationDate = null; + private final Long threadApproximateCreationDate = null; private final Long threadApproximateMemberCount = null; private final Long threadApproximateMessageCount = null; private final Boolean threadArchived = null; @@ -35,9 +34,9 @@ public final class TrackThread { int hashCode4 = (hashCode3 + (bool2 != null ? bool2.hashCode() : 0)) * 31; Long l3 = this.threadAutoArchiveDurationMinutes; int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31; - UtcDateTime utcDateTime = this.threadApproximateCreationDate; - if (utcDateTime != null) { - i = utcDateTime.hashCode(); + Long l4 = this.threadApproximateCreationDate; + if (l4 != null) { + i = l4.hashCode(); } return hashCode5 + i; } @@ -54,8 +53,6 @@ public final class TrackThread { O.append(", threadAutoArchiveDurationMinutes="); O.append(this.threadAutoArchiveDurationMinutes); O.append(", threadApproximateCreationDate="); - O.append(this.threadApproximateCreationDate); - O.append(")"); - return O.toString(); + return a.E(O, this.threadApproximateCreationDate, ")"); } } diff --git a/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker.java b/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker.java index f5766e4e65..d713404f8f 100644 --- a/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker.java +++ b/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker.java @@ -26,7 +26,6 @@ import com.discord.api.stageinstance.StageInstance; import com.discord.api.sticker.Sticker; import com.discord.api.thread.ThreadMemberFlags; import com.discord.api.user.User; -import com.discord.api.utcdatetime.UtcDateTime; import com.discord.api.voice.state.VoiceState; import com.discord.app.AppLog; import com.discord.models.domain.ModelApplicationStream; @@ -1020,23 +1019,23 @@ public final class AnalyticsTracker { public final void ageGateSubmitted(long j, String str) { m.checkNotNullParameter(str, "sourcePage"); AnalyticsUtils.Tracker tracker2 = tracker; - UtcDateTime utcDateTime = new UtcDateTime(j); + Long valueOf = Long.valueOf(j); Locale locale = Locale.ROOT; SimpleDateFormat simpleDateFormat = new SimpleDateFormat("dd", locale); simpleDateFormat.setTimeZone(TimeZone.getTimeZone("UTC")); String format = simpleDateFormat.format(new Date(j)); m.checkNotNullExpressionValue(format, "formatter.format(Date(this))"); - Long valueOf = Long.valueOf(Long.parseLong(format)); + Long valueOf2 = Long.valueOf(Long.parseLong(format)); SimpleDateFormat simpleDateFormat2 = new SimpleDateFormat("MM", locale); simpleDateFormat2.setTimeZone(TimeZone.getTimeZone("UTC")); String format2 = simpleDateFormat2.format(new Date(j)); m.checkNotNullExpressionValue(format2, "formatter.format(Date(this))"); - Long valueOf2 = Long.valueOf(Long.parseLong(format2)); + Long valueOf3 = Long.valueOf(Long.parseLong(format2)); SimpleDateFormat simpleDateFormat3 = new SimpleDateFormat("yyyy", locale); simpleDateFormat3.setTimeZone(TimeZone.getTimeZone("UTC")); String format3 = simpleDateFormat3.format(new Date(j)); m.checkNotNullExpressionValue(format3, "formatter.format(Date(this))"); - TrackAgeGateSubmitted trackAgeGateSubmitted = new TrackAgeGateSubmitted(utcDateTime, valueOf, valueOf2, Long.valueOf(Long.parseLong(format3))); + TrackAgeGateSubmitted trackAgeGateSubmitted = new TrackAgeGateSubmitted(valueOf, valueOf2, valueOf3, Long.valueOf(Long.parseLong(format3))); trackAgeGateSubmitted.c(new TrackSourceMetadata(str, null, null, null, null, 30)); tracker2.track(trackAgeGateSubmitted); } diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java index 7c98baf2d9..b8a876a9b9 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java @@ -314,7 +314,7 @@ public final class WidgetSettings extends AppFragment implements OnTabSelectedLi TextView textView = binding.f; m.checkNotNullExpressionValue(textView, "appInfoHeader"); String string = getString(R.string.app_information); - textView.setText(string + " - 97.6 - Beta (97106)"); + textView.setText(string + " - 97.7 - Beta (97107)"); binding.A.setOnClickListener(new WidgetSettings$onViewBound$$inlined$with$lambda$3(this)); binding.u.setOnClickListener(WidgetSettings$onViewBound$1$5.INSTANCE); binding.q.setOnClickListener(WidgetSettings$onViewBound$1$6.INSTANCE); diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1d85359a01..c54f4331ae 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1436,7 +1436,7 @@ Select a color Transparency Use Default - d62410d9ab9c49f896f50161f380c409 + 9637831652614c7485fd87700518aa62 Coming Soon Slash command application {applicationName} {applicationName} application