@galoymoney/client
Advanced tools
Comparing version 0.0.6 to 0.0.7
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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
77141
50
1822
0