@virex-tech/paywallo-sdk 2.5.2 → 2.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -1532,7 +1532,7 @@ declare class IAPService {
1532
1532
  private finishTransaction;
1533
1533
  startTransactionListener(): void;
1534
1534
  stopTransactionListener(): void;
1535
- emitTransactionUpdate(_update: NativeTransactionUpdate): Promise<void>;
1535
+ emitTransactionUpdate(update: NativeTransactionUpdate): Promise<void>;
1536
1536
  purchase(productId: string, options?: ValidateOptions): Promise<PurchaseResult>;
1537
1537
  restore(): Promise<Purchase[]>;
1538
1538
  reset(): void;
package/dist/index.d.ts CHANGED
@@ -1532,7 +1532,7 @@ declare class IAPService {
1532
1532
  private finishTransaction;
1533
1533
  startTransactionListener(): void;
1534
1534
  stopTransactionListener(): void;
1535
- emitTransactionUpdate(_update: NativeTransactionUpdate): Promise<void>;
1535
+ emitTransactionUpdate(update: NativeTransactionUpdate): Promise<void>;
1536
1536
  purchase(productId: string, options?: ValidateOptions): Promise<PurchaseResult>;
1537
1537
  restore(): Promise<Purchase[]>;
1538
1538
  reset(): void;