@accounter/server 0.0.8-alpha-20251102085113-c0cdb662e463be814b2a43709b35b6bd586978d5 → 0.0.8-alpha-20251102085833-d574838ec8d962ba6be12f1ca15d9bee3e2b860d

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-20251102085113-c0cdb662e463be814b2a43709b35b6bd586978d5
3
+ ## 0.0.8-alpha-20251102085833-d574838ec8d962ba6be12f1ca15d9bee3e2b860d
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-20251102085113-c0cdb662e463be814b2a43709b35b6bd586978d5
562
- - @accounter/pcn874-generator@0.6.3-alpha-20251102085113-c0cdb662e463be814b2a43709b35b6bd586978d5
563
- - @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251102085113-c0cdb662e463be814b2a43709b35b6bd586978d5
564
- - @accounter/shaam6111-generator@0.1.4-alpha-20251102085113-c0cdb662e463be814b2a43709b35b6bd586978d5
561
+ - @accounter/green-invoice-graphql@0.8.2-alpha-20251102085833-d574838ec8d962ba6be12f1ca15d9bee3e2b860d
562
+ - @accounter/pcn874-generator@0.6.3-alpha-20251102085833-d574838ec8d962ba6be12f1ca15d9bee3e2b860d
563
+ - @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251102085833-d574838ec8d962ba6be12f1ca15d9bee3e2b860d
564
+ - @accounter/shaam6111-generator@0.1.4-alpha-20251102085833-d574838ec8d962ba6be12f1ca15d9bee3e2b860d
565
565
 
566
566
  ## 0.0.7
567
567
 
@@ -4,8 +4,8 @@ import type { GetMeshOptions } from '@graphql-mesh/runtime';
4
4
  import type { YamlConfig } from '@graphql-mesh/types';
5
5
  import { MeshHTTPHandler } from '@graphql-mesh/http';
6
6
  import { type ExecuteMeshFn, type SubscribeMeshFn, type MeshContext as BaseMeshContext, type MeshInstance } from '@graphql-mesh/runtime';
7
- import type { GreenInvoiceNewTypes } from './sources/GreenInvoiceNew/types';
8
7
  import type { GreenInvoiceTypes } from './sources/GreenInvoice/types';
8
+ import type { GreenInvoiceNewTypes } from './sources/GreenInvoiceNew/types';
9
9
  export type Maybe<T> = T | null;
10
10
  export type InputMaybe<T> = Maybe<T>;
11
11
  export type Exact<T extends {
@@ -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-20251102085113-c0cdb662e463be814b2a43709b35b6bd586978d5",
3
+ "version": "0.0.8-alpha-20251102085833-d574838ec8d962ba6be12f1ca15d9bee3e2b860d",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "license": "MIT",
@@ -22,7 +22,7 @@
22
22
  "@accounter/pcn874-generator": "workspace:^",
23
23
  "@accounter/shaam-uniform-format-generator": "workspace:^",
24
24
  "@accounter/shaam6111-generator": "workspace:^",
25
- "@ai-sdk/anthropic": "2.0.39",
25
+ "@ai-sdk/anthropic": "2.0.40",
26
26
  "@envelop/generic-auth": "10.0.1",
27
27
  "@envelop/graphql-modules": "8.0.0",
28
28
  "@google-cloud/pubsub": "5.2.0",
@@ -31,7 +31,7 @@
31
31
  "@pgtyped/cli": "2.4.3",
32
32
  "@pgtyped/runtime": "2.4.2",
33
33
  "@whatwg-node/fetch": "0.10.11",
34
- "ai": "5.0.82",
34
+ "ai": "5.0.86",
35
35
  "basic-auth": "2.0.1",
36
36
  "bcrypt": "6.0.0",
37
37
  "cloudinary": "2.8.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.1",
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