Socket
Socket
Sign inDemoInstall

@novu/shared

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@novu/shared - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

dist/dto/message-template/index.d.ts

1

dist/dto/index.d.ts
export * from './shared';
export * from './organization';
export * from './notification-templates';
export * from './message-template';
export * from './integration';
//# sourceMappingURL=index.d.ts.map

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

__exportStar(require("./notification-templates"), exports);
__exportStar(require("./message-template"), exports);
__exportStar(require("./integration"), exports);

2

dist/dto/notification-templates/create-template.dto.d.ts

@@ -1,2 +0,2 @@

import { NotificationStepDto } from './shared';
import { NotificationStepDto } from './notification-template.dto';
export interface ICreateNotificationTemplateDto {

@@ -3,0 +3,0 @@ name: string;

export * from './create-template.dto';
export * from './update-template.dto';
export * from './shared';
export * from './notification-template.dto';
//# sourceMappingURL=index.d.ts.map

@@ -15,2 +15,2 @@ "use strict";

__exportStar(require("./update-template.dto"), exports);
__exportStar(require("./shared"), exports);
__exportStar(require("./notification-template.dto"), exports);

@@ -1,2 +0,2 @@

import { NotificationStepDto } from './shared';
import { NotificationStepDto } from './notification-template.dto';
export interface IUpdateNotificationTemplate {

@@ -3,0 +3,0 @@ name?: string;

import { ChannelCTATypeEnum, ChannelTypeEnum } from './channel.enum';
export interface IEmailBlock {
subject?: string;
type: 'text' | 'button';

@@ -5,0 +4,0 @@ content: string;

@@ -35,3 +35,5 @@ import { BuilderFieldOperator, BuilderFieldType, BuilderGroupValues } from '../../types/builder/builder.types';

_templateId?: string;
template: IMessageTemplate;
_parentId?: string;
template?: IMessageTemplate;
active?: boolean;
}

@@ -38,0 +40,0 @@ export interface IMessageFilter {

{
"name": "@novu/shared",
"version": "0.4.1",
"version": "0.5.0",
"description": "",
"scripts": {
"start": "npm run start:dev",
"afterinstall": "pnpm build",
"build": "node_modules/.bin/tsc -p tsconfig.build.json",
"build:watch": "node_modules/.bin/tsc -p tsconfig.build.json -w --preserveWatchOutput",
"build": "cross-env node_modules/.bin/tsc -p tsconfig.build.json",
"build:watch": "cross-env node_modules/.bin/tsc -p tsconfig.build.json -w --preserveWatchOutput",
"start:dev": "pnpm build:watch",

@@ -41,3 +42,3 @@ "precommit": "lint-staged",

},
"gitHead": "09c85e6b40e8676001864f22aa56f9b7790f8c63"
"gitHead": "667b181e44f7a5e26a654efb865498c2f0e5a8af"
}
export * from './shared';
export * from './organization';
export * from './notification-templates';
export * from './message-template';
export * from './integration';

@@ -1,2 +0,2 @@

import { NotificationStepDto } from './shared';
import { NotificationStepDto } from './notification-template.dto';

@@ -3,0 +3,0 @@ export interface ICreateNotificationTemplateDto {

export * from './create-template.dto';
export * from './update-template.dto';
export * from './shared';
export * from './notification-template.dto';

@@ -1,2 +0,2 @@

import { NotificationStepDto } from './shared';
import { NotificationStepDto } from './notification-template.dto';

@@ -3,0 +3,0 @@ export interface IUpdateNotificationTemplate {

import { ChannelCTATypeEnum, ChannelTypeEnum } from './channel.enum';
export interface IEmailBlock {
subject?: string;
type: 'text' | 'button';

@@ -6,0 +5,0 @@ content: string;

@@ -35,3 +35,5 @@ import { BuilderFieldOperator, BuilderFieldType, BuilderGroupValues } from '../../types/builder/builder.types';

_templateId?: string;
template: IMessageTemplate;
_parentId?: string;
template?: IMessageTemplate;
active?: boolean;
}

@@ -38,0 +40,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc