Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postmark

Package Overview
Dependencies
Maintainers
2
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postmark - npm Package Compare versions

Comparing version 2.2.8 to 2.2.9

27

dist/client/models/templates/Template.d.ts

@@ -31,18 +31,25 @@ import { FilteringParameters } from "../client/FilteringParameters";

}
export interface Template extends UpdateTemplateRequest {
export interface Template {
TemplateType: TemplateTypes;
Name: string;
TemplateId: number;
Alias: string | null;
Subject: string;
HtmlBody: string | null;
TextBody: string | null;
Active: boolean;
AssociatedServerId?: number;
AssociatedServerId: number;
LayoutTemplate: string | null;
}
export interface TemplateInList {
TemplateType: TemplateTypes;
Active: boolean;
TemplateId: number;
Name: string;
Alias: string | null;
LayoutTemplate: string | null;
}
export interface Templates {
TotalCount: number;
Templates: [{
TemplateType: TemplateTypes;
Active: boolean;
TemplateId: number;
Name: string;
Alias?: string | null;
LayoutTemplate: string | null;
}];
Templates: TemplateInList[];
}

@@ -49,0 +56,0 @@ export declare class TemplatesPushRequest {

@@ -12,3 +12,3 @@ {

],
"version": "2.2.8",
"version": "2.2.9",
"author": "Igor Balos",

@@ -76,3 +76,3 @@ "contributors": [

"tslint": "^5.12.0",
"typedoc": "^0.14.2",
"typedoc": "^0.15.0",
"typescript": "^2.9.2"

@@ -79,0 +79,0 @@ },

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