@accounter/client 0.0.7-alpha-20251015074910-86a2df8f872a9502f4dffd1100b9a0acc02eef4a → 0.0.7-alpha-20251015075138-2cfa92869751bbc1d10cce394af02b65f7ae178d
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 +1 -1
- package/package.json +1 -1
- package/src/gql/graphql.ts +4 -0
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/gql/graphql.ts
CHANGED
|
@@ -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>;
|