@hed-hog/finance 0.0.240 → 0.0.244
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.
|
@@ -188,11 +188,11 @@ LANGUAGE plpgsql
|
|
|
188
188
|
AS $$
|
|
189
189
|
DECLARE
|
|
190
190
|
v_title_id BIGINT;
|
|
191
|
-
v_current_status
|
|
191
|
+
v_current_status financial_title_status_enum;
|
|
192
192
|
v_total_installments INTEGER;
|
|
193
193
|
v_open_installments INTEGER;
|
|
194
194
|
v_settled_installments INTEGER;
|
|
195
|
-
v_next_status
|
|
195
|
+
v_next_status financial_title_status_enum;
|
|
196
196
|
BEGIN
|
|
197
197
|
v_title_id := COALESCE(NEW.title_id, OLD.title_id);
|
|
198
198
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hed-hog/finance",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.244",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"@nestjs/core": "^11",
|
|
10
10
|
"@nestjs/jwt": "^11",
|
|
11
11
|
"@nestjs/mapped-types": "*",
|
|
12
|
-
"@hed-hog/tag": "0.0.240",
|
|
13
12
|
"@hed-hog/api-pagination": "0.0.5",
|
|
14
13
|
"@hed-hog/api-prisma": "0.0.4",
|
|
14
|
+
"@hed-hog/tag": "0.0.240",
|
|
15
15
|
"@hed-hog/api-locale": "0.0.11",
|
|
16
16
|
"@hed-hog/api": "0.0.3",
|
|
17
17
|
"@hed-hog/contact": "0.0.240",
|