@trycourier/client-graphql
Advanced tools
Comparing version 6.3.4-internal.0adfe11.0 to 6.3.4-internal.d9df408.0
@@ -17,4 +17,4 @@ "use strict"; | ||
var RECIPIENT_PREFERENCES = "\n query GetRecipientPreferences($accountId: String) {\n recipientPreferences(accountId: $accountId) {\n nodes {\n templateId\n status\n hasCustomRouting\n routingPreferences\n digestSchedule\n }\n }\n }\n"; | ||
var PREFERENCE_PAGE = "\n query($accountId: String) {\n preferencePage(accountId: $accountId) {\n showCourierFooter\n brand {\n settings {\n colors {\n primary\n }\n }\n links\n logo {\n href\n image\n }\n }\n sections {\n nodes {\n name\n sectionId\n routingOptions\n hasCustomRouting\n topics {\n nodes {\n defaultStatus\n templateName\n templateId\n digestSchedules\n }\n }\n }\n }\n }\n }\n"; | ||
var DRAFT_PREFERENCE_PAGE = "\n query {\n draftPreferencePage {\n showCourierFooter\n brand {\n settings {\n colors {\n primary\n }\n }\n links\n logo {\n href\n image\n }\n }\n sections {\n nodes {\n name\n sectionId\n routingOptions\n hasCustomRouting\n topics {\n nodes {\n defaultStatus\n templateName\n templateId\n digestSchedules\n }\n }\n }\n }\n }\n }\n"; | ||
var PREFERENCE_PAGE = "\n query($accountId: String) {\n preferencePage(accountId: $accountId) {\n showCourierFooter\n brand {\n settings {\n colors {\n primary\n }\n }\n links\n logo {\n href\n image\n }\n }\n sections {\n nodes {\n name\n sectionId\n routingOptions\n hasCustomRouting\n topics {\n nodes {\n data\n defaultStatus\n templateName\n templateId\n digestSchedules\n }\n }\n }\n }\n }\n }\n"; | ||
var DRAFT_PREFERENCE_PAGE = "\n query {\n draftPreferencePage {\n showCourierFooter\n brand {\n settings {\n colors {\n primary\n }\n }\n links\n logo {\n href\n image\n }\n }\n sections {\n nodes {\n name\n sectionId\n routingOptions\n hasCustomRouting\n topics {\n nodes {\n data\n defaultStatus\n templateName\n templateId\n digestSchedules\n }\n }\n }\n }\n }\n }\n"; | ||
@@ -21,0 +21,0 @@ var getRecipientPreferences = function getRecipientPreferences(client) { |
{ | ||
"name": "@trycourier/client-graphql", | ||
"version": "6.3.4-internal.0adfe11.0+0adfe11", | ||
"version": "6.3.4-internal.d9df408.0+d9df408", | ||
"description": "", | ||
@@ -27,3 +27,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "0adfe1101073fd4aec513dd79bae6de91da84fed" | ||
"gitHead": "d9df408f2557b4b3404d073f1c61d03f63d0bb1b" | ||
} |
Sorry, the diff of this file is not supported yet
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
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
76270