@paro.io/expert-shared-components 1.14.67 → 1.14.69

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.
@@ -5,7 +5,7 @@ export type FilingStatus = "Single" | "MFJ" | "MFS" | "Head of Household" | "QSS
5
5
  export type PriorityTier = "HIGH" | "QUICK WIN" | "MEDIUM" | "LOW" | "NOT RECOMMENDED";
6
6
  export type PositionStrength = "SUBSTANTIAL_AUTHORITY" | "REASONABLE_BASIS" | "NEEDS_DISCLOSURE";
7
7
  export type ConfidenceTier = "1-YR-DATA" | "2-YR-DATA" | "4-YR-DATA" | "CONFIRMED";
8
- export type StrategyCategory = "entity" | "depreciation" | "income" | "credits" | "retirement" | "benefits" | "deductions" | "investment" | "accounting" | "obbba_new" | "state";
8
+ export type StrategyCategory = "entity" | "depreciation" | "income" | "credits" | "retirement" | "benefits" | "deductions" | "investment" | "accounting" | "obbba_new" | "state" | "deferral" | "exclusions";
9
9
  export interface StrategySource {
10
10
  doc: string;
11
11
  line: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paro.io/expert-shared-components",
3
- "version": "1.14.67",
3
+ "version": "1.14.69",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {