Skip to content

Commit b96e7ae

Browse files
Automated update by SDK Generator version:1.2.0 commit:cf6bac0
1 parent 3515669 commit b96e7ae

37 files changed

+253
-2224
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -969,16 +969,10 @@ _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) |
969969
- [AuthType](docs/models/AuthType.md)
970970
- [BadRequestResponse](docs/models/BadRequestResponse.md)
971971
- [BalanceSheet](docs/models/BalanceSheet.md)
972-
- [BalanceSheetAssets](docs/models/BalanceSheetAssets.md)
973-
- [BalanceSheetAssetsCurrentAssets](docs/models/BalanceSheetAssetsCurrentAssets.md)
974-
- [BalanceSheetAssetsCurrentAssetsAccounts](docs/models/BalanceSheetAssetsCurrentAssetsAccounts.md)
975-
- [BalanceSheetAssetsFixedAssets](docs/models/BalanceSheetAssetsFixedAssets.md)
976-
- [BalanceSheetAssetsFixedAssetsAccounts](docs/models/BalanceSheetAssetsFixedAssetsAccounts.md)
977-
- [BalanceSheetEquity](docs/models/BalanceSheetEquity.md)
978-
- [BalanceSheetEquityItems](docs/models/BalanceSheetEquityItems.md)
972+
- [BalanceSheetAccount](docs/models/BalanceSheetAccount.md)
973+
- [BalanceSheetAccountRecord](docs/models/BalanceSheetAccountRecord.md)
979974
- [BalanceSheetFilter](docs/models/BalanceSheetFilter.md)
980-
- [BalanceSheetLiabilities](docs/models/BalanceSheetLiabilities.md)
981-
- [BalanceSheetLiabilitiesAccounts](docs/models/BalanceSheetLiabilitiesAccounts.md)
975+
- [BalanceSheetReports](docs/models/BalanceSheetReports.md)
982976
- [BankAccount](docs/models/BankAccount.md)
983977
- [Benefit](docs/models/Benefit.md)
984978
- [Bill](docs/models/Bill.md)

docs/models/BalanceSheet.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**report_name** | **str** | The name of the report |
8-
**start_date** | **str** | The start date of the report |
9-
**assets** | [**BalanceSheetAssets**](BalanceSheetAssets.md) | |
10-
**liabilities** | [**BalanceSheetLiabilities**](BalanceSheetLiabilities.md) | |
11-
**equity** | [**BalanceSheetEquity**](BalanceSheetEquity.md) | |
12-
**id** | **str** | A unique identifier for an object. | [optional] [readonly]
13-
**end_date** | **str** | The start date of the report | [optional]
14-
**custom_mappings** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
15-
**updated_by** | **str, none_type** | The user who last updated the object. | [optional] [readonly]
16-
**created_by** | **str, none_type** | The user who created the object. | [optional] [readonly]
17-
**updated_at** | **datetime, none_type** | The date and time when the object was last updated. | [optional] [readonly]
18-
**created_at** | **datetime, none_type** | The date and time when the object was created. | [optional] [readonly]
7+
**reports** | [**[BalanceSheetReports]**](BalanceSheetReports.md) | |
198

209
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
2110

docs/models/BalanceSheetAccount.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# BalanceSheetAccount
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**account_id** | **str** | The unique identifier for the account. | [optional] [readonly]
8+
**name** | **str** | Name of the report item | [optional]
9+
**value** | **float** | The value of the account. | [optional]
10+
**items** | **[bool, date, datetime, dict, float, int, list, str, none_type], none_type** | | [optional]
11+
12+
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
13+
14+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# BalanceSheetAccountRecord
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**account_id** | **str** | The unique identifier for the account. | [optional] [readonly]
8+
**name** | **str** | Name of the report item | [optional]
9+
**value** | **float** | The value of the account. | [optional]
10+
11+
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
12+
13+

