@nomalism-com/types 0.39.71 → 0.39.73
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.
package/dist/index.cjs
CHANGED
|
@@ -5179,7 +5179,7 @@ __export(route_schema_exports94, {
|
|
|
5179
5179
|
import joi95 from "joi";
|
|
5180
5180
|
var createBodyKeys60 = {
|
|
5181
5181
|
document_line_id: joi95.string().uuid().required(),
|
|
5182
|
-
note: joi95.string().required(),
|
|
5182
|
+
note: joi95.string().allow("").empty("").required(),
|
|
5183
5183
|
type: joi95.string().valid(...documentLineNoteTypes).required()
|
|
5184
5184
|
};
|
|
5185
5185
|
var createBody61 = joi95.object().keys(createBodyKeys60).messages(messages);
|
package/dist/index.js
CHANGED
|
@@ -5179,7 +5179,7 @@ __export(route_schema_exports94, {
|
|
|
5179
5179
|
import joi95 from "joi";
|
|
5180
5180
|
var createBodyKeys60 = {
|
|
5181
5181
|
document_line_id: joi95.string().uuid().required(),
|
|
5182
|
-
note: joi95.string().required(),
|
|
5182
|
+
note: joi95.string().allow("").empty("").required(),
|
|
5183
5183
|
type: joi95.string().valid(...documentLineNoteTypes).required()
|
|
5184
5184
|
};
|
|
5185
5185
|
var createBody61 = joi95.object().keys(createBodyKeys60).messages(messages);
|
|
@@ -15,7 +15,7 @@ export interface IFindByOwnerIdItem {
|
|
|
15
15
|
pdf_link: string | null;
|
|
16
16
|
is_void: boolean;
|
|
17
17
|
created_by: string;
|
|
18
|
-
|
|
18
|
+
can_have_no_pdf: boolean;
|
|
19
19
|
retryPayload: IUpdateDataRequest | null;
|
|
20
20
|
}
|
|
21
21
|
export interface IFindByOwnerIdItemWithVersions extends IFindByOwnerIdItem {
|
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.39.
|
|
4
|
+
"version": "0.39.73",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|