@nomalism-com/types 0.37.11 → 0.37.12
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.
|
@@ -1020,7 +1020,6 @@ export type StartDocumentHeaderLastUpdateVirtuals = {
|
|
|
1020
1020
|
*/
|
|
1021
1021
|
export type StartDocumentHeaderVirtuals = {
|
|
1022
1022
|
parent_document_header_id: string;
|
|
1023
|
-
name: string;
|
|
1024
1023
|
paid: number;
|
|
1025
1024
|
total_without_tax: number;
|
|
1026
1025
|
total: number;
|
|
@@ -1040,10 +1039,6 @@ export type StartDocumentHeaderVirtuals = {
|
|
|
1040
1039
|
*/
|
|
1041
1040
|
export type DocumentHeaderVirtuals = {
|
|
1042
1041
|
id: string;
|
|
1043
|
-
p_id: string;
|
|
1044
|
-
name: string;
|
|
1045
|
-
external_name: string | null;
|
|
1046
|
-
document_number: string;
|
|
1047
1042
|
client_total_without_tax: number;
|
|
1048
1043
|
client_total: number;
|
|
1049
1044
|
client_total_discount: number;
|
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.37.
|
|
4
|
+
"version": "0.37.12",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|