wapi-client 0.16.0-beta.3 → 0.17.0
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/client.browser.cjs +109 -0
- package/dist/client.browser.js +109 -0
- package/dist/client.cjs +109 -0
- package/dist/client.js +109 -0
- package/dist/fns/create-apikey/create-apikey.browser.cjs +51 -0
- package/dist/fns/create-apikey/create-apikey.browser.js +32 -0
- package/dist/fns/create-apikey/create-apikey.cjs +55 -0
- package/dist/fns/create-apikey/create-apikey.enums.browser.cjs +18 -0
- package/dist/fns/create-apikey/create-apikey.enums.browser.js +0 -0
- package/dist/fns/create-apikey/create-apikey.enums.cjs +18 -0
- package/dist/fns/create-apikey/create-apikey.enums.js +0 -0
- package/dist/fns/create-apikey/create-apikey.js +32 -0
- package/dist/fns/create-apikey/create-apikey.schema.zod.browser.cjs +49 -0
- package/dist/fns/create-apikey/create-apikey.schema.zod.browser.js +32 -0
- package/dist/fns/create-apikey/create-apikey.schema.zod.cjs +57 -0
- package/dist/fns/create-apikey/create-apikey.schema.zod.js +32 -0
- package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.browser.cjs +1 -1
- package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.browser.js +1 -1
- package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.cjs +1 -1
- package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.js +1 -1
- package/dist/fns/find-apikeys/find-apikeys.browser.cjs +49 -0
- package/dist/fns/find-apikeys/find-apikeys.browser.js +33 -0
- package/dist/fns/find-apikeys/find-apikeys.cjs +53 -0
- package/dist/fns/find-apikeys/find-apikeys.enums.browser.cjs +18 -0
- package/dist/fns/find-apikeys/find-apikeys.enums.browser.js +0 -0
- package/dist/fns/find-apikeys/find-apikeys.enums.cjs +18 -0
- package/dist/fns/find-apikeys/find-apikeys.enums.js +0 -0
- package/dist/fns/find-apikeys/find-apikeys.js +33 -0
- package/dist/fns/find-apikeys/find-apikeys.schema.zod.browser.cjs +64 -0
- package/dist/fns/find-apikeys/find-apikeys.schema.zod.browser.js +52 -0
- package/dist/fns/find-apikeys/find-apikeys.schema.zod.cjs +72 -0
- package/dist/fns/find-apikeys/find-apikeys.schema.zod.js +52 -0
- package/dist/fns/find-balances/find-balances.browser.cjs +2 -1
- package/dist/fns/find-balances/find-balances.browser.js +2 -1
- package/dist/fns/find-balances/find-balances.cjs +2 -1
- package/dist/fns/find-balances/find-balances.js +2 -1
- package/dist/fns/find-tokens/find-tokens.browser.cjs +2 -1
- package/dist/fns/find-tokens/find-tokens.browser.js +2 -1
- package/dist/fns/find-tokens/find-tokens.cjs +2 -1
- package/dist/fns/find-tokens/find-tokens.js +2 -1
- package/dist/fns/find-transfer-groups/find-transfer-groups.browser.cjs +2 -1
- package/dist/fns/find-transfer-groups/find-transfer-groups.browser.js +2 -1
- package/dist/fns/find-transfer-groups/find-transfer-groups.cjs +2 -1
- package/dist/fns/find-transfer-groups/find-transfer-groups.js +2 -1
- package/dist/fns/find-transfers/find-transfers.browser.cjs +2 -1
- package/dist/fns/find-transfers/find-transfers.browser.js +2 -1
- package/dist/fns/find-transfers/find-transfers.cjs +2 -1
- package/dist/fns/find-transfers/find-transfers.js +2 -1
- package/dist/fns/find-wallets/find-wallets.browser.cjs +2 -1
- package/dist/fns/find-wallets/find-wallets.browser.js +2 -1
- package/dist/fns/find-wallets/find-wallets.cjs +2 -1
- package/dist/fns/find-wallets/find-wallets.js +2 -1
- package/dist/fns/fn-types.browser.cjs +2 -0
- package/dist/fns/fn-types.browser.js +2 -0
- package/dist/fns/fn-types.cjs +4 -0
- package/dist/fns/fn-types.js +2 -0
- package/dist/fns/reverse-transfers/reverse-transfers.browser.cjs +2 -1
- package/dist/fns/reverse-transfers/reverse-transfers.browser.js +2 -1
- package/dist/fns/reverse-transfers/reverse-transfers.cjs +2 -1
- package/dist/fns/reverse-transfers/reverse-transfers.js +2 -1
- package/dist/fns/update-apikey/update-apikey.browser.cjs +41 -0
- package/dist/fns/update-apikey/update-apikey.browser.js +20 -0
- package/dist/fns/update-apikey/update-apikey.cjs +45 -0
- package/dist/fns/update-apikey/update-apikey.enums.browser.cjs +18 -0
- package/dist/fns/update-apikey/update-apikey.enums.browser.js +0 -0
- package/dist/fns/update-apikey/update-apikey.enums.cjs +18 -0
- package/dist/fns/update-apikey/update-apikey.enums.js +0 -0
- package/dist/fns/update-apikey/update-apikey.js +20 -0
- package/dist/fns/update-apikey/update-apikey.schema.zod.browser.cjs +48 -0
- package/dist/fns/update-apikey/update-apikey.schema.zod.browser.js +30 -0
- package/dist/fns/update-apikey/update-apikey.schema.zod.cjs +56 -0
- package/dist/fns/update-apikey/update-apikey.schema.zod.js +30 -0
- package/dist/fns/update-transfer-groups/update-transfer-groups.browser.cjs +2 -1
- package/dist/fns/update-transfer-groups/update-transfer-groups.browser.js +2 -1
- package/dist/fns/update-transfer-groups/update-transfer-groups.cjs +2 -1
- package/dist/fns/update-transfer-groups/update-transfer-groups.js +2 -1
- package/dist/fns/update-transfers/update-transfers.browser.cjs +2 -1
- package/dist/fns/update-transfers/update-transfers.browser.js +2 -1
- package/dist/fns/update-transfers/update-transfers.cjs +2 -1
- package/dist/fns/update-transfers/update-transfers.js +2 -1
- package/dist/lib/env.browser.cjs +1 -1
- package/dist/lib/env.browser.js +1 -1
- package/dist/lib/env.cjs +1 -1
- package/dist/lib/env.js +1 -1
- package/dist/lib/errors.browser.cjs +15 -0
- package/dist/lib/errors.browser.js +15 -0
- package/dist/lib/errors.cjs +15 -0
- package/dist/lib/errors.js +15 -0
- package/dist/lib/validation.browser.cjs +12145 -31
- package/dist/lib/validation.browser.js +12146 -28
- package/dist/lib/validation.cjs +5 -2
- package/dist/lib/validation.js +5 -2
- package/dist/lib/validator.browser.cjs +15 -6
- package/dist/lib/validator.browser.js +18 -0
- package/dist/lib/validator.cjs +15 -6
- package/dist/lib/validator.js +18 -0
- package/dist/txs/consts.browser.cjs +4 -1
- package/dist/txs/consts.browser.js +4 -1
- package/dist/txs/consts.cjs +4 -1
- package/dist/txs/consts.js +4 -1
- package/dist/txs/create-apikey/create-apikey.schema.zod.browser.cjs +6 -4
- package/dist/txs/create-apikey/create-apikey.schema.zod.browser.js +7 -5
- package/dist/txs/create-apikey/create-apikey.schema.zod.cjs +6 -4
- package/dist/txs/create-apikey/create-apikey.schema.zod.js +7 -5
- package/dist/txs/find-apikey-many/find-apikey-many.schema.zod.browser.cjs +1 -2
- package/dist/txs/find-apikey-many/find-apikey-many.schema.zod.browser.js +1 -2
- package/dist/txs/find-apikey-many/find-apikey-many.schema.zod.cjs +1 -2
- package/dist/txs/find-apikey-many/find-apikey-many.schema.zod.js +1 -2
- package/dist/txs/get-balance/get-balance.schema.zod.browser.cjs +1 -1
- package/dist/txs/get-balance/get-balance.schema.zod.browser.js +1 -1
- package/dist/txs/get-balance/get-balance.schema.zod.cjs +1 -1
- package/dist/txs/get-balance/get-balance.schema.zod.js +1 -1
- package/dist/txs/get-balance-history/get-balance-history.schema.zod.browser.cjs +1 -0
- package/dist/txs/get-balance-history/get-balance-history.schema.zod.browser.js +1 -0
- package/dist/txs/get-balance-history/get-balance-history.schema.zod.cjs +1 -0
- package/dist/txs/get-balance-history/get-balance-history.schema.zod.js +1 -0
- package/dist/types/wapi-client.d.ts +2353 -1541
- package/dist/wapi-client-web.iife.js +7 -7
- package/dist/wapi-client.iife.js +7 -7
- package/package.json +2 -2
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
3
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
4
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
+
var __spreadValues = (a, b) => {
|
|
7
|
+
for (var prop in b || (b = {}))
|
|
8
|
+
if (__hasOwnProp.call(b, prop))
|
|
9
|
+
__defNormalProp(a, prop, b[prop]);
|
|
10
|
+
if (__getOwnPropSymbols)
|
|
11
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
12
|
+
if (__propIsEnum.call(b, prop))
|
|
13
|
+
__defNormalProp(a, prop, b[prop]);
|
|
14
|
+
}
|
|
15
|
+
return a;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
// src/fns/find-apikeys/find-apikeys.schema.zod.ts
|
|
19
|
+
import { z } from "../../lib/zod.browser.js";
|
|
20
|
+
import {
|
|
21
|
+
findApikeyManyTxInputOptionsSchema,
|
|
22
|
+
findApikeyManyTxOutputSchema
|
|
23
|
+
} from "../../txs/find-apikey-many/find-apikey-many.schema.zod.browser.js";
|
|
24
|
+
import { iFnFindOptionsSchema } from "../consts.browser.js";
|
|
25
|
+
import {
|
|
26
|
+
wapiApikeyTableStatusSchema,
|
|
27
|
+
wapiApikeyTableTypeSchema
|
|
28
|
+
} from "../../db/wapi-apikey/wapi-apikey.schema.zod.browser.js";
|
|
29
|
+
import { DbFilterMetadataSchema } from "../../db/consts.browser.js";
|
|
30
|
+
var findApikeysFnOptionsSchema = findApikeyManyTxInputOptionsSchema.extend(__spreadValues({}, iFnFindOptionsSchema.shape)).partial().describe("Optional flags for input");
|
|
31
|
+
var findApikeysInputSchema = z.object({
|
|
32
|
+
type: wapiApikeyTableTypeSchema,
|
|
33
|
+
status: wapiApikeyTableStatusSchema,
|
|
34
|
+
description: z.string().describe("Apikey description"),
|
|
35
|
+
metadata: DbFilterMetadataSchema
|
|
36
|
+
}).partial();
|
|
37
|
+
var findApikeysFnInputSchema = findApikeysInputSchema.extend({
|
|
38
|
+
options: findApikeysFnOptionsSchema.optional()
|
|
39
|
+
}).strict().describe("Input for findApikeys");
|
|
40
|
+
var findApikeysFnOutputSchema = findApikeyManyTxOutputSchema.describe(
|
|
41
|
+
"Output of findApikeys"
|
|
42
|
+
);
|
|
43
|
+
var config = {
|
|
44
|
+
queryBuilder: true
|
|
45
|
+
};
|
|
46
|
+
export {
|
|
47
|
+
config,
|
|
48
|
+
findApikeysFnInputSchema,
|
|
49
|
+
findApikeysFnOptionsSchema,
|
|
50
|
+
findApikeysFnOutputSchema,
|
|
51
|
+
findApikeysInputSchema
|
|
52
|
+
};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
8
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
9
|
+
var __spreadValues = (a, b) => {
|
|
10
|
+
for (var prop in b || (b = {}))
|
|
11
|
+
if (__hasOwnProp.call(b, prop))
|
|
12
|
+
__defNormalProp(a, prop, b[prop]);
|
|
13
|
+
if (__getOwnPropSymbols)
|
|
14
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
15
|
+
if (__propIsEnum.call(b, prop))
|
|
16
|
+
__defNormalProp(a, prop, b[prop]);
|
|
17
|
+
}
|
|
18
|
+
return a;
|
|
19
|
+
};
|
|
20
|
+
var __export = (target, all) => {
|
|
21
|
+
for (var name in all)
|
|
22
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
23
|
+
};
|
|
24
|
+
var __copyProps = (to, from, except, desc) => {
|
|
25
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
26
|
+
for (let key of __getOwnPropNames(from))
|
|
27
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
28
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
29
|
+
}
|
|
30
|
+
return to;
|
|
31
|
+
};
|
|
32
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
33
|
+
|
|
34
|
+
// src/fns/find-apikeys/find-apikeys.schema.zod.ts
|
|
35
|
+
var find_apikeys_schema_zod_exports = {};
|
|
36
|
+
__export(find_apikeys_schema_zod_exports, {
|
|
37
|
+
config: () => config,
|
|
38
|
+
findApikeysFnInputSchema: () => findApikeysFnInputSchema,
|
|
39
|
+
findApikeysFnOptionsSchema: () => findApikeysFnOptionsSchema,
|
|
40
|
+
findApikeysFnOutputSchema: () => findApikeysFnOutputSchema,
|
|
41
|
+
findApikeysInputSchema: () => findApikeysInputSchema
|
|
42
|
+
});
|
|
43
|
+
module.exports = __toCommonJS(find_apikeys_schema_zod_exports);
|
|
44
|
+
var import_zod = require("../../lib/zod.cjs");
|
|
45
|
+
var import_find_apikey_many_schema_zod = require("../../txs/find-apikey-many/find-apikey-many.schema.zod.cjs");
|
|
46
|
+
var import_consts = require("../consts.cjs");
|
|
47
|
+
var import_wapi_apikey_schema_zod = require("../../db/wapi-apikey/wapi-apikey.schema.zod.cjs");
|
|
48
|
+
var import_consts2 = require("../../db/consts.cjs");
|
|
49
|
+
var findApikeysFnOptionsSchema = import_find_apikey_many_schema_zod.findApikeyManyTxInputOptionsSchema.extend(__spreadValues({}, import_consts.iFnFindOptionsSchema.shape)).partial().describe("Optional flags for input");
|
|
50
|
+
var findApikeysInputSchema = import_zod.z.object({
|
|
51
|
+
type: import_wapi_apikey_schema_zod.wapiApikeyTableTypeSchema,
|
|
52
|
+
status: import_wapi_apikey_schema_zod.wapiApikeyTableStatusSchema,
|
|
53
|
+
description: import_zod.z.string().describe("Apikey description"),
|
|
54
|
+
metadata: import_consts2.DbFilterMetadataSchema
|
|
55
|
+
}).partial();
|
|
56
|
+
var findApikeysFnInputSchema = findApikeysInputSchema.extend({
|
|
57
|
+
options: findApikeysFnOptionsSchema.optional()
|
|
58
|
+
}).strict().describe("Input for findApikeys");
|
|
59
|
+
var findApikeysFnOutputSchema = import_find_apikey_many_schema_zod.findApikeyManyTxOutputSchema.describe(
|
|
60
|
+
"Output of findApikeys"
|
|
61
|
+
);
|
|
62
|
+
var config = {
|
|
63
|
+
queryBuilder: true
|
|
64
|
+
};
|
|
65
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
66
|
+
0 && (module.exports = {
|
|
67
|
+
config,
|
|
68
|
+
findApikeysFnInputSchema,
|
|
69
|
+
findApikeysFnOptionsSchema,
|
|
70
|
+
findApikeysFnOutputSchema,
|
|
71
|
+
findApikeysInputSchema
|
|
72
|
+
});
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
3
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
4
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
+
var __spreadValues = (a, b) => {
|
|
7
|
+
for (var prop in b || (b = {}))
|
|
8
|
+
if (__hasOwnProp.call(b, prop))
|
|
9
|
+
__defNormalProp(a, prop, b[prop]);
|
|
10
|
+
if (__getOwnPropSymbols)
|
|
11
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
12
|
+
if (__propIsEnum.call(b, prop))
|
|
13
|
+
__defNormalProp(a, prop, b[prop]);
|
|
14
|
+
}
|
|
15
|
+
return a;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
// src/fns/find-apikeys/find-apikeys.schema.zod.ts
|
|
19
|
+
import { z } from "../../lib/zod.js";
|
|
20
|
+
import {
|
|
21
|
+
findApikeyManyTxInputOptionsSchema,
|
|
22
|
+
findApikeyManyTxOutputSchema
|
|
23
|
+
} from "../../txs/find-apikey-many/find-apikey-many.schema.zod.js";
|
|
24
|
+
import { iFnFindOptionsSchema } from "../consts.js";
|
|
25
|
+
import {
|
|
26
|
+
wapiApikeyTableStatusSchema,
|
|
27
|
+
wapiApikeyTableTypeSchema
|
|
28
|
+
} from "../../db/wapi-apikey/wapi-apikey.schema.zod.js";
|
|
29
|
+
import { DbFilterMetadataSchema } from "../../db/consts.js";
|
|
30
|
+
var findApikeysFnOptionsSchema = findApikeyManyTxInputOptionsSchema.extend(__spreadValues({}, iFnFindOptionsSchema.shape)).partial().describe("Optional flags for input");
|
|
31
|
+
var findApikeysInputSchema = z.object({
|
|
32
|
+
type: wapiApikeyTableTypeSchema,
|
|
33
|
+
status: wapiApikeyTableStatusSchema,
|
|
34
|
+
description: z.string().describe("Apikey description"),
|
|
35
|
+
metadata: DbFilterMetadataSchema
|
|
36
|
+
}).partial();
|
|
37
|
+
var findApikeysFnInputSchema = findApikeysInputSchema.extend({
|
|
38
|
+
options: findApikeysFnOptionsSchema.optional()
|
|
39
|
+
}).strict().describe("Input for findApikeys");
|
|
40
|
+
var findApikeysFnOutputSchema = findApikeyManyTxOutputSchema.describe(
|
|
41
|
+
"Output of findApikeys"
|
|
42
|
+
);
|
|
43
|
+
var config = {
|
|
44
|
+
queryBuilder: true
|
|
45
|
+
};
|
|
46
|
+
export {
|
|
47
|
+
config,
|
|
48
|
+
findApikeysFnInputSchema,
|
|
49
|
+
findApikeysFnOptionsSchema,
|
|
50
|
+
findApikeysFnOutputSchema,
|
|
51
|
+
findApikeysInputSchema
|
|
52
|
+
};
|
|
@@ -28,6 +28,7 @@ var import_utils = require("../../lib/utils.browser.cjs");
|
|
|
28
28
|
var import_find_balances_schema_zod = require("./find-balances.schema.zod.browser.cjs");
|
|
29
29
|
var import_find_balance_many_schema_zod = require("../../txs/find-balance-many/find-balance-many.schema.zod.browser.cjs");
|
|
30
30
|
var import_find_query_builder = require("../../lib/query-builder/find-query-builder.browser.cjs");
|
|
31
|
+
var balanceFilterFullInputSchemaRequired = import_find_balance_many_schema_zod.balanceFilterFullInputSchema.required();
|
|
31
32
|
function findBalances(options, input, fnOptions) {
|
|
32
33
|
const { client } = options;
|
|
33
34
|
const $query = new import_find_query_builder.FindQueryBuilder({
|
|
@@ -38,7 +39,7 @@ function findBalances(options, input, fnOptions) {
|
|
|
38
39
|
});
|
|
39
40
|
},
|
|
40
41
|
schemaBasic: import_find_balances_schema_zod.findBalancesInputSchema,
|
|
41
|
-
schema:
|
|
42
|
+
schema: balanceFilterFullInputSchemaRequired,
|
|
42
43
|
optionsSchema: import_find_balances_schema_zod.findBalancesFnOptionsSchema
|
|
43
44
|
});
|
|
44
45
|
if (input) {
|
|
@@ -8,6 +8,7 @@ import { balanceFilterFullInputSchema } from "../../txs/find-balance-many/find-b
|
|
|
8
8
|
import {
|
|
9
9
|
FindQueryBuilder
|
|
10
10
|
} from "../../lib/query-builder/find-query-builder.browser.js";
|
|
11
|
+
var balanceFilterFullInputSchemaRequired = balanceFilterFullInputSchema.required();
|
|
11
12
|
function findBalances(options, input, fnOptions) {
|
|
12
13
|
const { client } = options;
|
|
13
14
|
const $query = new FindQueryBuilder({
|
|
@@ -18,7 +19,7 @@ function findBalances(options, input, fnOptions) {
|
|
|
18
19
|
});
|
|
19
20
|
},
|
|
20
21
|
schemaBasic: findBalancesInputSchema,
|
|
21
|
-
schema:
|
|
22
|
+
schema: balanceFilterFullInputSchemaRequired,
|
|
22
23
|
optionsSchema: findBalancesFnOptionsSchema
|
|
23
24
|
});
|
|
24
25
|
if (input) {
|
|
@@ -28,6 +28,7 @@ var import_utils = require("../../lib/utils.cjs");
|
|
|
28
28
|
var import_find_balances_schema_zod = require("./find-balances.schema.zod.cjs");
|
|
29
29
|
var import_find_balance_many_schema_zod = require("../../txs/find-balance-many/find-balance-many.schema.zod.cjs");
|
|
30
30
|
var import_find_query_builder = require("../../lib/query-builder/find-query-builder.cjs");
|
|
31
|
+
var balanceFilterFullInputSchemaRequired = import_find_balance_many_schema_zod.balanceFilterFullInputSchema.required();
|
|
31
32
|
function findBalances(options, input, fnOptions) {
|
|
32
33
|
const { client } = options;
|
|
33
34
|
const $query = new import_find_query_builder.FindQueryBuilder({
|
|
@@ -38,7 +39,7 @@ function findBalances(options, input, fnOptions) {
|
|
|
38
39
|
});
|
|
39
40
|
},
|
|
40
41
|
schemaBasic: import_find_balances_schema_zod.findBalancesInputSchema,
|
|
41
|
-
schema:
|
|
42
|
+
schema: balanceFilterFullInputSchemaRequired,
|
|
42
43
|
optionsSchema: import_find_balances_schema_zod.findBalancesFnOptionsSchema
|
|
43
44
|
});
|
|
44
45
|
if (input) {
|
|
@@ -8,6 +8,7 @@ import { balanceFilterFullInputSchema } from "../../txs/find-balance-many/find-b
|
|
|
8
8
|
import {
|
|
9
9
|
FindQueryBuilder
|
|
10
10
|
} from "../../lib/query-builder/find-query-builder.js";
|
|
11
|
+
var balanceFilterFullInputSchemaRequired = balanceFilterFullInputSchema.required();
|
|
11
12
|
function findBalances(options, input, fnOptions) {
|
|
12
13
|
const { client } = options;
|
|
13
14
|
const $query = new FindQueryBuilder({
|
|
@@ -18,7 +19,7 @@ function findBalances(options, input, fnOptions) {
|
|
|
18
19
|
});
|
|
19
20
|
},
|
|
20
21
|
schemaBasic: findBalancesInputSchema,
|
|
21
|
-
schema:
|
|
22
|
+
schema: balanceFilterFullInputSchemaRequired,
|
|
22
23
|
optionsSchema: findBalancesFnOptionsSchema
|
|
23
24
|
});
|
|
24
25
|
if (input) {
|
|
@@ -27,6 +27,7 @@ var import_find_tokens_schema_zod = require("./find-tokens.schema.zod.browser.cj
|
|
|
27
27
|
var import_find_query_builder = require("../../lib/query-builder/find-query-builder.browser.cjs");
|
|
28
28
|
var import_find_token_many_schema_zod = require("../../txs/find-token-many/find-token-many.schema.zod.browser.cjs");
|
|
29
29
|
var import_utils = require("../../lib/utils.browser.cjs");
|
|
30
|
+
var tokenFilterFullInputSchemaRequired = import_find_token_many_schema_zod.tokenFilterFullInputSchema.required();
|
|
30
31
|
function findTokens(options, input, fnOptions) {
|
|
31
32
|
const { client } = options;
|
|
32
33
|
const $query = new import_find_query_builder.FindQueryBuilder({
|
|
@@ -37,7 +38,7 @@ function findTokens(options, input, fnOptions) {
|
|
|
37
38
|
});
|
|
38
39
|
},
|
|
39
40
|
schemaBasic: import_find_tokens_schema_zod.findTokensInputSchema,
|
|
40
|
-
schema:
|
|
41
|
+
schema: tokenFilterFullInputSchemaRequired,
|
|
41
42
|
optionsSchema: import_find_tokens_schema_zod.findTokensFnOptionsSchema
|
|
42
43
|
});
|
|
43
44
|
if (input) {
|
|
@@ -8,6 +8,7 @@ import {
|
|
|
8
8
|
} from "../../lib/query-builder/find-query-builder.browser.js";
|
|
9
9
|
import { tokenFilterFullInputSchema } from "../../txs/find-token-many/find-token-many.schema.zod.browser.js";
|
|
10
10
|
import { mergeFnOptions } from "../../lib/utils.browser.js";
|
|
11
|
+
var tokenFilterFullInputSchemaRequired = tokenFilterFullInputSchema.required();
|
|
11
12
|
function findTokens(options, input, fnOptions) {
|
|
12
13
|
const { client } = options;
|
|
13
14
|
const $query = new FindQueryBuilder({
|
|
@@ -18,7 +19,7 @@ function findTokens(options, input, fnOptions) {
|
|
|
18
19
|
});
|
|
19
20
|
},
|
|
20
21
|
schemaBasic: findTokensInputSchema,
|
|
21
|
-
schema:
|
|
22
|
+
schema: tokenFilterFullInputSchemaRequired,
|
|
22
23
|
optionsSchema: findTokensFnOptionsSchema
|
|
23
24
|
});
|
|
24
25
|
if (input) {
|
|
@@ -27,6 +27,7 @@ var import_find_tokens_schema_zod = require("./find-tokens.schema.zod.cjs");
|
|
|
27
27
|
var import_find_query_builder = require("../../lib/query-builder/find-query-builder.cjs");
|
|
28
28
|
var import_find_token_many_schema_zod = require("../../txs/find-token-many/find-token-many.schema.zod.cjs");
|
|
29
29
|
var import_utils = require("../../lib/utils.cjs");
|
|
30
|
+
var tokenFilterFullInputSchemaRequired = import_find_token_many_schema_zod.tokenFilterFullInputSchema.required();
|
|
30
31
|
function findTokens(options, input, fnOptions) {
|
|
31
32
|
const { client } = options;
|
|
32
33
|
const $query = new import_find_query_builder.FindQueryBuilder({
|
|
@@ -37,7 +38,7 @@ function findTokens(options, input, fnOptions) {
|
|
|
37
38
|
});
|
|
38
39
|
},
|
|
39
40
|
schemaBasic: import_find_tokens_schema_zod.findTokensInputSchema,
|
|
40
|
-
schema:
|
|
41
|
+
schema: tokenFilterFullInputSchemaRequired,
|
|
41
42
|
optionsSchema: import_find_tokens_schema_zod.findTokensFnOptionsSchema
|
|
42
43
|
});
|
|
43
44
|
if (input) {
|
|
@@ -8,6 +8,7 @@ import {
|
|
|
8
8
|
} from "../../lib/query-builder/find-query-builder.js";
|
|
9
9
|
import { tokenFilterFullInputSchema } from "../../txs/find-token-many/find-token-many.schema.zod.js";
|
|
10
10
|
import { mergeFnOptions } from "../../lib/utils.js";
|
|
11
|
+
var tokenFilterFullInputSchemaRequired = tokenFilterFullInputSchema.required();
|
|
11
12
|
function findTokens(options, input, fnOptions) {
|
|
12
13
|
const { client } = options;
|
|
13
14
|
const $query = new FindQueryBuilder({
|
|
@@ -18,7 +19,7 @@ function findTokens(options, input, fnOptions) {
|
|
|
18
19
|
});
|
|
19
20
|
},
|
|
20
21
|
schemaBasic: findTokensInputSchema,
|
|
21
|
-
schema:
|
|
22
|
+
schema: tokenFilterFullInputSchemaRequired,
|
|
22
23
|
optionsSchema: findTokensFnOptionsSchema
|
|
23
24
|
});
|
|
24
25
|
if (input) {
|
|
@@ -27,6 +27,7 @@ var import_utils = require("../../lib/utils.browser.cjs");
|
|
|
27
27
|
var import_find_transfer_groups_schema_zod = require("./find-transfer-groups.schema.zod.browser.cjs");
|
|
28
28
|
var import_find_query_builder = require("../../lib/query-builder/find-query-builder.browser.cjs");
|
|
29
29
|
var import_find_transfer_group_many_schema_zod = require("../../txs/find-transfer-group-many/find-transfer-group-many.schema.zod.browser.cjs");
|
|
30
|
+
var transferGroupFilterFullInputSchemaRequired = import_find_transfer_group_many_schema_zod.transferGroupFilterFullInputSchema.required();
|
|
30
31
|
function findTransferGroups(options, input, fnOptions) {
|
|
31
32
|
const { client } = options;
|
|
32
33
|
const $query = new import_find_query_builder.FindQueryBuilder({
|
|
@@ -37,7 +38,7 @@ function findTransferGroups(options, input, fnOptions) {
|
|
|
37
38
|
});
|
|
38
39
|
},
|
|
39
40
|
schemaBasic: import_find_transfer_groups_schema_zod.findTransferGroupsInputSchema,
|
|
40
|
-
schema:
|
|
41
|
+
schema: transferGroupFilterFullInputSchemaRequired,
|
|
41
42
|
optionsSchema: import_find_transfer_groups_schema_zod.findTransferGroupsFnOptionsSchema
|
|
42
43
|
});
|
|
43
44
|
if (input) {
|
|
@@ -8,6 +8,7 @@ import {
|
|
|
8
8
|
FindQueryBuilder
|
|
9
9
|
} from "../../lib/query-builder/find-query-builder.browser.js";
|
|
10
10
|
import { transferGroupFilterFullInputSchema } from "../../txs/find-transfer-group-many/find-transfer-group-many.schema.zod.browser.js";
|
|
11
|
+
var transferGroupFilterFullInputSchemaRequired = transferGroupFilterFullInputSchema.required();
|
|
11
12
|
function findTransferGroups(options, input, fnOptions) {
|
|
12
13
|
const { client } = options;
|
|
13
14
|
const $query = new FindQueryBuilder({
|
|
@@ -18,7 +19,7 @@ function findTransferGroups(options, input, fnOptions) {
|
|
|
18
19
|
});
|
|
19
20
|
},
|
|
20
21
|
schemaBasic: findTransferGroupsInputSchema,
|
|
21
|
-
schema:
|
|
22
|
+
schema: transferGroupFilterFullInputSchemaRequired,
|
|
22
23
|
optionsSchema: findTransferGroupsFnOptionsSchema
|
|
23
24
|
});
|
|
24
25
|
if (input) {
|
|
@@ -27,6 +27,7 @@ var import_utils = require("../../lib/utils.cjs");
|
|
|
27
27
|
var import_find_transfer_groups_schema_zod = require("./find-transfer-groups.schema.zod.cjs");
|
|
28
28
|
var import_find_query_builder = require("../../lib/query-builder/find-query-builder.cjs");
|
|
29
29
|
var import_find_transfer_group_many_schema_zod = require("../../txs/find-transfer-group-many/find-transfer-group-many.schema.zod.cjs");
|
|
30
|
+
var transferGroupFilterFullInputSchemaRequired = import_find_transfer_group_many_schema_zod.transferGroupFilterFullInputSchema.required();
|
|
30
31
|
function findTransferGroups(options, input, fnOptions) {
|
|
31
32
|
const { client } = options;
|
|
32
33
|
const $query = new import_find_query_builder.FindQueryBuilder({
|
|
@@ -37,7 +38,7 @@ function findTransferGroups(options, input, fnOptions) {
|
|
|
37
38
|
});
|
|
38
39
|
},
|
|
39
40
|
schemaBasic: import_find_transfer_groups_schema_zod.findTransferGroupsInputSchema,
|
|
40
|
-
schema:
|
|
41
|
+
schema: transferGroupFilterFullInputSchemaRequired,
|
|
41
42
|
optionsSchema: import_find_transfer_groups_schema_zod.findTransferGroupsFnOptionsSchema
|
|
42
43
|
});
|
|
43
44
|
if (input) {
|
|
@@ -8,6 +8,7 @@ import {
|
|
|
8
8
|
FindQueryBuilder
|
|
9
9
|
} from "../../lib/query-builder/find-query-builder.js";
|
|
10
10
|
import { transferGroupFilterFullInputSchema } from "../../txs/find-transfer-group-many/find-transfer-group-many.schema.zod.js";
|
|
11
|
+
var transferGroupFilterFullInputSchemaRequired = transferGroupFilterFullInputSchema.required();
|
|
11
12
|
function findTransferGroups(options, input, fnOptions) {
|
|
12
13
|
const { client } = options;
|
|
13
14
|
const $query = new FindQueryBuilder({
|
|
@@ -18,7 +19,7 @@ function findTransferGroups(options, input, fnOptions) {
|
|
|
18
19
|
});
|
|
19
20
|
},
|
|
20
21
|
schemaBasic: findTransferGroupsInputSchema,
|
|
21
|
-
schema:
|
|
22
|
+
schema: transferGroupFilterFullInputSchemaRequired,
|
|
22
23
|
optionsSchema: findTransferGroupsFnOptionsSchema
|
|
23
24
|
});
|
|
24
25
|
if (input) {
|
|
@@ -28,6 +28,7 @@ var import_find_transfers_schema_zod = require("./find-transfers.schema.zod.brow
|
|
|
28
28
|
var import_find_query_builder = require("../../lib/query-builder/find-query-builder.browser.cjs");
|
|
29
29
|
var import_find_transfer_many_schema_zod = require("../../txs/find-transfer-many/find-transfer-many.schema.zod.browser.cjs");
|
|
30
30
|
var import_utils = require("../../lib/utils.browser.cjs");
|
|
31
|
+
var transferFilterFullInputSchemaRequired = import_find_transfer_many_schema_zod.transferFilterFullInputSchema.required();
|
|
31
32
|
function findTransfers(options, input, fnOptions) {
|
|
32
33
|
const { client } = options;
|
|
33
34
|
const $query = new import_find_query_builder.FindQueryBuilder({
|
|
@@ -38,7 +39,7 @@ function findTransfers(options, input, fnOptions) {
|
|
|
38
39
|
});
|
|
39
40
|
},
|
|
40
41
|
schemaBasic: import_find_transfers_schema_zod.findTransfersInputSchema,
|
|
41
|
-
schema:
|
|
42
|
+
schema: transferFilterFullInputSchemaRequired,
|
|
42
43
|
optionsSchema: import_find_transfers_schema_zod.findTransfersFnOptionsSchema
|
|
43
44
|
});
|
|
44
45
|
if (input) {
|
|
@@ -9,6 +9,7 @@ import {
|
|
|
9
9
|
} from "../../lib/query-builder/find-query-builder.browser.js";
|
|
10
10
|
import { transferFilterFullInputSchema } from "../../txs/find-transfer-many/find-transfer-many.schema.zod.browser.js";
|
|
11
11
|
import { mergeFnOptions } from "../../lib/utils.browser.js";
|
|
12
|
+
var transferFilterFullInputSchemaRequired = transferFilterFullInputSchema.required();
|
|
12
13
|
function findTransfers(options, input, fnOptions) {
|
|
13
14
|
const { client } = options;
|
|
14
15
|
const $query = new FindQueryBuilder({
|
|
@@ -19,7 +20,7 @@ function findTransfers(options, input, fnOptions) {
|
|
|
19
20
|
});
|
|
20
21
|
},
|
|
21
22
|
schemaBasic: findTransfersInputSchema,
|
|
22
|
-
schema:
|
|
23
|
+
schema: transferFilterFullInputSchemaRequired,
|
|
23
24
|
optionsSchema: findTransfersFnOptionsSchema
|
|
24
25
|
});
|
|
25
26
|
if (input) {
|
|
@@ -28,6 +28,7 @@ var import_find_transfers_schema_zod = require("./find-transfers.schema.zod.cjs
|
|
|
28
28
|
var import_find_query_builder = require("../../lib/query-builder/find-query-builder.cjs");
|
|
29
29
|
var import_find_transfer_many_schema_zod = require("../../txs/find-transfer-many/find-transfer-many.schema.zod.cjs");
|
|
30
30
|
var import_utils = require("../../lib/utils.cjs");
|
|
31
|
+
var transferFilterFullInputSchemaRequired = import_find_transfer_many_schema_zod.transferFilterFullInputSchema.required();
|
|
31
32
|
function findTransfers(options, input, fnOptions) {
|
|
32
33
|
const { client } = options;
|
|
33
34
|
const $query = new import_find_query_builder.FindQueryBuilder({
|
|
@@ -38,7 +39,7 @@ function findTransfers(options, input, fnOptions) {
|
|
|
38
39
|
});
|
|
39
40
|
},
|
|
40
41
|
schemaBasic: import_find_transfers_schema_zod.findTransfersInputSchema,
|
|
41
|
-
schema:
|
|
42
|
+
schema: transferFilterFullInputSchemaRequired,
|
|
42
43
|
optionsSchema: import_find_transfers_schema_zod.findTransfersFnOptionsSchema
|
|
43
44
|
});
|
|
44
45
|
if (input) {
|
|
@@ -9,6 +9,7 @@ import {
|
|
|
9
9
|
} from "../../lib/query-builder/find-query-builder.js";
|
|
10
10
|
import { transferFilterFullInputSchema } from "../../txs/find-transfer-many/find-transfer-many.schema.zod.js";
|
|
11
11
|
import { mergeFnOptions } from "../../lib/utils.js";
|
|
12
|
+
var transferFilterFullInputSchemaRequired = transferFilterFullInputSchema.required();
|
|
12
13
|
function findTransfers(options, input, fnOptions) {
|
|
13
14
|
const { client } = options;
|
|
14
15
|
const $query = new FindQueryBuilder({
|
|
@@ -19,7 +20,7 @@ function findTransfers(options, input, fnOptions) {
|
|
|
19
20
|
});
|
|
20
21
|
},
|
|
21
22
|
schemaBasic: findTransfersInputSchema,
|
|
22
|
-
schema:
|
|
23
|
+
schema: transferFilterFullInputSchemaRequired,
|
|
23
24
|
optionsSchema: findTransfersFnOptionsSchema
|
|
24
25
|
});
|
|
25
26
|
if (input) {
|
|
@@ -27,6 +27,7 @@ var import_find_wallets_schema_zod = require("./find-wallets.schema.zod.browser.
|
|
|
27
27
|
var import_find_query_builder = require("../../lib/query-builder/find-query-builder.browser.cjs");
|
|
28
28
|
var import_find_wallet_many_schema_zod = require("../../txs/find-wallet-many/find-wallet-many.schema.zod.browser.cjs");
|
|
29
29
|
var import_utils = require("../../lib/utils.browser.cjs");
|
|
30
|
+
var walletFilterFullInputSchemaRequired = import_find_wallet_many_schema_zod.walletFilterFullInputSchema.required();
|
|
30
31
|
function findWallets(options, input, fnOptions) {
|
|
31
32
|
const { client } = options;
|
|
32
33
|
const $query = new import_find_query_builder.FindQueryBuilder({
|
|
@@ -37,7 +38,7 @@ function findWallets(options, input, fnOptions) {
|
|
|
37
38
|
});
|
|
38
39
|
},
|
|
39
40
|
schemaBasic: import_find_wallets_schema_zod.findWalletsInputSchema,
|
|
40
|
-
schema:
|
|
41
|
+
schema: walletFilterFullInputSchemaRequired,
|
|
41
42
|
optionsSchema: import_find_wallets_schema_zod.findWalletsFnOptionsSchema
|
|
42
43
|
});
|
|
43
44
|
if (input) {
|
|
@@ -8,6 +8,7 @@ import {
|
|
|
8
8
|
} from "../../lib/query-builder/find-query-builder.browser.js";
|
|
9
9
|
import { walletFilterFullInputSchema } from "../../txs/find-wallet-many/find-wallet-many.schema.zod.browser.js";
|
|
10
10
|
import { mergeFnOptions } from "../../lib/utils.browser.js";
|
|
11
|
+
var walletFilterFullInputSchemaRequired = walletFilterFullInputSchema.required();
|
|
11
12
|
function findWallets(options, input, fnOptions) {
|
|
12
13
|
const { client } = options;
|
|
13
14
|
const $query = new FindQueryBuilder({
|
|
@@ -18,7 +19,7 @@ function findWallets(options, input, fnOptions) {
|
|
|
18
19
|
});
|
|
19
20
|
},
|
|
20
21
|
schemaBasic: findWalletsInputSchema,
|
|
21
|
-
schema:
|
|
22
|
+
schema: walletFilterFullInputSchemaRequired,
|
|
22
23
|
optionsSchema: findWalletsFnOptionsSchema
|
|
23
24
|
});
|
|
24
25
|
if (input) {
|
|
@@ -27,6 +27,7 @@ var import_find_wallets_schema_zod = require("./find-wallets.schema.zod.cjs");
|
|
|
27
27
|
var import_find_query_builder = require("../../lib/query-builder/find-query-builder.cjs");
|
|
28
28
|
var import_find_wallet_many_schema_zod = require("../../txs/find-wallet-many/find-wallet-many.schema.zod.cjs");
|
|
29
29
|
var import_utils = require("../../lib/utils.cjs");
|
|
30
|
+
var walletFilterFullInputSchemaRequired = import_find_wallet_many_schema_zod.walletFilterFullInputSchema.required();
|
|
30
31
|
function findWallets(options, input, fnOptions) {
|
|
31
32
|
const { client } = options;
|
|
32
33
|
const $query = new import_find_query_builder.FindQueryBuilder({
|
|
@@ -37,7 +38,7 @@ function findWallets(options, input, fnOptions) {
|
|
|
37
38
|
});
|
|
38
39
|
},
|
|
39
40
|
schemaBasic: import_find_wallets_schema_zod.findWalletsInputSchema,
|
|
40
|
-
schema:
|
|
41
|
+
schema: walletFilterFullInputSchemaRequired,
|
|
41
42
|
optionsSchema: import_find_wallets_schema_zod.findWalletsFnOptionsSchema
|
|
42
43
|
});
|
|
43
44
|
if (input) {
|
|
@@ -8,6 +8,7 @@ import {
|
|
|
8
8
|
} from "../../lib/query-builder/find-query-builder.js";
|
|
9
9
|
import { walletFilterFullInputSchema } from "../../txs/find-wallet-many/find-wallet-many.schema.zod.js";
|
|
10
10
|
import { mergeFnOptions } from "../../lib/utils.js";
|
|
11
|
+
var walletFilterFullInputSchemaRequired = walletFilterFullInputSchema.required();
|
|
11
12
|
function findWallets(options, input, fnOptions) {
|
|
12
13
|
const { client } = options;
|
|
13
14
|
const $query = new FindQueryBuilder({
|
|
@@ -18,7 +19,7 @@ function findWallets(options, input, fnOptions) {
|
|
|
18
19
|
});
|
|
19
20
|
},
|
|
20
21
|
schemaBasic: findWalletsInputSchema,
|
|
21
|
-
schema:
|
|
22
|
+
schema: walletFilterFullInputSchemaRequired,
|
|
22
23
|
optionsSchema: findWalletsFnOptionsSchema
|
|
23
24
|
});
|
|
24
25
|
if (input) {
|
|
@@ -19,6 +19,7 @@ var fn_types_exports = {};
|
|
|
19
19
|
module.exports = __toCommonJS(fn_types_exports);
|
|
20
20
|
__reExport(fn_types_exports, require("./aggregate-transfers/aggregate-transfers.enums.browser.cjs"), module.exports);
|
|
21
21
|
__reExport(fn_types_exports, require("./create-access-token/create-access-token.enums.browser.cjs"), module.exports);
|
|
22
|
+
__reExport(fn_types_exports, require("./create-apikey/create-apikey.enums.browser.cjs"), module.exports);
|
|
22
23
|
__reExport(fn_types_exports, require("./create-contract/create-contract.enums.browser.cjs"), module.exports);
|
|
23
24
|
__reExport(fn_types_exports, require("./create-deposit/create-deposit.enums.browser.cjs"), module.exports);
|
|
24
25
|
__reExport(fn_types_exports, require("./create-exchange/create-exchange.enums.browser.cjs"), module.exports);
|
|
@@ -54,6 +55,7 @@ __reExport(fn_types_exports, require("./reverse-transfer/reverse-transfer.enums.
|
|
|
54
55
|
__reExport(fn_types_exports, require("./reverse-transfer-group/reverse-transfer-group.enums.browser.cjs"), module.exports);
|
|
55
56
|
__reExport(fn_types_exports, require("./reverse-transfers/reverse-transfers.enums.browser.cjs"), module.exports);
|
|
56
57
|
__reExport(fn_types_exports, require("./set-flags/set-flags.enums.browser.cjs"), module.exports);
|
|
58
|
+
__reExport(fn_types_exports, require("./update-apikey/update-apikey.enums.browser.cjs"), module.exports);
|
|
57
59
|
__reExport(fn_types_exports, require("./update-token/update-token.enums.browser.cjs"), module.exports);
|
|
58
60
|
__reExport(fn_types_exports, require("./update-transfer/update-transfer.enums.browser.cjs"), module.exports);
|
|
59
61
|
__reExport(fn_types_exports, require("./update-transfer-group/update-transfer-group.enums.browser.cjs"), module.exports);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// src/fns/fn-types.ts
|
|
2
2
|
export * from "./aggregate-transfers/aggregate-transfers.enums.browser.js";
|
|
3
3
|
export * from "./create-access-token/create-access-token.enums.browser.js";
|
|
4
|
+
export * from "./create-apikey/create-apikey.enums.browser.js";
|
|
4
5
|
export * from "./create-contract/create-contract.enums.browser.js";
|
|
5
6
|
export * from "./create-deposit/create-deposit.enums.browser.js";
|
|
6
7
|
export * from "./create-exchange/create-exchange.enums.browser.js";
|
|
@@ -36,6 +37,7 @@ export * from "./reverse-transfer/reverse-transfer.enums.browser.js";
|
|
|
36
37
|
export * from "./reverse-transfer-group/reverse-transfer-group.enums.browser.js";
|
|
37
38
|
export * from "./reverse-transfers/reverse-transfers.enums.browser.js";
|
|
38
39
|
export * from "./set-flags/set-flags.enums.browser.js";
|
|
40
|
+
export * from "./update-apikey/update-apikey.enums.browser.js";
|
|
39
41
|
export * from "./update-token/update-token.enums.browser.js";
|
|
40
42
|
export * from "./update-transfer/update-transfer.enums.browser.js";
|
|
41
43
|
export * from "./update-transfer-group/update-transfer-group.enums.browser.js";
|
package/dist/fns/fn-types.cjs
CHANGED
|
@@ -19,6 +19,7 @@ var fn_types_exports = {};
|
|
|
19
19
|
module.exports = __toCommonJS(fn_types_exports);
|
|
20
20
|
__reExport(fn_types_exports, require("./aggregate-transfers/aggregate-transfers.enums.cjs"), module.exports);
|
|
21
21
|
__reExport(fn_types_exports, require("./create-access-token/create-access-token.enums.cjs"), module.exports);
|
|
22
|
+
__reExport(fn_types_exports, require("./create-apikey/create-apikey.enums.cjs"), module.exports);
|
|
22
23
|
__reExport(fn_types_exports, require("./create-contract/create-contract.enums.cjs"), module.exports);
|
|
23
24
|
__reExport(fn_types_exports, require("./create-deposit/create-deposit.enums.cjs"), module.exports);
|
|
24
25
|
__reExport(fn_types_exports, require("./create-exchange/create-exchange.enums.cjs"), module.exports);
|
|
@@ -54,6 +55,7 @@ __reExport(fn_types_exports, require("./reverse-transfer/reverse-transfer.enums
|
|
|
54
55
|
__reExport(fn_types_exports, require("./reverse-transfer-group/reverse-transfer-group.enums.cjs"), module.exports);
|
|
55
56
|
__reExport(fn_types_exports, require("./reverse-transfers/reverse-transfers.enums.cjs"), module.exports);
|
|
56
57
|
__reExport(fn_types_exports, require("./set-flags/set-flags.enums.cjs"), module.exports);
|
|
58
|
+
__reExport(fn_types_exports, require("./update-apikey/update-apikey.enums.cjs"), module.exports);
|
|
57
59
|
__reExport(fn_types_exports, require("./update-token/update-token.enums.cjs"), module.exports);
|
|
58
60
|
__reExport(fn_types_exports, require("./update-transfer/update-transfer.enums.cjs"), module.exports);
|
|
59
61
|
__reExport(fn_types_exports, require("./update-transfer-group/update-transfer-group.enums.cjs"), module.exports);
|
|
@@ -64,6 +66,7 @@ __reExport(fn_types_exports, require("./update-wallet/update-wallet.enums.cjs")
|
|
|
64
66
|
0 && (module.exports = {
|
|
65
67
|
... require("./aggregate-transfers/aggregate-transfers.enums.cjs"),
|
|
66
68
|
... require("./create-access-token/create-access-token.enums.cjs"),
|
|
69
|
+
... require("./create-apikey/create-apikey.enums.cjs"),
|
|
67
70
|
... require("./create-contract/create-contract.enums.cjs"),
|
|
68
71
|
... require("./create-deposit/create-deposit.enums.cjs"),
|
|
69
72
|
... require("./create-exchange/create-exchange.enums.cjs"),
|
|
@@ -99,6 +102,7 @@ __reExport(fn_types_exports, require("./update-wallet/update-wallet.enums.cjs")
|
|
|
99
102
|
... require("./reverse-transfer-group/reverse-transfer-group.enums.cjs"),
|
|
100
103
|
... require("./reverse-transfers/reverse-transfers.enums.cjs"),
|
|
101
104
|
... require("./set-flags/set-flags.enums.cjs"),
|
|
105
|
+
... require("./update-apikey/update-apikey.enums.cjs"),
|
|
102
106
|
... require("./update-token/update-token.enums.cjs"),
|
|
103
107
|
... require("./update-transfer/update-transfer.enums.cjs"),
|
|
104
108
|
... require("./update-transfer-group/update-transfer-group.enums.cjs"),
|
package/dist/fns/fn-types.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// src/fns/fn-types.ts
|
|
2
2
|
export * from "./aggregate-transfers/aggregate-transfers.enums.js";
|
|
3
3
|
export * from "./create-access-token/create-access-token.enums.js";
|
|
4
|
+
export * from "./create-apikey/create-apikey.enums.js";
|
|
4
5
|
export * from "./create-contract/create-contract.enums.js";
|
|
5
6
|
export * from "./create-deposit/create-deposit.enums.js";
|
|
6
7
|
export * from "./create-exchange/create-exchange.enums.js";
|
|
@@ -36,6 +37,7 @@ export * from "./reverse-transfer/reverse-transfer.enums.js";
|
|
|
36
37
|
export * from "./reverse-transfer-group/reverse-transfer-group.enums.js";
|
|
37
38
|
export * from "./reverse-transfers/reverse-transfers.enums.js";
|
|
38
39
|
export * from "./set-flags/set-flags.enums.js";
|
|
40
|
+
export * from "./update-apikey/update-apikey.enums.js";
|
|
39
41
|
export * from "./update-token/update-token.enums.js";
|
|
40
42
|
export * from "./update-transfer/update-transfer.enums.js";
|
|
41
43
|
export * from "./update-transfer-group/update-transfer-group.enums.js";
|
|
@@ -42,6 +42,7 @@ var import_reverse_query_builder = require("../../lib/query-builder/reverse-quer
|
|
|
42
42
|
var import_reverse_transfers_schema_zod = require("./reverse-transfers.schema.zod.browser.cjs");
|
|
43
43
|
var import_find_transfer_many_schema_zod = require("../../txs/find-transfer-many/find-transfer-many.schema.zod.browser.cjs");
|
|
44
44
|
var import_reverse_transfer_schema_zod = require("../../txs/reverse-transfer/reverse-transfer.schema.zod.browser.cjs");
|
|
45
|
+
var transferFilterFullInputSchemaRequired = import_find_transfer_many_schema_zod.transferFilterFullInputSchema.required();
|
|
45
46
|
function reverseTransfers(options, input, fnOptions) {
|
|
46
47
|
const { client } = options;
|
|
47
48
|
const $query = new import_reverse_query_builder.ReverseQueryBuilder({
|
|
@@ -53,7 +54,7 @@ function reverseTransfers(options, input, fnOptions) {
|
|
|
53
54
|
});
|
|
54
55
|
},
|
|
55
56
|
schemaBasic: import_reverse_transfers_schema_zod.reverseTransfersFilterInputSchema,
|
|
56
|
-
schema:
|
|
57
|
+
schema: transferFilterFullInputSchemaRequired,
|
|
57
58
|
optionsSchema: import_reverse_transfers_schema_zod.reverseTransfersFnOptionsSchema,
|
|
58
59
|
reverseSchema: import_reverse_transfer_schema_zod.reverseTransferModificationsSchema
|
|
59
60
|
});
|