package com.strmr.ps.data.local.dao;

import androidx.media3.container.NalUnitUtil;
import com.strmr.ps.data.local.entity.RealDebridAccount;
import defpackage.e6a;
import defpackage.in4;
import defpackage.kp6;
import defpackage.pq6;
import defpackage.rm7;
import defpackage.up1;
import kotlin.Metadata;
import kotlin.coroutines.Continuation;

/* JADX INFO: loaded from: classes3.dex */
@up1
@Metadata(d1 = {"\u0000.\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\u0010\u000e\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0002\b\u0005\n\u0002\u0010\t\n\u0002\b\u0007\n\u0002\u0010\b\n\u0002\b\u0005\bg\u0018\u00002\u00020\u0001J\u001c\u0010\u0005\u001a\u0004\u0018\u00010\u00042\b\b\u0002\u0010\u0003\u001a\u00020\u0002H§@¢\u0006\u0004\b\u0005\u0010\u0006J\u0018\u0010\t\u001a\u00020\b2\u0006\u0010\u0007\u001a\u00020\u0004H§@¢\u0006\u0004\b\t\u0010\nJ\u001a\u0010\u000b\u001a\u00020\b2\b\b\u0002\u0010\u0003\u001a\u00020\u0002H§@¢\u0006\u0004\b\u000b\u0010\u0006J6\u0010\u0010\u001a\u00020\b2\u0006\u0010\f\u001a\u00020\u00022\b\u0010\r\u001a\u0004\u0018\u00010\u00022\b\u0010\u000f\u001a\u0004\u0018\u00010\u000e2\b\b\u0002\u0010\u0003\u001a\u00020\u0002H§@¢\u0006\u0004\b\u0010\u0010\u0011J\u001a\u0010\u0012\u001a\u00020\b2\b\b\u0002\u0010\u0003\u001a\u00020\u0002H§@¢\u0006\u0004\b\u0012\u0010\u0006J\u001a\u0010\u0013\u001a\u00020\b2\b\b\u0002\u0010\u0003\u001a\u00020\u0002H§@¢\u0006\u0004\b\u0013\u0010\u0006J\u001a\u0010\u0014\u001a\u00020\b2\b\b\u0002\u0010\u0003\u001a\u00020\u0002H§@¢\u0006\u0004\b\u0014\u0010\u0006J8\u0010\u0019\u001a\u00020\b2\b\u0010\u0015\u001a\u0004\u0018\u00010\u000e2\b\u0010\u0017\u001a\u0004\u0018\u00010\u00162\b\u0010\u0018\u001a\u0004\u0018\u00010\u00022\b\b\u0002\u0010\u0003\u001a\u00020\u0002H§@¢\u0006\u0004\b\u0019\u0010\u001a¨\u0006\u001b"}, d2 = {"Lcom/strmr/ps/data/local/dao/RealDebridAccountDao;", "", "", "providerId", "Lcom/strmr/ps/data/local/entity/RealDebridAccount;", "getAccount", "(Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;", "account", "Le6a;", "upsert", "(Lcom/strmr/ps/data/local/entity/RealDebridAccount;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;", "deleteAccount", "accessToken", "refreshToken", "", "tokenExpiresAt", "updateTokens", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;", "markAuthInvalid", "markAuthValid", "expireToken", "expiresAt", "", "premiumDaysRemaining", "accountType", "updatePremiumStatus", "(Ljava/lang/Long;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public interface RealDebridAccountDao {

    @Metadata(k = 3, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
    public static final class DefaultImpls {
        public static /* synthetic */ Object deleteAccount$default(RealDebridAccountDao realDebridAccountDao, String str, Continuation continuation, int i, Object obj) {
            if (obj != null) {
                throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: deleteAccount");
            }
            if ((i & 1) != 0) {
                str = "realdebrid";
            }
            return realDebridAccountDao.deleteAccount(str, continuation);
        }

        public static /* synthetic */ Object expireToken$default(RealDebridAccountDao realDebridAccountDao, String str, Continuation continuation, int i, Object obj) {
            if (obj != null) {
                throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: expireToken");
            }
            if ((i & 1) != 0) {
                str = "realdebrid";
            }
            return realDebridAccountDao.expireToken(str, continuation);
        }

        public static /* synthetic */ Object getAccount$default(RealDebridAccountDao realDebridAccountDao, String str, Continuation continuation, int i, Object obj) {
            if (obj != null) {
                throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: getAccount");
            }
            if ((i & 1) != 0) {
                str = "realdebrid";
            }
            return realDebridAccountDao.getAccount(str, continuation);
        }

        public static /* synthetic */ Object markAuthInvalid$default(RealDebridAccountDao realDebridAccountDao, String str, Continuation continuation, int i, Object obj) {
            if (obj != null) {
                throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: markAuthInvalid");
            }
            if ((i & 1) != 0) {
                str = "realdebrid";
            }
            return realDebridAccountDao.markAuthInvalid(str, continuation);
        }

        public static /* synthetic */ Object markAuthValid$default(RealDebridAccountDao realDebridAccountDao, String str, Continuation continuation, int i, Object obj) {
            if (obj != null) {
                throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: markAuthValid");
            }
            if ((i & 1) != 0) {
                str = "realdebrid";
            }
            return realDebridAccountDao.markAuthValid(str, continuation);
        }

        public static /* synthetic */ Object updatePremiumStatus$default(RealDebridAccountDao realDebridAccountDao, Long l, Integer num, String str, String str2, Continuation continuation, int i, Object obj) {
            if (obj != null) {
                throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: updatePremiumStatus");
            }
            if ((i & 8) != 0) {
                str2 = "realdebrid";
            }
            return realDebridAccountDao.updatePremiumStatus(l, num, str, str2, continuation);
        }

        public static /* synthetic */ Object updateTokens$default(RealDebridAccountDao realDebridAccountDao, String str, String str2, Long l, String str3, Continuation continuation, int i, Object obj) {
            if (obj != null) {
                throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: updateTokens");
            }
            if ((i & 8) != 0) {
                str3 = "realdebrid";
            }
            return realDebridAccountDao.updateTokens(str, str2, l, str3, continuation);
        }
    }

    @pq6
    @rm7
    Object deleteAccount(@kp6 String str, @kp6 Continuation<? super e6a> continuation);

    @pq6
    @rm7
    Object expireToken(@kp6 String str, @kp6 Continuation<? super e6a> continuation);

    @pq6
    @rm7
    Object getAccount(@kp6 String str, @kp6 Continuation<? super RealDebridAccount> continuation);

    @pq6
    @rm7
    Object markAuthInvalid(@kp6 String str, @kp6 Continuation<? super e6a> continuation);

    @pq6
    @rm7
    Object markAuthValid(@kp6 String str, @kp6 Continuation<? super e6a> continuation);

    @pq6
    @rm7
    Object updatePremiumStatus(@pq6 Long l, @pq6 Integer num, @pq6 String str, @kp6 String str2, @kp6 Continuation<? super e6a> continuation);

    @pq6
    @rm7
    Object updateTokens(@kp6 String str, @pq6 String str2, @pq6 Long l, @kp6 String str3, @kp6 Continuation<? super e6a> continuation);

    @in4
    @pq6
    Object upsert(@kp6 RealDebridAccount realDebridAccount, @kp6 Continuation<? super e6a> continuation);
}
