@trycourier/client-graphql
Advanced tools
Comparing version 1.21.2-internal.f5ac50d.0 to 1.22.1-internal.737afc3.0
@@ -16,3 +16,3 @@ "use strict"; | ||
var RECIPIENT_PREFERENCES = "\n query GetRecipientPreferences {\n recipientPreferences {\n nodes {\n templateId\n status\n }\n }\n }\n"; | ||
var RECIPIENT_PREFERENCES = "\n query GetRecipientPreferences {\n recipientPreferences {\n nodes {\n templateId\n status\n hasCustomRouting\n routingPreferences\n }\n }\n }\n"; | ||
@@ -74,3 +74,5 @@ var getRecipientPreferences = function getRecipientPreferences(client) { | ||
preferences: { | ||
status: payload.status | ||
status: payload.status, | ||
hasCustomRouting: payload.hasCustomRouting, | ||
routingPreferences: payload.routingPreferences | ||
} | ||
@@ -77,0 +79,0 @@ }).toPromise(); |
{ | ||
"name": "@trycourier/client-graphql", | ||
"version": "1.21.2-internal.f5ac50d.0+f5ac50d", | ||
"version": "1.22.1-internal.737afc3.0+737afc3", | ||
"description": "", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "f5ac50dfbdffc59676c4a50a98455529dbf3ed5f" | ||
"gitHead": "737afc30ac28620939cfffbd64263f9ab0d58558" | ||
} |
@@ -8,2 +8,4 @@ import { Client } from "urql"; | ||
status: string; | ||
hasCustomRouting: boolean; | ||
routingPreferences: Array<string>; | ||
}) => Promise<any>; | ||
@@ -10,0 +12,0 @@ export declare const updateRecipientPreferences: (client: Client | undefined) => UpdateRecipientPreferences; |
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
38603
624