docs/models/BalanceSheetAssets.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/models/BalanceSheetAssetsCurrentAssets.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/models/BalanceSheetAssetsCurrentAssetsAccounts.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/models/BalanceSheetAssetsFixedAssets.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/models/BalanceSheetAssetsFixedAssetsAccounts.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/models/BalanceSheetEquity.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/models/BalanceSheetEquityItems.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/models/BalanceSheetLiabilities.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/models/BalanceSheetLiabilitiesAccounts.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/models/BalanceSheetReports.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# BalanceSheetReports
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**end_date** | **str** | The start date of the report |
8+
**assets** | [**BalanceSheetAccount**](BalanceSheetAccount.md) | |
9+
**liabilities** | [**BalanceSheetAccount**](BalanceSheetAccount.md) | |
10+
**equity** | [**BalanceSheetAccount**](BalanceSheetAccount.md) | |
11+
**id** | **str** | A unique identifier for an object. | [optional] [readonly]
12+
**report_name** | **str** | The name of the report | [optional]
13+
**start_date** | **str** | The start date of the report | [optional]
14+
**currency** | [**Currency**](Currency.md) | | [optional]
15+
**net_assets** | **float** | The net assets of the balance sheet | [optional]
16+
**custom_mappings** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
17+
**updated_by** | **str, none_type** | The user who last updated the object. | [optional] [readonly]
18+
**created_by** | **str, none_type** | The user who created the object. | [optional] [readonly]
19+
**updated_at** | **datetime, none_type** | The date and time when the object was last updated. | [optional] [readonly]
20+
**created_at** | **datetime, none_type** | The date and time when the object was created. | [optional] [readonly]
21+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
22+
23+
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
24+
25+

src/.openapi-generator/FILES

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,10 @@ apideck/model/attachment_reference_type.py
6565
apideck/model/auth_type.py
6666
apideck/model/bad_request_response.py
6767
apideck/model/balance_sheet.py
68-
apideck/model/balance_sheet_assets.py
69-
apideck/model/balance_sheet_assets_current_assets.py
70-
apideck/model/balance_sheet_assets_current_assets_accounts.py
71-
apideck/model/balance_sheet_assets_fixed_assets.py
72-
apideck/model/balance_sheet_assets_fixed_assets_accounts.py
73-
apideck/model/balance_sheet_equity.py
74-
apideck/model/balance_sheet_equity_items.py
68+
apideck/model/balance_sheet_account.py
69+
apideck/model/balance_sheet_account_record.py
7570
apideck/model/balance_sheet_filter.py
76-
apideck/model/balance_sheet_liabilities.py
77-
apideck/model/balance_sheet_liabilities_accounts.py
71+
apideck/model/balance_sheet_reports.py
7872
apideck/model/bank_account.py
7973
apideck/model/benefit.py
8074
apideck/model/bill.py
@@ -730,16 +724,10 @@ docs/AttachmentReferenceType.md
730724
docs/AuthType.md
731725
docs/BadRequestResponse.md
732726
docs/BalanceSheet.md
733-
docs/BalanceSheetAssets.md
734-
docs/BalanceSheetAssetsCurrentAssets.md
735-
docs/BalanceSheetAssetsCurrentAssetsAccounts.md
736-
docs/BalanceSheetAssetsFixedAssets.md
737-
docs/BalanceSheetAssetsFixedAssetsAccounts.md
738-
docs/BalanceSheetEquity.md
739-
docs/BalanceSheetEquityItems.md
727+
docs/BalanceSheetAccount.md
728+
docs/BalanceSheetAccountRecord.md
740729
docs/BalanceSheetFilter.md
741-
docs/BalanceSheetLiabilities.md
742-
docs/BalanceSheetLiabilitiesAccounts.md
730+
docs/BalanceSheetReports.md
743731
docs/BankAccount.md
744732
docs/Benefit.md
745733
docs/Bill.md
@@ -1409,16 +1397,10 @@ test/test_attachment_reference_type.py
14091397
test/test_auth_type.py
14101398
test/test_bad_request_response.py
14111399
test/test_balance_sheet.py
1412-
test/test_balance_sheet_assets.py
1413-
test/test_balance_sheet_assets_current_assets.py
1414-
test/test_balance_sheet_assets_current_assets_accounts.py
1415-
test/test_balance_sheet_assets_fixed_assets.py
1416-
test/test_balance_sheet_assets_fixed_assets_accounts.py
1417-
test/test_balance_sheet_equity.py
1418-
test/test_balance_sheet_equity_items.py
1400+
test/test_balance_sheet_account.py
1401+
test/test_balance_sheet_account_record.py
14191402
test/test_balance_sheet_filter.py
1420-
test/test_balance_sheet_liabilities.py
1421-
test/test_balance_sheet_liabilities_accounts.py
1403+
test/test_balance_sheet_reports.py
14221404
test/test_bank_account.py
14231405
test/test_benefit.py
14241406
test/test_bill.py

0 commit comments

Comments
 (0)