Skip to content

Commit

Permalink
Automated update by SDK Generator version:3.7.5 commit:134bce9 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklloyd authored Mar 5, 2025
1 parent 13dfef9 commit 859ef40
Show file tree
Hide file tree
Showing 34 changed files with 1,218 additions and 584 deletions.
26 changes: 16 additions & 10 deletions src/gen/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ Contact.md
ContactsFilter.md
ContactsSort.md
CopyFolderRequest.md
CostOfGoodsSold.md
CreateAccountingDepartmentResponse.md
CreateAccountingLocationResponse.md
CreateActivityResponse.md
Expand Down Expand Up @@ -300,6 +301,7 @@ ExecuteWebhookEventsRequest.md
ExecuteWebhookResponse.md
Expense.md
ExpenseLineItem.md
Expenses.md
FileStorageApi.md
FileStorageApiTest.api.test.ts
FileStorageEventType.md
Expand Down Expand Up @@ -469,6 +471,7 @@ HrisEventType.md
HrisJob.md
HrisJobLocation.md
HrisJobs.md
Income.md
IntegrationState.md
Invoice.md
InvoiceItem.md
Expand Down Expand Up @@ -551,6 +554,8 @@ OrderRefunds.md
OrderTenders.md
OrderType.md
OrdersSort.md
OtherExpenses.md
OtherIncome.md
OutstandingBalanceByCurrency.md
OutstandingBalanceByCustomer.md
OutstandingBalanceBySupplier.md
Expand Down Expand Up @@ -584,15 +589,12 @@ PosPaymentExternalDetails.md
Price.md
ProbationPeriod.md
ProfitAndLoss.md
ProfitAndLossExpenses.md
ProfitAndLossFilter.md
ProfitAndLossGrossProfit.md
ProfitAndLossIncome.md
ProfitAndLossNetIncome.md
ProfitAndLossNetOperatingIncome.md
ProfitAndLossIndicator.md
ProfitAndLossRecord.md
ProfitAndLossRecords.md
ProfitAndLossSection.md
ProfitAndLossType.md
PurchaseOrder.md
PurchaseOrdersFilter.md
PurchaseOrdersSort.md
Expand Down Expand Up @@ -643,6 +645,7 @@ TooManyRequestsResponseDetail.md
TrackingCategory.md
TrackingItem.md
UnauthorizedResponse.md
UncategorizedAccounts.md
UnexpectedErrorResponse.md
UnifiedApiId.md
UnifiedFile.md
Expand Down Expand Up @@ -847,6 +850,7 @@ models/Contact.ts
models/ContactsFilter.ts
models/ContactsSort.ts
models/CopyFolderRequest.ts
models/CostOfGoodsSold.ts
models/CreateAccountingDepartmentResponse.ts
models/CreateAccountingLocationResponse.ts
models/CreateActivityResponse.ts
Expand Down Expand Up @@ -1026,6 +1030,7 @@ models/ExecuteWebhookEventsRequest.ts
models/ExecuteWebhookResponse.ts
models/Expense.ts
models/ExpenseLineItem.ts
models/Expenses.ts
models/FileStorageEventType.ts
models/FileType.ts
models/FilesFilter.ts
Expand Down Expand Up @@ -1191,6 +1196,7 @@ models/HrisEventType.ts
models/HrisJob.ts
models/HrisJobLocation.ts
models/HrisJobs.ts
models/Income.ts
models/IntegrationState.ts
models/Invoice.ts
models/InvoiceItem.ts
Expand Down Expand Up @@ -1270,6 +1276,8 @@ models/OrderRefunds.ts
models/OrderTenders.ts
models/OrderType.ts
models/OrdersSort.ts
models/OtherExpenses.ts
models/OtherIncome.ts
models/OutstandingBalanceByCurrency.ts
models/OutstandingBalanceByCustomer.ts
models/OutstandingBalanceBySupplier.ts
Expand Down Expand Up @@ -1301,15 +1309,12 @@ models/PosPaymentExternalDetails.ts
models/Price.ts
models/ProbationPeriod.ts
models/ProfitAndLoss.ts
models/ProfitAndLossExpenses.ts
models/ProfitAndLossFilter.ts
models/ProfitAndLossGrossProfit.ts
models/ProfitAndLossIncome.ts
models/ProfitAndLossNetIncome.ts
models/ProfitAndLossNetOperatingIncome.ts
models/ProfitAndLossIndicator.ts
models/ProfitAndLossRecord.ts
models/ProfitAndLossRecords.ts
models/ProfitAndLossSection.ts
models/ProfitAndLossType.ts
models/PurchaseOrder.ts
models/PurchaseOrdersFilter.ts
models/PurchaseOrdersSort.ts
Expand Down Expand Up @@ -1358,6 +1363,7 @@ models/TooManyRequestsResponseDetail.ts
models/TrackingCategory.ts
models/TrackingItem.ts
models/UnauthorizedResponse.ts
models/UncategorizedAccounts.ts
models/UnexpectedErrorResponse.ts
models/UnifiedApiId.ts
models/UnifiedFile.ts
Expand Down
33 changes: 33 additions & 0 deletions src/gen/docs/models/CostOfGoodsSold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Apideck.CostOfGoodsSold

