capacitor-adapty
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -675,15 +675,15 @@ export declare enum VendorStore { | ||
export interface SKPayment { | ||
product_identifier: string; | ||
productIdentifier: string; | ||
quantity: number; | ||
request_data: string; | ||
application_username?: string; | ||
simulates_ask_to_buy_in_sandbox: boolean; | ||
requestData: string; | ||
applicationUsername?: string; | ||
simulatesAskToBuyInSandbox: boolean; | ||
} | ||
export interface SKTransaction { | ||
error_description: string; | ||
original?: SKTransaction; | ||
errorDescription: string; | ||
original?: Omit<SKTransaction, 'original'>; | ||
payment: SKPayment; | ||
transaction_date: string; | ||
transaction_identifier: string; | ||
transaction_state: SKPaymentTransactionState; | ||
transactionDate: string; | ||
transactionIdentifier: string; | ||
transactionState: SKPaymentTransactionState; | ||
} |
{ | ||
"name": "capacitor-adapty", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Adapty plugin for capacitor", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
141010