@nomalism-com/types 0.32.24 → 0.32.26
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DocumentHeader } from '../../../shared/entities';
|
|
1
|
+
import { DocumentHeader, DocumentLineNote } from '../../../shared/entities';
|
|
2
2
|
import * as IShared from '../../../shared/interface';
|
|
3
3
|
import { type IProductType } from '../../stock/productGoogleSheets/interface';
|
|
4
4
|
export declare const Route = "material_entrance";
|
|
@@ -77,6 +77,7 @@ export interface IUnfinishedPickingLineGroup {
|
|
|
77
77
|
product_thumbnail: string | null;
|
|
78
78
|
product_provider_ref: string | null;
|
|
79
79
|
product_measure: string | null;
|
|
80
|
+
provider_notes: DocumentLineNote[];
|
|
80
81
|
product_stock: number;
|
|
81
82
|
product_type: IProductType;
|
|
82
83
|
ordered_quantity: number;
|
|
@@ -7,9 +7,9 @@ export interface ICalendar {
|
|
|
7
7
|
day: number;
|
|
8
8
|
}
|
|
9
9
|
export interface IServiceStatus {
|
|
10
|
-
tier:
|
|
10
|
+
tier: string;
|
|
11
11
|
service: string;
|
|
12
|
-
color:
|
|
12
|
+
color: string;
|
|
13
13
|
description: string;
|
|
14
14
|
}
|
|
15
15
|
export interface IServiceLogs {
|
|
@@ -21,7 +21,9 @@ export interface IPostgresBackup extends ICalendar {
|
|
|
21
21
|
service: string;
|
|
22
22
|
size: number;
|
|
23
23
|
}
|
|
24
|
-
export interface
|
|
24
|
+
export interface IProposta {
|
|
25
|
+
label: string;
|
|
26
|
+
url: string;
|
|
25
27
|
done: boolean;
|
|
26
28
|
error: string | null;
|
|
27
29
|
lines: number;
|
|
@@ -29,12 +31,6 @@ export interface IPropostaImport {
|
|
|
29
31
|
duration: number;
|
|
30
32
|
created_at: Date;
|
|
31
33
|
}
|
|
32
|
-
export interface IProposta {
|
|
33
|
-
label: string;
|
|
34
|
-
url: string;
|
|
35
|
-
last_import: string;
|
|
36
|
-
imports: IPropostaImport[];
|
|
37
|
-
}
|
|
38
34
|
export interface ITask extends ICalendar {
|
|
39
35
|
count: number;
|
|
40
36
|
auto: boolean;
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"typescript",
|
|
10
10
|
"helper"
|
|
11
11
|
],
|
|
12
|
-
"version": "0.32.
|
|
12
|
+
"version": "0.32.26",
|
|
13
13
|
"main": "./dist/index.min.js",
|
|
14
14
|
"types": "./dist/index.d.ts",
|
|
15
15
|
"files": [
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@rollup/plugin-terser": "^0.4.4",
|
|
41
41
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
42
42
|
"@types/node": "^22.13.10",
|
|
43
|
-
"@typescript-eslint/eslint-plugin": "^8.26.
|
|
44
|
-
"@typescript-eslint/parser": "^8.26.
|
|
43
|
+
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
|
44
|
+
"@typescript-eslint/parser": "^8.26.1",
|
|
45
45
|
"eslint": "^9.22.0",
|
|
46
46
|
"eslint-config-prettier": "^10.1.1",
|
|
47
|
-
"eslint-import-resolver-typescript": "^
|
|
47
|
+
"eslint-import-resolver-typescript": "^4.1.1",
|
|
48
48
|
"eslint-plugin-prettier": "^5.2.3",
|
|
49
49
|
"prettier": "^3.5.3",
|
|
50
|
-
"rollup": "^4.
|
|
50
|
+
"rollup": "^4.36.0",
|
|
51
51
|
"tslib": "^2.8.1"
|
|
52
52
|
}
|
|
53
53
|
}
|