### Description

The cost of goods sold accounts

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
`total` | **number** | The total amount of the transaction |
`records` | [**ProfitAndLossRecords**](ProfitAndLossRecords.md) | |
`id` | **string** | A unique identifier for an object. | [optional]
`code` | **string** | The account code of the account | [optional]
`title` | **string** | The name of the account. | [optional]
`type` | [**ProfitAndLossType**](ProfitAndLossType.md) | | [optional]





## Referenced Types:

* [`ProfitAndLossRecords`](ProfitAndLossRecords.md)



* [`ProfitAndLossType`](ProfitAndLossType.md)

---

[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md)


33 changes: 33 additions & 0 deletions src/gen/docs/models/Expenses.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Apideck.Expenses

### Description

The operating expenses accounts

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
`total` | **number** | The total amount of the transaction |
`records` | [**ProfitAndLossRecords**](ProfitAndLossRecords.md) | |
`id` | **string** | A unique identifier for an object. | [optional]
`code` | **string** | The account code of the account | [optional]
`title` | **string** | The name of the account. | [optional]
`type` | [**ProfitAndLossType**](ProfitAndLossType.md) | | [optional]





## Referenced Types:

* [`ProfitAndLossRecords`](ProfitAndLossRecords.md)



* [`ProfitAndLossType`](ProfitAndLossType.md)

---

[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md)


33 changes: 33 additions & 0 deletions src/gen/docs/models/Income.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Apideck.Income

### Description

The operating income accounts

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
`total` | **number** | The total amount of the transaction |
`records` | [**ProfitAndLossRecords**](ProfitAndLossRecords.md) | |
`id` | **string** | A unique identifier for an object. | [optional]
`code` | **string** | The account code of the account | [optional]
`title` | **string** | The name of the account. | [optional]
`type` | [**ProfitAndLossType**](ProfitAndLossType.md) | | [optional]





## Referenced Types:

* [`ProfitAndLossRecords`](ProfitAndLossRecords.md)



* [`ProfitAndLossType`](ProfitAndLossType.md)

---

[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md)


33 changes: 33 additions & 0 deletions src/gen/docs/models/OtherExpenses.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Apideck.OtherExpenses

### Description

The other expenses accounts

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
`total` | **number** | The total amount of the transaction |
`records` | [**ProfitAndLossRecords**](ProfitAndLossRecords.md) | |
`id` | **string** | A unique identifier for an object. | [optional]
`code` | **string** | The account code of the account | [optional]
`title` | **string** | The name of the account. | [optional]
`type` | [**ProfitAndLossType**](ProfitAndLossType.md) | | [optional]





## Referenced Types:

* [`ProfitAndLossRecords`](ProfitAndLossRecords.md)



* [`ProfitAndLossType`](ProfitAndLossType.md)

---

[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md)


33 changes: 33 additions & 0 deletions src/gen/docs/models/OtherIncome.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Apideck.OtherIncome

