capacitor-jok-helper
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -133,3 +133,3 @@ declare module "@capacitor/core" { | ||
} | ||
declare enum TransactionState { | ||
export declare enum TransactionState { | ||
Purchasing = 0, | ||
@@ -141,3 +141,3 @@ Purchased = 1, | ||
} | ||
declare enum TransactionErrorCode { | ||
export declare enum TransactionErrorCode { | ||
unknown = 0, | ||
@@ -159,2 +159,1 @@ clientInvalid = 1, | ||
} | ||
export {}; |
@@ -24,3 +24,3 @@ export var PushNotificationStateUserStatus; | ||
})(JokPluginEvents || (JokPluginEvents = {})); | ||
var TransactionState; | ||
export var TransactionState; | ||
(function (TransactionState) { | ||
@@ -38,3 +38,3 @@ // Transaction is being added to the server queue. | ||
})(TransactionState || (TransactionState = {})); | ||
var TransactionErrorCode; | ||
export var TransactionErrorCode; | ||
(function (TransactionErrorCode) { | ||
@@ -41,0 +41,0 @@ TransactionErrorCode[TransactionErrorCode["unknown"] = 0] = "unknown"; |
{ | ||
"name": "capacitor-jok-helper", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "Helper functions for jok projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/esm/index.js", |
Sorry, the diff of this file is not supported yet
150491
430