@accounter/client 0.0.7-alpha-20251015004922-75ce4b72c3c1bbcaef1c75ecbeb81b62665bc2aa → 0.0.7-alpha-20251015072134-961ae40cea26762fed7904518151e147ce4dcc91

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/client
2
2
 
3
- ## 0.0.7-alpha-20251015004922-75ce4b72c3c1bbcaef1c75ecbeb81b62665bc2aa
3
+ ## 0.0.7-alpha-20251015072134-961ae40cea26762fed7904518151e147ce4dcc91
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -259,6 +259,13 @@
259
259
  - Updated dependency [`zod@4.1.9` ↗︎](https://www.npmjs.com/package/zod/v/4.1.9) (from `4.1.8`,
260
260
  in `dependencies`)
261
261
 
262
+ - [#2513](https://github.com/Urigo/accounter-fullstack/pull/2513)
263
+ [`961ae40`](https://github.com/Urigo/accounter-fullstack/commit/961ae40cea26762fed7904518151e147ce4dcc91)
264
+ Thanks [@gilgardosh](https://github.com/gilgardosh)! - dependencies updates:
265
+ - Updated dependency
266
+ [`react-day-picker@9.11.1` ↗︎](https://www.npmjs.com/package/react-day-picker/v/9.11.1) (from
267
+ `9.11.0`, in `dependencies`)
268
+
262
269
  - [#2522](https://github.com/Urigo/accounter-fullstack/pull/2522)
263
270
  [`df6b635`](https://github.com/Urigo/accounter-fullstack/commit/df6b63558a951ae7a318515d1d8b86b1b49a74a0)
264
271
  Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accounter/client",
3
- "version": "0.0.7-alpha-20251015004922-75ce4b72c3c1bbcaef1c75ecbeb81b62665bc2aa",
3
+ "version": "0.0.7-alpha-20251015072134-961ae40cea26762fed7904518151e147ce4dcc91",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -2612,6 +2612,7 @@ export type Mutation = {
2612
2612
  deleteDynamicReportTemplate: Scalars['String']['output'];
2613
2613
  deleteMiscExpense: Scalars['Boolean']['output'];
2614
2614
  deleteTag: Scalars['Boolean']['output'];
2615
+ digestGmailMessages: Scalars['Boolean']['output'];
2615
2616
  fetchDeelDocuments: Scalars['Boolean']['output'];
2616
2617
  fetchIncomeDocuments: Array<Document>;
2617
2618
  flagForeignFeeTransactions: FlagForeignFeeTransactionsResult;
@@ -2644,6 +2645,8 @@ export type Mutation = {
2644
2645
  pong?: Maybe<Scalars['Boolean']['output']>;
2645
2646
  previewGreenInvoiceDocument: Scalars['FileScalar']['output'];
2646
2647
  regenerateLedgerRecords: GeneratedLedgerRecords;
2648
+ startGmailListener: Scalars['Boolean']['output'];
2649
+ stopGmailListener: Scalars['Boolean']['output'];
2647
2650
  uncategorizePartialBusinessTripExpense: Scalars['Boolean']['output'];
2648
2651
  updateAdminContext: AdminContext;
2649
2652
  updateBusiness: UpdateBusinessResponse;
@@ -3489,6 +3492,7 @@ export type Query = {
3489
3492
  /** get exchage rates by date */
3490
3493
  exchangeRates?: Maybe<ExchangeRates>;
3491
3494
  financialEntity: FinancialEntity;
3495
+ gmailListenerStatus: Scalars['Boolean']['output'];
3492
3496
  incomeExpenseChart: IncomeExpenseChart;
3493
3497
  ledgerRecordsByDates: Array<LedgerRecord>;
3494
3498
  miscExpensesByCharge: Array<MiscExpense>;