@accounter/server 0.0.8-alpha-20251203053842-aa7989d5e063894d6d910d5fcf66cd9aa2ff4713 → 0.0.8-alpha-20251203053915-cb5e38a7fb5c925586ff883b96f12dc4d9703c58
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-20251203053915-cb5e38a7fb5c925586ff883b96f12dc4d9703c58
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -998,10 +998,10 @@
|
|
|
998
998
|
[`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc),
|
|
999
999
|
[`7a898a0`](https://github.com/Urigo/accounter-fullstack/commit/7a898a0ff1ee15420ab2532370a1d2f618cc86ab),
|
|
1000
1000
|
[`15ed6f9`](https://github.com/Urigo/accounter-fullstack/commit/15ed6f982a5d288a1159ccd069fca14b35801a18)]:
|
|
1001
|
-
- @accounter/green-invoice-graphql@0.8.2-alpha-
|
|
1002
|
-
- @accounter/pcn874-generator@0.6.3-alpha-
|
|
1003
|
-
- @accounter/shaam-uniform-format-generator@0.2.2-alpha-
|
|
1004
|
-
- @accounter/shaam6111-generator@0.1.4-alpha-
|
|
1001
|
+
- @accounter/green-invoice-graphql@0.8.2-alpha-20251203053915-cb5e38a7fb5c925586ff883b96f12dc4d9703c58
|
|
1002
|
+
- @accounter/pcn874-generator@0.6.3-alpha-20251203053915-cb5e38a7fb5c925586ff883b96f12dc4d9703c58
|
|
1003
|
+
- @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251203053915-cb5e38a7fb5c925586ff883b96f12dc4d9703c58
|
|
1004
|
+
- @accounter/shaam6111-generator@0.1.4-alpha-20251203053915-cb5e38a7fb5c925586ff883b96f12dc4d9703c58
|
|
1005
1005
|
|
|
1006
1006
|
## 0.0.7
|
|
1007
1007
|
|
|
@@ -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 { GreenInvoiceTypes } from './sources/GreenInvoice/types';
|
|
8
7
|
import type { GreenInvoiceNewTypes } from './sources/GreenInvoiceNew/types';
|
|
8
|
+
import type { GreenInvoiceTypes } from './sources/GreenInvoice/types';
|
|
9
9
|
export type Maybe<T> = T | null;
|
|
10
10
|
export type InputMaybe<T> = Maybe<T>;
|
|
11
11
|
export type Exact<T extends {
|
package/package.json
CHANGED