@nomalism-com/types
Advanced tools
@@ -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; |
+2
-2
| { | ||
| "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", |
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
830989
0.01%21223
0.01%