@s-corp-biz/biz-entity-api 1.9.0-staging.4 → 1.9.0-staging.6

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.
@@ -38,7 +38,7 @@ export interface CreateDepreciationRequest {
38
38
  * @type {number}
39
39
  * @memberof CreateDepreciationRequest
40
40
  */
41
- 'amount': number;
41
+ 'depreciationAmount': number;
42
42
  /**
43
43
  *
44
44
  * @type {string}
@@ -46,7 +46,7 @@ export interface DepreciationResponse {
46
46
  * @type {number}
47
47
  * @memberof DepreciationResponse
48
48
  */
49
- 'amount'?: number;
49
+ 'depreciationAmount'?: number;
50
50
  /**
51
51
  *
52
52
  * @type {string}
@@ -32,7 +32,7 @@ export interface UpdateDepreciationRequest {
32
32
  * @type {number}
33
33
  * @memberof UpdateDepreciationRequest
34
34
  */
35
- 'amount': number;
35
+ 'depreciationAmount': number;
36
36
  /**
37
37
  *
38
38
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@s-corp-biz/biz-entity-api",
3
- "version": "1.9.0-staging.4",
3
+ "version": "1.9.0-staging.6",
4
4
  "description": "TypeScript API client for S-Corp Biz Entity API",
5
5
  "keywords": [
6
6
  "typescript",