Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@trycourier/client-graphql

Package Overview
Dependencies
Maintainers
3
Versions
502
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 1.21.2-internal.f5ac50d.0 to 1.22.1-internal.737afc3.0

6

dist/preferences/index.js

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

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