@things-factory/accounting 7.0.1-rc.5 → 7.0.1-rc.8

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.
@@ -3,6 +3,6 @@ import { AccountHistory } from './account-history';
3
3
  import { AccountQuery } from './account-query';
4
4
  import { AccountMutation } from './account-mutation';
5
5
  import { AccountHistoryEntitySubscriber } from './event-subscriber';
6
- export declare const entities: (typeof AccountHistory | typeof Account)[];
6
+ export declare const entities: (typeof Account | typeof AccountHistory)[];
7
7
  export declare const resolvers: (typeof AccountQuery | typeof AccountMutation)[];
8
8
  export declare const subscribers: (typeof AccountHistoryEntitySubscriber)[];
@@ -3,6 +3,6 @@ import { FinancialStatementHistory } from './financial-statement-history';
3
3
  import { FinancialStatementQuery } from './financial-statement-query';
4
4
  import { FinancialStatementMutation } from './financial-statement-mutation';
5
5
  import { FinancialStatementHistoryEntitySubscriber } from './event-subscriber';
6
- export declare const entities: (typeof FinancialStatementHistory | typeof FinancialStatement)[];
6
+ export declare const entities: (typeof FinancialStatement | typeof FinancialStatementHistory)[];
7
7
  export declare const resolvers: (typeof FinancialStatementQuery | typeof FinancialStatementMutation)[];
8
8
  export declare const subscribers: (typeof FinancialStatementHistoryEntitySubscriber)[];
@@ -3,6 +3,6 @@ import { IncomeStatementHistory } from './income-statement-history';
3
3
  import { IncomeStatementQuery } from './income-statement-query';
4
4
  import { IncomeStatementMutation } from './income-statement-mutation';
5
5
  import { IncomeStatementHistoryEntitySubscriber } from './event-subscriber';
6
- export declare const entities: (typeof IncomeStatementHistory | typeof IncomeStatement)[];
6
+ export declare const entities: (typeof IncomeStatement | typeof IncomeStatementHistory)[];
7
7
  export declare const resolvers: (typeof IncomeStatementQuery | typeof IncomeStatementMutation)[];
8
8
  export declare const subscribers: (typeof IncomeStatementHistoryEntitySubscriber)[];
@@ -3,8 +3,8 @@ export * from './financial-statement/financial-statement';
3
3
  export * from './accounting-category/accounting-category';
4
4
  export * from './transaction/transaction';
5
5
  export * from './account/account';
6
- export declare const entities: (typeof import("./income-statement/income-statement-history").IncomeStatementHistory | typeof import("./income-statement/income-statement").IncomeStatement | typeof import("./financial-statement/financial-statement-history").FinancialStatementHistory | typeof import("./financial-statement/financial-statement").FinancialStatement | typeof import("./transaction/transaction-history").TransactionHistory | typeof import("./transaction/transaction").Transaction | typeof import("./account/account-history").AccountHistory | typeof import("./account/account").Account | typeof import("./accounting-category/accounting-category").AccountingCategory)[];
6
+ export declare const entities: (typeof import("./income-statement/income-statement").IncomeStatement | typeof import("./financial-statement/financial-statement").FinancialStatement | typeof import("./accounting-category/accounting-category").AccountingCategory | typeof import("./account/account").Account | typeof import("./transaction/transaction").Transaction | typeof import("./income-statement/income-statement-history").IncomeStatementHistory | typeof import("./financial-statement/financial-statement-history").FinancialStatementHistory | typeof import("./transaction/transaction-history").TransactionHistory | typeof import("./account/account-history").AccountHistory)[];
7
7
  export declare const subscribers: any[];
8
8
  export declare const schema: {
9
- resolverClasses: (typeof import("./income-statement/income-statement-query").IncomeStatementQuery | typeof import("./income-statement/income-statement-mutation").IncomeStatementMutation | typeof import("./financial-statement/financial-statement-query").FinancialStatementQuery | typeof import("./financial-statement/financial-statement-mutation").FinancialStatementMutation | typeof import("./transaction/transaction-query").TransactionQuery | typeof import("./transaction/transaction-mutation").TransactionMutation | typeof import("./account/account-query").AccountQuery | typeof import("./account/account-mutation").AccountMutation | typeof import("./accounting-category/accounting-category-query").AccountingCategoryQuery | typeof import("./accounting-category/accounting-category-mutation").AccountingCategoryMutation)[];
9
+ resolverClasses: (typeof import("./income-statement/income-statement-query").IncomeStatementQuery | typeof import("./income-statement/income-statement-mutation").IncomeStatementMutation | typeof import("./financial-statement/financial-statement-query").FinancialStatementQuery | typeof import("./financial-statement/financial-statement-mutation").FinancialStatementMutation | typeof import("./accounting-category/accounting-category-query").AccountingCategoryQuery | typeof import("./accounting-category/accounting-category-mutation").AccountingCategoryMutation | typeof import("./transaction/transaction-query").TransactionQuery | typeof import("./transaction/transaction-mutation").TransactionMutation | typeof import("./account/account-query").AccountQuery | typeof import("./account/account-mutation").AccountMutation)[];
10
10
  };
@@ -3,6 +3,6 @@ import { TransactionHistory } from './transaction-history';
3
3
  import { TransactionQuery } from './transaction-query';
4
4
  import { TransactionMutation } from './transaction-mutation';
5
5
  import { TransactionHistoryEntitySubscriber } from './event-subscriber';
6
- export declare const entities: (typeof TransactionHistory | typeof Transaction)[];
6
+ export declare const entities: (typeof Transaction | typeof TransactionHistory)[];
7
7
  export declare const resolvers: (typeof TransactionQuery | typeof TransactionMutation)[];
8
8
  export declare const subscribers: (typeof TransactionHistoryEntitySubscriber)[];