### Description

The other income accounts

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
`total` | **number** | The total amount of the transaction |
`records` | [**ProfitAndLossRecords**](ProfitAndLossRecords.md) | |
`id` | **string** | A unique identifier for an object. | [optional]
`code` | **string** | The account code of the account | [optional]
`title` | **string** | The name of the account. | [optional]
`type` | [**ProfitAndLossType**](ProfitAndLossType.md) | | [optional]





## Referenced Types:

* [`ProfitAndLossRecords`](ProfitAndLossRecords.md)



* [`ProfitAndLossType`](ProfitAndLossType.md)

---

[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md)


36 changes: 21 additions & 15 deletions src/gen/docs/models/ProfitAndLoss.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
`report_name` | **string** | The name of the report |
`currency` | **string** | |
`income` | [**ProfitAndLossIncome**](ProfitAndLossIncome.md) | |
`expenses` | [**ProfitAndLossExpenses**](ProfitAndLossExpenses.md) | |
`currency` | [**Currency**](Currency.md) | |
`income` | [**Income**](Income.md) | |
`expenses` | [**Expenses**](Expenses.md) | |
`id` | **string** | A unique identifier for an object. | [optional]
`start_date` | **string** | The start date of the report | [optional]
`end_date` | **string** | The start date of the report | [optional]
`customer_id` | **string** | Customer id | [optional]
`net_income` | [**ProfitAndLossNetIncome**](ProfitAndLossNetIncome.md) | | [optional]
`net_operating_income` | [**ProfitAndLossNetOperatingIncome**](ProfitAndLossNetOperatingIncome.md) | | [optional]
`gross_profit` | [**ProfitAndLossGrossProfit**](ProfitAndLossGrossProfit.md) | | [optional]
`end_date` | **string** | The end date of the report | [optional]
`cost_of_goods_sold` | [**CostOfGoodsSold**](CostOfGoodsSold.md) | | [optional]
`other_income` | [**OtherIncome**](OtherIncome.md) | | [optional]
`other_expenses` | [**OtherExpenses**](OtherExpenses.md) | | [optional]
`uncategorized_accounts` | [**UncategorizedAccounts**](UncategorizedAccounts.md) | | [optional]
`gross_profit` | [**ProfitAndLossIndicator**](ProfitAndLossIndicator.md) | | [optional]
`net_operating_income` | [**ProfitAndLossIndicator**](ProfitAndLossIndicator.md) | | [optional]
`net_income` | [**ProfitAndLossIndicator**](ProfitAndLossIndicator.md) | | [optional]
`custom_mappings` | **object** | When custom mappings are configured on the resource, the result is included here. | [optional]


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

## Referenced Types:

* [`Currency`](Currency.md)
* [`Income`](Income.md)
* [`Expenses`](Expenses.md)

* [`ProfitAndLossIncome`](ProfitAndLossIncome.md)
* [`ProfitAndLossExpenses`](ProfitAndLossExpenses.md)




* [`ProfitAndLossNetIncome`](ProfitAndLossNetIncome.md)
* [`ProfitAndLossNetOperatingIncome`](ProfitAndLossNetOperatingIncome.md)
* [`ProfitAndLossGrossProfit`](ProfitAndLossGrossProfit.md)
* [`CostOfGoodsSold`](CostOfGoodsSold.md)
* [`OtherIncome`](OtherIncome.md)
* [`OtherExpenses`](OtherExpenses.md)
* [`UncategorizedAccounts`](UncategorizedAccounts.md)
* [`ProfitAndLossIndicator`](ProfitAndLossIndicator.md)
* [`ProfitAndLossIndicator`](ProfitAndLossIndicator.md)
* [`ProfitAndLossIndicator`](ProfitAndLossIndicator.md)


---
Expand Down
23 changes: 0 additions & 23 deletions src/gen/docs/models/ProfitAndLossExpenses.md

This file was deleted.

23 changes: 0 additions & 23 deletions src/gen/docs/models/ProfitAndLossGrossProfit.md

This file was deleted.

Loading

0 comments on commit 859ef40

Please sign in to comment.