diff --git a/core/api/src/graphql/public/mutations.ts b/core/api/src/graphql/public/mutations.ts index 82aff78f4f..01d945203e 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 a568f06dfa..4031efd7db 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 = [