@hed-hog/finance 0.0.292 → 0.0.294
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.
|
@@ -123,13 +123,13 @@ export declare class FinanceDataController {
|
|
|
123
123
|
codigo: string;
|
|
124
124
|
nome: string;
|
|
125
125
|
natureza: string;
|
|
126
|
-
status: import("
|
|
126
|
+
status: import(".prisma/client").$Enums.finance_category_status_enum;
|
|
127
127
|
}[];
|
|
128
128
|
centrosCusto: {
|
|
129
129
|
id: string;
|
|
130
130
|
codigo: string;
|
|
131
131
|
nome: string;
|
|
132
|
-
status: import("
|
|
132
|
+
status: import(".prisma/client").$Enums.cost_center_status_enum;
|
|
133
133
|
}[];
|
|
134
134
|
aprovacoesPendentes: {
|
|
135
135
|
id: string;
|
|
@@ -197,13 +197,13 @@ export declare class FinanceService {
|
|
|
197
197
|
codigo: string;
|
|
198
198
|
nome: string;
|
|
199
199
|
natureza: string;
|
|
200
|
-
status: import("
|
|
200
|
+
status: import(".prisma/client").$Enums.finance_category_status_enum;
|
|
201
201
|
}[];
|
|
202
202
|
centrosCusto: {
|
|
203
203
|
id: string;
|
|
204
204
|
codigo: string;
|
|
205
205
|
nome: string;
|
|
206
|
-
status: import("
|
|
206
|
+
status: import(".prisma/client").$Enums.cost_center_status_enum;
|
|
207
207
|
}[];
|
|
208
208
|
aprovacoesPendentes: {
|
|
209
209
|
id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hed-hog/finance",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.294",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"@nestjs/jwt": "^11",
|
|
11
11
|
"@nestjs/mapped-types": "*",
|
|
12
12
|
"@hed-hog/api": "0.0.4",
|
|
13
|
-
"@hed-hog/contact": "0.0.292",
|
|
14
|
-
"@hed-hog/api-prisma": "0.0.5",
|
|
15
|
-
"@hed-hog/tag": "0.0.292",
|
|
16
|
-
"@hed-hog/api-locale": "0.0.13",
|
|
17
13
|
"@hed-hog/api-pagination": "0.0.6",
|
|
18
|
-
"@hed-hog/
|
|
19
|
-
"@hed-hog/
|
|
14
|
+
"@hed-hog/contact": "0.0.294",
|
|
15
|
+
"@hed-hog/api-locale": "0.0.13",
|
|
16
|
+
"@hed-hog/tag": "0.0.294",
|
|
17
|
+
"@hed-hog/core": "0.0.294",
|
|
18
|
+
"@hed-hog/api-prisma": "0.0.5",
|
|
19
|
+
"@hed-hog/api-types": "0.0.1"
|
|
20
20
|
},
|
|
21
21
|
"exports": {
|
|
22
22
|
".": {
|