@arkadiuminc/sdk
Advanced tools
Comparing version 2.22.0 to 2.22.1
@@ -14,4 +14,4 @@ import { RpcProvider } from '../../core/rpc'; | ||
export declare type PurchaseRequest = { | ||
type: string; | ||
currencySku: string; | ||
type?: string; | ||
currencySku?: string; | ||
}; | ||
@@ -63,3 +63,3 @@ declare class WebEnvironmentDetails { | ||
getDetails(): Promise<WebEnvironmentDetails>; | ||
openPurchaseForm(r: PurchaseRequest): Promise<void>; | ||
openPurchaseForm(r?: PurchaseRequest): Promise<void>; | ||
onPurchaseFormStateChange(observer: any): () => void; | ||
@@ -66,0 +66,0 @@ private purchaseFormClosed; |
{ | ||
"name": "@arkadiuminc/sdk", | ||
"version": "2.22.0", | ||
"version": "2.22.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
49939