@zeniai/client-epic-state 5.0.50-betaRD21 → 5.0.50

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.
@@ -16,7 +16,7 @@ import { VendorBase } from '../../../entity/vendor/vendorState';
16
16
  import { ZeniDate } from '../../../zeniDayJS';
17
17
  import { EntityRecommendationKey } from '../../recommendation/recommendationState';
18
18
  import { TransactionDetailKey } from '../../transactionDetail/transactionDetailState';
19
- export declare const toTransactionsSortKey: (v: string) => "date" | "amount" | "vendor" | "project" | "category" | "class" | "payment_account" | "transaction_type" | "memo_and_receipt";
19
+ export declare const toTransactionsSortKey: (v: string) => "date" | "amount" | "vendor" | "category" | "class" | "payment_account" | "transaction_type" | "memo_and_receipt";
20
20
  export type TransactionsSortKey = ReturnType<typeof toTransactionsSortKey>;
21
21
  export declare const TRANSACTIONS_TABS: readonly ["review", "autoCategorized"];
22
22
  export declare const toTransactionsTabKey: (v: string) => "review" | "autoCategorized";
@@ -11,7 +11,6 @@ const TRANSACTIONS_SORT_KEYS = [
11
11
  'date',
12
12
  'category',
13
13
  'class',
14
- 'project',
15
14
  'memo_and_receipt',
16
15
  ];
17
16
  const toTransactionsSortKey = (v) => (0, stringToUnion_1.stringToUnion)(v, TRANSACTIONS_SORT_KEYS);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeniai/client-epic-state",
3
- "version": "5.0.50-betaRD21",
3
+ "version": "5.0.50",
4
4
  "description": "Shared module between Web & Mobile containing required abstractions for state management, async network communication. ",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/esm/index.js",