wapi-client 0.12.0-beta.2 → 0.12.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/ws-client.cjs +1 -1
- package/dist/api/ws-client.js +1 -1
- package/dist/client.cjs +1 -1
- package/dist/client.js +1 -1
- package/dist/fns/fn-types.d.ts +43 -43
- package/dist/index.browser.cjs +2 -0
- package/dist/index.browser.js +2 -0
- package/dist/index.cjs +2 -0
- package/dist/index.js +2 -0
- package/dist/lib/polyfill.browser.cjs +43 -0
- package/dist/lib/polyfill.browser.js +23 -0
- package/dist/lib/polyfill.cjs +47 -0
- package/dist/lib/polyfill.d.ts +1 -0
- package/dist/lib/polyfill.js +23 -0
- package/dist/txs/tx-types.d.ts +51 -51
- package/dist/types/index.d.ts +4 -0
- package/dist/wapi-client-web.iife.js +1 -1
- package/dist/wapi-client.iife.js +1 -1
- package/package.json +2 -2
package/dist/api/ws-client.cjs
CHANGED
|
@@ -76,7 +76,7 @@ var import_base_client = require('./base-client.cjs');
|
|
|
76
76
|
var import_connection = require('./connection/connection.enums.cjs');
|
|
77
77
|
var import__ = require('../index.cjs');
|
|
78
78
|
var _a;
|
|
79
|
-
var CLIENT_VERSION = (_a = '0.12.
|
|
79
|
+
var CLIENT_VERSION = (_a = '0.12.3') != null ? _a : "";
|
|
80
80
|
function createWsClient(opts, config) {
|
|
81
81
|
const initialConnection = createConnection(opts, {
|
|
82
82
|
timeout: config == null ? void 0 : config.connectingTimeout
|
package/dist/api/ws-client.js
CHANGED
|
@@ -48,7 +48,7 @@ import {
|
|
|
48
48
|
} from "./connection/connection.enums";
|
|
49
49
|
import { WapiClientType } from "../index";
|
|
50
50
|
var _a;
|
|
51
|
-
var CLIENT_VERSION = (_a = '0.12.
|
|
51
|
+
var CLIENT_VERSION = (_a = '0.12.3') != null ? _a : "";
|
|
52
52
|
function createWsClient(opts, config) {
|
|
53
53
|
const initialConnection = createConnection(opts, {
|
|
54
54
|
timeout: config == null ? void 0 : config.connectingTimeout
|
package/dist/client.cjs
CHANGED
|
@@ -63,7 +63,7 @@ var import_api = require('./api/index.cjs');
|
|
|
63
63
|
var import_errors = require('./lib/errors.cjs');
|
|
64
64
|
var import_fns = require('./fns/index.cjs');
|
|
65
65
|
var _a;
|
|
66
|
-
var CLIENT_VERSION = (_a = '0.12.
|
|
66
|
+
var CLIENT_VERSION = (_a = '0.12.3') != null ? _a : "";
|
|
67
67
|
var Client = class {
|
|
68
68
|
/**
|
|
69
69
|
* @internal
|
package/dist/client.js
CHANGED
|
@@ -44,7 +44,7 @@ import {
|
|
|
44
44
|
import { ConfigError } from "./lib/errors";
|
|
45
45
|
import { ClientFunctions } from "./fns";
|
|
46
46
|
var _a;
|
|
47
|
-
var CLIENT_VERSION = (_a = '0.12.
|
|
47
|
+
var CLIENT_VERSION = (_a = '0.12.3') != null ? _a : "";
|
|
48
48
|
var Client = class {
|
|
49
49
|
/**
|
|
50
50
|
* @internal
|
package/dist/fns/fn-types.d.ts
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
export * from '
|
|
2
|
-
export * from '
|
|
3
|
-
export * from '
|
|
4
|
-
export * from '
|
|
5
|
-
export * from '
|
|
6
|
-
export * from '
|
|
7
|
-
export * from '
|
|
8
|
-
export * from '
|
|
9
|
-
export * from '
|
|
10
|
-
export * from '
|
|
11
|
-
export * from '
|
|
12
|
-
export * from '
|
|
13
|
-
export * from '
|
|
14
|
-
export * from '
|
|
15
|
-
export * from '
|
|
16
|
-
export * from '
|
|
17
|
-
export * from '
|
|
18
|
-
export * from '
|
|
19
|
-
export * from '
|
|
20
|
-
export * from '
|
|
21
|
-
export * from '
|
|
22
|
-
export * from '
|
|
23
|
-
export * from '
|
|
24
|
-
export * from '
|
|
25
|
-
export * from '
|
|
26
|
-
export * from '
|
|
27
|
-
export * from '
|
|
28
|
-
export * from '
|
|
29
|
-
export * from '
|
|
30
|
-
export * from '
|
|
31
|
-
export * from '
|
|
32
|
-
export * from '
|
|
33
|
-
export * from '
|
|
34
|
-
export * from '
|
|
35
|
-
export * from '
|
|
36
|
-
export * from '
|
|
37
|
-
export * from '
|
|
38
|
-
export * from '
|
|
39
|
-
export * from '
|
|
40
|
-
export * from '
|
|
41
|
-
export * from '
|
|
42
|
-
export * from '
|
|
43
|
-
export * from '
|
|
1
|
+
export * from './aggregate-transfers/aggregate-transfers.enums';
|
|
2
|
+
export * from './create-access-token/create-access-token.enums';
|
|
3
|
+
export * from './create-contract/create-contract.enums';
|
|
4
|
+
export * from './create-deposit/create-deposit.enums';
|
|
5
|
+
export * from './create-exchange/create-exchange.enums';
|
|
6
|
+
export * from './create-token/create-token.enums';
|
|
7
|
+
export * from './create-transfer/create-transfer.enums';
|
|
8
|
+
export * from './create-transfer-group/create-transfer-group.enums';
|
|
9
|
+
export * from './create-transfers/create-transfers.enums';
|
|
10
|
+
export * from './create-wallet/create-wallet.enums';
|
|
11
|
+
export * from './create-withdrawal/create-withdrawal.enums';
|
|
12
|
+
export * from './export-balance-history/export-balance-history.enums';
|
|
13
|
+
export * from './export-tokens/export-tokens.enums';
|
|
14
|
+
export * from './export-transfer-groups/export-transfer-groups.enums';
|
|
15
|
+
export * from './export-transfers/export-transfers.enums';
|
|
16
|
+
export * from './export-wallets/export-wallets.enums';
|
|
17
|
+
export * from './find-balances/find-balances.enums';
|
|
18
|
+
export * from './find-tokens/find-tokens.enums';
|
|
19
|
+
export * from './find-transfer-groups/find-transfer-groups.enums';
|
|
20
|
+
export * from './find-transfers/find-transfers.enums';
|
|
21
|
+
export * from './find-wallets/find-wallets.enums';
|
|
22
|
+
export * from './get-balance/get-balance.enums';
|
|
23
|
+
export * from './get-balance-history/get-balance-history.enums';
|
|
24
|
+
export * from './get-export/get-export.enums';
|
|
25
|
+
export * from './get-flags/get-flags.enums';
|
|
26
|
+
export * from './get-statistics/get-statistics.enums';
|
|
27
|
+
export * from './get-token/get-token.enums';
|
|
28
|
+
export * from './get-transfer/get-transfer.enums';
|
|
29
|
+
export * from './get-transfer-group/get-transfer-group.enums';
|
|
30
|
+
export * from './get-wallet/get-wallet.enums';
|
|
31
|
+
export * from './healthcheck/healthcheck.enums';
|
|
32
|
+
export * from './import-data/import-data.enums';
|
|
33
|
+
export * from './list-exports/list-exports.enums';
|
|
34
|
+
export * from './reverse-transfer/reverse-transfer.enums';
|
|
35
|
+
export * from './reverse-transfer-group/reverse-transfer-group.enums';
|
|
36
|
+
export * from './reverse-transfers/reverse-transfers.enums';
|
|
37
|
+
export * from './set-flags/set-flags.enums';
|
|
38
|
+
export * from './update-token/update-token.enums';
|
|
39
|
+
export * from './update-transfer/update-transfer.enums';
|
|
40
|
+
export * from './update-transfer-group/update-transfer-group.enums';
|
|
41
|
+
export * from './update-transfer-groups/update-transfer-groups.enums';
|
|
42
|
+
export * from './update-transfers/update-transfers.enums';
|
|
43
|
+
export * from './update-wallet/update-wallet.enums';
|
package/dist/index.browser.cjs
CHANGED
|
@@ -36,6 +36,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
36
36
|
var import_client = require('./client.cjs');
|
|
37
37
|
var import_client_options_schema = require('./client-options.schema.zod.cjs');
|
|
38
38
|
var import_errors = require('./lib/errors.cjs');
|
|
39
|
+
var import_polyfill = require('./lib/polyfill.cjs');
|
|
39
40
|
var import_stream_promise = require('./lib/stream-promise.cjs');
|
|
40
41
|
var import_utils = require('./lib/utils.cjs');
|
|
41
42
|
var import_validation = require('./lib/validation.cjs');
|
|
@@ -51,6 +52,7 @@ __reExport(index_exports, require('./txs/index.cjs'), module.exports);
|
|
|
51
52
|
__reExport(index_exports, require('./txs/consts.enums.cjs'), module.exports);
|
|
52
53
|
__reExport(index_exports, require('./txs/tx-types.cjs'), module.exports);
|
|
53
54
|
__reExport(index_exports, require('./fns/fn-types.cjs'), module.exports);
|
|
55
|
+
(0, import_polyfill.initPolyfills)();
|
|
54
56
|
var zodWSConnectionValidator = (0, import_validation.getValidator)(import_client_options_schema.wsConnectionSchema);
|
|
55
57
|
var zodHTTPSConnectionValidator = (0, import_validation.getValidator)(import_client_options_schema.httpsConnectionSchema);
|
|
56
58
|
var WapiClientType = /* @__PURE__ */ ((WapiClientType2) => {
|
package/dist/index.browser.js
CHANGED
|
@@ -14,6 +14,7 @@ import {
|
|
|
14
14
|
ERROR_DESCRIPTIONS as ErrorDescription,
|
|
15
15
|
ERRORS as Errors
|
|
16
16
|
} from "./lib/errors.browser.js";
|
|
17
|
+
import { initPolyfills } from "./lib/polyfill.browser.js";
|
|
17
18
|
import { StreamPromise } from "./lib/stream-promise.browser.js";
|
|
18
19
|
import { getIdentifier } from "./lib/utils.browser.js";
|
|
19
20
|
import { getValidator } from "./lib/validation.browser.js";
|
|
@@ -29,6 +30,7 @@ export * from "./txs/index.browser.js";
|
|
|
29
30
|
export * from "./txs/consts.enums.browser.js";
|
|
30
31
|
export * from "./txs/tx-types.browser.js";
|
|
31
32
|
export * from "./fns/fn-types.browser.js";
|
|
33
|
+
initPolyfills();
|
|
32
34
|
var zodWSConnectionValidator = getValidator(wsConnectionSchema);
|
|
33
35
|
var zodHTTPSConnectionValidator = getValidator(httpsConnectionSchema);
|
|
34
36
|
var WapiClientType = /* @__PURE__ */ ((WapiClientType2) => {
|
package/dist/index.cjs
CHANGED
|
@@ -36,6 +36,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
36
36
|
var import_client = require('./client.cjs');
|
|
37
37
|
var import_client_options_schema = require('./client-options.schema.zod.cjs');
|
|
38
38
|
var import_errors = require('./lib/errors.cjs');
|
|
39
|
+
var import_polyfill = require('./lib/polyfill.cjs');
|
|
39
40
|
var import_stream_promise = require('./lib/stream-promise.cjs');
|
|
40
41
|
var import_utils = require('./lib/utils.cjs');
|
|
41
42
|
var import_validation = require('./lib/validation.cjs');
|
|
@@ -51,6 +52,7 @@ __reExport(index_exports, require('./txs/index.cjs'), module.exports);
|
|
|
51
52
|
__reExport(index_exports, require('./txs/consts.enums.cjs'), module.exports);
|
|
52
53
|
__reExport(index_exports, require('./txs/tx-types.cjs'), module.exports);
|
|
53
54
|
__reExport(index_exports, require('./fns/fn-types.cjs'), module.exports);
|
|
55
|
+
(0, import_polyfill.initPolyfills)();
|
|
54
56
|
var zodWSConnectionValidator = (0, import_validation.getValidator)(import_client_options_schema.wsConnectionSchema);
|
|
55
57
|
var zodHTTPSConnectionValidator = (0, import_validation.getValidator)(import_client_options_schema.httpsConnectionSchema);
|
|
56
58
|
var WapiClientType = /* @__PURE__ */ ((WapiClientType2) => {
|
package/dist/index.js
CHANGED
|
@@ -14,6 +14,7 @@ import {
|
|
|
14
14
|
ERROR_DESCRIPTIONS as ErrorDescription,
|
|
15
15
|
ERRORS as Errors
|
|
16
16
|
} from "./lib/errors";
|
|
17
|
+
import { initPolyfills } from "./lib/polyfill";
|
|
17
18
|
import { StreamPromise } from "./lib/stream-promise";
|
|
18
19
|
import { getIdentifier } from "./lib/utils";
|
|
19
20
|
import { getValidator } from "./lib/validation";
|
|
@@ -29,6 +30,7 @@ export * from "./txs";
|
|
|
29
30
|
export * from "./txs/consts.enums";
|
|
30
31
|
export * from "./txs/tx-types";
|
|
31
32
|
export * from "./fns/fn-types";
|
|
33
|
+
initPolyfills();
|
|
32
34
|
var zodWSConnectionValidator = getValidator(wsConnectionSchema);
|
|
33
35
|
var zodHTTPSConnectionValidator = getValidator(httpsConnectionSchema);
|
|
34
36
|
var WapiClientType = /* @__PURE__ */ ((WapiClientType2) => {
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/lib/polyfill.ts
|
|
20
|
+
var polyfill_exports = {};
|
|
21
|
+
__export(polyfill_exports, {
|
|
22
|
+
initPolyfills: () => initPolyfills
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(polyfill_exports);
|
|
25
|
+
function initPolyfills() {
|
|
26
|
+
if (!("withResolvers" in Promise)) {
|
|
27
|
+
Object.assign(Promise, {
|
|
28
|
+
withResolvers: function() {
|
|
29
|
+
let resolve;
|
|
30
|
+
let reject;
|
|
31
|
+
const promise = new Promise((res, rej) => {
|
|
32
|
+
resolve = res;
|
|
33
|
+
reject = rej;
|
|
34
|
+
});
|
|
35
|
+
return {
|
|
36
|
+
promise,
|
|
37
|
+
resolve,
|
|
38
|
+
reject
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// src/lib/polyfill.ts
|
|
2
|
+
function initPolyfills() {
|
|
3
|
+
if (!("withResolvers" in Promise)) {
|
|
4
|
+
Object.assign(Promise, {
|
|
5
|
+
withResolvers: function() {
|
|
6
|
+
let resolve;
|
|
7
|
+
let reject;
|
|
8
|
+
const promise = new Promise((res, rej) => {
|
|
9
|
+
resolve = res;
|
|
10
|
+
reject = rej;
|
|
11
|
+
});
|
|
12
|
+
return {
|
|
13
|
+
promise,
|
|
14
|
+
resolve,
|
|
15
|
+
reject
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
export {
|
|
22
|
+
initPolyfills
|
|
23
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/lib/polyfill.ts
|
|
20
|
+
var polyfill_exports = {};
|
|
21
|
+
__export(polyfill_exports, {
|
|
22
|
+
initPolyfills: () => initPolyfills
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(polyfill_exports);
|
|
25
|
+
function initPolyfills() {
|
|
26
|
+
if (!("withResolvers" in Promise)) {
|
|
27
|
+
Object.assign(Promise, {
|
|
28
|
+
withResolvers: function() {
|
|
29
|
+
let resolve;
|
|
30
|
+
let reject;
|
|
31
|
+
const promise = new Promise((res, rej) => {
|
|
32
|
+
resolve = res;
|
|
33
|
+
reject = rej;
|
|
34
|
+
});
|
|
35
|
+
return {
|
|
36
|
+
promise,
|
|
37
|
+
resolve,
|
|
38
|
+
reject
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
45
|
+
0 && (module.exports = {
|
|
46
|
+
initPolyfills
|
|
47
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function initPolyfills(): void;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// src/lib/polyfill.ts
|
|
2
|
+
function initPolyfills() {
|
|
3
|
+
if (!("withResolvers" in Promise)) {
|
|
4
|
+
Object.assign(Promise, {
|
|
5
|
+
withResolvers: function() {
|
|
6
|
+
let resolve;
|
|
7
|
+
let reject;
|
|
8
|
+
const promise = new Promise((res, rej) => {
|
|
9
|
+
resolve = res;
|
|
10
|
+
reject = rej;
|
|
11
|
+
});
|
|
12
|
+
return {
|
|
13
|
+
promise,
|
|
14
|
+
resolve,
|
|
15
|
+
reject
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
export {
|
|
22
|
+
initPolyfills
|
|
23
|
+
};
|
package/dist/txs/tx-types.d.ts
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
export * from '
|
|
2
|
-
export * from '
|
|
3
|
-
export * from '
|
|
4
|
-
export * from '
|
|
5
|
-
export * from '
|
|
6
|
-
export * from '
|
|
7
|
-
export * from '
|
|
8
|
-
export * from '
|
|
9
|
-
export * from '
|
|
10
|
-
export * from '
|
|
11
|
-
export * from '
|
|
12
|
-
export * from '
|
|
13
|
-
export * from '
|
|
14
|
-
export * from '
|
|
15
|
-
export * from '
|
|
16
|
-
export * from '
|
|
17
|
-
export * from '
|
|
18
|
-
export * from '
|
|
19
|
-
export * from '
|
|
20
|
-
export * from '
|
|
21
|
-
export * from '
|
|
22
|
-
export * from '
|
|
23
|
-
export * from '
|
|
24
|
-
export * from '
|
|
25
|
-
export * from '
|
|
26
|
-
export * from '
|
|
27
|
-
export * from '
|
|
28
|
-
export * from '
|
|
29
|
-
export * from '
|
|
30
|
-
export * from '
|
|
31
|
-
export * from '
|
|
32
|
-
export * from '
|
|
33
|
-
export * from '
|
|
34
|
-
export * from '
|
|
35
|
-
export * from '
|
|
36
|
-
export * from '
|
|
37
|
-
export * from '
|
|
38
|
-
export * from '
|
|
39
|
-
export * from '
|
|
40
|
-
export * from '
|
|
41
|
-
export * from '
|
|
42
|
-
export * from '
|
|
43
|
-
export * from '
|
|
44
|
-
export * from '
|
|
45
|
-
export * from '
|
|
46
|
-
export * from '
|
|
47
|
-
export * from '
|
|
48
|
-
export * from '
|
|
49
|
-
export * from '
|
|
50
|
-
export * from '
|
|
51
|
-
export * from '
|
|
1
|
+
export * from './aggregate-transfer-many/aggregate-transfer-many.enums';
|
|
2
|
+
export * from './authentication-check/authentication-check.enums';
|
|
3
|
+
export * from './create-access-token/create-access-token.enums';
|
|
4
|
+
export * from './create-contract/create-contract.enums';
|
|
5
|
+
export * from './create-deposit/create-deposit.enums';
|
|
6
|
+
export * from './create-distribution/create-distribution.enums';
|
|
7
|
+
export * from './create-token/create-token.enums';
|
|
8
|
+
export * from './create-transfer/create-transfer.enums';
|
|
9
|
+
export * from './create-transfer-group/create-transfer-group.enums';
|
|
10
|
+
export * from './create-transfer-many/create-transfer-many.enums';
|
|
11
|
+
export * from './create-wallet/create-wallet.enums';
|
|
12
|
+
export * from './create-withdrawal/create-withdrawal.enums';
|
|
13
|
+
export * from './export-balance-history/export-balance-history.enums';
|
|
14
|
+
export * from './export-token-many/export-token-many.enums';
|
|
15
|
+
export * from './export-transfer-group-many/export-transfer-group-many.enums';
|
|
16
|
+
export * from './export-transfer-many/export-transfer-many.enums';
|
|
17
|
+
export * from './export-wallet-many/export-wallet-many.enums';
|
|
18
|
+
export * from './find-balance-many/find-balance-many.enums';
|
|
19
|
+
export * from './find-token-many/find-token-many.enums';
|
|
20
|
+
export * from './find-transfer-group-many/find-transfer-group-many.enums';
|
|
21
|
+
export * from './find-transfer-many/find-transfer-many.enums';
|
|
22
|
+
export * from './find-wallet-many/find-wallet-many.enums';
|
|
23
|
+
export * from './finish-transaction/finish-transaction.enums';
|
|
24
|
+
export * from './get-balance/get-balance.enums';
|
|
25
|
+
export * from './get-balance-history/get-balance-history.enums';
|
|
26
|
+
export * from './get-export/get-export.enums';
|
|
27
|
+
export * from './get-flags/get-flags.enums';
|
|
28
|
+
export * from './get-statistics/get-statistics.enums';
|
|
29
|
+
export * from './get-token/get-token.enums';
|
|
30
|
+
export * from './get-token-many/get-token-many.enums';
|
|
31
|
+
export * from './get-transfer/get-transfer.enums';
|
|
32
|
+
export * from './get-transfer-group/get-transfer-group.enums';
|
|
33
|
+
export * from './get-wallet/get-wallet.enums';
|
|
34
|
+
export * from './get-wallet-many/get-wallet-many.enums';
|
|
35
|
+
export * from './healthcheck/healthcheck.enums';
|
|
36
|
+
export * from './import-actions/import-actions.enums';
|
|
37
|
+
export * from './list-export-many/list-export-many.enums';
|
|
38
|
+
export * from './query-logs/query-logs.enums';
|
|
39
|
+
export * from './reset-database/reset-database.enums';
|
|
40
|
+
export * from './reverse-transfer/reverse-transfer.enums';
|
|
41
|
+
export * from './reverse-transfer-group/reverse-transfer-group.enums';
|
|
42
|
+
export * from './reverse-transfer-group-many/reverse-transfer-group-many.enums';
|
|
43
|
+
export * from './reverse-transfer-many/reverse-transfer-many.enums';
|
|
44
|
+
export * from './set-flags/set-flags.enums';
|
|
45
|
+
export * from './start-transaction/start-transaction.enums';
|
|
46
|
+
export * from './update-token/update-token.enums';
|
|
47
|
+
export * from './update-transfer/update-transfer.enums';
|
|
48
|
+
export * from './update-transfer-group/update-transfer-group.enums';
|
|
49
|
+
export * from './update-transfer-group-many/update-transfer-group-many.enums';
|
|
50
|
+
export * from './update-transfer-many/update-transfer-many.enums';
|
|
51
|
+
export * from './update-wallet/update-wallet.enums';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -3091,6 +3091,9 @@ declare module 'wapi-client/lib/stream-promise-input' {
|
|
|
3091
3091
|
input(inputStream: ReadStream): this;
|
|
3092
3092
|
}
|
|
3093
3093
|
}
|
|
3094
|
+
declare module 'wapi-client/lib/polyfill' {
|
|
3095
|
+
export function initPolyfills(): void;
|
|
3096
|
+
}
|
|
3094
3097
|
declare module 'wapi-client/lib/log' {
|
|
3095
3098
|
export const QUERYABLE: {};
|
|
3096
3099
|
}
|
|
@@ -69344,6 +69347,7 @@ export * from 'wapi-client/lib/utils';
|
|
|
69344
69347
|
export * from 'wapi-client/lib/isomorphic/node/streams';
|
|
69345
69348
|
export * from 'wapi-client/lib/stream-promise';
|
|
69346
69349
|
export * from 'wapi-client/lib/stream-promise-input';
|
|
69350
|
+
export * from 'wapi-client/lib/polyfill';
|
|
69347
69351
|
export * from 'wapi-client/lib/log';
|
|
69348
69352
|
export * from 'wapi-client/lib/validation';
|
|
69349
69353
|
export * from 'wapi-client/fns/consts';
|