@trycourier/client-graphql
Advanced tools
Comparing version 1.16.1-internal.fd096a7.0 to 1.17.0
@@ -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
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
38002
1
0