@portkey/provider-types
Advanced tools
Comparing version 2.4.0-alpha.2 to 2.4.0-alpha.3
@@ -52,6 +52,2 @@ export interface IRequestParams<T = any> { | ||
readonly SET_WALLET_CONFIG_OPTIONS: "setWalletConfigOptions"; | ||
/** | ||
* @remark only use iframe provider | ||
*/ | ||
readonly WALLET_DISCONNECT: "disconnect"; | ||
}; | ||
@@ -68,2 +64,6 @@ export type MethodsBaseType = (typeof MethodsBase)[keyof typeof MethodsBase]; | ||
readonly GET_WALLET_MANAGER_SYNC_STATUS: "wallet_getManagerSyncStatus"; | ||
/** | ||
* @remark only use iframe provider | ||
*/ | ||
readonly WALLET_DISCONNECT: "wallet_disconnect"; | ||
}; | ||
@@ -70,0 +70,0 @@ export type MethodsWalletType = (typeof MethodsWallet)[keyof typeof MethodsWallet]; |
@@ -38,6 +38,2 @@ "use strict"; | ||
SET_WALLET_CONFIG_OPTIONS: 'setWalletConfigOptions', | ||
/** | ||
* @remark only use iframe provider | ||
*/ | ||
WALLET_DISCONNECT: 'disconnect', | ||
}; | ||
@@ -53,3 +49,7 @@ exports.MethodsWallet = { | ||
GET_WALLET_MANAGER_SYNC_STATUS: 'wallet_getManagerSyncStatus', | ||
/** | ||
* @remark only use iframe provider | ||
*/ | ||
WALLET_DISCONNECT: 'wallet_disconnect', | ||
}; | ||
//# sourceMappingURL=request.js.map |
@@ -52,6 +52,2 @@ export interface IRequestParams<T = any> { | ||
readonly SET_WALLET_CONFIG_OPTIONS: "setWalletConfigOptions"; | ||
/** | ||
* @remark only use iframe provider | ||
*/ | ||
readonly WALLET_DISCONNECT: "disconnect"; | ||
}; | ||
@@ -68,2 +64,6 @@ export type MethodsBaseType = (typeof MethodsBase)[keyof typeof MethodsBase]; | ||
readonly GET_WALLET_MANAGER_SYNC_STATUS: "wallet_getManagerSyncStatus"; | ||
/** | ||
* @remark only use iframe provider | ||
*/ | ||
readonly WALLET_DISCONNECT: "wallet_disconnect"; | ||
}; | ||
@@ -70,0 +70,0 @@ export type MethodsWalletType = (typeof MethodsWallet)[keyof typeof MethodsWallet]; |
@@ -35,6 +35,2 @@ export var ResponseCode; | ||
SET_WALLET_CONFIG_OPTIONS: 'setWalletConfigOptions', | ||
/** | ||
* @remark only use iframe provider | ||
*/ | ||
WALLET_DISCONNECT: 'disconnect', | ||
}; | ||
@@ -50,3 +46,7 @@ export const MethodsWallet = { | ||
GET_WALLET_MANAGER_SYNC_STATUS: 'wallet_getManagerSyncStatus', | ||
/** | ||
* @remark only use iframe provider | ||
*/ | ||
WALLET_DISCONNECT: 'wallet_disconnect', | ||
}; | ||
//# sourceMappingURL=request.js.map |
@@ -52,6 +52,2 @@ export interface IRequestParams<T = any> { | ||
readonly SET_WALLET_CONFIG_OPTIONS: "setWalletConfigOptions"; | ||
/** | ||
* @remark only use iframe provider | ||
*/ | ||
readonly WALLET_DISCONNECT: "disconnect"; | ||
}; | ||
@@ -68,2 +64,6 @@ export type MethodsBaseType = (typeof MethodsBase)[keyof typeof MethodsBase]; | ||
readonly GET_WALLET_MANAGER_SYNC_STATUS: "wallet_getManagerSyncStatus"; | ||
/** | ||
* @remark only use iframe provider | ||
*/ | ||
readonly WALLET_DISCONNECT: "wallet_disconnect"; | ||
}; | ||
@@ -70,0 +70,0 @@ export type MethodsWalletType = (typeof MethodsWallet)[keyof typeof MethodsWallet]; |
{ | ||
"name": "@portkey/provider-types", | ||
"version": "2.4.0-alpha.2", | ||
"version": "2.4.0-alpha.3", | ||
"description": "", | ||
@@ -46,3 +46,3 @@ "main": "./dist/commonjs/index.js", | ||
}, | ||
"gitHead": "cc18f1a8ac871ac66e5256ad81b660390cefd74a" | ||
"gitHead": "feec7769d6f373f98c9406c22ed5d2d57e79807a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
107122