New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@trycourier/client-graphql

Package Overview
Dependencies
Maintainers
0
Versions
510
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trycourier/client-graphql - npm Package Compare versions

Comparing version 6.3.4-internal.0adfe11.0 to 6.3.4-internal.d9df408.0

4

dist/preferences.js

@@ -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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc