@dydxprotocol/v4-client-js 1.0.17 → 1.0.19
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/__native__/__ios__/v4-native-client.js +7665 -4569
- package/build/examples/noble_example.js +2 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/cosmos/bundle.d.ts +158 -158
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/cosmos/bundle.js +126 -126
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/blocktime/query.lcd.d.ts +2 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/blocktime/query.lcd.js +7 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/bundle.d.ts +867 -823
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/bundle.js +178 -167
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/query.d.ts +0 -56
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/query.js +2 -119
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/query.rpc.Query.d.ts +1 -5
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/query.rpc.Query.js +1 -10
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/daemons/liquidation/liquidation.d.ts +12 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/daemons/liquidation/liquidation.js +32 -7
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/govplus/genesis.d.ts +13 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/govplus/genesis.js +54 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/govplus/query.d.ts +1 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/govplus/query.js +3 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/govplus/query.rpc.Query.d.ts +10 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/govplus/query.rpc.Query.js +17 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/govplus/tx.d.ts +58 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/govplus/tx.js +122 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/govplus/tx.rpc.msg.d.ts +15 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/govplus/tx.rpc.msg.js +41 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/indexer/protocol/v1/clob.d.ts +3 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/indexer/protocol/v1/clob.js +4 -3
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/ratelimit/capacity.d.ts +16 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/ratelimit/capacity.js +47 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/ratelimit/limit_params.d.ts +4 -3
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/ratelimit/limit_params.js +11 -10
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/ratelimit/query.d.ts +3 -22
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/ratelimit/query.js +8 -51
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/ratelimit/tx.d.ts +0 -27
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/ratelimit/tx.js +2 -72
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/ratelimit/tx.rpc.msg.d.ts +1 -4
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/ratelimit/tx.rpc.msg.js +1 -7
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/rpc.query.d.ts +2 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/rpc.query.js +2 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/rpc.tx.d.ts +1 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/rpc.tx.js +2 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/subaccounts/query.d.ts +40 -0
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/subaccounts/query.js +80 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/subaccounts/query.lcd.d.ts +2 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/subaccounts/query.lcd.js +8 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/subaccounts/query.rpc.Query.d.ts +8 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/dydxprotocol/subaccounts/query.rpc.Query.js +10 -1
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/gogoproto/bundle.js +2 -2
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/google/bundle.d.ts +174 -174
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/google/bundle.js +12 -12
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/tendermint/bundle.d.ts +365 -365
- package/build/node_modules/@dydxprotocol/v4-proto/src/codegen/tendermint/bundle.js +22 -22
- package/build/src/clients/composite-client.d.ts +6 -6
- package/build/src/clients/composite-client.js +13 -13
- package/build/src/clients/constants.d.ts +2 -1
- package/build/src/clients/constants.js +5 -4
- package/build/src/clients/modules/get.d.ts +3 -1
- package/build/src/clients/modules/get.js +17 -1
- package/build/src/clients/modules/post.d.ts +2 -1
- package/build/src/clients/modules/post.js +4 -3
- package/build/src/clients/modules/proto-includes.d.ts +1 -0
- package/build/src/clients/modules/proto-includes.js +3 -2
- package/build/src/clients/native.js +7 -5
- package/build/src/clients/noble-client.d.ts +2 -1
- package/build/src/clients/noble-client.js +5 -4
- package/build/src/clients/validator-client.js +2 -2
- package/examples/noble_example.ts +1 -1
- package/package.json +2 -2
- package/src/clients/composite-client.ts +22 -5
- package/src/clients/constants.ts +5 -2
- package/src/clients/modules/get.ts +36 -0
- package/src/clients/modules/post.ts +4 -1
- package/src/clients/modules/proto-includes.ts +1 -0
- package/src/clients/native.ts +13 -4
- package/src/clients/noble-client.ts +5 -3
- package/src/clients/validator-client.ts +6 -1
|
@@ -24,21 +24,21 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.google = void 0;
|
|
27
|
-
const
|
|
28
|
-
const
|
|
29
|
-
const
|
|
30
|
-
const
|
|
31
|
-
const
|
|
32
|
-
const
|
|
27
|
+
const _222 = __importStar(require("./api/annotations"));
|
|
28
|
+
const _223 = __importStar(require("./api/http"));
|
|
29
|
+
const _224 = __importStar(require("./protobuf/descriptor"));
|
|
30
|
+
const _225 = __importStar(require("./protobuf/any"));
|
|
31
|
+
const _226 = __importStar(require("./protobuf/timestamp"));
|
|
32
|
+
const _227 = __importStar(require("./protobuf/duration"));
|
|
33
33
|
var google;
|
|
34
34
|
(function (google) {
|
|
35
|
-
google.api = { ...
|
|
36
|
-
...
|
|
35
|
+
google.api = { ..._222,
|
|
36
|
+
..._223
|
|
37
37
|
};
|
|
38
|
-
google.protobuf = { ...
|
|
39
|
-
...
|
|
40
|
-
...
|
|
41
|
-
...
|
|
38
|
+
google.protobuf = { ..._224,
|
|
39
|
+
..._225,
|
|
40
|
+
..._226,
|
|
41
|
+
..._227
|
|
42
42
|
};
|
|
43
43
|
})(google = exports.google || (exports.google = {}));
|
|
44
44
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVuZGxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbm9kZV9tb2R1bGVzL0BkeWR4cHJvdG9jb2wvdjQtcHJvdG8vc3JjL2NvZGVnZW4vZ29vZ2xlL2J1bmRsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLHdEQUEwQztBQUMxQyxpREFBbUM7QUFDbkMsNERBQThDO0FBQzlDLHFEQUF1QztBQUN2QywyREFBNkM7QUFDN0MsMERBQTRDO0FBQzVDLElBQWlCLE1BQU0sQ0FTdEI7QUFURCxXQUFpQixNQUFNO0lBQ1IsVUFBRyxHQUFHLEVBQUUsR0FBRyxJQUFJO1FBQzFCLEdBQUcsSUFBSTtLQUNSLENBQUM7SUFDVyxlQUFRLEdBQUcsRUFBRSxHQUFHLElBQUk7UUFDL0IsR0FBRyxJQUFJO1FBQ1AsR0FBRyxJQUFJO1FBQ1AsR0FBRyxJQUFJO0tBQ1IsQ0FBQztBQUNKLENBQUMsRUFUZ0IsTUFBTSxHQUFOLGNBQU0sS0FBTixjQUFNLFFBU3RCIn0=
|