Socket
Socket
Sign inDemoInstall

@hoory/be-types-email

Package Overview
Dependencies
0
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

6

lib/src/email.data.type.d.ts

@@ -142,1 +142,7 @@ export interface EmailData {

}
export interface EmailAddressVerificationData extends EmailData {
receiverFirstName: string;
workspaceSlug: string;
senderFirstName: string;
verificationToken: string;
}

3

lib/src/email.type.d.ts

@@ -20,3 +20,4 @@ import { EmailData } from './email.data.type';

EMBED_WIDGET = "embed-widget",
MENTION_AGENT = "mention-agent"
MENTION_AGENT = "mention-agent",
VERIFY_EMAIL_ADDRESS = "verify-email-address"
}

@@ -23,0 +24,0 @@ export declare enum EmailSubject {

@@ -24,2 +24,3 @@ "use strict";

EmailTemplate["MENTION_AGENT"] = "mention-agent";
EmailTemplate["VERIFY_EMAIL_ADDRESS"] = "verify-email-address";
})(EmailTemplate = exports.EmailTemplate || (exports.EmailTemplate = {}));

@@ -26,0 +27,0 @@ var EmailSubject;

{
"name": "@hoory/be-types-email",
"version": "1.0.4",
"version": "1.0.5",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -154,2 +154,3 @@ export interface EmailData {

}
export interface EmbedWidgetEmailData extends EmailData {

@@ -160,1 +161,8 @@ ownerFirstName: string;

}
export interface EmailAddressVerificationData extends EmailData {
receiverFirstName: string;
workspaceSlug: string;
senderFirstName: string;
verificationToken: string;
}

@@ -21,3 +21,4 @@ import { EmailData } from './email.data.type';

EMBED_WIDGET = 'embed-widget',
MENTION_AGENT = 'mention-agent'
MENTION_AGENT = 'mention-agent',
VERIFY_EMAIL_ADDRESS = 'verify-email-address',
}

@@ -24,0 +25,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc