Socket
Socket
Sign inDemoInstall

@galoymoney/client

Package Overview
Dependencies
142
Maintainers
5
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.40 to 0.1.41

dist/graphql/mutations/ln-invoice-create-on-behalf-of-recipient.d.ts

6

dist/graphql/use-mutation.d.ts

@@ -11,2 +11,3 @@ import { MutationFunctionOptions, MutationHookOptions, MutationResult } from "@apollo/client";

lnInvoiceCreate: import("@apollo/client").DocumentNode;
lnInvoiceCreateOnBehalfOfRecipient: import("@apollo/client").DocumentNode;
lnInvoiceFeeProbe: import("@apollo/client").DocumentNode;

@@ -70,2 +71,7 @@ lnInvoicePaymentSend: import("@apollo/client").DocumentNode;

}>>, MutationResult<GaloyGQL.LnInvoiceCreateMutation> & MutationHelpers];
lnInvoiceCreateOnBehalfOfRecipient: (config?: MutationHookOptions<GaloyGQL.LnInvoiceCreateOnBehalfOfRecipientMutation, GaloyGQL.Exact<{
input: GaloyGQL.LnInvoiceCreateOnBehalfOfRecipientInput;
}>, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache<any>> | undefined) => [MutationFunction<GaloyGQL.LnInvoiceCreateOnBehalfOfRecipientMutation, GaloyGQL.Exact<{
input: GaloyGQL.LnInvoiceCreateOnBehalfOfRecipientInput;
}>>, MutationResult<GaloyGQL.LnInvoiceCreateOnBehalfOfRecipientMutation> & MutationHelpers];
lnInvoiceFeeProbe: (config?: MutationHookOptions<GaloyGQL.LnInvoiceFeeProbeMutation, GaloyGQL.Exact<{

@@ -72,0 +78,0 @@ input: GaloyGQL.LnInvoiceFeeProbeInput;

4

dist/graphql/use-mutation.js

@@ -64,2 +64,3 @@ "use strict";

var ln_invoice_create_1 = __importDefault(require("./mutations/ln-invoice-create"));
var ln_invoice_create_on_behalf_of_recipient_1 = __importDefault(require("./mutations/ln-invoice-create-on-behalf-of-recipient"));
var ln_invoice_fee_probe_1 = __importDefault(require("./mutations/ln-invoice-fee-probe"));

@@ -90,2 +91,3 @@ var ln_invoice_payment_send_1 = __importDefault(require("./mutations/ln-invoice-payment-send"));

lnInvoiceCreate: ln_invoice_create_1.default,
lnInvoiceCreateOnBehalfOfRecipient: ln_invoice_create_on_behalf_of_recipient_1.default,
lnInvoiceFeeProbe: ln_invoice_fee_probe_1.default,

@@ -142,2 +144,3 @@ lnInvoicePaymentSend: ln_invoice_payment_send_1.default,

var lnInvoiceCreateMutation = defineMutation("lnInvoiceCreate");
var lnInvoiceCreateOnBehalfOfRecipientMutation = defineMutation("lnInvoiceCreateOnBehalfOfRecipient");
var lnInvoiceFeeProbeMutation = defineMutation("lnInvoiceFeeProbe");

@@ -168,2 +171,3 @@ var lnInvoicePaymentSendMutation = defineMutation("lnInvoicePaymentSend");

lnInvoiceCreate: lnInvoiceCreateMutation,
lnInvoiceCreateOnBehalfOfRecipient: lnInvoiceCreateOnBehalfOfRecipientMutation,
lnInvoiceFeeProbe: lnInvoiceFeeProbeMutation,

@@ -170,0 +174,0 @@ lnInvoicePaymentSend: lnInvoicePaymentSendMutation,

6

package.json
{
"name": "@galoymoney/client",
"main": "dist/index.js",
"version": "0.1.40",
"version": "0.1.41",
"license": "MIT",

@@ -21,4 +21,4 @@ "repository": "https://github.com/galoymoney/galoy-client",

"@apollo/client": ">=3.6.0",
"bitcoinjs-lib": "5.0.0",
"bolt11": "1.3.4",
"bitcoinjs-lib": "~5.0.0",
"bolt11": "~1.3.4",
"cross-fetch": ">=3.1.5",

@@ -25,0 +25,0 @@ "graphql": ">=16.0.0",

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 too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc