@hed-hog/finance 0.0.291 → 0.0.293

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("@prisma/client").$Enums.finance_category_status_enum;
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("@prisma/client").$Enums.cost_center_status_enum;
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("@prisma/client").$Enums.finance_category_status_enum;
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("@prisma/client").$Enums.cost_center_status_enum;
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.291",
3
+ "version": "0.0.293",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -9,14 +9,14 @@
9
9
  "@nestjs/core": "^11",
10
10
  "@nestjs/jwt": "^11",
11
11
  "@nestjs/mapped-types": "*",
12
+ "@hed-hog/tag": "0.0.293",
13
+ "@hed-hog/contact": "0.0.293",
12
14
  "@hed-hog/api": "0.0.4",
13
- "@hed-hog/contact": "0.0.291",
14
- "@hed-hog/tag": "0.0.291",
15
15
  "@hed-hog/api-locale": "0.0.13",
16
- "@hed-hog/api-pagination": "0.0.6",
16
+ "@hed-hog/core": "0.0.293",
17
17
  "@hed-hog/api-prisma": "0.0.5",
18
- "@hed-hog/core": "0.0.291",
19
- "@hed-hog/api-types": "0.0.1"
18
+ "@hed-hog/api-types": "0.0.1",
19
+ "@hed-hog/api-pagination": "0.0.6"
20
20
  },
21
21
  "exports": {
22
22
  ".": {