New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@epilot/email-settings-client

Package Overview
Dependencies
Maintainers
28
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.4.1 to 0.4.2

16

dist/openapi.d.ts

@@ -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 {

2

package.json
{
"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",

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