Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@galoymoney/client

Package Overview
Dependencies
Maintainers
4
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@galoymoney/client - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

dist/graphql/index.d.ts

65

dist/index.d.ts
export * from "./parse-payment-destination"
import * as lightningPayReq from "bolt11"
export * from "./graphql/index"
export declare const getDescription: (

@@ -12,25 +12,2 @@ decoded: lightningPayReq.PaymentRequestObject,

export declare const queries: {
main: import("graphql/language/ast").DocumentNode
onChainAddressCurrent: import("graphql/language/ast").DocumentNode
onChainTxFee: import("graphql/language/ast").DocumentNode
userDefaultWalletId: import("graphql/language/ast").DocumentNode
}
export declare const mutations: {
captchaCreateChallenge: import("graphql/language/ast").DocumentNode
captchaRequestAuthCode: import("graphql/language/ast").DocumentNode
intraLedgerPaymentSend: import("graphql/language/ast").DocumentNode
lnInvoiceCreate: import("graphql/language/ast").DocumentNode
lnInvoiceFeePrope: import("graphql/language/ast").DocumentNode
lnInvoicePaymentSend: import("graphql/language/ast").DocumentNode
lnNoAmountInvoiceCreate: import("graphql/language/ast").DocumentNode
lnNoAmountInvoiceFeePrope: import("graphql/language/ast").DocumentNode
lnNoAmountInvoicePaymentSend: import("graphql/language/ast").DocumentNode
userLogin: import("graphql/language/ast").DocumentNode
onChainPaymentSend: import("graphql/language/ast").DocumentNode
}
export declare const subscriptions: {
myUpdates: import("graphql/language/ast").DocumentNode
}
export namespace GaloyGQL {

@@ -1025,2 +1002,22 @@ type Maybe<T> = T | null

}
type OnChainAddressCurrentMutationVariables = Exact<{
input: OnChainAddressCurrentInput
}>
type OnChainAddressCurrentMutation = {
__typename?: "Mutation"
onChainAddressCurrent: {
__typename?: "OnChainAddressPayload"
address?: string | null | undefined
errors: Array<
| {
__typename?: "InputError"
message: string
}
| {
__typename?: "PaymentError"
message: string
}
>
}
}
type OnChainPaymentSendMutationVariables = Exact<{

@@ -1087,22 +1084,2 @@ input: OnChainPaymentSendInput

}
type OnChainAddressCurrentMutationVariables = Exact<{
input: OnChainAddressCurrentInput
}>
type OnChainAddressCurrentMutation = {
__typename?: "Mutation"
onChainAddressCurrent: {
__typename?: "OnChainAddressPayload"
address?: string | null | undefined
errors: Array<
| {
__typename?: "InputError"
message: string
}
| {
__typename?: "PaymentError"
message: string
}
>
}
}
type OnChainTxFeeQueryVariables = Exact<{

@@ -1109,0 +1086,0 @@ walletId: Scalars["WalletId"]

{
"name": "@galoymoney/client",
"version": "0.0.6",
"version": "0.0.7",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc