Comparing version 4.0.2 to 4.0.3
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const USER_AGENT = "qiwi-sdk/4.0.2 (+https://npmjs.com/package/qiwi-sdk)"; | ||
const USER_AGENT = "qiwi-sdk/4.0.3 (+https://npmjs.com/package/qiwi-sdk)"; | ||
exports.USER_AGENT = USER_AGENT; |
@@ -94,3 +94,4 @@ "use strict"; | ||
var _a; | ||
const body = | ||
const { headers, status: statusCode } = axiosResponse; | ||
const data = | ||
axiosResponse.data instanceof ArrayBuffer || | ||
@@ -100,12 +101,13 @@ axiosResponse.data instanceof Uint8Array | ||
: new Uint8Array(); | ||
return { | ||
headers: axiosResponse.headers, | ||
statusCode: axiosResponse.status, | ||
body: ((_a = request.parseResponse) !== null && _a !== void 0 ? _a : pass._)( | ||
body | ||
), | ||
request | ||
}; | ||
let body; | ||
try { | ||
body = ((_a = request.parseResponse) !== null && _a !== void 0 ? _a : pass._)( | ||
data | ||
); | ||
} catch (_b) { | ||
body = data; | ||
} | ||
return { headers, statusCode, body, request }; | ||
} | ||
} | ||
exports.AxiosHttpClient = AxiosHttpClient; |
@@ -406,3 +406,3 @@ /** | ||
} | ||
}const USER_AGENT = "qiwi-sdk/4.0.2 (+https://npmjs.com/package/qiwi-sdk)" ; | ||
}const USER_AGENT = "qiwi-sdk/4.0.3 (+https://npmjs.com/package/qiwi-sdk)" ; | ||
/** | ||
@@ -409,0 +409,0 @@ * |
@@ -62,3 +62,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/shared](../modules/apis_shared.md) / HttpError | ||
[apis/shared/http.types.ts:46](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L46) | ||
[apis/shared/http.types.ts:46](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L46) | ||
@@ -65,0 +65,0 @@ ## Properties |
@@ -47,3 +47,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/shared](../modules/apis_shared.md) / SimpleJsonHttp | ||
[apis/shared/http.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L17) | ||
[apis/shared/http.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L17) | ||
@@ -83,3 +83,3 @@ ## Properties | ||
[apis/shared/http.ts:84](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L84) | ||
[apis/shared/http.ts:84](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L84) | ||
@@ -112,3 +112,3 @@ ___ | ||
[apis/shared/http.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L32) | ||
[apis/shared/http.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L32) | ||
@@ -142,3 +142,3 @@ ___ | ||
[apis/shared/http.ts:71](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L71) | ||
[apis/shared/http.ts:71](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L71) | ||
@@ -172,3 +172,3 @@ ___ | ||
[apis/shared/http.ts:45](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L45) | ||
[apis/shared/http.ts:45](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L45) | ||
@@ -202,3 +202,3 @@ ___ | ||
[apis/shared/http.ts:58](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L58) | ||
[apis/shared/http.ts:58](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L58) | ||
@@ -233,3 +233,3 @@ ___ | ||
[apis/shared/http.ts:108](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L108) | ||
[apis/shared/http.ts:108](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L108) | ||
@@ -266,2 +266,2 @@ ___ | ||
[apis/shared/http.ts:97](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L97) | ||
[apis/shared/http.ts:97](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L97) |
@@ -70,3 +70,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / ApiClass | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -89,3 +89,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -106,3 +106,3 @@ ## Accessors | ||
[apis/api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L23) | ||
[apis/api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L23) | ||
@@ -125,3 +125,3 @@ • `set` **agent**(`agent`): `void` | ||
[apis/api.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L32) | ||
[apis/api.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L32) | ||
@@ -148,2 +148,2 @@ ___ | ||
[apis/options-wrapper.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L44) | ||
[apis/options-wrapper.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L44) |
@@ -69,3 +69,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / ApiSubclass | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -88,3 +88,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -107,2 +107,2 @@ ## Accessors | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L55) | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L55) |
@@ -53,3 +53,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / DetectorApi | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -72,3 +72,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -95,2 +95,2 @@ ## Accessors | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L55) | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L55) |
@@ -57,3 +57,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / DetectorDetectApi | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -76,3 +76,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -99,3 +99,3 @@ ## Accessors | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L55) | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L55) | ||
@@ -124,3 +124,3 @@ ## Methods | ||
[apis/detector/detect.api.ts:21](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/detector/detect.api.ts#L21) | ||
[apis/detector/detect.api.ts:21](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/detector/detect.api.ts#L21) | ||
@@ -151,3 +151,3 @@ ___ | ||
[apis/detector/detect.api.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/detector/detect.api.ts#L52) | ||
[apis/detector/detect.api.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/detector/detect.api.ts#L52) | ||
@@ -175,2 +175,2 @@ ___ | ||
[apis/detector/detect.api.ts:35](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/detector/detect.api.ts#L35) | ||
[apis/detector/detect.api.ts:35](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/detector/detect.api.ts#L35) |
@@ -49,3 +49,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / ErrorWithCause | ||
[apis/error.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L14) | ||
[apis/error.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L14) | ||
@@ -52,0 +52,0 @@ ## Properties |
@@ -74,3 +74,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / ExtendedError | ||
[apis/error.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L14) | ||
[apis/error.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L14) | ||
@@ -109,3 +109,3 @@ ## Properties | ||
[apis/error.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L29) | ||
[apis/error.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L29) | ||
@@ -128,3 +128,3 @@ ## Accessors | ||
[apis/error.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L52) | ||
[apis/error.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L52) | ||
@@ -147,2 +147,2 @@ ## Methods | ||
[apis/error.ts:37](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L37) | ||
[apis/error.ts:37](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L37) |
@@ -57,3 +57,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / OptionsWrapper | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -72,2 +72,2 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) |
@@ -65,3 +65,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / OptionsWrapperWithGetter | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -84,3 +84,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -103,2 +103,2 @@ ## Accessors | ||
[apis/options-wrapper.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L44) | ||
[apis/options-wrapper.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L44) |
@@ -55,3 +55,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / P2pApi | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -74,3 +74,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -97,3 +97,3 @@ ## Accessors | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L55) | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L55) | ||
@@ -116,3 +116,3 @@ ___ | ||
[apis/p2p/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/api.ts#L17) | ||
[apis/p2p/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/api.ts#L17) | ||
@@ -135,2 +135,2 @@ ___ | ||
[apis/p2p/api.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/api.ts#L28) | ||
[apis/p2p/api.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/api.ts#L28) |
@@ -70,3 +70,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / P2pBillsApi | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -89,3 +89,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -112,3 +112,3 @@ ## Accessors | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L55) | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L55) | ||
@@ -135,3 +135,3 @@ ___ | ||
[apis/p2p/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/api.ts#L17) | ||
[apis/p2p/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/api.ts#L17) | ||
@@ -158,3 +158,3 @@ ___ | ||
[apis/p2p/api.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/api.ts#L28) | ||
[apis/p2p/api.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/api.ts#L28) | ||
@@ -181,3 +181,3 @@ ## Methods | ||
[apis/p2p/bills.api.ts:73](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/bills.api.ts#L73) | ||
[apis/p2p/bills.api.ts:73](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/bills.api.ts#L73) | ||
@@ -206,3 +206,3 @@ ___ | ||
[apis/p2p/bills.api.ts:58](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/bills.api.ts#L58) | ||
[apis/p2p/bills.api.ts:58](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/bills.api.ts#L58) | ||
@@ -233,3 +233,3 @@ ___ | ||
[apis/p2p/bills.api.ts:177](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/bills.api.ts#L177) | ||
[apis/p2p/bills.api.ts:177](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/bills.api.ts#L177) | ||
@@ -273,3 +273,3 @@ ___ | ||
[apis/p2p/bills.api.ts:101](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/bills.api.ts#L101) | ||
[apis/p2p/bills.api.ts:101](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/bills.api.ts#L101) | ||
@@ -298,3 +298,3 @@ ___ | ||
[apis/p2p/bills.api.ts:200](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/bills.api.ts#L200) | ||
[apis/p2p/bills.api.ts:200](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/bills.api.ts#L200) | ||
@@ -313,3 +313,3 @@ ___ | ||
[apis/p2p/bills.api.ts:79](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/bills.api.ts#L79) | ||
[apis/p2p/bills.api.ts:79](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/bills.api.ts#L79) | ||
@@ -341,3 +341,3 @@ ___ | ||
[apis/p2p/bills.api.ts:258](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/bills.api.ts#L258) | ||
[apis/p2p/bills.api.ts:258](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/bills.api.ts#L258) | ||
@@ -369,3 +369,3 @@ ___ | ||
[apis/p2p/bills.api.ts:152](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/bills.api.ts#L152) | ||
[apis/p2p/bills.api.ts:152](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/bills.api.ts#L152) | ||
@@ -397,3 +397,3 @@ ___ | ||
[apis/p2p/bills.api.ts:236](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/bills.api.ts#L236) | ||
[apis/p2p/bills.api.ts:236](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/bills.api.ts#L236) | ||
@@ -424,3 +424,3 @@ ___ | ||
[apis/p2p/bills.api.ts:164](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/bills.api.ts#L164) | ||
[apis/p2p/bills.api.ts:164](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/bills.api.ts#L164) | ||
@@ -450,2 +450,2 @@ ___ | ||
[apis/p2p/bills.api.ts:38](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/bills.api.ts#L38) | ||
[apis/p2p/bills.api.ts:38](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/bills.api.ts#L38) |
@@ -78,3 +78,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / WalletApi | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -97,3 +97,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -120,3 +120,3 @@ ## Accessors | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L55) | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L55) | ||
@@ -139,2 +139,2 @@ ___ | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/api.ts#L17) | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/api.ts#L17) |
@@ -66,3 +66,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / WalletBillsApi | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -85,3 +85,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -108,3 +108,3 @@ ## Accessors | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L55) | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L55) | ||
@@ -131,3 +131,3 @@ ___ | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/api.ts#L17) | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/api.ts#L17) | ||
@@ -168,3 +168,3 @@ ## Methods | ||
[apis/wallet/bills.api.ts:43](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/bills.api.ts#L43) | ||
[apis/wallet/bills.api.ts:43](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/bills.api.ts#L43) | ||
@@ -202,3 +202,3 @@ ___ | ||
[apis/wallet/bills.api.ts:72](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/bills.api.ts#L72) | ||
[apis/wallet/bills.api.ts:72](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/bills.api.ts#L72) | ||
@@ -227,3 +227,3 @@ ___ | ||
[apis/wallet/bills.api.ts:80](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/bills.api.ts#L80) | ||
[apis/wallet/bills.api.ts:80](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/bills.api.ts#L80) | ||
@@ -249,3 +249,3 @@ ▸ **pay**(`id`, `currency`): `Promise`<[`BillPayResponse`](../modules/index.QIWI.md#billpayresponse)\> | ||
[apis/wallet/bills.api.ts:81](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/bills.api.ts#L81) | ||
[apis/wallet/bills.api.ts:81](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/bills.api.ts#L81) | ||
@@ -279,2 +279,2 @@ ___ | ||
[apis/wallet/bills.api.ts:113](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/bills.api.ts#L113) | ||
[apis/wallet/bills.api.ts:113](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/bills.api.ts#L113) |
@@ -63,3 +63,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / WalletCardsApi | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -82,3 +82,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -105,3 +105,3 @@ ## Accessors | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L55) | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L55) | ||
@@ -128,3 +128,3 @@ ___ | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/api.ts#L17) | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/api.ts#L17) | ||
@@ -157,3 +157,3 @@ ## Methods | ||
[apis/wallet/cards.api.ts:48](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/cards.api.ts#L48) | ||
[apis/wallet/cards.api.ts:48](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/cards.api.ts#L48) | ||
@@ -188,3 +188,3 @@ ___ | ||
[apis/wallet/cards.api.ts:31](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/cards.api.ts#L31) | ||
[apis/wallet/cards.api.ts:31](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/cards.api.ts#L31) | ||
@@ -219,3 +219,3 @@ ___ | ||
[apis/wallet/cards.api.ts:82](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/cards.api.ts#L82) | ||
[apis/wallet/cards.api.ts:82](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/cards.api.ts#L82) | ||
@@ -251,3 +251,3 @@ ___ | ||
[apis/wallet/cards.api.ts:100](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/cards.api.ts#L100) | ||
[apis/wallet/cards.api.ts:100](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/cards.api.ts#L100) | ||
@@ -282,2 +282,2 @@ ___ | ||
[apis/wallet/cards.api.ts:65](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/cards.api.ts#L65) | ||
[apis/wallet/cards.api.ts:65](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/cards.api.ts#L65) |
@@ -62,3 +62,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / WalletFundingSourcesApi | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -81,3 +81,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -104,3 +104,3 @@ ## Accessors | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L55) | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L55) | ||
@@ -127,3 +127,3 @@ ___ | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/api.ts#L17) | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/api.ts#L17) | ||
@@ -159,3 +159,3 @@ ## Methods | ||
[apis/wallet/funding-sources.api.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/funding-sources.api.ts#L44) | ||
[apis/wallet/funding-sources.api.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/funding-sources.api.ts#L44) | ||
@@ -185,3 +185,3 @@ ___ | ||
[apis/wallet/funding-sources.api.ts:64](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/funding-sources.api.ts#L64) | ||
[apis/wallet/funding-sources.api.ts:64](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/funding-sources.api.ts#L64) | ||
@@ -210,3 +210,3 @@ ___ | ||
[apis/wallet/funding-sources.api.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/funding-sources.api.ts#L24) | ||
[apis/wallet/funding-sources.api.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/funding-sources.api.ts#L24) | ||
@@ -243,2 +243,2 @@ ___ | ||
[apis/wallet/funding-sources.api.ts:83](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/funding-sources.api.ts#L83) | ||
[apis/wallet/funding-sources.api.ts:83](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/funding-sources.api.ts#L83) |
@@ -60,3 +60,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / WalletIdentificationApi | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -79,3 +79,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -102,3 +102,3 @@ ## Accessors | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L55) | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L55) | ||
@@ -125,3 +125,3 @@ ___ | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/api.ts#L17) | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/api.ts#L17) | ||
@@ -151,3 +151,3 @@ ## Methods | ||
[apis/wallet/identification.api.ts:47](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/identification.api.ts#L47) | ||
[apis/wallet/identification.api.ts:47](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/identification.api.ts#L47) | ||
@@ -183,2 +183,2 @@ ___ | ||
[apis/wallet/identification.api.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/identification.api.ts#L26) | ||
[apis/wallet/identification.api.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/identification.api.ts#L26) |
@@ -59,3 +59,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / WalletLimitsApi | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -78,3 +78,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -101,3 +101,3 @@ ## Accessors | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L55) | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L55) | ||
@@ -124,3 +124,3 @@ ___ | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/api.ts#L17) | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/api.ts#L17) | ||
@@ -163,2 +163,2 @@ ## Methods | ||
[apis/wallet/limits.api.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/limits.api.ts#L28) | ||
[apis/wallet/limits.api.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/limits.api.ts#L28) |
@@ -59,3 +59,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / WalletNicknameApi | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -78,3 +78,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -101,3 +101,3 @@ ## Accessors | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L55) | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L55) | ||
@@ -124,3 +124,3 @@ ___ | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/api.ts#L17) | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/api.ts#L17) | ||
@@ -147,2 +147,2 @@ ## Methods | ||
[apis/wallet/nickname.api.ts:22](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/nickname.api.ts#L22) | ||
[apis/wallet/nickname.api.ts:22](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/nickname.api.ts#L22) |
@@ -64,3 +64,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / WalletOauthApi | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -75,3 +75,3 @@ ## Properties | ||
[apis/wallet/oauth.api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/oauth.api.ts#L23) | ||
[apis/wallet/oauth.api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/oauth.api.ts#L23) | ||
@@ -94,3 +94,3 @@ ___ | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -105,3 +105,3 @@ ___ | ||
[apis/wallet/oauth.api.ts:19](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/oauth.api.ts#L19) | ||
[apis/wallet/oauth.api.ts:19](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/oauth.api.ts#L19) | ||
@@ -116,3 +116,3 @@ ___ | ||
[apis/wallet/oauth.api.ts:20](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/oauth.api.ts#L20) | ||
[apis/wallet/oauth.api.ts:20](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/oauth.api.ts#L20) | ||
@@ -127,3 +127,3 @@ ___ | ||
[apis/wallet/oauth.api.ts:21](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/oauth.api.ts#L21) | ||
[apis/wallet/oauth.api.ts:21](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/oauth.api.ts#L21) | ||
@@ -150,3 +150,3 @@ ## Accessors | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L55) | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L55) | ||
@@ -173,3 +173,3 @@ ___ | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/api.ts#L17) | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/api.ts#L17) | ||
@@ -190,3 +190,3 @@ ## Methods | ||
[apis/wallet/oauth.api.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/oauth.api.ts#L32) | ||
[apis/wallet/oauth.api.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/oauth.api.ts#L32) | ||
@@ -215,2 +215,2 @@ ___ | ||
[apis/wallet/oauth.api.ts:57](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/oauth.api.ts#L57) | ||
[apis/wallet/oauth.api.ts:57](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/oauth.api.ts#L57) |
@@ -63,3 +63,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / WalletPaymentHistoryApi | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -82,3 +82,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -105,3 +105,3 @@ ## Accessors | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L55) | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L55) | ||
@@ -128,3 +128,3 @@ ___ | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/api.ts#L17) | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/api.ts#L17) | ||
@@ -161,3 +161,3 @@ ## Methods | ||
[apis/wallet/payment-history.api.ts:36](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/payment-history.api.ts#L36) | ||
[apis/wallet/payment-history.api.ts:36](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/payment-history.api.ts#L36) | ||
@@ -193,3 +193,3 @@ ___ | ||
[apis/wallet/payment-history.api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/payment-history.api.ts#L55) | ||
[apis/wallet/payment-history.api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/payment-history.api.ts#L55) | ||
@@ -224,3 +224,3 @@ ___ | ||
[apis/wallet/payment-history.api.ts:73](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/payment-history.api.ts#L73) | ||
[apis/wallet/payment-history.api.ts:73](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/payment-history.api.ts#L73) | ||
@@ -253,3 +253,3 @@ ___ | ||
[apis/wallet/payment-history.api.ts:91](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/payment-history.api.ts#L91) | ||
[apis/wallet/payment-history.api.ts:91](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/payment-history.api.ts#L91) | ||
@@ -282,2 +282,2 @@ ___ | ||
[apis/wallet/payment-history.api.ts:115](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/payment-history.api.ts#L115) | ||
[apis/wallet/payment-history.api.ts:115](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/payment-history.api.ts#L115) |
@@ -65,3 +65,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / WalletPaymentsApi | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -84,3 +84,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -107,3 +107,3 @@ ## Accessors | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L55) | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L55) | ||
@@ -130,3 +130,3 @@ ___ | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/api.ts#L17) | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/api.ts#L17) | ||
@@ -158,3 +158,3 @@ ## Methods | ||
[apis/wallet/payments.api.ts:207](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/payments.api.ts#L207) | ||
[apis/wallet/payments.api.ts:207](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/payments.api.ts#L207) | ||
@@ -186,3 +186,3 @@ ___ | ||
[apis/wallet/payments.api.ts:105](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/payments.api.ts#L105) | ||
[apis/wallet/payments.api.ts:105](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/payments.api.ts#L105) | ||
@@ -221,3 +221,3 @@ ___ | ||
[apis/wallet/payments.api.ts:39](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/payments.api.ts#L39) | ||
[apis/wallet/payments.api.ts:39](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/payments.api.ts#L39) | ||
@@ -242,3 +242,3 @@ ___ | ||
[apis/wallet/payments.api.ts:246](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/payments.api.ts#L246) | ||
[apis/wallet/payments.api.ts:246](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/payments.api.ts#L246) | ||
@@ -269,3 +269,3 @@ ___ | ||
[apis/wallet/payments.api.ts:127](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/payments.api.ts#L127) | ||
[apis/wallet/payments.api.ts:127](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/payments.api.ts#L127) | ||
@@ -301,3 +301,3 @@ ___ | ||
[apis/wallet/payments.api.ts:165](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/payments.api.ts#L165) | ||
[apis/wallet/payments.api.ts:165](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/payments.api.ts#L165) | ||
@@ -331,2 +331,2 @@ ___ | ||
[apis/wallet/payments.api.ts:74](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/payments.api.ts#L74) | ||
[apis/wallet/payments.api.ts:74](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/payments.api.ts#L74) |
@@ -59,3 +59,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / WalletPersonProfileApi | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -78,3 +78,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -101,3 +101,3 @@ ## Accessors | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L55) | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L55) | ||
@@ -124,3 +124,3 @@ ___ | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/api.ts#L17) | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/api.ts#L17) | ||
@@ -148,2 +148,2 @@ ## Methods | ||
[apis/wallet/person-profile.api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/person-profile.api.ts#L23) | ||
[apis/wallet/person-profile.api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/person-profile.api.ts#L23) |
@@ -59,3 +59,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / WalletProvidersApi | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -78,3 +78,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -101,3 +101,3 @@ ## Accessors | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L55) | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L55) | ||
@@ -124,3 +124,3 @@ ___ | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/api.ts#L17) | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/api.ts#L17) | ||
@@ -154,2 +154,2 @@ ## Methods | ||
[apis/wallet/providers.api.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/providers.api.ts#L24) | ||
[apis/wallet/providers.api.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/providers.api.ts#L24) |
@@ -59,3 +59,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / WalletRestrictionsApi | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -78,3 +78,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -101,3 +101,3 @@ ## Accessors | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L55) | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L55) | ||
@@ -124,3 +124,3 @@ ___ | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/api.ts#L17) | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/api.ts#L17) | ||
@@ -150,2 +150,2 @@ ## Methods | ||
[apis/wallet/restrictions.api.ts:25](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/restrictions.api.ts#L25) | ||
[apis/wallet/restrictions.api.ts:25](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/restrictions.api.ts#L25) |
@@ -86,3 +86,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / WalletWebhooksApi | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L23) | ||
[apis/options-wrapper.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L23) | ||
@@ -105,3 +105,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -116,3 +116,3 @@ ___ | ||
[apis/wallet/webhooks.api.ts:36](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/webhooks.api.ts#L36) | ||
[apis/wallet/webhooks.api.ts:36](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/webhooks.api.ts#L36) | ||
@@ -127,3 +127,3 @@ ___ | ||
[apis/wallet/webhooks.api.ts:35](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/webhooks.api.ts#L35) | ||
[apis/wallet/webhooks.api.ts:35](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/webhooks.api.ts#L35) | ||
@@ -150,3 +150,3 @@ ## Accessors | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L55) | ||
[apis/api.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L55) | ||
@@ -173,3 +173,3 @@ ___ | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/api.ts#L17) | ||
[apis/wallet/api.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/api.ts#L17) | ||
@@ -190,3 +190,3 @@ ## Methods | ||
[apis/wallet/webhooks.api.ts:45](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/webhooks.api.ts#L45) | ||
[apis/wallet/webhooks.api.ts:45](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/webhooks.api.ts#L45) | ||
@@ -214,3 +214,3 @@ ___ | ||
[apis/wallet/webhooks.api.ts:57](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/webhooks.api.ts#L57) | ||
[apis/wallet/webhooks.api.ts:57](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/webhooks.api.ts#L57) | ||
@@ -237,3 +237,3 @@ ___ | ||
[apis/wallet/webhooks.api.ts:137](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/webhooks.api.ts#L137) | ||
[apis/wallet/webhooks.api.ts:137](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/webhooks.api.ts#L137) | ||
@@ -252,3 +252,3 @@ ___ | ||
[apis/wallet/webhooks.api.ts:112](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/webhooks.api.ts#L112) | ||
[apis/wallet/webhooks.api.ts:112](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/webhooks.api.ts#L112) | ||
@@ -275,3 +275,3 @@ ___ | ||
[apis/wallet/webhooks.api.ts:87](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/webhooks.api.ts#L87) | ||
[apis/wallet/webhooks.api.ts:87](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/webhooks.api.ts#L87) | ||
@@ -298,3 +298,3 @@ ___ | ||
[apis/wallet/webhooks.api.ts:74](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/webhooks.api.ts#L74) | ||
[apis/wallet/webhooks.api.ts:74](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/webhooks.api.ts#L74) | ||
@@ -317,3 +317,3 @@ ___ | ||
[apis/wallet/webhooks.api.ts:126](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/webhooks.api.ts#L126) | ||
[apis/wallet/webhooks.api.ts:126](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/webhooks.api.ts#L126) | ||
@@ -340,2 +340,2 @@ ___ | ||
[apis/wallet/webhooks.api.ts:100](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/webhooks.api.ts#L100) | ||
[apis/wallet/webhooks.api.ts:100](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/webhooks.api.ts#L100) |
@@ -62,3 +62,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / HttpError | ||
[apis/shared/http.types.ts:46](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L46) | ||
[apis/shared/http.types.ts:46](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L46) | ||
@@ -65,0 +65,0 @@ ## Properties |
@@ -83,3 +83,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / \_P2pCompat | ||
[apis/p2p/p2p.compat.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat.ts#L28) | ||
[apis/p2p/p2p.compat.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat.ts#L28) | ||
@@ -102,3 +102,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -117,3 +117,3 @@ ___ | ||
[apis/p2p/p2p.ts:106](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L106) | ||
[apis/p2p/p2p.ts:106](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L106) | ||
@@ -144,3 +144,3 @@ ___ | ||
[apis/p2p/p2p.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L24) | ||
[apis/p2p/p2p.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L24) | ||
@@ -159,3 +159,3 @@ ___ | ||
[apis/p2p/p2p.ts:25](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L25) | ||
[apis/p2p/p2p.ts:25](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L25) | ||
@@ -174,3 +174,3 @@ ___ | ||
[apis/p2p/p2p.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L26) | ||
[apis/p2p/p2p.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L26) | ||
@@ -189,3 +189,3 @@ ___ | ||
[apis/p2p/p2p.ts:22](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L22) | ||
[apis/p2p/p2p.ts:22](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L22) | ||
@@ -204,3 +204,3 @@ ___ | ||
[apis/p2p/p2p.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L28) | ||
[apis/p2p/p2p.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L28) | ||
@@ -219,3 +219,3 @@ ___ | ||
[apis/p2p/p2p.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L29) | ||
[apis/p2p/p2p.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L29) | ||
@@ -234,3 +234,3 @@ ___ | ||
[apis/p2p/p2p.ts:30](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L30) | ||
[apis/p2p/p2p.ts:30](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L30) | ||
@@ -255,3 +255,3 @@ ## Accessors | ||
[apis/api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L23) | ||
[apis/api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L23) | ||
@@ -278,3 +278,3 @@ • `set` **agent**(`agent`): `void` | ||
[apis/api.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L32) | ||
[apis/api.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L32) | ||
@@ -301,3 +301,3 @@ ___ | ||
[apis/options-wrapper.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L44) | ||
[apis/options-wrapper.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L44) | ||
@@ -331,3 +331,3 @@ ## Methods | ||
[apis/p2p/p2p.compat.ts:87](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat.ts#L87) | ||
[apis/p2p/p2p.compat.ts:87](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat.ts#L87) | ||
@@ -357,3 +357,3 @@ ___ | ||
[apis/p2p/p2p.compat.ts:163](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat.ts#L163) | ||
[apis/p2p/p2p.compat.ts:163](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat.ts#L163) | ||
@@ -394,3 +394,3 @@ ___ | ||
[apis/p2p/p2p.compat.ts:59](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat.ts#L59) | ||
[apis/p2p/p2p.compat.ts:59](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat.ts#L59) | ||
@@ -419,3 +419,3 @@ ___ | ||
[apis/p2p/p2p.compat.ts:73](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat.ts#L73) | ||
[apis/p2p/p2p.compat.ts:73](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat.ts#L73) | ||
@@ -447,3 +447,3 @@ ___ | ||
[apis/p2p/p2p.compat.ts:100](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat.ts#L100) | ||
[apis/p2p/p2p.compat.ts:100](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat.ts#L100) | ||
@@ -505,3 +505,3 @@ ___ | ||
[apis/p2p/p2p.ts:148](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L148) | ||
[apis/p2p/p2p.ts:148](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L148) | ||
@@ -532,3 +532,3 @@ ___ | ||
[apis/p2p/p2p.compat.ts:112](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat.ts#L112) | ||
[apis/p2p/p2p.compat.ts:112](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat.ts#L112) | ||
@@ -564,3 +564,3 @@ ___ | ||
[apis/p2p/p2p.ts:69](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L69) | ||
[apis/p2p/p2p.ts:69](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L69) | ||
@@ -596,3 +596,3 @@ ___ | ||
[apis/p2p/p2p.ts:86](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L86) | ||
[apis/p2p/p2p.ts:86](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L86) | ||
@@ -621,3 +621,3 @@ ___ | ||
[apis/p2p/p2p.compat.ts:123](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat.ts#L123) | ||
[apis/p2p/p2p.compat.ts:123](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat.ts#L123) | ||
@@ -644,3 +644,3 @@ ___ | ||
[apis/p2p/p2p.compat.ts:143](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat.ts#L143) | ||
[apis/p2p/p2p.compat.ts:143](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat.ts#L143) | ||
@@ -667,3 +667,3 @@ ___ | ||
[apis/p2p/p2p.compat.ts:152](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat.ts#L152) | ||
[apis/p2p/p2p.compat.ts:152](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat.ts#L152) | ||
@@ -698,3 +698,3 @@ ___ | ||
[apis/p2p/p2p.ts:40](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L40) | ||
[apis/p2p/p2p.ts:40](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L40) | ||
@@ -724,2 +724,2 @@ ___ | ||
[apis/p2p/p2p.compat.ts:134](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat.ts#L134) | ||
[apis/p2p/p2p.compat.ts:134](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat.ts#L134) |
@@ -85,3 +85,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / \_P2pCompatBillPayments | ||
[apis/p2p/p2p.compat-bill-payments.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat-bill-payments.ts#L29) | ||
[apis/p2p/p2p.compat-bill-payments.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat-bill-payments.ts#L29) | ||
@@ -104,3 +104,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -119,3 +119,3 @@ ___ | ||
[apis/p2p/p2p.ts:106](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L106) | ||
[apis/p2p/p2p.ts:106](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L106) | ||
@@ -146,3 +146,3 @@ ___ | ||
[apis/p2p/p2p.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L24) | ||
[apis/p2p/p2p.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L24) | ||
@@ -161,3 +161,3 @@ ___ | ||
[apis/p2p/p2p.ts:25](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L25) | ||
[apis/p2p/p2p.ts:25](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L25) | ||
@@ -176,3 +176,3 @@ ___ | ||
[apis/p2p/p2p.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L26) | ||
[apis/p2p/p2p.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L26) | ||
@@ -191,3 +191,3 @@ ___ | ||
[apis/p2p/p2p.ts:22](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L22) | ||
[apis/p2p/p2p.ts:22](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L22) | ||
@@ -206,3 +206,3 @@ ___ | ||
[apis/p2p/p2p.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L28) | ||
[apis/p2p/p2p.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L28) | ||
@@ -221,3 +221,3 @@ ___ | ||
[apis/p2p/p2p.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L29) | ||
[apis/p2p/p2p.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L29) | ||
@@ -236,3 +236,3 @@ ___ | ||
[apis/p2p/p2p.ts:30](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L30) | ||
[apis/p2p/p2p.ts:30](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L30) | ||
@@ -255,3 +255,3 @@ ## Accessors | ||
[apis/p2p/p2p.compat-bill-payments.ts:46](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat-bill-payments.ts#L46) | ||
[apis/p2p/p2p.compat-bill-payments.ts:46](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat-bill-payments.ts#L46) | ||
@@ -276,3 +276,3 @@ ___ | ||
[apis/api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L23) | ||
[apis/api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L23) | ||
@@ -299,3 +299,3 @@ • `set` **agent**(`agent`): `void` | ||
[apis/api.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L32) | ||
[apis/api.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L32) | ||
@@ -318,3 +318,3 @@ ___ | ||
[apis/p2p/p2p.compat-bill-payments.ts:56](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat-bill-payments.ts#L56) | ||
[apis/p2p/p2p.compat-bill-payments.ts:56](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat-bill-payments.ts#L56) | ||
@@ -341,3 +341,3 @@ ___ | ||
[apis/options-wrapper.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L44) | ||
[apis/options-wrapper.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L44) | ||
@@ -368,3 +368,3 @@ ## Methods | ||
[apis/p2p/p2p.compat-bill-payments.ts:67](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat-bill-payments.ts#L67) | ||
[apis/p2p/p2p.compat-bill-payments.ts:67](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat-bill-payments.ts#L67) | ||
@@ -395,3 +395,3 @@ ___ | ||
[apis/p2p/p2p.compat-bill-payments.ts:157](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat-bill-payments.ts#L157) | ||
[apis/p2p/p2p.compat-bill-payments.ts:157](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat-bill-payments.ts#L157) | ||
@@ -424,3 +424,3 @@ ___ | ||
[apis/p2p/p2p.compat-bill-payments.ts:80](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat-bill-payments.ts#L80) | ||
[apis/p2p/p2p.compat-bill-payments.ts:80](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat-bill-payments.ts#L80) | ||
@@ -452,3 +452,3 @@ ___ | ||
[apis/p2p/p2p.compat-bill-payments.ts:132](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat-bill-payments.ts#L132) | ||
[apis/p2p/p2p.compat-bill-payments.ts:132](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat-bill-payments.ts#L132) | ||
@@ -479,3 +479,3 @@ ___ | ||
[apis/p2p/p2p.compat-bill-payments.ts:116](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat-bill-payments.ts#L116) | ||
[apis/p2p/p2p.compat-bill-payments.ts:116](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat-bill-payments.ts#L116) | ||
@@ -500,3 +500,3 @@ ___ | ||
[apis/p2p/p2p.compat-bill-payments.ts:105](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat-bill-payments.ts#L105) | ||
[apis/p2p/p2p.compat-bill-payments.ts:105](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat-bill-payments.ts#L105) | ||
@@ -527,3 +527,3 @@ ___ | ||
[apis/p2p/p2p.compat-bill-payments.ts:146](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat-bill-payments.ts#L146) | ||
[apis/p2p/p2p.compat-bill-payments.ts:146](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat-bill-payments.ts#L146) | ||
@@ -554,3 +554,3 @@ ___ | ||
[apis/p2p/p2p.compat-bill-payments.ts:95](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat-bill-payments.ts#L95) | ||
[apis/p2p/p2p.compat-bill-payments.ts:95](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat-bill-payments.ts#L95) | ||
@@ -583,3 +583,3 @@ ___ | ||
[apis/p2p/p2p.compat-bill-payments.ts:170](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat-bill-payments.ts#L170) | ||
[apis/p2p/p2p.compat-bill-payments.ts:170](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat-bill-payments.ts#L170) | ||
@@ -641,3 +641,3 @@ ___ | ||
[apis/p2p/p2p.ts:148](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L148) | ||
[apis/p2p/p2p.ts:148](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L148) | ||
@@ -672,3 +672,3 @@ ___ | ||
[apis/p2p/p2p.compat-bill-payments.ts:188](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.compat-bill-payments.ts#L188) | ||
[apis/p2p/p2p.compat-bill-payments.ts:188](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.compat-bill-payments.ts#L188) | ||
@@ -704,3 +704,3 @@ ___ | ||
[apis/p2p/p2p.ts:69](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L69) | ||
[apis/p2p/p2p.ts:69](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L69) | ||
@@ -736,3 +736,3 @@ ___ | ||
[apis/p2p/p2p.ts:86](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L86) | ||
[apis/p2p/p2p.ts:86](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L86) | ||
@@ -767,2 +767,2 @@ ___ | ||
[apis/p2p/p2p.ts:40](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L40) | ||
[apis/p2p/p2p.ts:40](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L40) |
@@ -140,3 +140,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / \_WalletCompat | ||
[apis/wallet/wallet.compat.ts:21](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L21) | ||
[apis/wallet/wallet.compat.ts:21](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L21) | ||
@@ -159,3 +159,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -174,3 +174,3 @@ ___ | ||
[apis/wallet/wallet.ts:206](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L206) | ||
[apis/wallet/wallet.ts:206](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L206) | ||
@@ -189,3 +189,3 @@ ___ | ||
[apis/wallet/wallet.ts:204](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L204) | ||
[apis/wallet/wallet.ts:204](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L204) | ||
@@ -204,3 +204,3 @@ ___ | ||
[apis/wallet/wallet.ts:203](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L203) | ||
[apis/wallet/wallet.ts:203](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L203) | ||
@@ -219,3 +219,3 @@ ___ | ||
[apis/wallet/wallet.ts:199](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L199) | ||
[apis/wallet/wallet.ts:199](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L199) | ||
@@ -234,3 +234,3 @@ ___ | ||
[apis/wallet/wallet.ts:200](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L200) | ||
[apis/wallet/wallet.ts:200](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L200) | ||
@@ -249,3 +249,3 @@ ___ | ||
[apis/wallet/wallet.ts:209](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L209) | ||
[apis/wallet/wallet.ts:209](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L209) | ||
@@ -264,3 +264,3 @@ ___ | ||
[apis/wallet/wallet.ts:210](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L210) | ||
[apis/wallet/wallet.ts:210](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L210) | ||
@@ -279,3 +279,3 @@ ___ | ||
[apis/wallet/wallet.ts:202](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L202) | ||
[apis/wallet/wallet.ts:202](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L202) | ||
@@ -294,3 +294,3 @@ ___ | ||
[apis/wallet/wallet.ts:205](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L205) | ||
[apis/wallet/wallet.ts:205](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L205) | ||
@@ -309,3 +309,3 @@ ___ | ||
[apis/wallet/wallet.ts:198](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L198) | ||
[apis/wallet/wallet.ts:198](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L198) | ||
@@ -324,3 +324,3 @@ ___ | ||
[apis/wallet/wallet.ts:208](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L208) | ||
[apis/wallet/wallet.ts:208](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L208) | ||
@@ -339,3 +339,3 @@ ___ | ||
[apis/wallet/wallet.ts:201](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L201) | ||
[apis/wallet/wallet.ts:201](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L201) | ||
@@ -366,3 +366,3 @@ ___ | ||
[apis/wallet/wallet.ts:207](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L207) | ||
[apis/wallet/wallet.ts:207](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L207) | ||
@@ -381,3 +381,3 @@ ___ | ||
[apis/wallet/wallet.ts:74](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L74) | ||
[apis/wallet/wallet.ts:74](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L74) | ||
@@ -396,3 +396,3 @@ ___ | ||
[apis/wallet/wallet.ts:62](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L62) | ||
[apis/wallet/wallet.ts:62](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L62) | ||
@@ -411,3 +411,3 @@ ___ | ||
[apis/wallet/wallet.ts:61](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L61) | ||
[apis/wallet/wallet.ts:61](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L61) | ||
@@ -426,3 +426,3 @@ ___ | ||
[apis/wallet/wallet.ts:72](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L72) | ||
[apis/wallet/wallet.ts:72](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L72) | ||
@@ -441,3 +441,3 @@ ___ | ||
[apis/wallet/wallet.ts:57](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L57) | ||
[apis/wallet/wallet.ts:57](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L57) | ||
@@ -456,3 +456,3 @@ ___ | ||
[apis/wallet/wallet.ts:56](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L56) | ||
[apis/wallet/wallet.ts:56](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L56) | ||
@@ -471,3 +471,3 @@ ___ | ||
[apis/wallet/wallet.ts:71](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L71) | ||
[apis/wallet/wallet.ts:71](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L71) | ||
@@ -486,3 +486,3 @@ ___ | ||
[apis/wallet/wallet.ts:67](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L67) | ||
[apis/wallet/wallet.ts:67](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L67) | ||
@@ -501,3 +501,3 @@ ___ | ||
[apis/wallet/wallet.ts:63](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L63) | ||
[apis/wallet/wallet.ts:63](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L63) | ||
@@ -516,3 +516,3 @@ ___ | ||
[apis/wallet/wallet.ts:60](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L60) | ||
[apis/wallet/wallet.ts:60](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L60) | ||
@@ -531,3 +531,3 @@ ___ | ||
[apis/wallet/wallet.ts:68](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L68) | ||
[apis/wallet/wallet.ts:68](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L68) | ||
@@ -546,3 +546,3 @@ ___ | ||
[apis/wallet/wallet.ts:77](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L77) | ||
[apis/wallet/wallet.ts:77](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L77) | ||
@@ -561,3 +561,3 @@ ___ | ||
[apis/wallet/wallet.ts:78](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L78) | ||
[apis/wallet/wallet.ts:78](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L78) | ||
@@ -576,3 +576,3 @@ ___ | ||
[apis/wallet/wallet.ts:70](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L70) | ||
[apis/wallet/wallet.ts:70](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L70) | ||
@@ -591,3 +591,3 @@ ___ | ||
[apis/wallet/wallet.ts:59](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L59) | ||
[apis/wallet/wallet.ts:59](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L59) | ||
@@ -606,3 +606,3 @@ ___ | ||
[apis/wallet/wallet.ts:73](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L73) | ||
[apis/wallet/wallet.ts:73](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L73) | ||
@@ -621,3 +621,3 @@ ___ | ||
[apis/wallet/wallet.ts:53](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L53) | ||
[apis/wallet/wallet.ts:53](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L53) | ||
@@ -636,3 +636,3 @@ ___ | ||
[apis/wallet/wallet.ts:66](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L66) | ||
[apis/wallet/wallet.ts:66](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L66) | ||
@@ -651,3 +651,3 @@ ___ | ||
[apis/wallet/wallet.ts:76](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L76) | ||
[apis/wallet/wallet.ts:76](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L76) | ||
@@ -666,3 +666,3 @@ ___ | ||
[apis/wallet/wallet.ts:64](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L64) | ||
[apis/wallet/wallet.ts:64](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L64) | ||
@@ -681,3 +681,3 @@ ___ | ||
[apis/wallet/wallet.ts:58](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L58) | ||
[apis/wallet/wallet.ts:58](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L58) | ||
@@ -696,3 +696,3 @@ ___ | ||
[apis/wallet/wallet.ts:69](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L69) | ||
[apis/wallet/wallet.ts:69](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L69) | ||
@@ -711,3 +711,3 @@ ___ | ||
[apis/wallet/wallet.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L55) | ||
[apis/wallet/wallet.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L55) | ||
@@ -726,3 +726,3 @@ ___ | ||
[apis/wallet/wallet.ts:54](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L54) | ||
[apis/wallet/wallet.ts:54](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L54) | ||
@@ -741,3 +741,3 @@ ___ | ||
[apis/wallet/wallet.ts:75](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L75) | ||
[apis/wallet/wallet.ts:75](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L75) | ||
@@ -760,3 +760,3 @@ ## Accessors | ||
[apis/wallet/wallet.compat.ts:65](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L65) | ||
[apis/wallet/wallet.compat.ts:65](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L65) | ||
@@ -781,3 +781,3 @@ ___ | ||
[apis/api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L23) | ||
[apis/api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L23) | ||
@@ -804,3 +804,3 @@ • `set` **agent**(`agent`): `void` | ||
[apis/api.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L32) | ||
[apis/api.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L32) | ||
@@ -823,3 +823,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:85](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L85) | ||
[apis/wallet/wallet.compat.ts:85](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L85) | ||
@@ -846,3 +846,3 @@ ___ | ||
[apis/options-wrapper.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L44) | ||
[apis/options-wrapper.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L44) | ||
@@ -865,3 +865,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:75](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L75) | ||
[apis/wallet/wallet.compat.ts:75](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L75) | ||
@@ -897,3 +897,3 @@ ## Methods | ||
[apis/wallet/wallet.compat.ts:39](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L39) | ||
[apis/wallet/wallet.compat.ts:39](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L39) | ||
@@ -921,3 +921,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:512](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L512) | ||
[apis/wallet/wallet.compat.ts:512](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L512) | ||
@@ -945,3 +945,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:448](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L448) | ||
[apis/wallet/wallet.compat.ts:448](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L448) | ||
@@ -968,3 +968,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:569](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L569) | ||
[apis/wallet/wallet.compat.ts:569](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L569) | ||
@@ -993,3 +993,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:274](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L274) | ||
[apis/wallet/wallet.compat.ts:274](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L274) | ||
@@ -1017,3 +1017,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:338](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L338) | ||
[apis/wallet/wallet.compat.ts:338](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L338) | ||
@@ -1040,3 +1040,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:423](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L423) | ||
[apis/wallet/wallet.compat.ts:423](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L423) | ||
@@ -1070,3 +1070,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:409](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L409) | ||
[apis/wallet/wallet.compat.ts:409](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L409) | ||
@@ -1094,3 +1094,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:260](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L260) | ||
[apis/wallet/wallet.compat.ts:260](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L260) | ||
@@ -1118,3 +1118,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:247](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L247) | ||
[apis/wallet/wallet.compat.ts:247](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L247) | ||
@@ -1133,3 +1133,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:550](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L550) | ||
[apis/wallet/wallet.compat.ts:550](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L550) | ||
@@ -1157,3 +1157,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:480](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L480) | ||
[apis/wallet/wallet.compat.ts:480](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L480) | ||
@@ -1174,3 +1174,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:436](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L436) | ||
[apis/wallet/wallet.compat.ts:436](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L436) | ||
@@ -1199,3 +1199,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:309](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L309) | ||
[apis/wallet/wallet.compat.ts:309](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L309) | ||
@@ -1225,3 +1225,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:122](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L122) | ||
[apis/wallet/wallet.compat.ts:122](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L122) | ||
@@ -1257,3 +1257,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:139](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L139) | ||
[apis/wallet/wallet.compat.ts:139](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L139) | ||
@@ -1280,3 +1280,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:542](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L542) | ||
[apis/wallet/wallet.compat.ts:542](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L542) | ||
@@ -1306,3 +1306,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:169](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L169) | ||
[apis/wallet/wallet.compat.ts:169](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L169) | ||
@@ -1331,3 +1331,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:184](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L184) | ||
[apis/wallet/wallet.compat.ts:184](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L184) | ||
@@ -1349,3 +1349,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:93](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L93) | ||
[apis/wallet/wallet.compat.ts:93](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L93) | ||
@@ -1373,3 +1373,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:153](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L153) | ||
[apis/wallet/wallet.compat.ts:153](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L153) | ||
@@ -1398,3 +1398,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:199](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L199) | ||
[apis/wallet/wallet.compat.ts:199](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L199) | ||
@@ -1421,3 +1421,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:212](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L212) | ||
[apis/wallet/wallet.compat.ts:212](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L212) | ||
@@ -1444,3 +1444,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:533](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L533) | ||
[apis/wallet/wallet.compat.ts:533](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L533) | ||
@@ -1476,3 +1476,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:360](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L360) | ||
[apis/wallet/wallet.compat.ts:360](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L360) | ||
@@ -1501,3 +1501,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:379](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L379) | ||
[apis/wallet/wallet.compat.ts:379](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L379) | ||
@@ -1524,3 +1524,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:524](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L524) | ||
[apis/wallet/wallet.compat.ts:524](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L524) | ||
@@ -1547,3 +1547,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:496](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L496) | ||
[apis/wallet/wallet.compat.ts:496](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L496) | ||
@@ -1570,3 +1570,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:232](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L232) | ||
[apis/wallet/wallet.compat.ts:232](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L232) | ||
@@ -1595,3 +1595,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:290](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L290) | ||
[apis/wallet/wallet.compat.ts:290](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L290) | ||
@@ -1622,3 +1622,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:106](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L106) | ||
[apis/wallet/wallet.compat.ts:106](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L106) | ||
@@ -1641,3 +1641,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:560](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L560) | ||
[apis/wallet/wallet.compat.ts:560](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L560) | ||
@@ -1665,3 +1665,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:464](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L464) | ||
[apis/wallet/wallet.compat.ts:464](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L464) | ||
@@ -1704,3 +1704,3 @@ ___ | ||
[apis/wallet/wallet.ts:123](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L123) | ||
[apis/wallet/wallet.ts:123](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L123) | ||
@@ -1747,3 +1747,3 @@ ___ | ||
[apis/wallet/wallet.ts:166](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L166) | ||
[apis/wallet/wallet.ts:166](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L166) | ||
@@ -1771,3 +1771,3 @@ ___ | ||
[apis/wallet/wallet.compat.ts:324](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat.ts#L324) | ||
[apis/wallet/wallet.compat.ts:324](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat.ts#L324) | ||
@@ -1807,3 +1807,3 @@ ___ | ||
[apis/wallet/wallet.ts:142](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L142) | ||
[apis/wallet/wallet.ts:142](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L142) | ||
@@ -1838,2 +1838,2 @@ ___ | ||
[apis/wallet/wallet.ts:88](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L88) | ||
[apis/wallet/wallet.ts:88](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L88) |
@@ -112,3 +112,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / \_WalletCompatNodeQiwi | ||
[apis/wallet/wallet.compat-node-qiwi.ts:21](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat-node-qiwi.ts#L21) | ||
[apis/wallet/wallet.compat-node-qiwi.ts:21](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat-node-qiwi.ts#L21) | ||
@@ -131,3 +131,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -146,3 +146,3 @@ ___ | ||
[apis/wallet/wallet.ts:206](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L206) | ||
[apis/wallet/wallet.ts:206](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L206) | ||
@@ -161,3 +161,3 @@ ___ | ||
[apis/wallet/wallet.ts:204](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L204) | ||
[apis/wallet/wallet.ts:204](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L204) | ||
@@ -182,3 +182,3 @@ ___ | ||
[apis/wallet/wallet.ts:203](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L203) | ||
[apis/wallet/wallet.ts:203](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L203) | ||
@@ -197,3 +197,3 @@ ___ | ||
[apis/wallet/wallet.ts:199](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L199) | ||
[apis/wallet/wallet.ts:199](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L199) | ||
@@ -218,3 +218,3 @@ ___ | ||
[apis/wallet/wallet.ts:200](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L200) | ||
[apis/wallet/wallet.ts:200](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L200) | ||
@@ -233,3 +233,3 @@ ___ | ||
[apis/wallet/wallet.ts:209](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L209) | ||
[apis/wallet/wallet.ts:209](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L209) | ||
@@ -248,3 +248,3 @@ ___ | ||
[apis/wallet/wallet.ts:210](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L210) | ||
[apis/wallet/wallet.ts:210](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L210) | ||
@@ -263,3 +263,3 @@ ___ | ||
[apis/wallet/wallet.ts:202](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L202) | ||
[apis/wallet/wallet.ts:202](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L202) | ||
@@ -278,3 +278,3 @@ ___ | ||
[apis/wallet/wallet.ts:205](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L205) | ||
[apis/wallet/wallet.ts:205](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L205) | ||
@@ -293,3 +293,3 @@ ___ | ||
[apis/wallet/wallet.ts:198](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L198) | ||
[apis/wallet/wallet.ts:198](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L198) | ||
@@ -308,3 +308,3 @@ ___ | ||
[apis/wallet/wallet.ts:208](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L208) | ||
[apis/wallet/wallet.ts:208](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L208) | ||
@@ -323,3 +323,3 @@ ___ | ||
[apis/wallet/wallet.ts:201](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L201) | ||
[apis/wallet/wallet.ts:201](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L201) | ||
@@ -338,3 +338,3 @@ ___ | ||
[apis/wallet/wallet.ts:207](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L207) | ||
[apis/wallet/wallet.ts:207](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L207) | ||
@@ -353,3 +353,3 @@ ___ | ||
[apis/wallet/wallet.ts:74](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L74) | ||
[apis/wallet/wallet.ts:74](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L74) | ||
@@ -368,3 +368,3 @@ ___ | ||
[apis/wallet/wallet.ts:62](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L62) | ||
[apis/wallet/wallet.ts:62](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L62) | ||
@@ -383,3 +383,3 @@ ___ | ||
[apis/wallet/wallet.ts:61](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L61) | ||
[apis/wallet/wallet.ts:61](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L61) | ||
@@ -398,3 +398,3 @@ ___ | ||
[apis/wallet/wallet.ts:72](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L72) | ||
[apis/wallet/wallet.ts:72](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L72) | ||
@@ -413,3 +413,3 @@ ___ | ||
[apis/wallet/wallet.ts:57](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L57) | ||
[apis/wallet/wallet.ts:57](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L57) | ||
@@ -428,3 +428,3 @@ ___ | ||
[apis/wallet/wallet.ts:56](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L56) | ||
[apis/wallet/wallet.ts:56](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L56) | ||
@@ -443,3 +443,3 @@ ___ | ||
[apis/wallet/wallet.ts:71](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L71) | ||
[apis/wallet/wallet.ts:71](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L71) | ||
@@ -458,3 +458,3 @@ ___ | ||
[apis/wallet/wallet.ts:67](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L67) | ||
[apis/wallet/wallet.ts:67](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L67) | ||
@@ -473,3 +473,3 @@ ___ | ||
[apis/wallet/wallet.ts:63](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L63) | ||
[apis/wallet/wallet.ts:63](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L63) | ||
@@ -488,3 +488,3 @@ ___ | ||
[apis/wallet/wallet.ts:60](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L60) | ||
[apis/wallet/wallet.ts:60](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L60) | ||
@@ -503,3 +503,3 @@ ___ | ||
[apis/wallet/wallet.ts:68](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L68) | ||
[apis/wallet/wallet.ts:68](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L68) | ||
@@ -518,3 +518,3 @@ ___ | ||
[apis/wallet/wallet.ts:77](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L77) | ||
[apis/wallet/wallet.ts:77](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L77) | ||
@@ -533,3 +533,3 @@ ___ | ||
[apis/wallet/wallet.ts:78](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L78) | ||
[apis/wallet/wallet.ts:78](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L78) | ||
@@ -548,3 +548,3 @@ ___ | ||
[apis/wallet/wallet.ts:70](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L70) | ||
[apis/wallet/wallet.ts:70](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L70) | ||
@@ -563,3 +563,3 @@ ___ | ||
[apis/wallet/wallet.ts:59](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L59) | ||
[apis/wallet/wallet.ts:59](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L59) | ||
@@ -578,3 +578,3 @@ ___ | ||
[apis/wallet/wallet.ts:73](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L73) | ||
[apis/wallet/wallet.ts:73](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L73) | ||
@@ -593,3 +593,3 @@ ___ | ||
[apis/wallet/wallet.ts:53](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L53) | ||
[apis/wallet/wallet.ts:53](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L53) | ||
@@ -608,3 +608,3 @@ ___ | ||
[apis/wallet/wallet.ts:66](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L66) | ||
[apis/wallet/wallet.ts:66](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L66) | ||
@@ -623,3 +623,3 @@ ___ | ||
[apis/wallet/wallet.ts:76](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L76) | ||
[apis/wallet/wallet.ts:76](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L76) | ||
@@ -638,3 +638,3 @@ ___ | ||
[apis/wallet/wallet.ts:64](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L64) | ||
[apis/wallet/wallet.ts:64](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L64) | ||
@@ -653,3 +653,3 @@ ___ | ||
[apis/wallet/wallet.ts:58](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L58) | ||
[apis/wallet/wallet.ts:58](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L58) | ||
@@ -668,3 +668,3 @@ ___ | ||
[apis/wallet/wallet.ts:69](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L69) | ||
[apis/wallet/wallet.ts:69](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L69) | ||
@@ -683,3 +683,3 @@ ___ | ||
[apis/wallet/wallet.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L55) | ||
[apis/wallet/wallet.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L55) | ||
@@ -698,3 +698,3 @@ ___ | ||
[apis/wallet/wallet.ts:54](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L54) | ||
[apis/wallet/wallet.ts:54](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L54) | ||
@@ -713,3 +713,3 @@ ___ | ||
[apis/wallet/wallet.ts:75](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L75) | ||
[apis/wallet/wallet.ts:75](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L75) | ||
@@ -734,3 +734,3 @@ ## Accessors | ||
[apis/api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L23) | ||
[apis/api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L23) | ||
@@ -757,3 +757,3 @@ • `set` **agent**(`agent`): `void` | ||
[apis/api.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L32) | ||
[apis/api.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L32) | ||
@@ -780,3 +780,3 @@ ___ | ||
[apis/options-wrapper.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L44) | ||
[apis/options-wrapper.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L44) | ||
@@ -812,3 +812,3 @@ ## Methods | ||
[apis/wallet/wallet.compat-node-qiwi.ts:39](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat-node-qiwi.ts#L39) | ||
[apis/wallet/wallet.compat-node-qiwi.ts:39](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat-node-qiwi.ts#L39) | ||
@@ -835,3 +835,3 @@ ___ | ||
[apis/wallet/wallet.ts:217](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L217) | ||
[apis/wallet/wallet.ts:217](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L217) | ||
@@ -854,3 +854,3 @@ ___ | ||
[apis/wallet/wallet.compat-node-qiwi.ts:137](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat-node-qiwi.ts#L137) | ||
[apis/wallet/wallet.compat-node-qiwi.ts:137](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat-node-qiwi.ts#L137) | ||
@@ -880,3 +880,3 @@ ___ | ||
[apis/wallet/wallet.compat-node-qiwi.ts:80](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat-node-qiwi.ts#L80) | ||
[apis/wallet/wallet.compat-node-qiwi.ts:80](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat-node-qiwi.ts#L80) | ||
@@ -906,3 +906,3 @@ ___ | ||
[apis/wallet/wallet.compat-node-qiwi.ts:61](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat-node-qiwi.ts#L61) | ||
[apis/wallet/wallet.compat-node-qiwi.ts:61](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat-node-qiwi.ts#L61) | ||
@@ -925,3 +925,3 @@ ___ | ||
[apis/wallet/wallet.compat-node-qiwi.ts:127](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat-node-qiwi.ts#L127) | ||
[apis/wallet/wallet.compat-node-qiwi.ts:127](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat-node-qiwi.ts#L127) | ||
@@ -952,3 +952,3 @@ ___ | ||
[apis/wallet/wallet.compat-node-qiwi.ts:114](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat-node-qiwi.ts#L114) | ||
[apis/wallet/wallet.compat-node-qiwi.ts:114](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat-node-qiwi.ts#L114) | ||
@@ -978,3 +978,3 @@ ___ | ||
[apis/wallet/wallet.compat-node-qiwi.ts:97](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat-node-qiwi.ts#L97) | ||
[apis/wallet/wallet.compat-node-qiwi.ts:97](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat-node-qiwi.ts#L97) | ||
@@ -1005,3 +1005,3 @@ ___ | ||
[apis/wallet/wallet.compat-node-qiwi.ts:150](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.compat-node-qiwi.ts#L150) | ||
[apis/wallet/wallet.compat-node-qiwi.ts:150](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.compat-node-qiwi.ts#L150) | ||
@@ -1044,3 +1044,3 @@ ___ | ||
[apis/wallet/wallet.ts:123](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L123) | ||
[apis/wallet/wallet.ts:123](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L123) | ||
@@ -1087,3 +1087,3 @@ ___ | ||
[apis/wallet/wallet.ts:166](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L166) | ||
[apis/wallet/wallet.ts:166](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L166) | ||
@@ -1123,3 +1123,3 @@ ___ | ||
[apis/wallet/wallet.ts:142](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L142) | ||
[apis/wallet/wallet.ts:142](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L142) | ||
@@ -1154,2 +1154,2 @@ ___ | ||
[apis/wallet/wallet.ts:88](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L88) | ||
[apis/wallet/wallet.ts:88](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L88) |
@@ -63,3 +63,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / Detector | ||
[apis/detector/detector.ts:57](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/detector/detector.ts#L57) | ||
[apis/detector/detector.ts:57](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/detector/detector.ts#L57) | ||
@@ -82,3 +82,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -93,3 +93,3 @@ ___ | ||
[apis/detector/detector.ts:63](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/detector/detector.ts#L63) | ||
[apis/detector/detector.ts:63](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/detector/detector.ts#L63) | ||
@@ -104,3 +104,3 @@ ___ | ||
[apis/detector/detector.ts:13](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/detector/detector.ts#L13) | ||
[apis/detector/detector.ts:13](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/detector/detector.ts#L13) | ||
@@ -125,3 +125,3 @@ ## Accessors | ||
[apis/api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L23) | ||
[apis/api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L23) | ||
@@ -148,3 +148,3 @@ • `set` **agent**(`agent`): `void` | ||
[apis/api.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L32) | ||
[apis/api.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L32) | ||
@@ -171,3 +171,3 @@ ___ | ||
[apis/options-wrapper.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L44) | ||
[apis/options-wrapper.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L44) | ||
@@ -192,3 +192,3 @@ ## Methods | ||
[apis/detector/detector.ts:48](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/detector/detector.ts#L48) | ||
[apis/detector/detector.ts:48](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/detector/detector.ts#L48) | ||
@@ -213,2 +213,2 @@ ___ | ||
[apis/detector/detector.ts:22](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/detector/detector.ts#L22) | ||
[apis/detector/detector.ts:22](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/detector/detector.ts#L22) |
@@ -58,3 +58,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / DetectorCompat | ||
[apis/detector/detector.compat.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/detector/detector.compat.ts#L17) | ||
[apis/detector/detector.compat.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/detector/detector.compat.ts#L17) | ||
@@ -77,3 +77,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -92,3 +92,3 @@ ___ | ||
[apis/detector/detector.ts:63](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/detector/detector.ts#L63) | ||
[apis/detector/detector.ts:63](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/detector/detector.ts#L63) | ||
@@ -107,3 +107,3 @@ ___ | ||
[apis/detector/detector.ts:13](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/detector/detector.ts#L13) | ||
[apis/detector/detector.ts:13](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/detector/detector.ts#L13) | ||
@@ -128,3 +128,3 @@ ## Accessors | ||
[apis/api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L23) | ||
[apis/api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L23) | ||
@@ -151,3 +151,3 @@ • `set` **agent**(`agent`): `void` | ||
[apis/api.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L32) | ||
[apis/api.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L32) | ||
@@ -174,3 +174,3 @@ ___ | ||
[apis/options-wrapper.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L44) | ||
[apis/options-wrapper.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L44) | ||
@@ -199,3 +199,3 @@ ## Methods | ||
[apis/detector/detector.compat.ts:37](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/detector/detector.compat.ts#L37) | ||
[apis/detector/detector.compat.ts:37](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/detector/detector.compat.ts#L37) | ||
@@ -224,3 +224,3 @@ ___ | ||
[apis/detector/detector.compat.ts:27](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/detector/detector.compat.ts#L27) | ||
[apis/detector/detector.compat.ts:27](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/detector/detector.compat.ts#L27) | ||
@@ -249,3 +249,3 @@ ___ | ||
[apis/detector/detector.ts:48](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/detector/detector.ts#L48) | ||
[apis/detector/detector.ts:48](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/detector/detector.ts#L48) | ||
@@ -274,2 +274,2 @@ ___ | ||
[apis/detector/detector.ts:22](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/detector/detector.ts#L22) | ||
[apis/detector/detector.ts:22](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/detector/detector.ts#L22) |
@@ -59,3 +59,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / DetectorError | ||
[apis/error.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L14) | ||
[apis/error.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L14) | ||
@@ -94,3 +94,3 @@ ## Properties | ||
[apis/error.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L29) | ||
[apis/error.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L29) | ||
@@ -117,3 +117,3 @@ ## Accessors | ||
[apis/error.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L52) | ||
[apis/error.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L52) | ||
@@ -140,2 +140,2 @@ ## Methods | ||
[apis/error.ts:37](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L37) | ||
[apis/error.ts:37](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L37) |
@@ -62,3 +62,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / HttpError | ||
[apis/shared/http.types.ts:46](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L46) | ||
[apis/shared/http.types.ts:46](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L46) | ||
@@ -65,0 +65,0 @@ ## Properties |
@@ -74,3 +74,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / P2p | ||
[apis/p2p/p2p.ts:98](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L98) | ||
[apis/p2p/p2p.ts:98](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L98) | ||
@@ -93,3 +93,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -104,3 +104,3 @@ ___ | ||
[apis/p2p/p2p.ts:106](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L106) | ||
[apis/p2p/p2p.ts:106](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L106) | ||
@@ -115,3 +115,3 @@ ___ | ||
[apis/p2p/p2p.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L24) | ||
[apis/p2p/p2p.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L24) | ||
@@ -126,3 +126,3 @@ ___ | ||
[apis/p2p/p2p.ts:25](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L25) | ||
[apis/p2p/p2p.ts:25](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L25) | ||
@@ -137,3 +137,3 @@ ___ | ||
[apis/p2p/p2p.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L26) | ||
[apis/p2p/p2p.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L26) | ||
@@ -148,3 +148,3 @@ ___ | ||
[apis/p2p/p2p.ts:22](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L22) | ||
[apis/p2p/p2p.ts:22](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L22) | ||
@@ -159,3 +159,3 @@ ___ | ||
[apis/p2p/p2p.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L28) | ||
[apis/p2p/p2p.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L28) | ||
@@ -170,3 +170,3 @@ ___ | ||
[apis/p2p/p2p.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L29) | ||
[apis/p2p/p2p.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L29) | ||
@@ -181,3 +181,3 @@ ___ | ||
[apis/p2p/p2p.ts:30](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L30) | ||
[apis/p2p/p2p.ts:30](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L30) | ||
@@ -202,3 +202,3 @@ ## Accessors | ||
[apis/api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L23) | ||
[apis/api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L23) | ||
@@ -225,3 +225,3 @@ • `set` **agent**(`agent`): `void` | ||
[apis/api.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L32) | ||
[apis/api.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L32) | ||
@@ -248,3 +248,3 @@ ___ | ||
[apis/options-wrapper.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L44) | ||
[apis/options-wrapper.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L44) | ||
@@ -302,3 +302,3 @@ ## Methods | ||
[apis/p2p/p2p.ts:148](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L148) | ||
[apis/p2p/p2p.ts:148](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L148) | ||
@@ -330,3 +330,3 @@ ___ | ||
[apis/p2p/p2p.ts:69](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L69) | ||
[apis/p2p/p2p.ts:69](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L69) | ||
@@ -358,3 +358,3 @@ ___ | ||
[apis/p2p/p2p.ts:86](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L86) | ||
[apis/p2p/p2p.ts:86](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L86) | ||
@@ -385,2 +385,2 @@ ___ | ||
[apis/p2p/p2p.ts:40](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.ts#L40) | ||
[apis/p2p/p2p.ts:40](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.ts#L40) |
@@ -61,3 +61,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / P2pApiError | ||
[apis/p2p/p2p.errors.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.errors.ts#L32) | ||
[apis/p2p/p2p.errors.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.errors.ts#L32) | ||
@@ -82,3 +82,3 @@ ## Properties | ||
[apis/p2p/p2p.errors.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.errors.ts#L23) | ||
[apis/p2p/p2p.errors.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.errors.ts#L23) | ||
@@ -107,3 +107,3 @@ ___ | ||
[apis/error.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L29) | ||
[apis/error.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L29) | ||
@@ -124,3 +124,3 @@ ___ | ||
[apis/p2p/p2p.errors.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.errors.ts#L24) | ||
[apis/p2p/p2p.errors.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.errors.ts#L24) | ||
@@ -147,3 +147,3 @@ ## Accessors | ||
[apis/error.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L52) | ||
[apis/error.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L52) | ||
@@ -170,2 +170,2 @@ ## Methods | ||
[apis/error.ts:37](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L37) | ||
[apis/error.ts:37](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L37) |
@@ -57,3 +57,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / P2pAuthorizationError | ||
[apis/p2p/p2p.errors.ts:50](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.errors.ts#L50) | ||
[apis/p2p/p2p.errors.ts:50](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.errors.ts#L50) | ||
@@ -92,3 +92,3 @@ ## Properties | ||
[apis/error.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L29) | ||
[apis/error.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L29) | ||
@@ -115,3 +115,3 @@ ## Accessors | ||
[apis/error.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L52) | ||
[apis/error.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L52) | ||
@@ -138,2 +138,2 @@ ## Methods | ||
[apis/error.ts:37](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L37) | ||
[apis/error.ts:37](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L37) |
@@ -58,3 +58,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / P2pBillNotificationError | ||
[apis/p2p/p2p.errors.ts:67](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.errors.ts#L67) | ||
[apis/p2p/p2p.errors.ts:67](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.errors.ts#L67) | ||
@@ -93,3 +93,3 @@ ## Properties | ||
[apis/error.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L29) | ||
[apis/error.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L29) | ||
@@ -122,3 +122,3 @@ ___ | ||
[apis/error.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L52) | ||
[apis/error.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L52) | ||
@@ -145,2 +145,2 @@ ## Methods | ||
[apis/error.ts:37](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L37) | ||
[apis/error.ts:37](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L37) |
@@ -47,3 +47,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / SimpleJsonHttp | ||
[apis/shared/http.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L17) | ||
[apis/shared/http.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L17) | ||
@@ -83,3 +83,3 @@ ## Properties | ||
[apis/shared/http.ts:84](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L84) | ||
[apis/shared/http.ts:84](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L84) | ||
@@ -112,3 +112,3 @@ ___ | ||
[apis/shared/http.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L32) | ||
[apis/shared/http.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L32) | ||
@@ -142,3 +142,3 @@ ___ | ||
[apis/shared/http.ts:71](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L71) | ||
[apis/shared/http.ts:71](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L71) | ||
@@ -172,3 +172,3 @@ ___ | ||
[apis/shared/http.ts:45](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L45) | ||
[apis/shared/http.ts:45](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L45) | ||
@@ -202,3 +202,3 @@ ___ | ||
[apis/shared/http.ts:58](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L58) | ||
[apis/shared/http.ts:58](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L58) | ||
@@ -233,3 +233,3 @@ ___ | ||
[apis/shared/http.ts:108](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L108) | ||
[apis/shared/http.ts:108](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L108) | ||
@@ -266,2 +266,2 @@ ___ | ||
[apis/shared/http.ts:97](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L97) | ||
[apis/shared/http.ts:97](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L97) |
@@ -105,3 +105,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / Wallet | ||
[apis/wallet/wallet.ts:190](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L190) | ||
[apis/wallet/wallet.ts:190](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L190) | ||
@@ -124,3 +124,3 @@ ## Properties | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L16) | ||
[apis/options-wrapper.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L16) | ||
@@ -135,3 +135,3 @@ ___ | ||
[apis/wallet/wallet.ts:206](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L206) | ||
[apis/wallet/wallet.ts:206](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L206) | ||
@@ -146,3 +146,3 @@ ___ | ||
[apis/wallet/wallet.ts:204](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L204) | ||
[apis/wallet/wallet.ts:204](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L204) | ||
@@ -157,3 +157,3 @@ ___ | ||
[apis/wallet/wallet.ts:203](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L203) | ||
[apis/wallet/wallet.ts:203](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L203) | ||
@@ -168,3 +168,3 @@ ___ | ||
[apis/wallet/wallet.ts:199](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L199) | ||
[apis/wallet/wallet.ts:199](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L199) | ||
@@ -179,3 +179,3 @@ ___ | ||
[apis/wallet/wallet.ts:200](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L200) | ||
[apis/wallet/wallet.ts:200](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L200) | ||
@@ -190,3 +190,3 @@ ___ | ||
[apis/wallet/wallet.ts:209](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L209) | ||
[apis/wallet/wallet.ts:209](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L209) | ||
@@ -201,3 +201,3 @@ ___ | ||
[apis/wallet/wallet.ts:210](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L210) | ||
[apis/wallet/wallet.ts:210](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L210) | ||
@@ -212,3 +212,3 @@ ___ | ||
[apis/wallet/wallet.ts:202](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L202) | ||
[apis/wallet/wallet.ts:202](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L202) | ||
@@ -223,3 +223,3 @@ ___ | ||
[apis/wallet/wallet.ts:205](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L205) | ||
[apis/wallet/wallet.ts:205](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L205) | ||
@@ -234,3 +234,3 @@ ___ | ||
[apis/wallet/wallet.ts:198](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L198) | ||
[apis/wallet/wallet.ts:198](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L198) | ||
@@ -245,3 +245,3 @@ ___ | ||
[apis/wallet/wallet.ts:208](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L208) | ||
[apis/wallet/wallet.ts:208](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L208) | ||
@@ -256,3 +256,3 @@ ___ | ||
[apis/wallet/wallet.ts:201](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L201) | ||
[apis/wallet/wallet.ts:201](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L201) | ||
@@ -267,3 +267,3 @@ ___ | ||
[apis/wallet/wallet.ts:207](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L207) | ||
[apis/wallet/wallet.ts:207](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L207) | ||
@@ -278,3 +278,3 @@ ___ | ||
[apis/wallet/wallet.ts:74](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L74) | ||
[apis/wallet/wallet.ts:74](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L74) | ||
@@ -289,3 +289,3 @@ ___ | ||
[apis/wallet/wallet.ts:62](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L62) | ||
[apis/wallet/wallet.ts:62](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L62) | ||
@@ -300,3 +300,3 @@ ___ | ||
[apis/wallet/wallet.ts:61](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L61) | ||
[apis/wallet/wallet.ts:61](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L61) | ||
@@ -311,3 +311,3 @@ ___ | ||
[apis/wallet/wallet.ts:72](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L72) | ||
[apis/wallet/wallet.ts:72](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L72) | ||
@@ -322,3 +322,3 @@ ___ | ||
[apis/wallet/wallet.ts:57](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L57) | ||
[apis/wallet/wallet.ts:57](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L57) | ||
@@ -333,3 +333,3 @@ ___ | ||
[apis/wallet/wallet.ts:56](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L56) | ||
[apis/wallet/wallet.ts:56](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L56) | ||
@@ -344,3 +344,3 @@ ___ | ||
[apis/wallet/wallet.ts:71](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L71) | ||
[apis/wallet/wallet.ts:71](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L71) | ||
@@ -355,3 +355,3 @@ ___ | ||
[apis/wallet/wallet.ts:67](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L67) | ||
[apis/wallet/wallet.ts:67](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L67) | ||
@@ -366,3 +366,3 @@ ___ | ||
[apis/wallet/wallet.ts:63](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L63) | ||
[apis/wallet/wallet.ts:63](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L63) | ||
@@ -377,3 +377,3 @@ ___ | ||
[apis/wallet/wallet.ts:60](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L60) | ||
[apis/wallet/wallet.ts:60](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L60) | ||
@@ -388,3 +388,3 @@ ___ | ||
[apis/wallet/wallet.ts:68](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L68) | ||
[apis/wallet/wallet.ts:68](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L68) | ||
@@ -399,3 +399,3 @@ ___ | ||
[apis/wallet/wallet.ts:77](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L77) | ||
[apis/wallet/wallet.ts:77](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L77) | ||
@@ -410,3 +410,3 @@ ___ | ||
[apis/wallet/wallet.ts:78](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L78) | ||
[apis/wallet/wallet.ts:78](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L78) | ||
@@ -421,3 +421,3 @@ ___ | ||
[apis/wallet/wallet.ts:70](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L70) | ||
[apis/wallet/wallet.ts:70](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L70) | ||
@@ -432,3 +432,3 @@ ___ | ||
[apis/wallet/wallet.ts:59](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L59) | ||
[apis/wallet/wallet.ts:59](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L59) | ||
@@ -443,3 +443,3 @@ ___ | ||
[apis/wallet/wallet.ts:73](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L73) | ||
[apis/wallet/wallet.ts:73](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L73) | ||
@@ -454,3 +454,3 @@ ___ | ||
[apis/wallet/wallet.ts:53](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L53) | ||
[apis/wallet/wallet.ts:53](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L53) | ||
@@ -465,3 +465,3 @@ ___ | ||
[apis/wallet/wallet.ts:66](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L66) | ||
[apis/wallet/wallet.ts:66](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L66) | ||
@@ -476,3 +476,3 @@ ___ | ||
[apis/wallet/wallet.ts:76](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L76) | ||
[apis/wallet/wallet.ts:76](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L76) | ||
@@ -487,3 +487,3 @@ ___ | ||
[apis/wallet/wallet.ts:64](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L64) | ||
[apis/wallet/wallet.ts:64](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L64) | ||
@@ -498,3 +498,3 @@ ___ | ||
[apis/wallet/wallet.ts:58](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L58) | ||
[apis/wallet/wallet.ts:58](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L58) | ||
@@ -509,3 +509,3 @@ ___ | ||
[apis/wallet/wallet.ts:69](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L69) | ||
[apis/wallet/wallet.ts:69](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L69) | ||
@@ -520,3 +520,3 @@ ___ | ||
[apis/wallet/wallet.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L55) | ||
[apis/wallet/wallet.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L55) | ||
@@ -531,3 +531,3 @@ ___ | ||
[apis/wallet/wallet.ts:54](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L54) | ||
[apis/wallet/wallet.ts:54](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L54) | ||
@@ -542,3 +542,3 @@ ___ | ||
[apis/wallet/wallet.ts:75](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L75) | ||
[apis/wallet/wallet.ts:75](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L75) | ||
@@ -563,3 +563,3 @@ ## Accessors | ||
[apis/api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L23) | ||
[apis/api.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L23) | ||
@@ -586,3 +586,3 @@ • `set` **agent**(`agent`): `void` | ||
[apis/api.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L32) | ||
[apis/api.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L32) | ||
@@ -609,3 +609,3 @@ ___ | ||
[apis/options-wrapper.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/options-wrapper.ts#L44) | ||
[apis/options-wrapper.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/options-wrapper.ts#L44) | ||
@@ -628,3 +628,3 @@ ## Methods | ||
[apis/wallet/wallet.ts:217](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L217) | ||
[apis/wallet/wallet.ts:217](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L217) | ||
@@ -663,3 +663,3 @@ ___ | ||
[apis/wallet/wallet.ts:123](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L123) | ||
[apis/wallet/wallet.ts:123](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L123) | ||
@@ -702,3 +702,3 @@ ___ | ||
[apis/wallet/wallet.ts:166](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L166) | ||
[apis/wallet/wallet.ts:166](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L166) | ||
@@ -734,3 +734,3 @@ ___ | ||
[apis/wallet/wallet.ts:142](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L142) | ||
[apis/wallet/wallet.ts:142](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L142) | ||
@@ -761,2 +761,2 @@ ___ | ||
[apis/wallet/wallet.ts:88](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L88) | ||
[apis/wallet/wallet.ts:88](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L88) |
@@ -61,3 +61,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / WalletApiError | ||
[apis/wallet/wallet.errors.ts:31](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.errors.ts#L31) | ||
[apis/wallet/wallet.errors.ts:31](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.errors.ts#L31) | ||
@@ -82,3 +82,3 @@ ## Properties | ||
[apis/wallet/wallet.errors.ts:22](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.errors.ts#L22) | ||
[apis/wallet/wallet.errors.ts:22](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.errors.ts#L22) | ||
@@ -107,3 +107,3 @@ ___ | ||
[apis/error.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L29) | ||
[apis/error.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L29) | ||
@@ -124,3 +124,3 @@ ___ | ||
[apis/wallet/wallet.errors.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.errors.ts#L23) | ||
[apis/wallet/wallet.errors.ts:23](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.errors.ts#L23) | ||
@@ -147,3 +147,3 @@ ## Accessors | ||
[apis/error.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L52) | ||
[apis/error.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L52) | ||
@@ -170,2 +170,2 @@ ## Methods | ||
[apis/error.ts:37](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L37) | ||
[apis/error.ts:37](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L37) |
@@ -60,3 +60,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / WalletApiShortError | ||
[apis/wallet/wallet.errors.ts:57](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.errors.ts#L57) | ||
[apis/wallet/wallet.errors.ts:57](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.errors.ts#L57) | ||
@@ -81,3 +81,3 @@ ## Properties | ||
[apis/wallet/wallet.errors.ts:49](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.errors.ts#L49) | ||
[apis/wallet/wallet.errors.ts:49](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.errors.ts#L49) | ||
@@ -106,3 +106,3 @@ ___ | ||
[apis/error.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L29) | ||
[apis/error.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L29) | ||
@@ -135,3 +135,3 @@ ___ | ||
[apis/error.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L52) | ||
[apis/error.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L52) | ||
@@ -158,2 +158,2 @@ ## Methods | ||
[apis/error.ts:37](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L37) | ||
[apis/error.ts:37](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L37) |
@@ -57,3 +57,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / WalletAuthorizationError | ||
[apis/wallet/wallet.errors.ts:77](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.errors.ts#L77) | ||
[apis/wallet/wallet.errors.ts:77](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.errors.ts#L77) | ||
@@ -92,3 +92,3 @@ ## Properties | ||
[apis/error.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L29) | ||
[apis/error.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L29) | ||
@@ -115,3 +115,3 @@ ## Accessors | ||
[apis/error.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L52) | ||
[apis/error.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L52) | ||
@@ -138,2 +138,2 @@ ## Methods | ||
[apis/error.ts:37](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/error.ts#L37) | ||
[apis/error.ts:37](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/error.ts#L37) |
@@ -47,3 +47,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / SimpleJsonHttp | ||
[apis/shared/http.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L17) | ||
[apis/shared/http.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L17) | ||
@@ -83,3 +83,3 @@ ## Properties | ||
[apis/shared/http.ts:84](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L84) | ||
[apis/shared/http.ts:84](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L84) | ||
@@ -112,3 +112,3 @@ ___ | ||
[apis/shared/http.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L32) | ||
[apis/shared/http.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L32) | ||
@@ -142,3 +142,3 @@ ___ | ||
[apis/shared/http.ts:71](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L71) | ||
[apis/shared/http.ts:71](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L71) | ||
@@ -172,3 +172,3 @@ ___ | ||
[apis/shared/http.ts:45](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L45) | ||
[apis/shared/http.ts:45](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L45) | ||
@@ -202,3 +202,3 @@ ___ | ||
[apis/shared/http.ts:58](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L58) | ||
[apis/shared/http.ts:58](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L58) | ||
@@ -233,3 +233,3 @@ ___ | ||
[apis/shared/http.ts:108](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L108) | ||
[apis/shared/http.ts:108](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L108) | ||
@@ -266,2 +266,2 @@ ___ | ||
[apis/shared/http.ts:97](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.ts#L97) | ||
[apis/shared/http.ts:97](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.ts#L97) |
@@ -22,3 +22,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/p2p](../modules/apis_p2p.md) / BillCurrency | ||
[apis/p2p/p2p.types.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L17) | ||
[apis/p2p/p2p.types.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L17) | ||
@@ -33,2 +33,2 @@ ___ | ||
[apis/p2p/p2p.types.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L16) | ||
[apis/p2p/p2p.types.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L16) |
@@ -23,3 +23,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/p2p](../modules/apis_p2p.md) / BillPaySource | ||
[apis/p2p/p2p.types.ts:25](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L25) | ||
[apis/p2p/p2p.types.ts:25](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L25) | ||
@@ -34,3 +34,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L26) | ||
[apis/p2p/p2p.types.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L26) | ||
@@ -45,2 +45,2 @@ ___ | ||
[apis/p2p/p2p.types.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L24) | ||
[apis/p2p/p2p.types.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L24) |
@@ -22,3 +22,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/p2p](../modules/apis_p2p.md) / BillRefundStatus | ||
[apis/p2p/p2p.types.ts:267](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L267) | ||
[apis/p2p/p2p.types.ts:267](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L267) | ||
@@ -33,2 +33,2 @@ ___ | ||
[apis/p2p/p2p.types.ts:268](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L268) | ||
[apis/p2p/p2p.types.ts:268](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L268) |
@@ -26,3 +26,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/p2p](../modules/apis_p2p.md) / BillStatus | ||
[apis/p2p/p2p.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L9) | ||
[apis/p2p/p2p.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L9) | ||
@@ -39,3 +39,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L5) | ||
[apis/p2p/p2p.types.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L5) | ||
@@ -52,3 +52,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:7](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L7) | ||
[apis/p2p/p2p.types.ts:7](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L7) | ||
@@ -65,2 +65,2 @@ ___ | ||
[apis/p2p/p2p.types.ts:3](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L3) | ||
[apis/p2p/p2p.types.ts:3](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L3) |
@@ -28,3 +28,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/shared](../modules/apis_shared.md) / TimeSpan | ||
[apis/shared/time.ts:47](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L47) | ||
[apis/shared/time.ts:47](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L47) | ||
@@ -39,3 +39,3 @@ ___ | ||
[apis/shared/time.ts:46](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L46) | ||
[apis/shared/time.ts:46](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L46) | ||
@@ -50,3 +50,3 @@ ___ | ||
[apis/shared/time.ts:43](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L43) | ||
[apis/shared/time.ts:43](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L43) | ||
@@ -61,3 +61,3 @@ ___ | ||
[apis/shared/time.ts:45](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L45) | ||
[apis/shared/time.ts:45](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L45) | ||
@@ -72,3 +72,3 @@ ___ | ||
[apis/shared/time.ts:49](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L49) | ||
[apis/shared/time.ts:49](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L49) | ||
@@ -83,3 +83,3 @@ ___ | ||
[apis/shared/time.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L44) | ||
[apis/shared/time.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L44) | ||
@@ -94,3 +94,3 @@ ___ | ||
[apis/shared/time.ts:48](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L48) | ||
[apis/shared/time.ts:48](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L48) | ||
@@ -105,2 +105,2 @@ ___ | ||
[apis/shared/time.ts:50](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L50) | ||
[apis/shared/time.ts:50](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L50) |
@@ -24,3 +24,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/wallet](../modules/apis_wallet.md) / CardActionStatus | ||
[apis/wallet/wallet.types.ts:1067](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1067) | ||
[apis/wallet/wallet.types.ts:1067](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1067) | ||
@@ -35,3 +35,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1066](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1066) | ||
[apis/wallet/wallet.types.ts:1066](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1066) | ||
@@ -46,3 +46,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1065](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1065) | ||
[apis/wallet/wallet.types.ts:1065](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1065) | ||
@@ -57,2 +57,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:1064](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1064) | ||
[apis/wallet/wallet.types.ts:1064](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1064) |
@@ -29,3 +29,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/wallet](../modules/apis_wallet.md) / CardStatus | ||
[apis/wallet/wallet.types.ts:916](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L916) | ||
[apis/wallet/wallet.types.ts:916](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L916) | ||
@@ -42,3 +42,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:925](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L925) | ||
[apis/wallet/wallet.types.ts:925](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L925) | ||
@@ -55,3 +55,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:919](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L919) | ||
[apis/wallet/wallet.types.ts:919](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L919) | ||
@@ -68,3 +68,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:922](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L922) | ||
[apis/wallet/wallet.types.ts:922](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L922) | ||
@@ -81,2 +81,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:928](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L928) | ||
[apis/wallet/wallet.types.ts:928](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L928) |
@@ -22,3 +22,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/wallet](../modules/apis_wallet.md) / ChequeFormat | ||
[apis/wallet/wallet.types.ts:79](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L79) | ||
[apis/wallet/wallet.types.ts:79](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L79) | ||
@@ -33,2 +33,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:80](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L80) | ||
[apis/wallet/wallet.types.ts:80](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L80) |
@@ -22,3 +22,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/wallet](../modules/apis_wallet.md) / CommissionPayer | ||
[apis/wallet/wallet.types.ts:1240](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1240) | ||
[apis/wallet/wallet.types.ts:1240](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1240) | ||
@@ -33,2 +33,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:1241](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1241) | ||
[apis/wallet/wallet.types.ts:1241](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1241) |
@@ -30,3 +30,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/wallet](../modules/apis_wallet.md) / Currency | ||
[apis/wallet/wallet.types.ts:63](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L63) | ||
[apis/wallet/wallet.types.ts:63](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L63) | ||
@@ -43,3 +43,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:65](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L65) | ||
[apis/wallet/wallet.types.ts:65](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L65) | ||
@@ -56,3 +56,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L55) | ||
[apis/wallet/wallet.types.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L55) | ||
@@ -69,3 +69,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:57](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L57) | ||
[apis/wallet/wallet.types.ts:57](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L57) | ||
@@ -82,3 +82,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:51](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L51) | ||
[apis/wallet/wallet.types.ts:51](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L51) | ||
@@ -95,3 +95,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:61](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L61) | ||
[apis/wallet/wallet.types.ts:61](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L61) | ||
@@ -108,3 +108,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:59](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L59) | ||
[apis/wallet/wallet.types.ts:59](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L59) | ||
@@ -121,2 +121,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:53](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L53) | ||
[apis/wallet/wallet.types.ts:53](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L53) |
@@ -28,3 +28,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/wallet](../modules/apis_wallet.md) / LimitType | ||
[apis/wallet/wallet.types.ts:669](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L669) | ||
[apis/wallet/wallet.types.ts:669](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L669) | ||
@@ -41,3 +41,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:672](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L672) | ||
[apis/wallet/wallet.types.ts:672](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L672) | ||
@@ -54,3 +54,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:675](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L675) | ||
[apis/wallet/wallet.types.ts:675](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L675) | ||
@@ -67,3 +67,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:663](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L663) | ||
[apis/wallet/wallet.types.ts:663](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L663) | ||
@@ -80,3 +80,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:666](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L666) | ||
[apis/wallet/wallet.types.ts:666](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L666) | ||
@@ -93,2 +93,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:678](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L678) | ||
[apis/wallet/wallet.types.ts:678](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L678) |
@@ -29,3 +29,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/wallet](../modules/apis_wallet.md) / PaymentHistorySource | ||
[apis/wallet/wallet.types.ts:404](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L404) | ||
[apis/wallet/wallet.types.ts:404](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L404) | ||
@@ -43,3 +43,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:409](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L409) | ||
[apis/wallet/wallet.types.ts:409](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L409) | ||
@@ -56,3 +56,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:399](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L399) | ||
[apis/wallet/wallet.types.ts:399](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L399) | ||
@@ -69,3 +69,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:391](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L391) | ||
[apis/wallet/wallet.types.ts:391](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L391) | ||
@@ -82,3 +82,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:387](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L387) | ||
[apis/wallet/wallet.types.ts:387](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L387) | ||
@@ -95,2 +95,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:395](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L395) | ||
[apis/wallet/wallet.types.ts:395](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L395) |
@@ -26,3 +26,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/wallet](../modules/apis_wallet.md) / PersonIdentificationLevel | ||
[apis/wallet/wallet.types.ts:3](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L3) | ||
[apis/wallet/wallet.types.ts:3](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L3) | ||
@@ -40,3 +40,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L14) | ||
[apis/wallet/wallet.types.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L14) | ||
@@ -53,3 +53,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L5) | ||
[apis/wallet/wallet.types.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L5) | ||
@@ -66,2 +66,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L9) | ||
[apis/wallet/wallet.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L9) |
@@ -22,3 +22,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/wallet](../modules/apis_wallet.md) / QuickPayRecipients | ||
[apis/wallet/wallet.types.ts:1248](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1248) | ||
[apis/wallet/wallet.types.ts:1248](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1248) | ||
@@ -33,2 +33,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:1249](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1249) | ||
[apis/wallet/wallet.types.ts:1249](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1249) |
@@ -59,3 +59,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/wallet](../modules/apis_wallet.md) / Recipients | ||
[apis/wallet/wallet.types.ts:103](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L103) | ||
[apis/wallet/wallet.types.ts:103](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L103) | ||
@@ -70,3 +70,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:143](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L143) | ||
[apis/wallet/wallet.types.ts:143](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L143) | ||
@@ -83,3 +83,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:142](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L142) | ||
[apis/wallet/wallet.types.ts:142](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L142) | ||
@@ -96,3 +96,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:154](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L154) | ||
[apis/wallet/wallet.types.ts:154](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L154) | ||
@@ -109,3 +109,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:90](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L90) | ||
[apis/wallet/wallet.types.ts:90](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L90) | ||
@@ -120,3 +120,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:180](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L180) | ||
[apis/wallet/wallet.types.ts:180](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L180) | ||
@@ -133,3 +133,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:121](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L121) | ||
[apis/wallet/wallet.types.ts:121](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L121) | ||
@@ -146,3 +146,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:88](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L88) | ||
[apis/wallet/wallet.types.ts:88](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L88) | ||
@@ -159,3 +159,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:127](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L127) | ||
[apis/wallet/wallet.types.ts:127](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L127) | ||
@@ -172,3 +172,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:129](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L129) | ||
[apis/wallet/wallet.types.ts:129](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L129) | ||
@@ -185,3 +185,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:92](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L92) | ||
[apis/wallet/wallet.types.ts:92](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L92) | ||
@@ -198,3 +198,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:131](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L131) | ||
[apis/wallet/wallet.types.ts:131](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L131) | ||
@@ -211,3 +211,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:107](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L107) | ||
[apis/wallet/wallet.types.ts:107](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L107) | ||
@@ -224,3 +224,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:133](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L133) | ||
[apis/wallet/wallet.types.ts:133](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L133) | ||
@@ -237,3 +237,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:135](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L135) | ||
[apis/wallet/wallet.types.ts:135](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L135) | ||
@@ -250,3 +250,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:115](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L115) | ||
[apis/wallet/wallet.types.ts:115](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L115) | ||
@@ -263,3 +263,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:137](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L137) | ||
[apis/wallet/wallet.types.ts:137](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L137) | ||
@@ -276,3 +276,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:139](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L139) | ||
[apis/wallet/wallet.types.ts:139](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L139) | ||
@@ -289,3 +289,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:157](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L157) | ||
[apis/wallet/wallet.types.ts:157](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L157) | ||
@@ -306,3 +306,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:151](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L151) | ||
[apis/wallet/wallet.types.ts:151](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L151) | ||
@@ -323,3 +323,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:165](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L165) | ||
[apis/wallet/wallet.types.ts:165](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L165) | ||
@@ -336,3 +336,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:119](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L119) | ||
[apis/wallet/wallet.types.ts:119](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L119) | ||
@@ -349,3 +349,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:109](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L109) | ||
[apis/wallet/wallet.types.ts:109](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L109) | ||
@@ -362,3 +362,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:111](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L111) | ||
[apis/wallet/wallet.types.ts:111](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L111) | ||
@@ -375,3 +375,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:117](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L117) | ||
[apis/wallet/wallet.types.ts:117](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L117) | ||
@@ -388,3 +388,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:100](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L100) | ||
[apis/wallet/wallet.types.ts:100](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L100) | ||
@@ -401,3 +401,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:94](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L94) | ||
[apis/wallet/wallet.types.ts:94](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L94) | ||
@@ -414,3 +414,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:105](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L105) | ||
[apis/wallet/wallet.types.ts:105](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L105) | ||
@@ -427,3 +427,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:98](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L98) | ||
[apis/wallet/wallet.types.ts:98](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L98) | ||
@@ -438,3 +438,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:179](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L179) | ||
[apis/wallet/wallet.types.ts:179](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L179) | ||
@@ -451,3 +451,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:113](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L113) | ||
[apis/wallet/wallet.types.ts:113](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L113) | ||
@@ -464,3 +464,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:123](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L123) | ||
[apis/wallet/wallet.types.ts:123](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L123) | ||
@@ -477,3 +477,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:125](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L125) | ||
[apis/wallet/wallet.types.ts:125](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L125) | ||
@@ -494,3 +494,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:173](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L173) | ||
[apis/wallet/wallet.types.ts:173](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L173) | ||
@@ -507,3 +507,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:176](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L176) | ||
[apis/wallet/wallet.types.ts:176](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L176) | ||
@@ -518,3 +518,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:177](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L177) | ||
[apis/wallet/wallet.types.ts:177](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L177) | ||
@@ -531,2 +531,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:96](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L96) | ||
[apis/wallet/wallet.types.ts:96](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L96) |
@@ -27,3 +27,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/wallet](../modules/apis_wallet.md) / TransactionStatus | ||
[apis/wallet/wallet.types.ts:43](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L43) | ||
[apis/wallet/wallet.types.ts:43](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L43) | ||
@@ -40,3 +40,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:41](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L41) | ||
[apis/wallet/wallet.types.ts:41](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L41) | ||
@@ -53,2 +53,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:39](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L39) | ||
[apis/wallet/wallet.types.ts:39](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L39) |
@@ -26,3 +26,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/wallet](../modules/apis_wallet.md) / TransactionType | ||
[apis/wallet/wallet.types.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L24) | ||
[apis/wallet/wallet.types.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L24) | ||
@@ -39,3 +39,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L26) | ||
[apis/wallet/wallet.types.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L26) | ||
@@ -52,3 +52,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L28) | ||
[apis/wallet/wallet.types.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L28) | ||
@@ -65,2 +65,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:30](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L30) | ||
[apis/wallet/wallet.types.ts:30](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L30) |
@@ -22,3 +22,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / BillCurrency | ||
[apis/p2p/p2p.types.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L17) | ||
[apis/p2p/p2p.types.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L17) | ||
@@ -33,2 +33,2 @@ ___ | ||
[apis/p2p/p2p.types.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L16) | ||
[apis/p2p/p2p.types.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L16) |
@@ -23,3 +23,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / BillPaySource | ||
[apis/p2p/p2p.types.ts:25](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L25) | ||
[apis/p2p/p2p.types.ts:25](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L25) | ||
@@ -34,3 +34,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L26) | ||
[apis/p2p/p2p.types.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L26) | ||
@@ -45,2 +45,2 @@ ___ | ||
[apis/p2p/p2p.types.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L24) | ||
[apis/p2p/p2p.types.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L24) |
@@ -22,3 +22,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / BillRefundStatus | ||
[apis/p2p/p2p.types.ts:267](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L267) | ||
[apis/p2p/p2p.types.ts:267](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L267) | ||
@@ -33,2 +33,2 @@ ___ | ||
[apis/p2p/p2p.types.ts:268](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L268) | ||
[apis/p2p/p2p.types.ts:268](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L268) |
@@ -26,3 +26,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / BillStatus | ||
[apis/p2p/p2p.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L9) | ||
[apis/p2p/p2p.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L9) | ||
@@ -39,3 +39,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L5) | ||
[apis/p2p/p2p.types.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L5) | ||
@@ -52,3 +52,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:7](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L7) | ||
[apis/p2p/p2p.types.ts:7](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L7) | ||
@@ -65,2 +65,2 @@ ___ | ||
[apis/p2p/p2p.types.ts:3](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L3) | ||
[apis/p2p/p2p.types.ts:3](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L3) |
@@ -24,3 +24,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / CardActionStatus | ||
[apis/wallet/wallet.types.ts:1067](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1067) | ||
[apis/wallet/wallet.types.ts:1067](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1067) | ||
@@ -35,3 +35,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1066](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1066) | ||
[apis/wallet/wallet.types.ts:1066](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1066) | ||
@@ -46,3 +46,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1065](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1065) | ||
[apis/wallet/wallet.types.ts:1065](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1065) | ||
@@ -57,2 +57,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:1064](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1064) | ||
[apis/wallet/wallet.types.ts:1064](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1064) |
@@ -29,3 +29,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / CardStatus | ||
[apis/wallet/wallet.types.ts:916](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L916) | ||
[apis/wallet/wallet.types.ts:916](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L916) | ||
@@ -42,3 +42,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:925](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L925) | ||
[apis/wallet/wallet.types.ts:925](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L925) | ||
@@ -55,3 +55,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:919](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L919) | ||
[apis/wallet/wallet.types.ts:919](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L919) | ||
@@ -68,3 +68,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:922](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L922) | ||
[apis/wallet/wallet.types.ts:922](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L922) | ||
@@ -81,2 +81,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:928](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L928) | ||
[apis/wallet/wallet.types.ts:928](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L928) |
@@ -22,3 +22,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / ChequeFormat | ||
[apis/wallet/wallet.types.ts:79](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L79) | ||
[apis/wallet/wallet.types.ts:79](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L79) | ||
@@ -33,2 +33,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:80](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L80) | ||
[apis/wallet/wallet.types.ts:80](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L80) |
@@ -22,3 +22,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / CommissionPayer | ||
[apis/wallet/wallet.types.ts:1240](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1240) | ||
[apis/wallet/wallet.types.ts:1240](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1240) | ||
@@ -33,2 +33,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:1241](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1241) | ||
[apis/wallet/wallet.types.ts:1241](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1241) |
@@ -30,3 +30,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / Currency | ||
[apis/wallet/wallet.types.ts:63](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L63) | ||
[apis/wallet/wallet.types.ts:63](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L63) | ||
@@ -43,3 +43,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:65](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L65) | ||
[apis/wallet/wallet.types.ts:65](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L65) | ||
@@ -56,3 +56,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L55) | ||
[apis/wallet/wallet.types.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L55) | ||
@@ -69,3 +69,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:57](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L57) | ||
[apis/wallet/wallet.types.ts:57](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L57) | ||
@@ -82,3 +82,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:51](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L51) | ||
[apis/wallet/wallet.types.ts:51](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L51) | ||
@@ -95,3 +95,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:61](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L61) | ||
[apis/wallet/wallet.types.ts:61](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L61) | ||
@@ -108,3 +108,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:59](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L59) | ||
[apis/wallet/wallet.types.ts:59](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L59) | ||
@@ -121,2 +121,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:53](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L53) | ||
[apis/wallet/wallet.types.ts:53](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L53) |
@@ -28,3 +28,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / LimitType | ||
[apis/wallet/wallet.types.ts:669](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L669) | ||
[apis/wallet/wallet.types.ts:669](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L669) | ||
@@ -41,3 +41,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:672](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L672) | ||
[apis/wallet/wallet.types.ts:672](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L672) | ||
@@ -54,3 +54,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:675](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L675) | ||
[apis/wallet/wallet.types.ts:675](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L675) | ||
@@ -67,3 +67,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:663](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L663) | ||
[apis/wallet/wallet.types.ts:663](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L663) | ||
@@ -80,3 +80,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:666](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L666) | ||
[apis/wallet/wallet.types.ts:666](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L666) | ||
@@ -93,2 +93,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:678](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L678) | ||
[apis/wallet/wallet.types.ts:678](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L678) |
@@ -29,3 +29,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / PaymentHistorySource | ||
[apis/wallet/wallet.types.ts:404](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L404) | ||
[apis/wallet/wallet.types.ts:404](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L404) | ||
@@ -43,3 +43,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:409](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L409) | ||
[apis/wallet/wallet.types.ts:409](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L409) | ||
@@ -56,3 +56,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:399](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L399) | ||
[apis/wallet/wallet.types.ts:399](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L399) | ||
@@ -69,3 +69,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:391](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L391) | ||
[apis/wallet/wallet.types.ts:391](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L391) | ||
@@ -82,3 +82,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:387](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L387) | ||
[apis/wallet/wallet.types.ts:387](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L387) | ||
@@ -95,2 +95,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:395](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L395) | ||
[apis/wallet/wallet.types.ts:395](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L395) |
@@ -26,3 +26,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / PersonIdentificationLevel | ||
[apis/wallet/wallet.types.ts:3](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L3) | ||
[apis/wallet/wallet.types.ts:3](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L3) | ||
@@ -40,3 +40,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L14) | ||
[apis/wallet/wallet.types.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L14) | ||
@@ -53,3 +53,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L5) | ||
[apis/wallet/wallet.types.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L5) | ||
@@ -66,2 +66,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L9) | ||
[apis/wallet/wallet.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L9) |
@@ -22,3 +22,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / BillCurrency | ||
[apis/p2p/p2p.types.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L17) | ||
[apis/p2p/p2p.types.ts:17](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L17) | ||
@@ -33,2 +33,2 @@ ___ | ||
[apis/p2p/p2p.types.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L16) | ||
[apis/p2p/p2p.types.ts:16](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L16) |
@@ -23,3 +23,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / BillPaySource | ||
[apis/p2p/p2p.types.ts:25](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L25) | ||
[apis/p2p/p2p.types.ts:25](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L25) | ||
@@ -34,3 +34,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L26) | ||
[apis/p2p/p2p.types.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L26) | ||
@@ -45,2 +45,2 @@ ___ | ||
[apis/p2p/p2p.types.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L24) | ||
[apis/p2p/p2p.types.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L24) |
@@ -22,3 +22,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / BillRefundStatus | ||
[apis/p2p/p2p.types.ts:267](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L267) | ||
[apis/p2p/p2p.types.ts:267](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L267) | ||
@@ -33,2 +33,2 @@ ___ | ||
[apis/p2p/p2p.types.ts:268](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L268) | ||
[apis/p2p/p2p.types.ts:268](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L268) |
@@ -26,3 +26,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / BillStatus | ||
[apis/p2p/p2p.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L9) | ||
[apis/p2p/p2p.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L9) | ||
@@ -39,3 +39,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L5) | ||
[apis/p2p/p2p.types.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L5) | ||
@@ -52,3 +52,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:7](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L7) | ||
[apis/p2p/p2p.types.ts:7](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L7) | ||
@@ -65,2 +65,2 @@ ___ | ||
[apis/p2p/p2p.types.ts:3](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L3) | ||
[apis/p2p/p2p.types.ts:3](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L3) |
@@ -24,3 +24,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / CardActionStatus | ||
[apis/wallet/wallet.types.ts:1067](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1067) | ||
[apis/wallet/wallet.types.ts:1067](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1067) | ||
@@ -35,3 +35,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1066](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1066) | ||
[apis/wallet/wallet.types.ts:1066](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1066) | ||
@@ -46,3 +46,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1065](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1065) | ||
[apis/wallet/wallet.types.ts:1065](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1065) | ||
@@ -57,2 +57,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:1064](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1064) | ||
[apis/wallet/wallet.types.ts:1064](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1064) |
@@ -29,3 +29,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / CardStatus | ||
[apis/wallet/wallet.types.ts:916](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L916) | ||
[apis/wallet/wallet.types.ts:916](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L916) | ||
@@ -42,3 +42,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:925](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L925) | ||
[apis/wallet/wallet.types.ts:925](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L925) | ||
@@ -55,3 +55,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:919](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L919) | ||
[apis/wallet/wallet.types.ts:919](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L919) | ||
@@ -68,3 +68,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:922](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L922) | ||
[apis/wallet/wallet.types.ts:922](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L922) | ||
@@ -81,2 +81,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:928](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L928) | ||
[apis/wallet/wallet.types.ts:928](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L928) |
@@ -22,3 +22,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / ChequeFormat | ||
[apis/wallet/wallet.types.ts:79](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L79) | ||
[apis/wallet/wallet.types.ts:79](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L79) | ||
@@ -33,2 +33,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:80](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L80) | ||
[apis/wallet/wallet.types.ts:80](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L80) |
@@ -22,3 +22,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / CommissionPayer | ||
[apis/wallet/wallet.types.ts:1240](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1240) | ||
[apis/wallet/wallet.types.ts:1240](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1240) | ||
@@ -33,2 +33,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:1241](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1241) | ||
[apis/wallet/wallet.types.ts:1241](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1241) |
@@ -30,3 +30,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / Currency | ||
[apis/wallet/wallet.types.ts:63](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L63) | ||
[apis/wallet/wallet.types.ts:63](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L63) | ||
@@ -43,3 +43,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:65](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L65) | ||
[apis/wallet/wallet.types.ts:65](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L65) | ||
@@ -56,3 +56,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L55) | ||
[apis/wallet/wallet.types.ts:55](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L55) | ||
@@ -69,3 +69,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:57](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L57) | ||
[apis/wallet/wallet.types.ts:57](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L57) | ||
@@ -82,3 +82,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:51](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L51) | ||
[apis/wallet/wallet.types.ts:51](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L51) | ||
@@ -95,3 +95,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:61](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L61) | ||
[apis/wallet/wallet.types.ts:61](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L61) | ||
@@ -108,3 +108,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:59](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L59) | ||
[apis/wallet/wallet.types.ts:59](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L59) | ||
@@ -121,2 +121,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:53](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L53) | ||
[apis/wallet/wallet.types.ts:53](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L53) |
@@ -28,3 +28,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / LimitType | ||
[apis/wallet/wallet.types.ts:669](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L669) | ||
[apis/wallet/wallet.types.ts:669](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L669) | ||
@@ -41,3 +41,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:672](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L672) | ||
[apis/wallet/wallet.types.ts:672](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L672) | ||
@@ -54,3 +54,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:675](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L675) | ||
[apis/wallet/wallet.types.ts:675](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L675) | ||
@@ -67,3 +67,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:663](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L663) | ||
[apis/wallet/wallet.types.ts:663](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L663) | ||
@@ -80,3 +80,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:666](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L666) | ||
[apis/wallet/wallet.types.ts:666](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L666) | ||
@@ -93,2 +93,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:678](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L678) | ||
[apis/wallet/wallet.types.ts:678](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L678) |
@@ -29,3 +29,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / PaymentHistorySource | ||
[apis/wallet/wallet.types.ts:404](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L404) | ||
[apis/wallet/wallet.types.ts:404](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L404) | ||
@@ -43,3 +43,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:409](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L409) | ||
[apis/wallet/wallet.types.ts:409](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L409) | ||
@@ -56,3 +56,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:399](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L399) | ||
[apis/wallet/wallet.types.ts:399](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L399) | ||
@@ -69,3 +69,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:391](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L391) | ||
[apis/wallet/wallet.types.ts:391](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L391) | ||
@@ -82,3 +82,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:387](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L387) | ||
[apis/wallet/wallet.types.ts:387](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L387) | ||
@@ -95,2 +95,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:395](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L395) | ||
[apis/wallet/wallet.types.ts:395](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L395) |
@@ -26,3 +26,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / PersonIdentificationLevel | ||
[apis/wallet/wallet.types.ts:3](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L3) | ||
[apis/wallet/wallet.types.ts:3](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L3) | ||
@@ -40,3 +40,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L14) | ||
[apis/wallet/wallet.types.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L14) | ||
@@ -53,3 +53,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L5) | ||
[apis/wallet/wallet.types.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L5) | ||
@@ -66,2 +66,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L9) | ||
[apis/wallet/wallet.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L9) |
@@ -22,3 +22,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / QuickPayRecipients | ||
[apis/wallet/wallet.types.ts:1248](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1248) | ||
[apis/wallet/wallet.types.ts:1248](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1248) | ||
@@ -33,2 +33,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:1249](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1249) | ||
[apis/wallet/wallet.types.ts:1249](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1249) |
@@ -59,3 +59,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / Recipients | ||
[apis/wallet/wallet.types.ts:103](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L103) | ||
[apis/wallet/wallet.types.ts:103](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L103) | ||
@@ -70,3 +70,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:143](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L143) | ||
[apis/wallet/wallet.types.ts:143](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L143) | ||
@@ -83,3 +83,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:142](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L142) | ||
[apis/wallet/wallet.types.ts:142](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L142) | ||
@@ -96,3 +96,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:154](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L154) | ||
[apis/wallet/wallet.types.ts:154](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L154) | ||
@@ -109,3 +109,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:90](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L90) | ||
[apis/wallet/wallet.types.ts:90](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L90) | ||
@@ -120,3 +120,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:180](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L180) | ||
[apis/wallet/wallet.types.ts:180](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L180) | ||
@@ -133,3 +133,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:121](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L121) | ||
[apis/wallet/wallet.types.ts:121](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L121) | ||
@@ -146,3 +146,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:88](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L88) | ||
[apis/wallet/wallet.types.ts:88](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L88) | ||
@@ -159,3 +159,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:127](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L127) | ||
[apis/wallet/wallet.types.ts:127](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L127) | ||
@@ -172,3 +172,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:129](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L129) | ||
[apis/wallet/wallet.types.ts:129](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L129) | ||
@@ -185,3 +185,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:92](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L92) | ||
[apis/wallet/wallet.types.ts:92](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L92) | ||
@@ -198,3 +198,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:131](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L131) | ||
[apis/wallet/wallet.types.ts:131](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L131) | ||
@@ -211,3 +211,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:107](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L107) | ||
[apis/wallet/wallet.types.ts:107](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L107) | ||
@@ -224,3 +224,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:133](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L133) | ||
[apis/wallet/wallet.types.ts:133](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L133) | ||
@@ -237,3 +237,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:135](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L135) | ||
[apis/wallet/wallet.types.ts:135](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L135) | ||
@@ -250,3 +250,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:115](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L115) | ||
[apis/wallet/wallet.types.ts:115](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L115) | ||
@@ -263,3 +263,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:137](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L137) | ||
[apis/wallet/wallet.types.ts:137](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L137) | ||
@@ -276,3 +276,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:139](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L139) | ||
[apis/wallet/wallet.types.ts:139](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L139) | ||
@@ -289,3 +289,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:157](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L157) | ||
[apis/wallet/wallet.types.ts:157](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L157) | ||
@@ -306,3 +306,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:151](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L151) | ||
[apis/wallet/wallet.types.ts:151](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L151) | ||
@@ -323,3 +323,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:165](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L165) | ||
[apis/wallet/wallet.types.ts:165](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L165) | ||
@@ -336,3 +336,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:119](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L119) | ||
[apis/wallet/wallet.types.ts:119](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L119) | ||
@@ -349,3 +349,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:109](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L109) | ||
[apis/wallet/wallet.types.ts:109](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L109) | ||
@@ -362,3 +362,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:111](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L111) | ||
[apis/wallet/wallet.types.ts:111](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L111) | ||
@@ -375,3 +375,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:117](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L117) | ||
[apis/wallet/wallet.types.ts:117](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L117) | ||
@@ -388,3 +388,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:100](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L100) | ||
[apis/wallet/wallet.types.ts:100](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L100) | ||
@@ -401,3 +401,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:94](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L94) | ||
[apis/wallet/wallet.types.ts:94](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L94) | ||
@@ -414,3 +414,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:105](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L105) | ||
[apis/wallet/wallet.types.ts:105](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L105) | ||
@@ -427,3 +427,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:98](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L98) | ||
[apis/wallet/wallet.types.ts:98](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L98) | ||
@@ -438,3 +438,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:179](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L179) | ||
[apis/wallet/wallet.types.ts:179](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L179) | ||
@@ -451,3 +451,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:113](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L113) | ||
[apis/wallet/wallet.types.ts:113](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L113) | ||
@@ -464,3 +464,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:123](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L123) | ||
[apis/wallet/wallet.types.ts:123](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L123) | ||
@@ -477,3 +477,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:125](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L125) | ||
[apis/wallet/wallet.types.ts:125](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L125) | ||
@@ -494,3 +494,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:173](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L173) | ||
[apis/wallet/wallet.types.ts:173](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L173) | ||
@@ -507,3 +507,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:176](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L176) | ||
[apis/wallet/wallet.types.ts:176](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L176) | ||
@@ -518,3 +518,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:177](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L177) | ||
[apis/wallet/wallet.types.ts:177](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L177) | ||
@@ -531,2 +531,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:96](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L96) | ||
[apis/wallet/wallet.types.ts:96](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L96) |
@@ -28,3 +28,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / TimeSpan | ||
[apis/shared/time.ts:47](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L47) | ||
[apis/shared/time.ts:47](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L47) | ||
@@ -39,3 +39,3 @@ ___ | ||
[apis/shared/time.ts:46](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L46) | ||
[apis/shared/time.ts:46](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L46) | ||
@@ -50,3 +50,3 @@ ___ | ||
[apis/shared/time.ts:43](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L43) | ||
[apis/shared/time.ts:43](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L43) | ||
@@ -61,3 +61,3 @@ ___ | ||
[apis/shared/time.ts:45](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L45) | ||
[apis/shared/time.ts:45](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L45) | ||
@@ -72,3 +72,3 @@ ___ | ||
[apis/shared/time.ts:49](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L49) | ||
[apis/shared/time.ts:49](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L49) | ||
@@ -83,3 +83,3 @@ ___ | ||
[apis/shared/time.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L44) | ||
[apis/shared/time.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L44) | ||
@@ -94,3 +94,3 @@ ___ | ||
[apis/shared/time.ts:48](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L48) | ||
[apis/shared/time.ts:48](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L48) | ||
@@ -105,2 +105,2 @@ ___ | ||
[apis/shared/time.ts:50](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L50) | ||
[apis/shared/time.ts:50](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L50) |
@@ -27,3 +27,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / TransactionStatus | ||
[apis/wallet/wallet.types.ts:43](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L43) | ||
[apis/wallet/wallet.types.ts:43](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L43) | ||
@@ -40,3 +40,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:41](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L41) | ||
[apis/wallet/wallet.types.ts:41](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L41) | ||
@@ -53,2 +53,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:39](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L39) | ||
[apis/wallet/wallet.types.ts:39](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L39) |
@@ -26,3 +26,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / TransactionType | ||
[apis/wallet/wallet.types.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L24) | ||
[apis/wallet/wallet.types.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L24) | ||
@@ -39,3 +39,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L26) | ||
[apis/wallet/wallet.types.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L26) | ||
@@ -52,3 +52,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L28) | ||
[apis/wallet/wallet.types.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L28) | ||
@@ -65,2 +65,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:30](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L30) | ||
[apis/wallet/wallet.types.ts:30](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L30) |
@@ -22,3 +22,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / QuickPayRecipients | ||
[apis/wallet/wallet.types.ts:1248](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1248) | ||
[apis/wallet/wallet.types.ts:1248](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1248) | ||
@@ -33,2 +33,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:1249](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1249) | ||
[apis/wallet/wallet.types.ts:1249](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1249) |
@@ -59,3 +59,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / Recipients | ||
[apis/wallet/wallet.types.ts:103](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L103) | ||
[apis/wallet/wallet.types.ts:103](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L103) | ||
@@ -70,3 +70,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:143](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L143) | ||
[apis/wallet/wallet.types.ts:143](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L143) | ||
@@ -83,3 +83,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:142](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L142) | ||
[apis/wallet/wallet.types.ts:142](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L142) | ||
@@ -96,3 +96,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:154](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L154) | ||
[apis/wallet/wallet.types.ts:154](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L154) | ||
@@ -109,3 +109,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:90](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L90) | ||
[apis/wallet/wallet.types.ts:90](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L90) | ||
@@ -120,3 +120,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:180](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L180) | ||
[apis/wallet/wallet.types.ts:180](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L180) | ||
@@ -133,3 +133,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:121](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L121) | ||
[apis/wallet/wallet.types.ts:121](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L121) | ||
@@ -146,3 +146,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:88](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L88) | ||
[apis/wallet/wallet.types.ts:88](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L88) | ||
@@ -159,3 +159,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:127](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L127) | ||
[apis/wallet/wallet.types.ts:127](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L127) | ||
@@ -172,3 +172,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:129](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L129) | ||
[apis/wallet/wallet.types.ts:129](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L129) | ||
@@ -185,3 +185,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:92](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L92) | ||
[apis/wallet/wallet.types.ts:92](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L92) | ||
@@ -198,3 +198,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:131](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L131) | ||
[apis/wallet/wallet.types.ts:131](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L131) | ||
@@ -211,3 +211,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:107](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L107) | ||
[apis/wallet/wallet.types.ts:107](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L107) | ||
@@ -224,3 +224,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:133](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L133) | ||
[apis/wallet/wallet.types.ts:133](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L133) | ||
@@ -237,3 +237,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:135](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L135) | ||
[apis/wallet/wallet.types.ts:135](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L135) | ||
@@ -250,3 +250,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:115](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L115) | ||
[apis/wallet/wallet.types.ts:115](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L115) | ||
@@ -263,3 +263,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:137](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L137) | ||
[apis/wallet/wallet.types.ts:137](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L137) | ||
@@ -276,3 +276,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:139](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L139) | ||
[apis/wallet/wallet.types.ts:139](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L139) | ||
@@ -289,3 +289,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:157](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L157) | ||
[apis/wallet/wallet.types.ts:157](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L157) | ||
@@ -306,3 +306,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:151](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L151) | ||
[apis/wallet/wallet.types.ts:151](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L151) | ||
@@ -323,3 +323,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:165](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L165) | ||
[apis/wallet/wallet.types.ts:165](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L165) | ||
@@ -336,3 +336,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:119](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L119) | ||
[apis/wallet/wallet.types.ts:119](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L119) | ||
@@ -349,3 +349,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:109](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L109) | ||
[apis/wallet/wallet.types.ts:109](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L109) | ||
@@ -362,3 +362,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:111](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L111) | ||
[apis/wallet/wallet.types.ts:111](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L111) | ||
@@ -375,3 +375,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:117](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L117) | ||
[apis/wallet/wallet.types.ts:117](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L117) | ||
@@ -388,3 +388,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:100](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L100) | ||
[apis/wallet/wallet.types.ts:100](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L100) | ||
@@ -401,3 +401,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:94](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L94) | ||
[apis/wallet/wallet.types.ts:94](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L94) | ||
@@ -414,3 +414,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:105](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L105) | ||
[apis/wallet/wallet.types.ts:105](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L105) | ||
@@ -427,3 +427,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:98](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L98) | ||
[apis/wallet/wallet.types.ts:98](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L98) | ||
@@ -438,3 +438,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:179](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L179) | ||
[apis/wallet/wallet.types.ts:179](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L179) | ||
@@ -451,3 +451,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:113](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L113) | ||
[apis/wallet/wallet.types.ts:113](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L113) | ||
@@ -464,3 +464,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:123](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L123) | ||
[apis/wallet/wallet.types.ts:123](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L123) | ||
@@ -477,3 +477,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:125](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L125) | ||
[apis/wallet/wallet.types.ts:125](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L125) | ||
@@ -494,3 +494,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:173](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L173) | ||
[apis/wallet/wallet.types.ts:173](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L173) | ||
@@ -507,3 +507,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:176](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L176) | ||
[apis/wallet/wallet.types.ts:176](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L176) | ||
@@ -518,3 +518,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:177](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L177) | ||
[apis/wallet/wallet.types.ts:177](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L177) | ||
@@ -531,2 +531,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:96](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L96) | ||
[apis/wallet/wallet.types.ts:96](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L96) |
@@ -28,3 +28,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / TimeSpan | ||
[apis/shared/time.ts:47](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L47) | ||
[apis/shared/time.ts:47](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L47) | ||
@@ -39,3 +39,3 @@ ___ | ||
[apis/shared/time.ts:46](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L46) | ||
[apis/shared/time.ts:46](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L46) | ||
@@ -50,3 +50,3 @@ ___ | ||
[apis/shared/time.ts:43](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L43) | ||
[apis/shared/time.ts:43](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L43) | ||
@@ -61,3 +61,3 @@ ___ | ||
[apis/shared/time.ts:45](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L45) | ||
[apis/shared/time.ts:45](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L45) | ||
@@ -72,3 +72,3 @@ ___ | ||
[apis/shared/time.ts:49](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L49) | ||
[apis/shared/time.ts:49](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L49) | ||
@@ -83,3 +83,3 @@ ___ | ||
[apis/shared/time.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L44) | ||
[apis/shared/time.ts:44](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L44) | ||
@@ -94,3 +94,3 @@ ___ | ||
[apis/shared/time.ts:48](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L48) | ||
[apis/shared/time.ts:48](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L48) | ||
@@ -105,2 +105,2 @@ ___ | ||
[apis/shared/time.ts:50](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L50) | ||
[apis/shared/time.ts:50](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L50) |
@@ -27,3 +27,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / TransactionStatus | ||
[apis/wallet/wallet.types.ts:43](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L43) | ||
[apis/wallet/wallet.types.ts:43](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L43) | ||
@@ -40,3 +40,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:41](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L41) | ||
[apis/wallet/wallet.types.ts:41](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L41) | ||
@@ -53,2 +53,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:39](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L39) | ||
[apis/wallet/wallet.types.ts:39](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L39) |
@@ -26,3 +26,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / TransactionType | ||
[apis/wallet/wallet.types.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L24) | ||
[apis/wallet/wallet.types.ts:24](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L24) | ||
@@ -39,3 +39,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L26) | ||
[apis/wallet/wallet.types.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L26) | ||
@@ -52,3 +52,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L28) | ||
[apis/wallet/wallet.types.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L28) | ||
@@ -65,2 +65,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:30](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L30) | ||
[apis/wallet/wallet.types.ts:30](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L30) |
@@ -32,3 +32,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/shared](../modules/apis_shared.md) / HttpClient | ||
[apis/shared/http.types.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L52) | ||
[apis/shared/http.types.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L52) | ||
@@ -53,2 +53,2 @@ ## Methods | ||
[apis/shared/http.types.ts:53](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L53) | ||
[apis/shared/http.types.ts:53](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L53) |
@@ -38,3 +38,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/shared](../modules/apis_shared.md) / HttpClientOptions | ||
[apis/shared/http.types.ts:8](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L8) | ||
[apis/shared/http.types.ts:8](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L8) | ||
@@ -49,3 +49,3 @@ ___ | ||
[apis/shared/http.types.ts:10](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L10) | ||
[apis/shared/http.types.ts:10](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L10) | ||
@@ -60,3 +60,3 @@ ___ | ||
[apis/shared/http.types.ts:7](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L7) | ||
[apis/shared/http.types.ts:7](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L7) | ||
@@ -71,3 +71,3 @@ ___ | ||
[apis/shared/http.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L9) | ||
[apis/shared/http.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L9) | ||
@@ -82,3 +82,3 @@ ___ | ||
[apis/shared/http.types.ts:11](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L11) | ||
[apis/shared/http.types.ts:11](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L11) | ||
@@ -103,3 +103,3 @@ ## Methods | ||
[apis/shared/http.types.ts:15](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L15) | ||
[apis/shared/http.types.ts:15](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L15) | ||
@@ -124,3 +124,3 @@ ___ | ||
[apis/shared/http.types.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L14) | ||
[apis/shared/http.types.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L14) | ||
@@ -145,2 +145,2 @@ ___ | ||
[apis/shared/http.types.ts:13](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L13) | ||
[apis/shared/http.types.ts:13](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L13) |
@@ -51,3 +51,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/shared](../modules/apis_shared.md) / HttpRequestOptions | ||
[apis/shared/http.types.ts:8](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L8) | ||
[apis/shared/http.types.ts:8](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L8) | ||
@@ -66,3 +66,3 @@ ___ | ||
[apis/shared/http.types.ts:10](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L10) | ||
[apis/shared/http.types.ts:10](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L10) | ||
@@ -77,3 +77,3 @@ ___ | ||
[apis/shared/http.types.ts:22](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L22) | ||
[apis/shared/http.types.ts:22](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L22) | ||
@@ -92,3 +92,3 @@ ___ | ||
[apis/shared/http.types.ts:7](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L7) | ||
[apis/shared/http.types.ts:7](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L7) | ||
@@ -103,3 +103,3 @@ ___ | ||
[apis/shared/http.types.ts:21](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L21) | ||
[apis/shared/http.types.ts:21](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L21) | ||
@@ -118,3 +118,3 @@ ___ | ||
[apis/shared/http.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L9) | ||
[apis/shared/http.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L9) | ||
@@ -133,3 +133,3 @@ ___ | ||
[apis/shared/http.types.ts:11](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L11) | ||
[apis/shared/http.types.ts:11](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L11) | ||
@@ -144,3 +144,3 @@ ___ | ||
[apis/shared/http.types.ts:20](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L20) | ||
[apis/shared/http.types.ts:20](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L20) | ||
@@ -169,3 +169,3 @@ ## Methods | ||
[apis/shared/http.types.ts:15](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L15) | ||
[apis/shared/http.types.ts:15](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L15) | ||
@@ -194,3 +194,3 @@ ___ | ||
[apis/shared/http.types.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L14) | ||
[apis/shared/http.types.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L14) | ||
@@ -219,2 +219,2 @@ ___ | ||
[apis/shared/http.types.ts:13](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L13) | ||
[apis/shared/http.types.ts:13](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L13) |
@@ -31,3 +31,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/shared](../modules/apis_shared.md) / HttpResponse | ||
[apis/shared/http.types.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L29) | ||
[apis/shared/http.types.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L29) | ||
@@ -42,3 +42,3 @@ ___ | ||
[apis/shared/http.types.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L28) | ||
[apis/shared/http.types.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L28) | ||
@@ -53,3 +53,3 @@ ___ | ||
[apis/shared/http.types.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L26) | ||
[apis/shared/http.types.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L26) | ||
@@ -64,2 +64,2 @@ ___ | ||
[apis/shared/http.types.ts:27](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L27) | ||
[apis/shared/http.types.ts:27](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L27) |
@@ -33,3 +33,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/wallet](../modules/apis_wallet.md) / Bill | ||
[apis/wallet/wallet.types.ts:1399](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1399) | ||
[apis/wallet/wallet.types.ts:1399](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1399) | ||
@@ -46,3 +46,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1364](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1364) | ||
[apis/wallet/wallet.types.ts:1364](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1364) | ||
@@ -59,3 +59,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1369](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1369) | ||
[apis/wallet/wallet.types.ts:1369](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1369) | ||
@@ -72,3 +72,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1359](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1359) | ||
[apis/wallet/wallet.types.ts:1359](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1359) | ||
@@ -85,3 +85,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1354](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1354) | ||
[apis/wallet/wallet.types.ts:1354](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1354) | ||
@@ -98,3 +98,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1404](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1404) | ||
[apis/wallet/wallet.types.ts:1404](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1404) | ||
@@ -111,3 +111,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1394](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1394) | ||
[apis/wallet/wallet.types.ts:1394](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1394) | ||
@@ -124,3 +124,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1389](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1389) | ||
[apis/wallet/wallet.types.ts:1389](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1389) | ||
@@ -137,3 +137,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1379](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1379) | ||
[apis/wallet/wallet.types.ts:1379](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1379) | ||
@@ -150,3 +150,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1374](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1374) | ||
[apis/wallet/wallet.types.ts:1374](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1374) | ||
@@ -163,2 +163,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:1384](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1384) | ||
[apis/wallet/wallet.types.ts:1384](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1384) |
@@ -26,3 +26,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [apis/wallet](../modules/apis_wallet.md) / BillProvider | ||
[apis/wallet/wallet.types.ts:1411](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1411) | ||
[apis/wallet/wallet.types.ts:1411](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1411) | ||
@@ -39,3 +39,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1426](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1426) | ||
[apis/wallet/wallet.types.ts:1426](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1426) | ||
@@ -52,3 +52,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1421](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1421) | ||
[apis/wallet/wallet.types.ts:1421](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1421) | ||
@@ -65,2 +65,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:1416](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1416) | ||
[apis/wallet/wallet.types.ts:1416](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1416) |
@@ -29,2 +29,2 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [<internal\>](../modules/index._internal_.md) / ApiClassOptions | ||
[apis/api.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L5) | ||
[apis/api.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L5) |
@@ -33,3 +33,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / Bill | ||
[apis/wallet/wallet.types.ts:1399](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1399) | ||
[apis/wallet/wallet.types.ts:1399](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1399) | ||
@@ -46,3 +46,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1364](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1364) | ||
[apis/wallet/wallet.types.ts:1364](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1364) | ||
@@ -59,3 +59,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1369](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1369) | ||
[apis/wallet/wallet.types.ts:1369](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1369) | ||
@@ -72,3 +72,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1359](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1359) | ||
[apis/wallet/wallet.types.ts:1359](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1359) | ||
@@ -85,3 +85,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1354](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1354) | ||
[apis/wallet/wallet.types.ts:1354](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1354) | ||
@@ -98,3 +98,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1404](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1404) | ||
[apis/wallet/wallet.types.ts:1404](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1404) | ||
@@ -111,3 +111,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1394](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1394) | ||
[apis/wallet/wallet.types.ts:1394](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1394) | ||
@@ -124,3 +124,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1389](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1389) | ||
[apis/wallet/wallet.types.ts:1389](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1389) | ||
@@ -137,3 +137,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1379](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1379) | ||
[apis/wallet/wallet.types.ts:1379](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1379) | ||
@@ -150,3 +150,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1374](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1374) | ||
[apis/wallet/wallet.types.ts:1374](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1374) | ||
@@ -163,2 +163,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:1384](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1384) | ||
[apis/wallet/wallet.types.ts:1384](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1384) |
@@ -26,3 +26,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / BillProvider | ||
[apis/wallet/wallet.types.ts:1411](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1411) | ||
[apis/wallet/wallet.types.ts:1411](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1411) | ||
@@ -39,3 +39,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1426](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1426) | ||
[apis/wallet/wallet.types.ts:1426](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1426) | ||
@@ -52,3 +52,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1421](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1421) | ||
[apis/wallet/wallet.types.ts:1421](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1421) | ||
@@ -65,2 +65,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:1416](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1416) | ||
[apis/wallet/wallet.types.ts:1416](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1416) |
@@ -32,3 +32,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / HttpClient | ||
[apis/shared/http.types.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L52) | ||
[apis/shared/http.types.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L52) | ||
@@ -53,2 +53,2 @@ ## Methods | ||
[apis/shared/http.types.ts:53](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L53) | ||
[apis/shared/http.types.ts:53](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L53) |
@@ -38,3 +38,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / HttpClientOptions | ||
[apis/shared/http.types.ts:8](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L8) | ||
[apis/shared/http.types.ts:8](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L8) | ||
@@ -49,3 +49,3 @@ ___ | ||
[apis/shared/http.types.ts:10](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L10) | ||
[apis/shared/http.types.ts:10](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L10) | ||
@@ -60,3 +60,3 @@ ___ | ||
[apis/shared/http.types.ts:7](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L7) | ||
[apis/shared/http.types.ts:7](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L7) | ||
@@ -71,3 +71,3 @@ ___ | ||
[apis/shared/http.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L9) | ||
[apis/shared/http.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L9) | ||
@@ -82,3 +82,3 @@ ___ | ||
[apis/shared/http.types.ts:11](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L11) | ||
[apis/shared/http.types.ts:11](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L11) | ||
@@ -103,3 +103,3 @@ ## Methods | ||
[apis/shared/http.types.ts:15](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L15) | ||
[apis/shared/http.types.ts:15](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L15) | ||
@@ -124,3 +124,3 @@ ___ | ||
[apis/shared/http.types.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L14) | ||
[apis/shared/http.types.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L14) | ||
@@ -145,2 +145,2 @@ ___ | ||
[apis/shared/http.types.ts:13](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L13) | ||
[apis/shared/http.types.ts:13](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L13) |
@@ -51,3 +51,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / HttpRequestOptions | ||
[apis/shared/http.types.ts:8](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L8) | ||
[apis/shared/http.types.ts:8](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L8) | ||
@@ -66,3 +66,3 @@ ___ | ||
[apis/shared/http.types.ts:10](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L10) | ||
[apis/shared/http.types.ts:10](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L10) | ||
@@ -77,3 +77,3 @@ ___ | ||
[apis/shared/http.types.ts:22](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L22) | ||
[apis/shared/http.types.ts:22](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L22) | ||
@@ -92,3 +92,3 @@ ___ | ||
[apis/shared/http.types.ts:7](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L7) | ||
[apis/shared/http.types.ts:7](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L7) | ||
@@ -103,3 +103,3 @@ ___ | ||
[apis/shared/http.types.ts:21](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L21) | ||
[apis/shared/http.types.ts:21](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L21) | ||
@@ -118,3 +118,3 @@ ___ | ||
[apis/shared/http.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L9) | ||
[apis/shared/http.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L9) | ||
@@ -133,3 +133,3 @@ ___ | ||
[apis/shared/http.types.ts:11](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L11) | ||
[apis/shared/http.types.ts:11](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L11) | ||
@@ -144,3 +144,3 @@ ___ | ||
[apis/shared/http.types.ts:20](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L20) | ||
[apis/shared/http.types.ts:20](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L20) | ||
@@ -169,3 +169,3 @@ ## Methods | ||
[apis/shared/http.types.ts:15](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L15) | ||
[apis/shared/http.types.ts:15](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L15) | ||
@@ -194,3 +194,3 @@ ___ | ||
[apis/shared/http.types.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L14) | ||
[apis/shared/http.types.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L14) | ||
@@ -219,2 +219,2 @@ ___ | ||
[apis/shared/http.types.ts:13](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L13) | ||
[apis/shared/http.types.ts:13](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L13) |
@@ -31,3 +31,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / HttpResponse | ||
[apis/shared/http.types.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L29) | ||
[apis/shared/http.types.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L29) | ||
@@ -42,3 +42,3 @@ ___ | ||
[apis/shared/http.types.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L28) | ||
[apis/shared/http.types.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L28) | ||
@@ -53,3 +53,3 @@ ___ | ||
[apis/shared/http.types.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L26) | ||
[apis/shared/http.types.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L26) | ||
@@ -64,2 +64,2 @@ ___ | ||
[apis/shared/http.types.ts:27](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L27) | ||
[apis/shared/http.types.ts:27](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L27) |
@@ -33,3 +33,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / Bill | ||
[apis/wallet/wallet.types.ts:1399](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1399) | ||
[apis/wallet/wallet.types.ts:1399](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1399) | ||
@@ -46,3 +46,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1364](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1364) | ||
[apis/wallet/wallet.types.ts:1364](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1364) | ||
@@ -59,3 +59,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1369](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1369) | ||
[apis/wallet/wallet.types.ts:1369](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1369) | ||
@@ -72,3 +72,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1359](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1359) | ||
[apis/wallet/wallet.types.ts:1359](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1359) | ||
@@ -85,3 +85,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1354](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1354) | ||
[apis/wallet/wallet.types.ts:1354](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1354) | ||
@@ -98,3 +98,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1404](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1404) | ||
[apis/wallet/wallet.types.ts:1404](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1404) | ||
@@ -111,3 +111,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1394](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1394) | ||
[apis/wallet/wallet.types.ts:1394](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1394) | ||
@@ -124,3 +124,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1389](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1389) | ||
[apis/wallet/wallet.types.ts:1389](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1389) | ||
@@ -137,3 +137,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1379](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1379) | ||
[apis/wallet/wallet.types.ts:1379](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1379) | ||
@@ -150,3 +150,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1374](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1374) | ||
[apis/wallet/wallet.types.ts:1374](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1374) | ||
@@ -163,2 +163,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:1384](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1384) | ||
[apis/wallet/wallet.types.ts:1384](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1384) |
@@ -26,3 +26,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / BillProvider | ||
[apis/wallet/wallet.types.ts:1411](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1411) | ||
[apis/wallet/wallet.types.ts:1411](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1411) | ||
@@ -39,3 +39,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1426](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1426) | ||
[apis/wallet/wallet.types.ts:1426](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1426) | ||
@@ -52,3 +52,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1421](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1421) | ||
[apis/wallet/wallet.types.ts:1421](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1421) | ||
@@ -65,2 +65,2 @@ ___ | ||
[apis/wallet/wallet.types.ts:1416](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1416) | ||
[apis/wallet/wallet.types.ts:1416](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1416) |
@@ -32,3 +32,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / HttpClient | ||
[apis/shared/http.types.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L52) | ||
[apis/shared/http.types.ts:52](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L52) | ||
@@ -53,2 +53,2 @@ ## Methods | ||
[apis/shared/http.types.ts:53](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L53) | ||
[apis/shared/http.types.ts:53](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L53) |
@@ -38,3 +38,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / HttpClientOptions | ||
[apis/shared/http.types.ts:8](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L8) | ||
[apis/shared/http.types.ts:8](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L8) | ||
@@ -49,3 +49,3 @@ ___ | ||
[apis/shared/http.types.ts:10](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L10) | ||
[apis/shared/http.types.ts:10](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L10) | ||
@@ -60,3 +60,3 @@ ___ | ||
[apis/shared/http.types.ts:7](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L7) | ||
[apis/shared/http.types.ts:7](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L7) | ||
@@ -71,3 +71,3 @@ ___ | ||
[apis/shared/http.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L9) | ||
[apis/shared/http.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L9) | ||
@@ -82,3 +82,3 @@ ___ | ||
[apis/shared/http.types.ts:11](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L11) | ||
[apis/shared/http.types.ts:11](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L11) | ||
@@ -103,3 +103,3 @@ ## Methods | ||
[apis/shared/http.types.ts:15](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L15) | ||
[apis/shared/http.types.ts:15](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L15) | ||
@@ -124,3 +124,3 @@ ___ | ||
[apis/shared/http.types.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L14) | ||
[apis/shared/http.types.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L14) | ||
@@ -145,2 +145,2 @@ ___ | ||
[apis/shared/http.types.ts:13](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L13) | ||
[apis/shared/http.types.ts:13](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L13) |
@@ -51,3 +51,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / HttpRequestOptions | ||
[apis/shared/http.types.ts:8](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L8) | ||
[apis/shared/http.types.ts:8](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L8) | ||
@@ -66,3 +66,3 @@ ___ | ||
[apis/shared/http.types.ts:10](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L10) | ||
[apis/shared/http.types.ts:10](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L10) | ||
@@ -77,3 +77,3 @@ ___ | ||
[apis/shared/http.types.ts:22](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L22) | ||
[apis/shared/http.types.ts:22](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L22) | ||
@@ -92,3 +92,3 @@ ___ | ||
[apis/shared/http.types.ts:7](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L7) | ||
[apis/shared/http.types.ts:7](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L7) | ||
@@ -103,3 +103,3 @@ ___ | ||
[apis/shared/http.types.ts:21](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L21) | ||
[apis/shared/http.types.ts:21](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L21) | ||
@@ -118,3 +118,3 @@ ___ | ||
[apis/shared/http.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L9) | ||
[apis/shared/http.types.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L9) | ||
@@ -133,3 +133,3 @@ ___ | ||
[apis/shared/http.types.ts:11](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L11) | ||
[apis/shared/http.types.ts:11](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L11) | ||
@@ -144,3 +144,3 @@ ___ | ||
[apis/shared/http.types.ts:20](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L20) | ||
[apis/shared/http.types.ts:20](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L20) | ||
@@ -169,3 +169,3 @@ ## Methods | ||
[apis/shared/http.types.ts:15](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L15) | ||
[apis/shared/http.types.ts:15](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L15) | ||
@@ -194,3 +194,3 @@ ___ | ||
[apis/shared/http.types.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L14) | ||
[apis/shared/http.types.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L14) | ||
@@ -219,2 +219,2 @@ ___ | ||
[apis/shared/http.types.ts:13](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L13) | ||
[apis/shared/http.types.ts:13](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L13) |
@@ -31,3 +31,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / HttpResponse | ||
[apis/shared/http.types.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L29) | ||
[apis/shared/http.types.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L29) | ||
@@ -42,3 +42,3 @@ ___ | ||
[apis/shared/http.types.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L28) | ||
[apis/shared/http.types.ts:28](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L28) | ||
@@ -53,3 +53,3 @@ ___ | ||
[apis/shared/http.types.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L26) | ||
[apis/shared/http.types.ts:26](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L26) | ||
@@ -64,2 +64,2 @@ ___ | ||
[apis/shared/http.types.ts:27](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L27) | ||
[apis/shared/http.types.ts:27](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L27) |
@@ -33,3 +33,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / P2pApiOptions | ||
[apis/api.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L5) | ||
[apis/api.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L5) | ||
@@ -44,3 +44,3 @@ ___ | ||
[apis/p2p/p2p.options.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.options.ts#L5) | ||
[apis/p2p/p2p.options.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.options.ts#L5) | ||
@@ -55,2 +55,2 @@ ___ | ||
[apis/p2p/p2p.options.ts:4](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.options.ts#L4) | ||
[apis/p2p/p2p.options.ts:4](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.options.ts#L4) |
@@ -33,3 +33,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](../modules/index.md) / [QIWI](../modules/index.QIWI.md) / WalletApiOptions | ||
[apis/api.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/api.ts#L5) | ||
[apis/api.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/api.ts#L5) | ||
@@ -44,3 +44,3 @@ ___ | ||
[apis/wallet/wallet.options.ts:4](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.options.ts#L4) | ||
[apis/wallet/wallet.options.ts:4](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.options.ts#L4) | ||
@@ -55,2 +55,2 @@ ___ | ||
[apis/wallet/wallet.options.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.options.ts#L5) | ||
[apis/wallet/wallet.options.ts:5](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.options.ts#L5) |
@@ -138,3 +138,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / apis/p2p | ||
[apis/p2p/p2p.types.ts:256](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L256) | ||
[apis/p2p/p2p.types.ts:256](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L256) | ||
@@ -149,3 +149,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:88](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L88) | ||
[apis/p2p/p2p.types.ts:88](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L88) | ||
@@ -160,3 +160,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:21](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L21) | ||
[apis/p2p/p2p.types.ts:21](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L21) | ||
@@ -171,3 +171,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:20](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L20) | ||
[apis/p2p/p2p.types.ts:20](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L20) | ||
@@ -193,3 +193,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:188](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L188) | ||
[apis/p2p/p2p.types.ts:188](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L188) | ||
@@ -204,3 +204,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:217](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L217) | ||
[apis/p2p/p2p.types.ts:217](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L217) | ||
@@ -222,3 +222,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:56](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L56) | ||
[apis/p2p/p2p.types.ts:56](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L56) | ||
@@ -233,3 +233,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:30](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L30) | ||
[apis/p2p/p2p.types.ts:30](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L30) | ||
@@ -244,3 +244,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L29) | ||
[apis/p2p/p2p.types.ts:29](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L29) | ||
@@ -255,3 +255,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:272](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L272) | ||
[apis/p2p/p2p.types.ts:272](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L272) | ||
@@ -275,3 +275,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:274](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L274) | ||
[apis/p2p/p2p.types.ts:274](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L274) | ||
@@ -286,3 +286,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:271](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L271) | ||
[apis/p2p/p2p.types.ts:271](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L271) | ||
@@ -297,3 +297,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:13](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L13) | ||
[apis/p2p/p2p.types.ts:13](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L13) | ||
@@ -314,3 +314,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:184](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L184) | ||
[apis/p2p/p2p.types.ts:184](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L184) | ||
@@ -343,3 +343,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:131](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L131) | ||
[apis/p2p/p2p.types.ts:131](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L131) | ||
@@ -354,3 +354,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:182](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L182) | ||
[apis/p2p/p2p.types.ts:182](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L182) | ||
@@ -365,3 +365,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:12](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L12) | ||
[apis/p2p/p2p.types.ts:12](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L12) | ||
@@ -383,3 +383,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:203](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L203) | ||
[apis/p2p/p2p.types.ts:203](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L203) | ||
@@ -401,2 +401,2 @@ ___ | ||
[apis/p2p/p2p.types.ts:261](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L261) | ||
[apis/p2p/p2p.types.ts:261](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L261) |
@@ -78,3 +78,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / apis/shared | ||
[apis/shared/types.ts:4](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/types.ts#L4) | ||
[apis/shared/types.ts:4](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/types.ts#L4) | ||
@@ -95,3 +95,3 @@ ___ | ||
[apis/shared/types.ts:1](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/types.ts#L1) | ||
[apis/shared/types.ts:1](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/types.ts#L1) | ||
@@ -106,3 +106,3 @@ ___ | ||
[apis/shared/http.types.ts:4](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/http.types.ts#L4) | ||
[apis/shared/http.types.ts:4](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/http.types.ts#L4) | ||
@@ -126,3 +126,3 @@ ___ | ||
[apis/shared/hmac.ts:4](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/hmac.ts#L4) | ||
[apis/shared/hmac.ts:4](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/hmac.ts#L4) | ||
@@ -137,3 +137,3 @@ ___ | ||
[apis/shared/types.ts:2](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/types.ts#L2) | ||
[apis/shared/types.ts:2](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/types.ts#L2) | ||
@@ -155,3 +155,3 @@ ___ | ||
[apis/shared/types.ts:3](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/types.ts#L3) | ||
[apis/shared/types.ts:3](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/types.ts#L3) | ||
@@ -166,3 +166,3 @@ ___ | ||
[apis/shared/time.ts:78](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L78) | ||
[apis/shared/time.ts:78](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L78) | ||
@@ -177,3 +177,3 @@ ___ | ||
[apis/shared/time.ts:77](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L77) | ||
[apis/shared/time.ts:77](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L77) | ||
@@ -188,3 +188,3 @@ ## Variables | ||
[apis/shared/time.ts:53](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L53) | ||
[apis/shared/time.ts:53](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L53) | ||
@@ -199,3 +199,3 @@ ___ | ||
[apis/shared/identity.ts:1](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/identity.ts#L1) | ||
[apis/shared/identity.ts:1](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/identity.ts#L1) | ||
@@ -210,3 +210,3 @@ ___ | ||
[apis/shared/environment.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/environment.ts#L32) | ||
[apis/shared/environment.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/environment.ts#L32) | ||
@@ -239,3 +239,3 @@ ## Functions | ||
[apis/shared/collect.ts:11](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/collect.ts#L11) | ||
[apis/shared/collect.ts:11](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/collect.ts#L11) | ||
@@ -262,3 +262,3 @@ ___ | ||
[apis/shared/hmac.ts:18](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/hmac.ts#L18) | ||
[apis/shared/hmac.ts:18](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/hmac.ts#L18) | ||
@@ -289,3 +289,3 @@ ___ | ||
[apis/shared/hmac.ts:43](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/hmac.ts#L43) | ||
[apis/shared/hmac.ts:43](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/hmac.ts#L43) | ||
@@ -320,3 +320,3 @@ ___ | ||
[apis/shared/time.ts:31](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L31) | ||
[apis/shared/time.ts:31](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L31) | ||
@@ -345,3 +345,3 @@ ___ | ||
[apis/shared/time.ts:13](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L13) | ||
[apis/shared/time.ts:13](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L13) | ||
@@ -372,3 +372,3 @@ ___ | ||
[apis/shared/time.ts:133](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L133) | ||
[apis/shared/time.ts:133](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L133) | ||
@@ -405,3 +405,3 @@ ___ | ||
[apis/shared/time.ts:116](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L116) | ||
[apis/shared/time.ts:116](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L116) | ||
@@ -428,3 +428,3 @@ ___ | ||
[apis/shared/querystring.ts:27](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/querystring.ts#L27) | ||
[apis/shared/querystring.ts:27](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/querystring.ts#L27) | ||
@@ -447,3 +447,3 @@ ___ | ||
[apis/shared/uuid.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/uuid.ts#L9) | ||
[apis/shared/uuid.ts:9](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/uuid.ts#L9) | ||
@@ -471,2 +471,2 @@ ___ | ||
[apis/shared/url.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/url.ts#L14) | ||
[apis/shared/url.ts:14](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/url.ts#L14) |
@@ -72,3 +72,3 @@ [QIWI SDK](../README.md) / [Modules](../modules.md) / [index](index.md) / <internal\> | ||
[apis/p2p/p2p.types.ts:72](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L72) | ||
[apis/p2p/p2p.types.ts:72](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L72) | ||
@@ -83,3 +83,3 @@ ___ | ||
[apis/p2p/p2p.middleware.ts:63](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.middleware.ts#L63) | ||
[apis/p2p/p2p.middleware.ts:63](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.middleware.ts#L63) | ||
@@ -94,3 +94,3 @@ ___ | ||
[apis/shared/platform/node/crypto/shared.ts:1](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/platform/node/crypto/shared.ts#L1) | ||
[apis/shared/platform/node/crypto/shared.ts:1](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/platform/node/crypto/shared.ts#L1) | ||
@@ -105,3 +105,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:953](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L953) | ||
[apis/wallet/wallet.types.ts:953](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L953) | ||
@@ -122,3 +122,3 @@ ___ | ||
[apis/wallet/wallet.ts:41](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L41) | ||
[apis/wallet/wallet.ts:41](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L41) | ||
@@ -133,3 +133,3 @@ ___ | ||
[apis/p2p/p2p.types.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.types.ts#L32) | ||
[apis/p2p/p2p.types.ts:32](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.types.ts#L32) | ||
@@ -144,3 +144,3 @@ ___ | ||
[apis/shared/time.ts:3](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L3) | ||
[apis/shared/time.ts:3](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L3) | ||
@@ -164,3 +164,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:934](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L934) | ||
[apis/wallet/wallet.types.ts:934](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L934) | ||
@@ -182,3 +182,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:1483](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L1483) | ||
[apis/wallet/wallet.types.ts:1483](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L1483) | ||
@@ -200,3 +200,3 @@ ___ | ||
[apis/p2p/p2p.middleware.ts:69](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/p2p/p2p.middleware.ts#L69) | ||
[apis/p2p/p2p.middleware.ts:69](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/p2p/p2p.middleware.ts#L69) | ||
@@ -218,3 +218,3 @@ ___ | ||
[apis/wallet/wallet.types.ts:951](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.types.ts#L951) | ||
[apis/wallet/wallet.types.ts:951](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.types.ts#L951) | ||
@@ -245,3 +245,3 @@ ___ | ||
[apis/wallet/wallet.ts:39](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/wallet/wallet.ts#L39) | ||
[apis/wallet/wallet.ts:39](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/wallet/wallet.ts#L39) | ||
@@ -256,3 +256,3 @@ ___ | ||
[apis/shared/time.ts:80](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/time.ts#L80) | ||
[apis/shared/time.ts:80](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/time.ts#L80) | ||
@@ -281,2 +281,2 @@ ___ | ||
[apis/shared/url.ts:4](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/05e2fb8/src/apis/shared/url.ts#L4) | ||
[apis/shared/url.ts:4](https://github.com/AlexXanderGrib/node-qiwi-sdk/blob/b60f8c6/src/apis/shared/url.ts#L4) |
{ | ||
"name": "qiwi-sdk", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "⭐ Typed QIWI Wallet SDK. Supported API's: Personal & P2P Bill Payments", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -84,10 +84,4 @@ /* eslint-disable security/detect-object-injection */ | ||
try { | ||
await http.get("/broken"); | ||
expect(false).toBeTruthy(); | ||
} catch (error: any) { | ||
expect(error).toBeInstanceOf(SyntaxError); | ||
expect(error.message).toBe("Unexpected end of JSON input"); | ||
} | ||
const data = await http.get("/broken"); | ||
expect(data).toEqual(new Uint8Array(Buffer.from('{"'))); | ||
}); | ||
@@ -94,0 +88,0 @@ |
@@ -106,3 +106,4 @@ import { OptionsWrapperWithSetter } from "apis/options-wrapper"; | ||
): HttpResponse { | ||
const body = | ||
const { headers, status: statusCode } = axiosResponse; | ||
const data = | ||
/* istanbul ignore next */ | ||
@@ -114,9 +115,12 @@ axiosResponse.data instanceof ArrayBuffer || | ||
return { | ||
headers: axiosResponse.headers, | ||
statusCode: axiosResponse.status, | ||
body: (request.parseResponse ?? _)(body), | ||
request | ||
}; | ||
let body: any; | ||
try { | ||
body = (request.parseResponse ?? _)(data); | ||
} catch { | ||
body = data; | ||
} | ||
return { headers, statusCode, body, request }; | ||
} | ||
} |
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 too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
4111407
24422