Skip to content

Commit 5a1b3b9

Browse files
authored
Merge pull request #74 from apideck-libraries/speakeasy-sdk-regen-1764199326
chore: 🐝 Update SDK - Generate 0.19.13
2 parents 769cb0a + 9698bc3 commit 5a1b3b9

26 files changed

+328
-51
lines changed

.speakeasy/gen.lock

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: f306da52-7172-441d-9f8c-9d055cef9c2a
33
management:
4-
docChecksum: fbc79de1908ef8470cee0e8ac97f3d4b
5-
docVersion: 10.21.18
6-
speakeasyVersion: 1.661.3
4+
docChecksum: 5a64228df36ed373024a7e607d7107cf
5+
docVersion: 10.21.19
6+
speakeasyVersion: 1.662.0
77
generationVersion: 2.763.3
8-
releaseVersion: 0.19.12
9-
configChecksum: 140855f2cb2b0bea2bb4c76a8569bafb
8+
releaseVersion: 0.19.13
9+
configChecksum: a28a16ce8f6757e8153e6835c1c0a880
1010
repoURL: https://github.com/apideck-libraries/sdk-csharp.git
1111
published: true
1212
features:
@@ -53,6 +53,7 @@ generatedFiles:
5353
- docs/Models/Components/AccountingLocation.md
5454
- docs/Models/Components/AccountingLocationInput.md
5555
- docs/Models/Components/AccountingLocationsFilter.md
56+
- docs/Models/Components/AccountingMethod.md
5657
- docs/Models/Components/ActivitiesFilter.md
5758
- docs/Models/Components/ActivitiesSort.md
5859
- docs/Models/Components/ActivitiesSortBy.md
@@ -110,6 +111,7 @@ generatedFiles:
110111
- docs/Models/Components/BankAccount2AccountType.md
111112
- docs/Models/Components/BankAccountType.md
112113
- docs/Models/Components/BankAccountsFilter.md
114+
- docs/Models/Components/BankAccountsFilterAccountType.md
113115
- docs/Models/Components/BankAccountsFilterStatus.md
114116
- docs/Models/Components/BankAccountsSort.md
115117
- docs/Models/Components/BankFeedAccount.md
@@ -723,6 +725,7 @@ generatedFiles:
723725
- docs/Models/Components/ProductStatus.md
724726
- docs/Models/Components/ProfitAndLoss.md
725727
- docs/Models/Components/ProfitAndLossFilter.md
728+
- docs/Models/Components/ProfitAndLossFilterAccountingMethod.md
726729
- docs/Models/Components/ProfitAndLossIndicator.md
727730
- docs/Models/Components/ProfitAndLossType.md
728731
- docs/Models/Components/Project.md
@@ -1708,6 +1711,7 @@ generatedFiles:
17081711
- src/ApideckUnifySdk/Models/Components/AccountingLocation.cs
17091712
- src/ApideckUnifySdk/Models/Components/AccountingLocationInput.cs
17101713
- src/ApideckUnifySdk/Models/Components/AccountingLocationsFilter.cs
1714+
- src/ApideckUnifySdk/Models/Components/AccountingMethod.cs
17111715
- src/ApideckUnifySdk/Models/Components/ActivitiesFilter.cs
17121716
- src/ApideckUnifySdk/Models/Components/ActivitiesSort.cs
17131717
- src/ApideckUnifySdk/Models/Components/ActivitiesSortBy.cs
@@ -1765,6 +1769,7 @@ generatedFiles:
17651769
- src/ApideckUnifySdk/Models/Components/BankAccount2AccountType.cs
17661770
- src/ApideckUnifySdk/Models/Components/BankAccountType.cs
17671771
- src/ApideckUnifySdk/Models/Components/BankAccountsFilter.cs
1772+
- src/ApideckUnifySdk/Models/Components/BankAccountsFilterAccountType.cs
17681773
- src/ApideckUnifySdk/Models/Components/BankAccountsFilterStatus.cs
17691774
- src/ApideckUnifySdk/Models/Components/BankAccountsSort.cs
17701775
- src/ApideckUnifySdk/Models/Components/BankFeedAccount.cs
@@ -2378,6 +2383,7 @@ generatedFiles:
23782383
- src/ApideckUnifySdk/Models/Components/ProductStatus.cs
23792384
- src/ApideckUnifySdk/Models/Components/ProfitAndLoss.cs
23802385
- src/ApideckUnifySdk/Models/Components/ProfitAndLossFilter.cs
2386+
- src/ApideckUnifySdk/Models/Components/ProfitAndLossFilterAccountingMethod.cs
23812387
- src/ApideckUnifySdk/Models/Components/ProfitAndLossIndicator.cs
23822388
- src/ApideckUnifySdk/Models/Components/ProfitAndLossType.cs
23832389
- src/ApideckUnifySdk/Models/Components/Project.cs
@@ -5723,7 +5729,7 @@ examples:
57235729
parameters:
57245730
query:
57255731
pass_through: {"search": "San Francisco"}
5726-
filter: {"start_date": "2021-01-01", "end_date": "2021-12-31", "period_count": 3, "period_type": "month", "location_id": "123"}
5732+
filter: {"start_date": "2021-01-01", "end_date": "2021-12-31", "period_count": 3, "period_type": "month", "location_id": "123", "accounting_method": "accrual"}
57275733
raw: false
57285734
header:
57295735
x-apideck-consumer-id: "test-consumer"
@@ -5775,7 +5781,7 @@ examples:
57755781
parameters:
57765782
query:
57775783
raw: false
5778-
filter: {"customer_id": "123abc", "start_date": "2021-01-01", "end_date": "2021-12-31", "location_id": "123"}
5784+
filter: {"customer_id": "123abc", "start_date": "2021-01-01", "end_date": "2021-12-31", "location_id": "123", "accounting_method": "accrual"}
57795785
pass_through: {"search": "San Francisco"}
57805786
fields: "id,updated_at"
57815787
header:
@@ -18421,7 +18427,7 @@ examples:
1842118427
query:
1842218428
raw: false
1842318429
limit: 20
18424-
filter: {"name": "Main Operating", "status": "active"}
18430+
filter: {"name": "Main Operating", "account_type": "checking", "status": "active"}
1842518431
sort: {"by": "updated_at", "direction": "asc"}
1842618432
pass_through: {"search": "San Francisco"}
1842718433
fields: "id,updated_at"
@@ -18484,7 +18490,7 @@ examples:
1848418490
x-apideck-service-id: "salesforce"
1848518491
responses:
1848618492
"200":
18487-
application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "bank-accounts", "operation": "one", "data": {"id": "12345", "display_id": "BA-001", "name": "Main Operating Account", "account_number": "123465", "account_type": "checking", "ledger_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "bank_name": "Chase Bank", "currency": "USD", "balance": 25000, "available_balance": 24500, "overdraft_limit": 5000, "routing_number": "021000021", "iban": "GB33BUKB20201555555555", "bic": "CHASUS33", "bsb_number": "062-001", "branch_identifier": "001", "bank_code": "BNH", "country": "US", "status": "active", "description": "Primary operating account for daily transactions", "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "created_at": "2020-09-30T07:43:32.000Z", "updated_at": "2020-09-30T07:43:32.000Z", "created_by": "12345", "updated_by": "12345"}}
18493+
application/json: {"status_code": 200, "status": "OK", "service": "quickbooks", "resource": "bank-accounts", "operation": "one", "data": {"id": "12345", "downstream_id": "12345", "display_id": "BA-001", "name": "Main Operating Account", "account_number": "123465", "account_type": "checking", "ledger_account": {"id": "123456", "name": "Bank account", "nominal_code": "N091", "code": "453", "parent_id": "123456", "display_id": "123456"}, "bank_name": "Chase Bank", "currency": "USD", "balance": 25000, "available_balance": 24500, "overdraft_limit": 5000, "routing_number": "021000021", "iban": "GB33BUKB20201555555555", "bic": "CHASUS33", "bsb_number": "062-001", "branch_identifier": "001", "bank_code": "BNH", "country": "US", "status": "active", "description": "Primary operating account for daily transactions", "custom_fields": [{"id": "2389328923893298", "name": "employee_level", "description": "Employee Level", "value": "Uses Salesforce and Marketo"}], "created_at": "2020-09-30T07:43:32.000Z", "updated_at": "2020-09-30T07:43:32.000Z", "created_by": "12345", "updated_by": "12345"}}
1848818494
"400":
1848918495
application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestValidationError", "message": "Invalid Params", "detail": "Missing property foobar", "ref": "https://developers.apideck.com/errors#requestvalidationerror"}
1849018496
"401":
@@ -18688,4 +18694,4 @@ examples:
1868818694
application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestHeadersValidationError", "message": "Invalid Params", "detail": "Missing Header: x-apideck-consumer-id", "ref": "https://developers.apideck.com/errors#unauthorizederror"}
1868918695
examplesVersion: 1.0.2
1869018696
generatedTests: {}
18691-
releaseNotes: "## Csharp SDK Changes Detected:\n* `Apideck.Accounting.TaxRates.List()`: `response.data.[].Country` **Added**\n* `Apideck.Accounting.TaxRates.Create()`: \n * `request.TaxRate.Country` **Added**\n* `Apideck.Accounting.TaxRates.Get()`: `response.data.Country` **Added**\n* `Apideck.Accounting.TaxRates.Update()`: \n * `request.TaxRate.Country` **Added**\n* `Apideck.Accounting.CompanyInfo.Get()`: `response.data.DefaultSalesTax.Country` **Added**\n"
18697+
releaseNotes: "## Csharp SDK Changes Detected:\n* `Apideck.Accounting.BalanceSheet.Get()`: \n * `request.Filter` **Changed**\n* `Apideck.Accounting.ProfitAndLoss.Get()`: \n * `request.Filter` **Changed**\n* `Apideck.Accounting.BankAccounts.List()`: \n * `request.Filter` **Changed**\n * `response.data.[].DownstreamId` **Added**\n* `Apideck.Accounting.BankAccounts.Get()`: `response.data.DownstreamId` **Added**\n"

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ generation:
2525
generateNewTests: false
2626
skipResponseBodyAssertions: false
2727
csharp:
28-
version: 0.19.12
28+
version: 0.19.13
2929
additionalDependencies: []
3030
author: Speakeasy
3131
baseErrorName: BaseException

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.661.3
1+
speakeasyVersion: 1.662.0
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:f06d45c8093c174ccfbc9c5d83c1360f03c87489b57b6161a53f7cb310d0b2cb
6-
sourceBlobDigest: sha256:ded010a987213606a40ad118f6bd177d5c3b54461d6b10a7bc98d24c26237ce4
5+
sourceRevisionDigest: sha256:8df4386a1b824ab71ddd134b208d495f0ce615a5e8cc41cd90f95a179518cd41
6+
sourceBlobDigest: sha256:94ee8d694aa860e54a88ca1d2205746bc55a3742c00bf2424f54e1695fa361be
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1764155628
10-
- 10.21.18
9+
- speakeasy-sdk-regen-1764199326
10+
- 10.21.19
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:f06d45c8093c174ccfbc9c5d83c1360f03c87489b57b6161a53f7cb310d0b2cb
16-
sourceBlobDigest: sha256:ded010a987213606a40ad118f6bd177d5c3b54461d6b10a7bc98d24c26237ce4
15+
sourceRevisionDigest: sha256:8df4386a1b824ab71ddd134b208d495f0ce615a5e8cc41cd90f95a179518cd41
16+
sourceBlobDigest: sha256:94ee8d694aa860e54a88ca1d2205746bc55a3742c00bf2424f54e1695fa361be
1717
codeSamplesNamespace: apideck-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:e7cfcc5b46bc38164d81430e1dbee30efd02bab4e702870f8008cbf311bc85a5
18+
codeSamplesRevisionDigest: sha256:3d10f41bb287a6163c1253105c6bb285e767d645e8883374ddbeed6b30745254
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,4 +598,14 @@ Based on:
598598
### Generated
599599
- [csharp v0.19.12] .
600600
### Releases
601-
- [NuGet v0.19.12] https://www.nuget.org/packages/ApideckUnifySdk/0.19.12 - .
601+
- [NuGet v0.19.12] https://www.nuget.org/packages/ApideckUnifySdk/0.19.12 - .
602+
603+
## 2025-11-27 09:04:01
604+
### Changes
605+
Based on:
606+
- OpenAPI Doc
607+
- Speakeasy CLI 1.662.0 (2.763.3) https://github.com/speakeasy-api/speakeasy
608+
### Generated
609+
- [csharp v0.19.13] .
610+
### Releases
611+
- [NuGet v0.19.13] https://www.nuget.org/packages/ApideckUnifySdk/0.19.13 - .

docs/Models/Components/AccountingBankAccount.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
| Field | Type | Required | Description | Example |
77
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
88
| `Id` | *string* | :heavy_check_mark: | A unique identifier for an object. | 12345 |
9+
| `DownstreamId` | *string* | :heavy_minus_sign: | The third-party API ID of original entity | 12345 |
910
| `DisplayId` | *string* | :heavy_minus_sign: | Display ID for the bank account | BA-001 |
1011
| `Name` | *string* | :heavy_minus_sign: | The name of the bank account | Main Operating Account |
1112
| `AccountNumber` | *string* | :heavy_minus_sign: | The bank account number | 123465 |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AccountingMethod
2+
3+
The accounting method used for the report: cash or accrual.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| --------- | --------- |
10+
| `Cash` | cash |
11+
| `Accrual` | accrual |

0 commit comments

Comments
 (0)