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

@trycourier/client-graphql

Package Overview
Dependencies
Maintainers
2
Versions
501
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.16.1-internal.fd096a7.0 to 1.17.0

2

dist/messages/index.js

@@ -63,3 +63,3 @@ "use strict";

exports.getMessageCount = getMessageCount;
var QUERY_MESSAGES = "\n query GetMessages($params: FilterParamsInput, $limit: Int = 10, $after: String){\n messages(params: $params, limit: $limit, after: $after) {\n totalCount\n pageInfo {\n startCursor\n hasNextPage\n }\n nodes {\n id\n messageId\n created\n read\n tags\n content {\n title\n body\n blocks {\n ... on TextBlock {\n type\n text\n }\n ... on ActionBlock {\n type\n text\n url\n }\n }\n data\n trackingIds {\n clickTrackingId\n deliverTrackingId\n readTrackingId\n unreadTrackingId\n }\n }\n }\n }\n }\n";
var QUERY_MESSAGES = "\n query GetMessages($params: FilterParamsInput, $limit: Int = 10, $after: String){\n messages(params: $params, limit: $limit, after: $after) {\n totalCount\n pageInfo {\n startCursor\n hasNextPage\n }\n nodes {\n id\n messageId\n created\n read\n tags\n content {\n title\n body\n blocks {\n ... on TextBlock {\n type\n text\n }\n ... on ActionBlock {\n type\n text\n url\n }\n }\n data\n trackingIds {\n archiveTrackingId\n clickTrackingId\n deliverTrackingId\n readTrackingId\n unreadTrackingId\n }\n }\n }\n }\n }\n";
exports.QUERY_MESSAGES = QUERY_MESSAGES;

@@ -66,0 +66,0 @@

{
"name": "@trycourier/client-graphql",
"version": "1.16.1-internal.fd096a7.0+fd096a7",
"version": "1.17.0",
"description": "",

@@ -26,3 +26,3 @@ "main": "dist/index.js",

],
"gitHead": "fd096a70c1cdfeb5680712bf6dedb71c6c88ae62"
"gitHead": "5e42703792705663e3f12183caf3dd204e4b0269"
}

@@ -17,3 +17,3 @@ import { Client } from "urql";

}
export declare const QUERY_MESSAGES = "\n query GetMessages($params: FilterParamsInput, $limit: Int = 10, $after: String){\n messages(params: $params, limit: $limit, after: $after) {\n totalCount\n pageInfo {\n startCursor\n hasNextPage\n }\n nodes {\n id\n messageId\n created\n read\n tags\n content {\n title\n body\n blocks {\n ... on TextBlock {\n type\n text\n }\n ... on ActionBlock {\n type\n text\n url\n }\n }\n data\n trackingIds {\n clickTrackingId\n deliverTrackingId\n readTrackingId\n unreadTrackingId\n }\n }\n }\n }\n }\n";
export declare const QUERY_MESSAGES = "\n query GetMessages($params: FilterParamsInput, $limit: Int = 10, $after: String){\n messages(params: $params, limit: $limit, after: $after) {\n totalCount\n pageInfo {\n startCursor\n hasNextPage\n }\n nodes {\n id\n messageId\n created\n read\n tags\n content {\n title\n body\n blocks {\n ... on TextBlock {\n type\n text\n }\n ... on ActionBlock {\n type\n text\n url\n }\n }\n data\n trackingIds {\n archiveTrackingId\n clickTrackingId\n deliverTrackingId\n readTrackingId\n unreadTrackingId\n }\n }\n }\n }\n }\n";
declare type GetMessages = (params?: IGetMessagesParams, after?: string) => Promise<{

@@ -20,0 +20,0 @@ appendMessages: boolean;

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