@basetime/a2w-api-ts
Advanced tools
Comparing version 0.1.24 to 0.1.25
@@ -36,6 +36,3 @@ import { ApiKey } from './ApiKey'; | ||
*/ | ||
finishScannerExchange: (code: string) => Promise<{ | ||
key: string; | ||
secret: string; | ||
}>; | ||
finishScannerExchange: (code: string) => Promise<ApiKey>; | ||
/** | ||
@@ -42,0 +39,0 @@ * Returns the API keys for the authenticated organization. |
{ | ||
"name": "@basetime/a2w-api-ts", | ||
"version": "0.1.24", | ||
"version": "0.1.25", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Client library that communicates with the addtowallet API.", |
Sorry, the diff of this file is not supported yet
115577
3167