Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 859ef40

Browse files
authored
Automated update by SDK Generator version:3.7.5 commit:134bce9 (#224)
1 parent 13dfef9 commit 859ef40

34 files changed

Lines changed: 1218 additions & 584 deletions

src/gen/.openapi-generator/FILES

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ Contact.md
116116
ContactsFilter.md
117117
ContactsSort.md
118118
CopyFolderRequest.md
119+
CostOfGoodsSold.md
119120
CreateAccountingDepartmentResponse.md
120121
CreateAccountingLocationResponse.md
121122
CreateActivityResponse.md
@@ -300,6 +301,7 @@ ExecuteWebhookEventsRequest.md
300301
ExecuteWebhookResponse.md
301302
Expense.md
302303
ExpenseLineItem.md
304+
Expenses.md
303305
FileStorageApi.md
304306
FileStorageApiTest.api.test.ts
305307
FileStorageEventType.md
@@ -469,6 +471,7 @@ HrisEventType.md
469471
HrisJob.md
470472
HrisJobLocation.md
471473
HrisJobs.md
474+
Income.md
472475
IntegrationState.md
473476
Invoice.md
474477
InvoiceItem.md
@@ -551,6 +554,8 @@ OrderRefunds.md
551554
OrderTenders.md
552555
OrderType.md
553556
OrdersSort.md
557+
OtherExpenses.md
558+
OtherIncome.md
554559
OutstandingBalanceByCurrency.md
555560
OutstandingBalanceByCustomer.md
556561
OutstandingBalanceBySupplier.md
@@ -584,15 +589,12 @@ PosPaymentExternalDetails.md
584589
Price.md
585590
ProbationPeriod.md
586591
ProfitAndLoss.md
587-
ProfitAndLossExpenses.md
588592
ProfitAndLossFilter.md
589-
ProfitAndLossGrossProfit.md
590-
ProfitAndLossIncome.md
591-
ProfitAndLossNetIncome.md
592-
ProfitAndLossNetOperatingIncome.md
593+
ProfitAndLossIndicator.md
593594
ProfitAndLossRecord.md
594595
ProfitAndLossRecords.md
595596
ProfitAndLossSection.md
597+
ProfitAndLossType.md
596598
PurchaseOrder.md
597599
PurchaseOrdersFilter.md
598600
PurchaseOrdersSort.md
@@ -643,6 +645,7 @@ TooManyRequestsResponseDetail.md
643645
TrackingCategory.md
644646
TrackingItem.md
645647
UnauthorizedResponse.md
648+
UncategorizedAccounts.md
646649
UnexpectedErrorResponse.md
647650
UnifiedApiId.md
648651
UnifiedFile.md
@@ -847,6 +850,7 @@ models/Contact.ts
847850
models/ContactsFilter.ts
848851
models/ContactsSort.ts
849852
models/CopyFolderRequest.ts
853+
models/CostOfGoodsSold.ts
850854
models/CreateAccountingDepartmentResponse.ts
851855
models/CreateAccountingLocationResponse.ts
852856
models/CreateActivityResponse.ts
@@ -1026,6 +1030,7 @@ models/ExecuteWebhookEventsRequest.ts
10261030
models/ExecuteWebhookResponse.ts
10271031
models/Expense.ts
10281032
models/ExpenseLineItem.ts
1033+
models/Expenses.ts
10291034
models/FileStorageEventType.ts
10301035
models/FileType.ts
10311036
models/FilesFilter.ts
@@ -1191,6 +1196,7 @@ models/HrisEventType.ts
11911196
models/HrisJob.ts
11921197
models/HrisJobLocation.ts
11931198
models/HrisJobs.ts
1199+
models/Income.ts
11941200
models/IntegrationState.ts
11951201
models/Invoice.ts
11961202
models/InvoiceItem.ts
@@ -1270,6 +1276,8 @@ models/OrderRefunds.ts
12701276
models/OrderTenders.ts
12711277
models/OrderType.ts
12721278
models/OrdersSort.ts
1279+
models/OtherExpenses.ts
1280+
models/OtherIncome.ts
12731281
models/OutstandingBalanceByCurrency.ts
12741282
models/OutstandingBalanceByCustomer.ts
12751283
models/OutstandingBalanceBySupplier.ts
@@ -1301,15 +1309,12 @@ models/PosPaymentExternalDetails.ts
13011309
models/Price.ts
13021310
models/ProbationPeriod.ts
13031311
models/ProfitAndLoss.ts
1304-
models/ProfitAndLossExpenses.ts
13051312
models/ProfitAndLossFilter.ts
1306-
models/ProfitAndLossGrossProfit.ts
1307-
models/ProfitAndLossIncome.ts
1308-
models/ProfitAndLossNetIncome.ts
1309-
models/ProfitAndLossNetOperatingIncome.ts
1313+
models/ProfitAndLossIndicator.ts
13101314
models/ProfitAndLossRecord.ts
13111315
models/ProfitAndLossRecords.ts
13121316
models/ProfitAndLossSection.ts
1317+
models/ProfitAndLossType.ts
13131318
models/PurchaseOrder.ts
13141319
models/PurchaseOrdersFilter.ts
13151320
models/PurchaseOrdersSort.ts
@@ -1358,6 +1363,7 @@ models/TooManyRequestsResponseDetail.ts
13581363
models/TrackingCategory.ts
13591364
models/TrackingItem.ts
13601365
models/UnauthorizedResponse.ts
1366+
models/UncategorizedAccounts.ts
13611367
models/UnexpectedErrorResponse.ts
13621368
models/UnifiedApiId.ts
13631369
models/UnifiedFile.ts
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Apideck.CostOfGoodsSold
2+
3+
### Description
4+
5+
The cost of goods sold accounts
6+
7+
## Properties
8+
Name | Type | Description | Notes
9+
------------ | ------------- | ------------- | -------------
10+
`total` | **number** | The total amount of the transaction |
11+
`records` | [**ProfitAndLossRecords**](ProfitAndLossRecords.md) | |
12+
`id` | **string** | A unique identifier for an object. | [optional]
13+
`code` | **string** | The account code of the account | [optional]
14+
`title` | **string** | The name of the account. | [optional]
15+
`type` | [**ProfitAndLossType**](ProfitAndLossType.md) | | [optional]
16+
17+
18+
19+
20+
21+
## Referenced Types:
22+
23+
* [`ProfitAndLossRecords`](ProfitAndLossRecords.md)
24+
25+
26+
27+
* [`ProfitAndLossType`](ProfitAndLossType.md)
28+
29+
---
30+
31+
[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md)
32+
33+

src/gen/docs/models/Expenses.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Apideck.Expenses
2+
3+
### Description
4+
5+
The operating expenses accounts
6+
7+
## Properties
8+
Name | Type | Description | Notes
9+
------------ | ------------- | ------------- | -------------
10+
`total` | **number** | The total amount of the transaction |
11+
`records` | [**ProfitAndLossRecords**](ProfitAndLossRecords.md) | |
12+
`id` | **string** | A unique identifier for an object. | [optional]
13+
`code` | **string** | The account code of the account | [optional]
14+
`title` | **string** | The name of the account. | [optional]
15+
`type` | [**ProfitAndLossType**](ProfitAndLossType.md) | | [optional]
16+
17+
18+
19+
20+
21+
## Referenced Types:
22+
23+
* [`ProfitAndLossRecords`](ProfitAndLossRecords.md)
24+
25+
26+
27+
* [`ProfitAndLossType`](ProfitAndLossType.md)
28+
29+
---
30+
31+
[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md)
32+
33+

src/gen/docs/models/Income.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Apideck.Income
2+
3+
### Description
4+
5+
The operating income accounts
6+
7+
## Properties
8+
Name | Type | Description | Notes
9+
------------ | ------------- | ------------- | -------------
10+
`total` | **number** | The total amount of the transaction |
11+
`records` | [**ProfitAndLossRecords**](ProfitAndLossRecords.md) | |
12+
`id` | **string** | A unique identifier for an object. | [optional]
13+
`code` | **string** | The account code of the account | [optional]
14+
`title` | **string** | The name of the account. | [optional]
15+
`type` | [**ProfitAndLossType**](ProfitAndLossType.md) | | [optional]
16+
17+
18+
19+
20+
21+
## Referenced Types:
22+
23+
* [`ProfitAndLossRecords`](ProfitAndLossRecords.md)
24+
25+
26+
27+
* [`ProfitAndLossType`](ProfitAndLossType.md)
28+
29+
---
30+
31+
[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md)
32+
33+
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Apideck.OtherExpenses
2+
3+
### Description
4+
5+
The other expenses accounts
6+
7+
## Properties
8+
Name | Type | Description | Notes
9+
------------ | ------------- | ------------- | -------------
10+
`total` | **number** | The total amount of the transaction |
11+
`records` | [**ProfitAndLossRecords**](ProfitAndLossRecords.md) | |
12+
`id` | **string** | A unique identifier for an object. | [optional]
13+
`code` | **string** | The account code of the account | [optional]
14+
`title` | **string** | The name of the account. | [optional]
15+
`type` | [**ProfitAndLossType**](ProfitAndLossType.md) | | [optional]
16+
17+
18+
19+
20+
21+
## Referenced Types:
22+
23+
* [`ProfitAndLossRecords`](ProfitAndLossRecords.md)
24+
25+
26+
27+
* [`ProfitAndLossType`](ProfitAndLossType.md)
28+
29+
---
30+
31+
[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md)
32+
33+

src/gen/docs/models/OtherIncome.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Apideck.OtherIncome
2+
3+
### Description
4+
5+
The other income accounts
6+
7+
## Properties
8+
Name | Type | Description | Notes
9+
------------ | ------------- | ------------- | -------------
10+
`total` | **number** | The total amount of the transaction |
11+
`records` | [**ProfitAndLossRecords**](ProfitAndLossRecords.md) | |
12+
`id` | **string** | A unique identifier for an object. | [optional]
13+
`code` | **string** | The account code of the account | [optional]
14+
`title` | **string** | The name of the account. | [optional]
15+
`type` | [**ProfitAndLossType**](ProfitAndLossType.md) | | [optional]
16+
17+
18+
19+
20+
21+
## Referenced Types:
22+
23+
* [`ProfitAndLossRecords`](ProfitAndLossRecords.md)
24+
25+
26+
27+
* [`ProfitAndLossType`](ProfitAndLossType.md)
28+
29+
---
30+
31+
[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md)
32+
33+

src/gen/docs/models/ProfitAndLoss.md

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
`report_name` | **string** | The name of the report |
9-
`currency` | **string** | |
10-
`income` | [**ProfitAndLossIncome**](ProfitAndLossIncome.md) | |
11-
`expenses` | [**ProfitAndLossExpenses**](ProfitAndLossExpenses.md) | |
9+
`currency` | [**Currency**](Currency.md) | |
10+
`income` | [**Income**](Income.md) | |
11+
`expenses` | [**Expenses**](Expenses.md) | |
1212
`id` | **string** | A unique identifier for an object. | [optional]
1313
`start_date` | **string** | The start date of the report | [optional]
14-
`end_date` | **string** | The start date of the report | [optional]
15-
`customer_id` | **string** | Customer id | [optional]
16-
`net_income` | [**ProfitAndLossNetIncome**](ProfitAndLossNetIncome.md) | | [optional]
17-
`net_operating_income` | [**ProfitAndLossNetOperatingIncome**](ProfitAndLossNetOperatingIncome.md) | | [optional]
18-
`gross_profit` | [**ProfitAndLossGrossProfit**](ProfitAndLossGrossProfit.md) | | [optional]
14+
`end_date` | **string** | The end date of the report | [optional]
15+
`cost_of_goods_sold` | [**CostOfGoodsSold**](CostOfGoodsSold.md) | | [optional]
16+
`other_income` | [**OtherIncome**](OtherIncome.md) | | [optional]
17+
`other_expenses` | [**OtherExpenses**](OtherExpenses.md) | | [optional]
18+
`uncategorized_accounts` | [**UncategorizedAccounts**](UncategorizedAccounts.md) | | [optional]
19+
`gross_profit` | [**ProfitAndLossIndicator**](ProfitAndLossIndicator.md) | | [optional]
20+
`net_operating_income` | [**ProfitAndLossIndicator**](ProfitAndLossIndicator.md) | | [optional]
21+
`net_income` | [**ProfitAndLossIndicator**](ProfitAndLossIndicator.md) | | [optional]
1922
`custom_mappings` | **object** | When custom mappings are configured on the resource, the result is included here. | [optional]
2023

2124

@@ -24,16 +27,19 @@ Name | Type | Description | Notes
2427

2528
## Referenced Types:
2629

30+
* [`Currency`](Currency.md)
31+
* [`Income`](Income.md)
32+
* [`Expenses`](Expenses.md)
2733

28-
* [`ProfitAndLossIncome`](ProfitAndLossIncome.md)
29-
* [`ProfitAndLossExpenses`](ProfitAndLossExpenses.md)
3034

3135

32-
33-
34-
* [`ProfitAndLossNetIncome`](ProfitAndLossNetIncome.md)
35-
* [`ProfitAndLossNetOperatingIncome`](ProfitAndLossNetOperatingIncome.md)
36-
* [`ProfitAndLossGrossProfit`](ProfitAndLossGrossProfit.md)
36+
* [`CostOfGoodsSold`](CostOfGoodsSold.md)
37+
* [`OtherIncome`](OtherIncome.md)
38+
* [`OtherExpenses`](OtherExpenses.md)
39+
* [`UncategorizedAccounts`](UncategorizedAccounts.md)
40+
* [`ProfitAndLossIndicator`](ProfitAndLossIndicator.md)
41+
* [`ProfitAndLossIndicator`](ProfitAndLossIndicator.md)
42+
* [`ProfitAndLossIndicator`](ProfitAndLossIndicator.md)
3743

3844

3945
---

src/gen/docs/models/ProfitAndLossExpenses.md

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

src/gen/docs/models/ProfitAndLossGrossProfit.md

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

0 commit comments

Comments
 (0)