@nomalism-com/types 0.40.16 → 0.40.17
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
|
@@ -1902,7 +1902,7 @@ var updateManyKeys = {
|
|
|
1902
1902
|
provider_purchase_discount: joi18.number().positive().allow(0).max(100).optional(),
|
|
1903
1903
|
consignacao: joi18.boolean().optional(),
|
|
1904
1904
|
cancelled: joi18.boolean().optional(),
|
|
1905
|
-
|
|
1905
|
+
force_closed: joi18.boolean().optional()
|
|
1906
1906
|
};
|
|
1907
1907
|
var updateManyBody = joi18.object().keys(updateManyKeys).messages(messages);
|
|
1908
1908
|
var updateIndexesBody = joi18.array().items(joi18.string().uuid().required()).required().messages(messages);
|
package/dist/index.js
CHANGED
|
@@ -1902,7 +1902,7 @@ var updateManyKeys = {
|
|
|
1902
1902
|
provider_purchase_discount: joi18.number().positive().allow(0).max(100).optional(),
|
|
1903
1903
|
consignacao: joi18.boolean().optional(),
|
|
1904
1904
|
cancelled: joi18.boolean().optional(),
|
|
1905
|
-
|
|
1905
|
+
force_closed: joi18.boolean().optional()
|
|
1906
1906
|
};
|
|
1907
1907
|
var updateManyBody = joi18.object().keys(updateManyKeys).messages(messages);
|
|
1908
1908
|
var updateIndexesBody = joi18.array().items(joi18.string().uuid().required()).required().messages(messages);
|
|
@@ -113,7 +113,7 @@ export interface IUpdateManyRequest {
|
|
|
113
113
|
provider_purchase_discount?: number;
|
|
114
114
|
consignacao?: boolean;
|
|
115
115
|
cancelled?: boolean;
|
|
116
|
-
|
|
116
|
+
force_closed?: boolean;
|
|
117
117
|
}
|
|
118
118
|
export interface IUpdateManyByDocumentHeaderRequest {
|
|
119
119
|
sent_to_provider?: boolean;
|
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.40.
|
|
4
|
+
"version": "0.40.17",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|