From ff860fc0e4660d6b9ecf424a2978c547d794faac Mon Sep 17 00:00:00 2001 From: Nicolas Burtey Date: Wed, 7 Feb 2024 20:00:31 -0600 Subject: [PATCH] chore: make merchant map suggest publicly accessible for now --- core/api/src/graphql/public/mutations.ts | 5 ++--- typos.toml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/core/api/src/graphql/public/mutations.ts b/core/api/src/graphql/public/mutations.ts index 82aff78f4f3..01d945203e4 100644 --- a/core/api/src/graphql/public/mutations.ts +++ b/core/api/src/graphql/public/mutations.ts @@ -78,6 +78,8 @@ export const mutationFields = { LnUsdInvoiceBtcDenominatedCreateOnBehalfOfRecipientMutation, lnNoAmountInvoiceCreateOnBehalfOfRecipient: LnNoAmountInvoiceCreateOnBehalfOfRecipientMutation, + + merchantMapSuggest: MerchantMapSuggest, }, authed: { @@ -113,9 +115,6 @@ export const mutationFields = { callbackEndpointAdd: CallbackEndpointAdd, callbackEndpointDelete: CallbackEndpointDelete, - - // behind authed to prevent DDOS. not strictly necessary - merchantMapSuggest: MerchantMapSuggest, }, atWalletLevel: { diff --git a/typos.toml b/typos.toml index a568f06dfa5..7fa155c1cd7 100644 --- a/typos.toml +++ b/typos.toml @@ -8,8 +8,8 @@ files.extend-exclude = [ "quickstart/galoy", "quickstart/dev", "prelude", - "core/api/test/e2e/servers/kratos.spec.ts", - "core/notifications/locales/*.yml" + "core/api/test/unit/services/kratos/identity.spec.ts" + "core/notifications/locales/*.yml", ] default.extend-ignore-identifiers-re = [