You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/models/components/balancesheetfilter.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ let value: BalanceSheetFilter = {
10
10
endDate: "2021-12-31",
11
11
periodCount: 3,
12
12
periodType: "month",
13
+
locationId: "123",
13
14
};
14
15
```
15
16
@@ -20,4 +21,5 @@ let value: BalanceSheetFilter = {
20
21
|~~`startDate`~~|*string*|:heavy_minus_sign:| : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The start date of the period to include in the resource. | 2021-01-01 |
21
22
|`endDate`|*string*|:heavy_minus_sign:| The end date of the period to include in the resource. | 2021-12-31 |
22
23
|`periodCount`|*number*|:heavy_minus_sign:| The number of periods to include in the resource. | 3 |
23
-
|`periodType`|[components.PeriodType](../../models/components/periodtype.md)|:heavy_minus_sign:| The type of period to include in the resource: month, quarter, year. | month |
24
+
|`periodType`|[components.PeriodType](../../models/components/periodtype.md)|:heavy_minus_sign:| The type of period to include in the resource: month, quarter, year. | month |
25
+
|`locationId`|*string*|:heavy_minus_sign:| The ID of the location to include in the resource. | 123 |
0 commit comments