@s-corp-biz/biz-entity-api 1.8.0-staging.7 → 1.8.0

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.
@@ -82,4 +82,40 @@ export interface TaxCategoryBalances {
82
82
  * @memberof TaxCategoryBalances
83
83
  */
84
84
  'charitableContributions'?: TaxCategoryBalance;
85
+ /**
86
+ *
87
+ * @type {TaxCategoryBalance}
88
+ * @memberof TaxCategoryBalances
89
+ */
90
+ 'machineryAndEquipment'?: TaxCategoryBalance;
91
+ /**
92
+ *
93
+ * @type {TaxCategoryBalance}
94
+ * @memberof TaxCategoryBalances
95
+ */
96
+ 'vehiclesUnder6000Lbs'?: TaxCategoryBalance;
97
+ /**
98
+ *
99
+ * @type {TaxCategoryBalance}
100
+ * @memberof TaxCategoryBalances
101
+ */
102
+ 'vehiclesOver6000Lbs'?: TaxCategoryBalance;
103
+ /**
104
+ *
105
+ * @type {TaxCategoryBalance}
106
+ * @memberof TaxCategoryBalances
107
+ */
108
+ 'trucksAndCargoVansOver6000Lbs'?: TaxCategoryBalance;
109
+ /**
110
+ *
111
+ * @type {TaxCategoryBalance}
112
+ * @memberof TaxCategoryBalances
113
+ */
114
+ 'businessUsePropertyExcludingLand'?: TaxCategoryBalance;
115
+ /**
116
+ *
117
+ * @type {TaxCategoryBalance}
118
+ * @memberof TaxCategoryBalances
119
+ */
120
+ 'buildingsExcludingLand'?: TaxCategoryBalance;
85
121
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@s-corp-biz/biz-entity-api",
3
- "version": "1.8.0-staging.7",
3
+ "version": "1.8.0",
4
4
  "description": "TypeScript API client for S-Corp Biz Entity API",
5
5
  "keywords": [
6
6
  "typescript",