@accounter/server 0.0.8-alpha-20251102085113-c0cdb662e463be814b2a43709b35b6bd586978d5 → 0.0.8-alpha-20251102090006-19af6733a3520f285296a817bc4c06801e8a37b4
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.
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @accounter/server
|
|
2
2
|
|
|
3
|
-
## 0.0.8-alpha-
|
|
3
|
+
## 0.0.8-alpha-20251102090006-19af6733a3520f285296a817bc4c06801e8a37b4
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -558,10 +558,10 @@
|
|
|
558
558
|
[`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6),
|
|
559
559
|
[`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6),
|
|
560
560
|
[`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6)]:
|
|
561
|
-
- @accounter/green-invoice-graphql@0.8.2-alpha-
|
|
562
|
-
- @accounter/pcn874-generator@0.6.3-alpha-
|
|
563
|
-
- @accounter/shaam-uniform-format-generator@0.2.2-alpha-
|
|
564
|
-
- @accounter/shaam6111-generator@0.1.4-alpha-
|
|
561
|
+
- @accounter/green-invoice-graphql@0.8.2-alpha-20251102090006-19af6733a3520f285296a817bc4c06801e8a37b4
|
|
562
|
+
- @accounter/pcn874-generator@0.6.3-alpha-20251102090006-19af6733a3520f285296a817bc4c06801e8a37b4
|
|
563
|
+
- @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251102090006-19af6733a3520f285296a817bc4c06801e8a37b4
|
|
564
|
+
- @accounter/shaam6111-generator@0.1.4-alpha-20251102090006-19af6733a3520f285296a817bc4c06801e8a37b4
|
|
565
565
|
|
|
566
566
|
## 0.0.7
|
|
567
567
|
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
/** Types generated for queries found in "src/modules/financial-entities/providers/clients.provider.ts" */
|
|
2
2
|
export type document_type = 'CREDIT_INVOICE' | 'INVOICE' | 'INVOICE_RECEIPT' | 'OTHER' | 'PROFORMA' | 'RECEIPT' | 'UNPROCESSED';
|
|
3
|
-
export type Json = null | boolean | number | string | Json[] | {
|
|
4
|
-
[key: string]: Json;
|
|
5
|
-
};
|
|
6
3
|
export type stringArray = (string)[];
|
|
7
4
|
/** 'GetAllClients' parameters type */
|
|
8
5
|
export type IGetAllClientsParams = void;
|
|
@@ -13,7 +10,6 @@ export interface IGetAllClientsResult {
|
|
|
13
10
|
emails: stringArray | null;
|
|
14
11
|
green_invoice_id: string;
|
|
15
12
|
hive_id: string | null;
|
|
16
|
-
integrations: Json | null;
|
|
17
13
|
remark: string | null;
|
|
18
14
|
}
|
|
19
15
|
/** 'GetAllClients' query type */
|
|
@@ -32,7 +28,6 @@ export interface IGetClientsByIdsResult {
|
|
|
32
28
|
emails: stringArray | null;
|
|
33
29
|
green_invoice_id: string;
|
|
34
30
|
hive_id: string | null;
|
|
35
|
-
integrations: Json | null;
|
|
36
31
|
remark: string | null;
|
|
37
32
|
}
|
|
38
33
|
/** 'GetClientsByIds' query type */
|
|
@@ -51,7 +46,6 @@ export interface IGetClientsByGreenInvoiceIdsResult {
|
|
|
51
46
|
emails: stringArray | null;
|
|
52
47
|
green_invoice_id: string;
|
|
53
48
|
hive_id: string | null;
|
|
54
|
-
integrations: Json | null;
|
|
55
49
|
remark: string | null;
|
|
56
50
|
}
|
|
57
51
|
/** 'GetClientsByGreenInvoiceIds' query type */
|
|
@@ -74,7 +68,6 @@ export interface IUpdateClientResult {
|
|
|
74
68
|
emails: stringArray | null;
|
|
75
69
|
green_invoice_id: string;
|
|
76
70
|
hive_id: string | null;
|
|
77
|
-
integrations: Json | null;
|
|
78
71
|
remark: string | null;
|
|
79
72
|
}
|
|
80
73
|
/** 'UpdateClient' query type */
|
|
@@ -109,7 +102,6 @@ export interface IInsertClientResult {
|
|
|
109
102
|
emails: stringArray | null;
|
|
110
103
|
green_invoice_id: string;
|
|
111
104
|
hive_id: string | null;
|
|
112
|
-
integrations: Json | null;
|
|
113
105
|
remark: string | null;
|
|
114
106
|
}
|
|
115
107
|
/** 'InsertClient' query type */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@accounter/server",
|
|
3
|
-
"version": "0.0.8-alpha-
|
|
3
|
+
"version": "0.0.8-alpha-20251102090006-19af6733a3520f285296a817bc4c06801e8a37b4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"dotenv": "17.2.3",
|
|
41
41
|
"dotenv-cli": "11.0.0",
|
|
42
42
|
"googleapis": "164.1.0",
|
|
43
|
-
"graphql": "16.
|
|
43
|
+
"graphql": "16.12.0",
|
|
44
44
|
"graphql-modules": "3.0.0",
|
|
45
45
|
"graphql-scalars": "1.25.0",
|
|
46
46
|
"graphql-yoga": "5.16.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@types/pg": "8.15.6",
|
|
61
61
|
"nodemon": "3.1.10",
|
|
62
62
|
"pino-pretty": "13.1.2",
|
|
63
|
-
"rimraf": "6.0
|
|
63
|
+
"rimraf": "6.1.0",
|
|
64
64
|
"tsc-alias": "1.8.16",
|
|
65
65
|
"typescript": "5.9.3"
|
|
66
66
|
},
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/** Types generated for queries found in "src/modules/financial-entities/providers/clients.provider.ts" */
|
|
2
2
|
export type document_type = 'CREDIT_INVOICE' | 'INVOICE' | 'INVOICE_RECEIPT' | 'OTHER' | 'PROFORMA' | 'RECEIPT' | 'UNPROCESSED';
|
|
3
3
|
|
|
4
|
-
export type Json = null | boolean | number | string | Json[] | { [key: string]: Json };
|
|
5
|
-
|
|
6
4
|
export type stringArray = (string)[];
|
|
7
5
|
|
|
8
6
|
/** 'GetAllClients' parameters type */
|
|
@@ -15,7 +13,6 @@ export interface IGetAllClientsResult {
|
|
|
15
13
|
emails: stringArray | null;
|
|
16
14
|
green_invoice_id: string;
|
|
17
15
|
hive_id: string | null;
|
|
18
|
-
integrations: Json | null;
|
|
19
16
|
remark: string | null;
|
|
20
17
|
}
|
|
21
18
|
|
|
@@ -37,7 +34,6 @@ export interface IGetClientsByIdsResult {
|
|
|
37
34
|
emails: stringArray | null;
|
|
38
35
|
green_invoice_id: string;
|
|
39
36
|
hive_id: string | null;
|
|
40
|
-
integrations: Json | null;
|
|
41
37
|
remark: string | null;
|
|
42
38
|
}
|
|
43
39
|
|
|
@@ -59,7 +55,6 @@ export interface IGetClientsByGreenInvoiceIdsResult {
|
|
|
59
55
|
emails: stringArray | null;
|
|
60
56
|
green_invoice_id: string;
|
|
61
57
|
hive_id: string | null;
|
|
62
|
-
integrations: Json | null;
|
|
63
58
|
remark: string | null;
|
|
64
59
|
}
|
|
65
60
|
|
|
@@ -85,7 +80,6 @@ export interface IUpdateClientResult {
|
|
|
85
80
|
emails: stringArray | null;
|
|
86
81
|
green_invoice_id: string;
|
|
87
82
|
hive_id: string | null;
|
|
88
|
-
integrations: Json | null;
|
|
89
83
|
remark: string | null;
|
|
90
84
|
}
|
|
91
85
|
|
|
@@ -126,7 +120,6 @@ export interface IInsertClientResult {
|
|
|
126
120
|
emails: stringArray | null;
|
|
127
121
|
green_invoice_id: string;
|
|
128
122
|
hive_id: string | null;
|
|
129
|
-
integrations: Json | null;
|
|
130
123
|
remark: string | null;
|
|
131
124
|
}
|
|
132
125
|
|