@accounter/server 0.0.8-alpha-20251029234818-bb69914cb7aaa4859296baa4a256c251158fd15b → 0.0.8-alpha-20251030162201-d2f279aafe537912ec3546af855cbd3a38ac0f5c

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-20251029234818-bb69914cb7aaa4859296baa4a256c251158fd15b
3
+ ## 0.0.8-alpha-20251030162201-d2f279aafe537912ec3546af855cbd3a38ac0f5c
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -212,6 +212,25 @@
212
212
  - Updated dependency [`puppeteer@24.26.1` ↗︎](https://www.npmjs.com/package/puppeteer/v/24.26.1)
213
213
  (from `24.26.0`, in `dependencies`)
214
214
 
215
+ - [#2638](https://github.com/Urigo/accounter-fullstack/pull/2638)
216
+ [`cad4ed9`](https://github.com/Urigo/accounter-fullstack/commit/cad4ed9a12ef09c22d0c55715ba1453a73aa0773)
217
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
218
+ - Updated dependency [`dotenv-cli@11.0.0` ↗︎](https://www.npmjs.com/package/dotenv-cli/v/11.0.0)
219
+ (from `10.0.0`, in `dependencies`)
220
+
221
+ - [#2639](https://github.com/Urigo/accounter-fullstack/pull/2639)
222
+ [`0792f80`](https://github.com/Urigo/accounter-fullstack/commit/0792f80e6c83326e63066e3d51c65cf554cb0a6e)
223
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
224
+ - Updated dependency [`puppeteer@24.27.0` ↗︎](https://www.npmjs.com/package/puppeteer/v/24.27.0)
225
+ (from `24.26.1`, in `dependencies`)
226
+
227
+ - [#2643](https://github.com/Urigo/accounter-fullstack/pull/2643)
228
+ [`485cec8`](https://github.com/Urigo/accounter-fullstack/commit/485cec843689ba4777711231b88d876f1eac7022)
229
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
230
+ - Updated dependency
231
+ [`@envelop/generic-auth@10.0.1` ↗︎](https://www.npmjs.com/package/@envelop/generic-auth/v/10.0.1)
232
+ (from `10.0.0`, in `dependencies`)
233
+
215
234
  - [#2631](https://github.com/Urigo/accounter-fullstack/pull/2631)
216
235
  [`86c8b3e`](https://github.com/Urigo/accounter-fullstack/commit/86c8b3ebea4e3be0c0e99a108ec1cdad8b39e5d8)
217
236
  Thanks [@gilgardosh](https://github.com/gilgardosh)! - - **Database Schema Update**: A new
@@ -451,7 +470,7 @@
451
470
  category insertions.
452
471
 
453
472
  - [#2645](https://github.com/Urigo/accounter-fullstack/pull/2645)
454
- [`ffc4613`](https://github.com/Urigo/accounter-fullstack/commit/ffc4613763bf5c0bf8e169d8016cc996fed26819)
473
+ [`69331f9`](https://github.com/Urigo/accounter-fullstack/commit/69331f9b74e1afdc954f3cddb93735445fb9ad8d)
455
474
  Thanks [@gilgardosh](https://github.com/gilgardosh)! - - **Database Schema Refactor**: The
456
475
  `businesses_admin` table is updated to replace single-value fields for tax and social security
457
476
  identifiers with array-based JSONB columns, allowing for multiple annual IDs and historical tax
@@ -498,12 +517,14 @@
498
517
  environment variables have been updated to use optional chaining (`?.`) to safely handle cases
499
518
  where the configuration might be `undefined`.
500
519
  - Updated dependencies
501
- [[`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6),
520
+ [[`1ae19c6`](https://github.com/Urigo/accounter-fullstack/commit/1ae19c6f8dabd995120862795284dab6e363dc79),
521
+ [`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6),
502
522
  [`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6),
503
523
  [`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6)]:
504
- - @accounter/pcn874-generator@0.6.3-alpha-20251029234818-bb69914cb7aaa4859296baa4a256c251158fd15b
505
- - @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251029234818-bb69914cb7aaa4859296baa4a256c251158fd15b
506
- - @accounter/shaam6111-generator@0.1.4-alpha-20251029234818-bb69914cb7aaa4859296baa4a256c251158fd15b
524
+ - @accounter/green-invoice-graphql@0.8.2-alpha-20251030162201-d2f279aafe537912ec3546af855cbd3a38ac0f5c
525
+ - @accounter/pcn874-generator@0.6.3-alpha-20251030162201-d2f279aafe537912ec3546af855cbd3a38ac0f5c
526
+ - @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251030162201-d2f279aafe537912ec3546af855cbd3a38ac0f5c
527
+ - @accounter/shaam6111-generator@0.1.4-alpha-20251030162201-d2f279aafe537912ec3546af855cbd3a38ac0f5c
507
528
 
508
529
  ## 0.0.7
509
530
 
@@ -20,7 +20,6 @@ export interface IGetAllOpenContractsResult {
20
20
  operations_count: string;
21
21
  plan: string | null;
22
22
  product: string | null;
23
- purchase_order: string | null;
24
23
  purchase_orders: stringArray;
25
24
  remarks: string | null;
26
25
  signed_agreement: string | null;
@@ -49,7 +48,6 @@ export interface IGetContractsByIdsResult {
49
48
  operations_count: string;
50
49
  plan: string | null;
51
50
  product: string | null;
52
- purchase_order: string | null;
53
51
  purchase_orders: stringArray;
54
52
  remarks: string | null;
55
53
  signed_agreement: string | null;
@@ -78,7 +76,6 @@ export interface IGetContractsByClientIdsResult {
78
76
  operations_count: string;
79
77
  plan: string | null;
80
78
  product: string | null;
81
- purchase_order: string | null;
82
79
  purchase_orders: stringArray;
83
80
  remarks: string | null;
84
81
  signed_agreement: string | null;
@@ -132,7 +129,6 @@ export interface IUpdateContractResult {
132
129
  operations_count: string;
133
130
  plan: string | null;
134
131
  product: string | null;
135
- purchase_order: string | null;
136
132
  purchase_orders: stringArray;
137
133
  remarks: string | null;
138
134
  signed_agreement: string | null;
@@ -174,7 +170,6 @@ export interface IInsertContractResult {
174
170
  operations_count: string;
175
171
  plan: string | null;
176
172
  product: string | null;
177
- purchase_order: string | null;
178
173
  purchase_orders: stringArray;
179
174
  remarks: string | null;
180
175
  signed_agreement: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accounter/server",
3
- "version": "0.0.8-alpha-20251029234818-bb69914cb7aaa4859296baa4a256c251158fd15b",
3
+ "version": "0.0.8-alpha-20251030162201-d2f279aafe537912ec3546af855cbd3a38ac0f5c",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "license": "MIT",
@@ -23,7 +23,7 @@
23
23
  "@accounter/shaam-uniform-format-generator": "workspace:^",
24
24
  "@accounter/shaam6111-generator": "workspace:^",
25
25
  "@ai-sdk/anthropic": "2.0.38",
26
- "@envelop/generic-auth": "10.0.0",
26
+ "@envelop/generic-auth": "10.0.1",
27
27
  "@envelop/graphql-modules": "8.0.0",
28
28
  "@google-cloud/pubsub": "5.2.0",
29
29
  "@graphql-hive/yoga": "0.42.2",
@@ -38,7 +38,7 @@
38
38
  "dataloader": "2.2.3",
39
39
  "date-fns": "4.1.0",
40
40
  "dotenv": "17.2.3",
41
- "dotenv-cli": "10.0.0",
41
+ "dotenv-cli": "11.0.0",
42
42
  "googleapis": "164.1.0",
43
43
  "graphql": "16.11.0",
44
44
  "graphql-modules": "3.0.0",
@@ -48,7 +48,7 @@
48
48
  "node-cache": "5.1.2",
49
49
  "node-xlsx": "0.24.0",
50
50
  "pg": "8.16.3",
51
- "puppeteer": "24.26.1",
51
+ "puppeteer": "24.27.0",
52
52
  "reflect-metadata": "0.2.2",
53
53
  "strip-indent": "4.1.1",
54
54
  "zod": "4.1.12"
@@ -26,7 +26,6 @@ export interface IGetAllOpenContractsResult {
26
26
  operations_count: string;
27
27
  plan: string | null;
28
28
  product: string | null;
29
- purchase_order: string | null;
30
29
  purchase_orders: stringArray;
31
30
  remarks: string | null;
32
31
  signed_agreement: string | null;
@@ -58,7 +57,6 @@ export interface IGetContractsByIdsResult {
58
57
  operations_count: string;
59
58
  plan: string | null;
60
59
  product: string | null;
61
- purchase_order: string | null;
62
60
  purchase_orders: stringArray;
63
61
  remarks: string | null;
64
62
  signed_agreement: string | null;
@@ -90,7 +88,6 @@ export interface IGetContractsByClientIdsResult {
90
88
  operations_count: string;
91
89
  plan: string | null;
92
90
  product: string | null;
93
- purchase_order: string | null;
94
91
  purchase_orders: stringArray;
95
92
  remarks: string | null;
96
93
  signed_agreement: string | null;
@@ -150,7 +147,6 @@ export interface IUpdateContractResult {
150
147
  operations_count: string;
151
148
  plan: string | null;
152
149
  product: string | null;
153
- purchase_order: string | null;
154
150
  purchase_orders: stringArray;
155
151
  remarks: string | null;
156
152
  signed_agreement: string | null;
@@ -195,7 +191,6 @@ export interface IInsertContractResult {
195
191
  operations_count: string;
196
192
  plan: string | null;
197
193
  product: string | null;
198
- purchase_order: string | null;
199
194
  purchase_orders: stringArray;
200
195
  remarks: string | null;
201
196
  signed_agreement: string | null;