@accounter/server 0.0.9-alpha-20251209170231-980cc730914111644c9194dac5ac995a09e28c74 → 0.0.9-alpha-20251209170627-264b58fd6701cad759616bb7e4d9ef36f8ea6022

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.9-alpha-20251209170231-980cc730914111644c9194dac5ac995a09e28c74
3
+ ## 0.0.9-alpha-20251209170627-264b58fd6701cad759616bb7e4d9ef36f8ea6022
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -209,10 +209,10 @@
209
209
  [`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc),
210
210
  [`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc),
211
211
  [`c7d6f21`](https://github.com/Urigo/accounter-fullstack/commit/c7d6f21ed62658159b1323334501daca03c8d3e5)]:
212
- - @accounter/green-invoice-graphql@0.8.3-alpha-20251209170231-980cc730914111644c9194dac5ac995a09e28c74
213
- - @accounter/pcn874-generator@0.6.4-alpha-20251209170231-980cc730914111644c9194dac5ac995a09e28c74
214
- - @accounter/shaam-uniform-format-generator@0.2.3-alpha-20251209170231-980cc730914111644c9194dac5ac995a09e28c74
215
- - @accounter/shaam6111-generator@0.1.5-alpha-20251209170231-980cc730914111644c9194dac5ac995a09e28c74
212
+ - @accounter/green-invoice-graphql@0.8.3-alpha-20251209170627-264b58fd6701cad759616bb7e4d9ef36f8ea6022
213
+ - @accounter/pcn874-generator@0.6.4-alpha-20251209170627-264b58fd6701cad759616bb7e4d9ef36f8ea6022
214
+ - @accounter/shaam-uniform-format-generator@0.2.3-alpha-20251209170627-264b58fd6701cad759616bb7e4d9ef36f8ea6022
215
+ - @accounter/shaam6111-generator@0.1.5-alpha-20251209170627-264b58fd6701cad759616bb7e4d9ef36f8ea6022
216
216
 
217
217
  ## 0.0.8
218
218
 
@@ -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 {
@@ -4,7 +4,7 @@ export default {
4
4
  ALTER TABLE
5
5
  "accounter_schema"."financial_bank_accounts"
6
6
  ADD COLUMN
7
- "iban" VARCHAR(23) NULL;
7
+ "iban" VARCHAR(34) NULL;
8
8
  `,
9
9
  };
10
10
  //# sourceMappingURL=2025-12-09T18-28-13.bank-account-iban.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accounter/server",
3
- "version": "0.0.9-alpha-20251209170231-980cc730914111644c9194dac5ac995a09e28c74",
3
+ "version": "0.0.9-alpha-20251209170627-264b58fd6701cad759616bb7e4d9ef36f8ea6022",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "license": "MIT",