@nomalism-com/types 0.46.16 → 0.46.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1152,8 +1152,8 @@ export type SidemenuHightlight = {
|
|
|
1152
1152
|
*/
|
|
1153
1153
|
export type SmsSender = {
|
|
1154
1154
|
id: string;
|
|
1155
|
-
|
|
1156
|
-
|
|
1155
|
+
document_line_id: string | null;
|
|
1156
|
+
telephone: string;
|
|
1157
1157
|
message: string;
|
|
1158
1158
|
status: ISmsSenderStats;
|
|
1159
1159
|
error: string | null;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nomalism-com/types",
|
|
3
3
|
"description": "A nomalism package with all necessary types and validations for developing APIs",
|
|
4
|
-
"version": "0.46.
|
|
4
|
+
"version": "0.46.18",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|