Fehler webhook discod

This commit is contained in:
2026-07-02 23:28:30 +02:00
parent 3505bc149d
commit 41327f9557
21 changed files with 15637 additions and 47071 deletions

View File

@@ -37,13 +37,13 @@ export interface BillingSummary {
availableProducts: PurchaseProductId[];
}
export interface RevenueCatEntitlementInfo {
productIdentifier?: string;
expirationDate?: string | null;
expiresDate?: string | null;
periodType?: string | null;
period_type?: string | null;
}
export interface RevenueCatEntitlementInfo {
productIdentifier?: string;
expirationDate?: string | null;
expiresDate?: string | null;
periodType?: string | null;
period_type?: string | null;
}
export interface RevenueCatNonSubscriptionTransaction {
productIdentifier?: string;
@@ -59,6 +59,7 @@ export interface RevenueCatCustomerInfo {
active: Record<string, RevenueCatEntitlementInfo>;
};
nonSubscriptions?: Record<string, RevenueCatNonSubscriptionTransaction[]>;
nonSubscriptionTransactions?: RevenueCatNonSubscriptionTransaction[];
allPurchasedProductIdentifiers?: string[];
latestExpirationDate?: string | null;
}