@epilot/email-settings-client
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -34,2 +34,6 @@ /* eslint-disable */ | ||
* - Defaults to 3 minutes | ||
* - Negative values will be treated same as positive values | ||
* - If not set, defaults to 3 min | ||
* - If set as 0, then the no email will be treated as a duplicate | ||
* - Cannot have multiple values | ||
* | ||
@@ -63,6 +67,10 @@ */ | ||
* - Defaults to 3 minutes | ||
* - Negative values will be treated same as positive values | ||
* - If not set, defaults to 3 min | ||
* - If set as 0, then the no email will be treated as a duplicate | ||
* - Cannot have multiple values | ||
* | ||
*/ | ||
RestrictDuplicatesWithinSetting; | ||
export type SettingsResponse = Setting[]; | ||
export type SettingsResponse = Setting[] | Setting; | ||
/** | ||
@@ -115,2 +123,8 @@ * Setting that allows to add a signature. | ||
type: Components.Schemas.SettingType; | ||
/** | ||
* ID of setting | ||
* example: | ||
* a10bd0ff-4391-4cfc-88ee-b19d718a9bf7 | ||
*/ | ||
id: string; | ||
} | ||
@@ -117,0 +131,0 @@ namespace Responses { |
{ | ||
"name": "@epilot/email-settings-client", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "API Client for epilot Email Settings API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
19250
425