ts-qiwi-api
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "ts-qiwi-api", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": "Ivan Surkov <panarama360@gmail.com>", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
export enum TxnType { | ||
Кeplenishment = 0, | ||
Replenishment = 0, | ||
Payments = 1, | ||
All = 2 | ||
} |
@@ -8,2 +8,3 @@ export * from "./QiwiApi"; | ||
export * from "./enum/Recipients"; | ||
export * from "./enum/IdentificationType"; | ||
export * from "./enum/IdentificationType"; | ||
export * from "./enum/TxnType"; |
@@ -15,3 +15,2 @@ import * as request from "request-promise"; | ||
import {PhonePaymentResponce} from "./responces/PhonePaymentResponce"; | ||
import {Bank} from "./enum/Bank"; | ||
import {SetHookResponce} from "./responces/SetHookResponce"; | ||
@@ -18,0 +17,0 @@ import {WebHookPayload} from "./web-hook/WebHookPayload"; |
Sorry, the diff of this file is not supported yet
46748
31
648