mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-02-02 17:44:40 -05:00
update to monero-ts 0.9.6
This commit is contained in:
parent
d6438f7895
commit
3345a6033b
4
dist/protobuf/pb_pb.d.ts
vendored
4
dist/protobuf/pb_pb.d.ts
vendored
@ -7178,6 +7178,9 @@ export class UserPayload extends jspb.Message {
|
||||
getCookieMap(): jspb.Map<string, string>;
|
||||
clearCookieMap(): UserPayload;
|
||||
|
||||
getWalletCreationDate(): number;
|
||||
setWalletCreationDate(value: number): UserPayload;
|
||||
|
||||
serializeBinary(): Uint8Array;
|
||||
toObject(includeInstance?: boolean): UserPayload.AsObject;
|
||||
static toObject(includeInstance: boolean, msg: UserPayload): UserPayload.AsObject;
|
||||
@ -7204,6 +7207,7 @@ export namespace UserPayload {
|
||||
acceptedRefundAgentsList: Array<RefundAgent.AsObject>,
|
||||
registeredRefundAgent?: RefundAgent.AsObject,
|
||||
cookieMap: Array<[string, string]>,
|
||||
walletCreationDate: number,
|
||||
}
|
||||
}
|
||||
|
||||
|
32
dist/protobuf/pb_pb.js
vendored
32
dist/protobuf/pb_pb.js
vendored
@ -57360,7 +57360,8 @@ proto.io.haveno.protobuffer.UserPayload.toObject = function(includeInstance, msg
|
||||
acceptedRefundAgentsList: jspb.Message.toObjectList(msg.getAcceptedRefundAgentsList(),
|
||||
proto.io.haveno.protobuffer.RefundAgent.toObject, includeInstance),
|
||||
registeredRefundAgent: (f = msg.getRegisteredRefundAgent()) && proto.io.haveno.protobuffer.RefundAgent.toObject(includeInstance, f),
|
||||
cookieMap: (f = msg.getCookieMap()) ? f.toObject(includeInstance, undefined) : []
|
||||
cookieMap: (f = msg.getCookieMap()) ? f.toObject(includeInstance, undefined) : [],
|
||||
walletCreationDate: jspb.Message.getFieldWithDefault(msg, 17, 0)
|
||||
};
|
||||
|
||||
if (includeInstance) {
|
||||
@ -57476,6 +57477,10 @@ proto.io.haveno.protobuffer.UserPayload.deserializeBinaryFromReader = function(m
|
||||
jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype.readString, null, "", "");
|
||||
});
|
||||
break;
|
||||
case 17:
|
||||
var value = /** @type {number} */ (reader.readInt64());
|
||||
msg.setWalletCreationDate(value);
|
||||
break;
|
||||
default:
|
||||
reader.skipField();
|
||||
break;
|
||||
@ -57627,6 +57632,13 @@ proto.io.haveno.protobuffer.UserPayload.serializeBinaryToWriter = function(messa
|
||||
if (f && f.getLength() > 0) {
|
||||
f.serializeBinary(16, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeString);
|
||||
}
|
||||
f = message.getWalletCreationDate();
|
||||
if (f !== 0) {
|
||||
writer.writeInt64(
|
||||
17,
|
||||
f
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@ -58193,6 +58205,24 @@ proto.io.haveno.protobuffer.UserPayload.prototype.clearCookieMap = function() {
|
||||
return this;};
|
||||
|
||||
|
||||
/**
|
||||
* optional int64 wallet_creation_date = 17;
|
||||
* @return {number}
|
||||
*/
|
||||
proto.io.haveno.protobuffer.UserPayload.prototype.getWalletCreationDate = function() {
|
||||
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 17, 0));
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @param {number} value
|
||||
* @return {!proto.io.haveno.protobuffer.UserPayload} returns this
|
||||
*/
|
||||
proto.io.haveno.protobuffer.UserPayload.prototype.setWalletCreationDate = function(value) {
|
||||
return jspb.Message.setProto3IntField(this, 17, value);
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
2
dist/protobuf/pb_pb.js.map
vendored
2
dist/protobuf/pb_pb.js.map
vendored
File diff suppressed because one or more lines are too long
8
package-lock.json
generated
8
package-lock.json
generated
@ -28,7 +28,7 @@
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
"jest": "^26.6.0",
|
||||
"monero-ts": "^0.9.5",
|
||||
"monero-ts": "^0.9.6",
|
||||
"typedoc": "^0.23.26",
|
||||
"typedoc-plugin-missing-exports": "^1.0.0",
|
||||
"typedoc-plugin-rename-defaults": "^0.6.4",
|
||||
@ -11905,9 +11905,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/monero-ts": {
|
||||
"version": "0.9.5",
|
||||
"resolved": "https://registry.npmjs.org/monero-ts/-/monero-ts-0.9.5.tgz",
|
||||
"integrity": "sha512-fdX0c2bN7wgIJnV5m9FvFSkKcqyw+/bB12r+5YXFppUSn8TPuQpMy7ZaxJRML8wNvD7MjbyHt2ku8nAd7sLMwQ==",
|
||||
"version": "0.9.6",
|
||||
"resolved": "https://registry.npmjs.org/monero-ts/-/monero-ts-0.9.6.tgz",
|
||||
"integrity": "sha512-iYsdoOiDeMfMrBaIJg0FjSlM1aFvKs+3gnZc5YUsgNCaoQvMixjTkwm70Bq63qj7gGgLqt1hcK2H39cEpOI29Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.23.2",
|
||||
|
@ -54,7 +54,7 @@
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
"jest": "^26.6.0",
|
||||
"monero-ts": "^0.9.5",
|
||||
"monero-ts": "^0.9.6",
|
||||
"typedoc": "^0.23.26",
|
||||
"typedoc-plugin-missing-exports": "^1.0.0",
|
||||
"typedoc-plugin-rename-defaults": "^0.6.4",
|
||||
|
@ -33,8 +33,8 @@ import path from "path";
|
||||
import net from "net";
|
||||
import assert from "assert";
|
||||
import console from "console"; // import console because jest swallows messages in real time
|
||||
import moneroTs from "monero-ts";
|
||||
import * as os from 'os';
|
||||
import * as moneroTs from "monero-ts";
|
||||
|
||||
// ------------------------------ TEST CONFIG ---------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user