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

@epilot/email-template-client

Package Overview
Dependencies
Maintainers
28
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epilot/email-template-client - npm Package Compare versions

Comparing version 1.6.3 to 1.6.4

7

dist/openapi.d.ts

@@ -172,2 +172,3 @@ /* eslint-disable */

job_id: string;
skip_creating_entities?: /* When true, it lets to send only the email by skip creating the thread & message entities. */ SkipCreatingEntities;
/**

@@ -263,2 +264,3 @@ * Status of the bulk message action

export interface BulkSendMessageRequest {
skip_creating_entities?: /* When true, it lets to send only the email by skip creating the thread & message entities. */ SkipCreatingEntities;
/**

@@ -282,2 +284,3 @@ * ID of email template to use for sending bulk emails

export interface BulkSendMessageRequestWithQuery {
skip_creating_entities?: /* When true, it lets to send only the email by skip creating the thread & message entities. */ SkipCreatingEntities;
/**

@@ -514,2 +517,6 @@ * ID of email template to use for sending bulk emails

}
/**
* When true, it lets to send only the email by skip creating the thread & message entities.
*/
export type SkipCreatingEntities = boolean;
export type TemplateType = "email" | "document";

@@ -516,0 +523,0 @@ export interface To {

@@ -812,2 +812,6 @@ {

},
"SkipCreatingEntities": {
"type": "boolean",
"description": "When true, it lets to send only the email by skip creating the thread & message entities."
},
"BulkSendMessageRequest": {

@@ -820,2 +824,5 @@ "type": "object",

"properties": {
"skip_creating_entities": {
"$ref": "#/components/schemas/SkipCreatingEntities"
},
"email_template_id": {

@@ -847,2 +854,5 @@ "type": "string",

"properties": {
"skip_creating_entities": {
"$ref": "#/components/schemas/SkipCreatingEntities"
},
"email_template_id": {

@@ -879,2 +889,5 @@ "type": "string",

},
"skip_creating_entities": {
"$ref": "#/components/schemas/SkipCreatingEntities"
},
"status": {

@@ -881,0 +894,0 @@ "type": "string",

2

package.json
{
"name": "@epilot/email-template-client",
"version": "1.6.3",
"version": "1.6.4",
"description": "API Client for epilot Email Template API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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