tigerbeetle-node
Advanced tools
Comparing version 0.12.50 to 0.12.51
@@ -132,6 +132,6 @@ /// <reference types="node" /> | ||
export declare enum Operation { | ||
create_accounts = 3, | ||
create_transfers = 4, | ||
lookup_accounts = 5, | ||
lookup_transfers = 6 | ||
create_accounts = 128, | ||
create_transfers = 129, | ||
lookup_accounts = 130, | ||
lookup_transfers = 131 | ||
} |
@@ -104,7 +104,7 @@ "use strict"; | ||
(function (Operation) { | ||
Operation[Operation["create_accounts"] = 3] = "create_accounts"; | ||
Operation[Operation["create_transfers"] = 4] = "create_transfers"; | ||
Operation[Operation["lookup_accounts"] = 5] = "lookup_accounts"; | ||
Operation[Operation["lookup_transfers"] = 6] = "lookup_transfers"; | ||
Operation[Operation["create_accounts"] = 128] = "create_accounts"; | ||
Operation[Operation["create_transfers"] = 129] = "create_transfers"; | ||
Operation[Operation["lookup_accounts"] = 130] = "lookup_accounts"; | ||
Operation[Operation["lookup_transfers"] = 131] = "lookup_transfers"; | ||
})(Operation = exports.Operation || (exports.Operation = {})); | ||
//# sourceMappingURL=bindings.js.map |
{ | ||
"name": "tigerbeetle-node", | ||
"version": "0.12.50", | ||
"version": "0.12.51", | ||
"description": "TigerBeetle Node.js client", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -596,7 +596,7 @@ /////////////////////////////////////////////////////// | ||
export enum Operation { | ||
create_accounts = 3, | ||
create_transfers = 4, | ||
lookup_accounts = 5, | ||
lookup_transfers = 6, | ||
create_accounts = 128, | ||
create_transfers = 129, | ||
lookup_accounts = 130, | ||
lookup_transfers = 131, | ||
} | ||
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 not supported yet
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 not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6342514