@nomalism-com/types 1.3.16 → 1.3.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.
package/dist/index.js
CHANGED
|
@@ -1520,7 +1520,9 @@ var createFromHeaderBodyKeys = {
|
|
|
1520
1520
|
provider_ref: joi10.string().optional(),
|
|
1521
1521
|
global_discount: joi10.number().min(0).max(100).optional(),
|
|
1522
1522
|
current_account: joi10.boolean().optional(),
|
|
1523
|
-
store_operator_id: joi10.string().uuid().allow(null).optional()
|
|
1523
|
+
store_operator_id: joi10.string().uuid().allow(null).optional(),
|
|
1524
|
+
document_set_id: joi10.string().uuid().optional(),
|
|
1525
|
+
external_document_name: joi10.string().optional()
|
|
1524
1526
|
};
|
|
1525
1527
|
var createFromHeaderBody = joi10.object().keys(createFromHeaderBodyKeys).messages(messages);
|
|
1526
1528
|
var findQueryKeys6 = {
|
|
@@ -114,6 +114,8 @@ export interface IDeliveryAdresses {
|
|
|
114
114
|
}
|
|
115
115
|
export interface ICreateFromHeaderRequest {
|
|
116
116
|
document_type_id: number;
|
|
117
|
+
document_set_id?: string;
|
|
118
|
+
external_document_name?: string;
|
|
117
119
|
emission_date?: Date;
|
|
118
120
|
from_header: string[];
|
|
119
121
|
from_lines: string[];
|
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": "1.3.
|
|
4
|
+
"version": "1.3.18",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|