From 35c7e8bcf685466ff2e83b36bc5beab3e7a6752f Mon Sep 17 00:00:00 2001 From: boufni95 Date: Fri, 23 Aug 2024 20:42:39 +0200 Subject: [PATCH] up --- proto/lnd/walletunlocker.client.ts | 18 +++++++++--------- proto/lnd/walletunlocker.ts | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/proto/lnd/walletunlocker.client.ts b/proto/lnd/walletunlocker.client.ts index ed94ca63..a3e3d7da 100644 --- a/proto/lnd/walletunlocker.client.ts +++ b/proto/lnd/walletunlocker.client.ts @@ -3,16 +3,16 @@ // tslint:disable import type { RpcTransport } from "@protobuf-ts/runtime-rpc"; import type { ServiceInfo } from "@protobuf-ts/runtime-rpc"; -import { WalletUnlocker } from "./walletunlocker"; -import type { ChangePasswordResponse } from "./walletunlocker"; -import type { ChangePasswordRequest } from "./walletunlocker"; -import type { UnlockWalletResponse } from "./walletunlocker"; -import type { UnlockWalletRequest } from "./walletunlocker"; -import type { InitWalletResponse } from "./walletunlocker"; -import type { InitWalletRequest } from "./walletunlocker"; +import { WalletUnlocker } from "./walletunlocker.js"; +import type { ChangePasswordResponse } from "./walletunlocker.js"; +import type { ChangePasswordRequest } from "./walletunlocker.js"; +import type { UnlockWalletResponse } from "./walletunlocker.js"; +import type { UnlockWalletRequest } from "./walletunlocker.js"; +import type { InitWalletResponse } from "./walletunlocker.js"; +import type { InitWalletRequest } from "./walletunlocker.js"; import { stackIntercept } from "@protobuf-ts/runtime-rpc"; -import type { GenSeedResponse } from "./walletunlocker"; -import type { GenSeedRequest } from "./walletunlocker"; +import type { GenSeedResponse } from "./walletunlocker.js"; +import type { GenSeedRequest } from "./walletunlocker.js"; import type { UnaryCall } from "@protobuf-ts/runtime-rpc"; import type { RpcOptions } from "@protobuf-ts/runtime-rpc"; // diff --git a/proto/lnd/walletunlocker.ts b/proto/lnd/walletunlocker.ts index 7851c675..a472c857 100644 --- a/proto/lnd/walletunlocker.ts +++ b/proto/lnd/walletunlocker.ts @@ -12,7 +12,7 @@ import type { PartialMessage } from "@protobuf-ts/runtime"; import { reflectionMergePartial } from "@protobuf-ts/runtime"; import { MESSAGE_TYPE } from "@protobuf-ts/runtime"; import { MessageType } from "@protobuf-ts/runtime"; -import { ChanBackupSnapshot } from "./lightning"; +import { ChanBackupSnapshot } from "./lightning.js"; /** * @generated from protobuf message lnrpc.GenSeedRequest */