🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@nomalism-com/types

Package Overview
Dependencies
Maintainers
2
Versions
3553
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nomalism-com/types - npm Package Compare versions

Comparing version
0.47.9
to
0.47.10
+2
-1
dist/modules/sms/smsSender/interfaces.d.ts

@@ -33,4 +33,5 @@ import { SmsSender } from "../../../shared/entities/sms";

status: string;
created_at: Date;
document_link?: string;
error?: string;
created_at: Date;
processed_at?: Date;

@@ -37,0 +38,0 @@ sent_at?: Date;

@@ -9,2 +9,3 @@ import { ISmsSenderStats } from "../../modules/sms/smsSender/interfaces";

document_line_id: string | null;
document_header_id: string | null;
telephone: string;

@@ -11,0 +12,0 @@ message: string;

{
"name": "@nomalism-com/types",
"description": "A nomalism package with all necessary types and validations for developing APIs",
"version": "0.47.9",
"version": "0.47.10",
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",

@@ -22,3 +22,3 @@ "license": "UNLICENSED",

"scripts": {
"lint": "eslint . --fix && prettier --write .",
"lint": "eslint . --fix && prettier --write . --log-level warn",
"prebuild": "rm -rf dist",

@@ -25,0 +25,0 @@ "build": "tsc --emitDeclarationOnly && tsup",