@epilot/email-template-client
Advanced tools
Comparing version 1.6.3 to 1.6.4
@@ -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", |
{ | ||
"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", |
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
68555
2023