|
1 | 1 | lockVersion: 2.0.0 |
2 | 2 | id: f306da52-7172-441d-9f8c-9d055cef9c2a |
3 | 3 | 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 |
7 | 7 | generationVersion: 2.763.3 |
8 | | - releaseVersion: 0.19.12 |
9 | | - configChecksum: 140855f2cb2b0bea2bb4c76a8569bafb |
| 8 | + releaseVersion: 0.19.13 |
| 9 | + configChecksum: a28a16ce8f6757e8153e6835c1c0a880 |
10 | 10 | repoURL: https://github.com/apideck-libraries/sdk-csharp.git |
11 | 11 | published: true |
12 | 12 | features: |
@@ -53,6 +53,7 @@ generatedFiles: |
53 | 53 | - docs/Models/Components/AccountingLocation.md |
54 | 54 | - docs/Models/Components/AccountingLocationInput.md |
55 | 55 | - docs/Models/Components/AccountingLocationsFilter.md |
| 56 | + - docs/Models/Components/AccountingMethod.md |
56 | 57 | - docs/Models/Components/ActivitiesFilter.md |
57 | 58 | - docs/Models/Components/ActivitiesSort.md |
58 | 59 | - docs/Models/Components/ActivitiesSortBy.md |
@@ -110,6 +111,7 @@ generatedFiles: |
110 | 111 | - docs/Models/Components/BankAccount2AccountType.md |
111 | 112 | - docs/Models/Components/BankAccountType.md |
112 | 113 | - docs/Models/Components/BankAccountsFilter.md |
| 114 | + - docs/Models/Components/BankAccountsFilterAccountType.md |
113 | 115 | - docs/Models/Components/BankAccountsFilterStatus.md |
114 | 116 | - docs/Models/Components/BankAccountsSort.md |
115 | 117 | - docs/Models/Components/BankFeedAccount.md |
@@ -723,6 +725,7 @@ generatedFiles: |
723 | 725 | - docs/Models/Components/ProductStatus.md |
724 | 726 | - docs/Models/Components/ProfitAndLoss.md |
725 | 727 | - docs/Models/Components/ProfitAndLossFilter.md |
| 728 | + - docs/Models/Components/ProfitAndLossFilterAccountingMethod.md |
726 | 729 | - docs/Models/Components/ProfitAndLossIndicator.md |
727 | 730 | - docs/Models/Components/ProfitAndLossType.md |
728 | 731 | - docs/Models/Components/Project.md |
@@ -1708,6 +1711,7 @@ generatedFiles: |
1708 | 1711 | - src/ApideckUnifySdk/Models/Components/AccountingLocation.cs |
1709 | 1712 | - src/ApideckUnifySdk/Models/Components/AccountingLocationInput.cs |
1710 | 1713 | - src/ApideckUnifySdk/Models/Components/AccountingLocationsFilter.cs |
| 1714 | + - src/ApideckUnifySdk/Models/Components/AccountingMethod.cs |
1711 | 1715 | - src/ApideckUnifySdk/Models/Components/ActivitiesFilter.cs |
1712 | 1716 | - src/ApideckUnifySdk/Models/Components/ActivitiesSort.cs |
1713 | 1717 | - src/ApideckUnifySdk/Models/Components/ActivitiesSortBy.cs |
@@ -1765,6 +1769,7 @@ generatedFiles: |
1765 | 1769 | - src/ApideckUnifySdk/Models/Components/BankAccount2AccountType.cs |
1766 | 1770 | - src/ApideckUnifySdk/Models/Components/BankAccountType.cs |
1767 | 1771 | - src/ApideckUnifySdk/Models/Components/BankAccountsFilter.cs |
| 1772 | + - src/ApideckUnifySdk/Models/Components/BankAccountsFilterAccountType.cs |
1768 | 1773 | - src/ApideckUnifySdk/Models/Components/BankAccountsFilterStatus.cs |
1769 | 1774 | - src/ApideckUnifySdk/Models/Components/BankAccountsSort.cs |
1770 | 1775 | - src/ApideckUnifySdk/Models/Components/BankFeedAccount.cs |
@@ -2378,6 +2383,7 @@ generatedFiles: |
2378 | 2383 | - src/ApideckUnifySdk/Models/Components/ProductStatus.cs |
2379 | 2384 | - src/ApideckUnifySdk/Models/Components/ProfitAndLoss.cs |
2380 | 2385 | - src/ApideckUnifySdk/Models/Components/ProfitAndLossFilter.cs |
| 2386 | + - src/ApideckUnifySdk/Models/Components/ProfitAndLossFilterAccountingMethod.cs |
2381 | 2387 | - src/ApideckUnifySdk/Models/Components/ProfitAndLossIndicator.cs |
2382 | 2388 | - src/ApideckUnifySdk/Models/Components/ProfitAndLossType.cs |
2383 | 2389 | - src/ApideckUnifySdk/Models/Components/Project.cs |
@@ -5723,7 +5729,7 @@ examples: |
5723 | 5729 | parameters: |
5724 | 5730 | query: |
5725 | 5731 | 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"} |
5727 | 5733 | raw: false |
5728 | 5734 | header: |
5729 | 5735 | x-apideck-consumer-id: "test-consumer" |
@@ -5775,7 +5781,7 @@ examples: |
5775 | 5781 | parameters: |
5776 | 5782 | query: |
5777 | 5783 | 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"} |
5779 | 5785 | pass_through: {"search": "San Francisco"} |
5780 | 5786 | fields: "id,updated_at" |
5781 | 5787 | header: |
@@ -18421,7 +18427,7 @@ examples: |
18421 | 18427 | query: |
18422 | 18428 | raw: false |
18423 | 18429 | limit: 20 |
18424 | | - filter: {"name": "Main Operating", "status": "active"} |
| 18430 | + filter: {"name": "Main Operating", "account_type": "checking", "status": "active"} |
18425 | 18431 | sort: {"by": "updated_at", "direction": "asc"} |
18426 | 18432 | pass_through: {"search": "San Francisco"} |
18427 | 18433 | fields: "id,updated_at" |
@@ -18484,7 +18490,7 @@ examples: |
18484 | 18490 | x-apideck-service-id: "salesforce" |
18485 | 18491 | responses: |
18486 | 18492 | "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"}} |
18488 | 18494 | "400": |
18489 | 18495 | 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"} |
18490 | 18496 | "401": |
@@ -18688,4 +18694,4 @@ examples: |
18688 | 18694 | 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"} |
18689 | 18695 | examplesVersion: 1.0.2 |
18690 | 18696 | 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" |
0 commit comments