@accounter/server 0.0.8-alpha-20251021163440-2ab1a9ffaec95fd99fac5495c3a392b97429ce77 → 0.0.8-alpha-20251021225827-178e480c997a9811913e16f85cb94329041b096e

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-20251021163440-2ab1a9ffaec95fd99fac5495c3a392b97429ce77
3
+ ## 0.0.8-alpha-20251021225827-178e480c997a9811913e16f85cb94329041b096e
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -208,7 +208,7 @@
208
208
  Updated import path for `suggestionDataSchema`.
209
209
 
210
210
  - [#2582](https://github.com/Urigo/accounter-fullstack/pull/2582)
211
- [`3a065fc`](https://github.com/Urigo/accounter-fullstack/commit/3a065fcc7a6cee2bd7942eefd93eadb8f66c2167)
211
+ [`32276b4`](https://github.com/Urigo/accounter-fullstack/commit/32276b47e164f0976fcdd5523fa5e26f0704014f)
212
212
  Thanks [@gilgardosh](https://github.com/gilgardosh)! - - **New Business/Client Page**: Introduced
213
213
  a comprehensive new page for businesses and clients, consolidating various details into a single,
214
214
  tabbed interface for improved management and overview.
@@ -310,9 +310,9 @@
310
310
  [[`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6),
311
311
  [`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6),
312
312
  [`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6)]:
313
- - @accounter/pcn874-generator@0.6.3-alpha-20251021163440-2ab1a9ffaec95fd99fac5495c3a392b97429ce77
314
- - @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251021163440-2ab1a9ffaec95fd99fac5495c3a392b97429ce77
315
- - @accounter/shaam6111-generator@0.1.4-alpha-20251021163440-2ab1a9ffaec95fd99fac5495c3a392b97429ce77
313
+ - @accounter/pcn874-generator@0.6.3-alpha-20251021225827-178e480c997a9811913e16f85cb94329041b096e
314
+ - @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251021225827-178e480c997a9811913e16f85cb94329041b096e
315
+ - @accounter/shaam6111-generator@0.1.4-alpha-20251021225827-178e480c997a9811913e16f85cb94329041b096e
316
316
 
317
317
  ## 0.0.7
318
318
 
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accounter/server",
3
- "version": "0.0.8-alpha-20251021163440-2ab1a9ffaec95fd99fac5495c3a392b97429ce77",
3
+ "version": "0.0.8-alpha-20251021225827-178e480c997a9811913e16f85cb94329041b096e",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "license": "MIT",