|
1 | 1 | lockVersion: 2.0.0 |
2 | 2 | id: f306da52-7172-441d-9f8c-9d055cef9c2a |
3 | 3 | management: |
4 | | - docChecksum: 5a7a3e78fa143743ba617851cfacb28f |
| 4 | + docChecksum: f6f883c9fbf0c7e3a5a4be7117b01b3b |
5 | 5 | docVersion: 10.18.0 |
6 | | - speakeasyVersion: 1.568.0 |
7 | | - generationVersion: 2.632.2 |
8 | | - releaseVersion: 0.12.0 |
9 | | - configChecksum: c8bae2c65bd5b8de675f667b6eba750c |
| 6 | + speakeasyVersion: 1.570.1 |
| 7 | + generationVersion: 2.638.1 |
| 8 | + releaseVersion: 0.12.1 |
| 9 | + configChecksum: 8408f258d611acef67a7813afdf86642 |
10 | 10 | repoURL: https://github.com/apideck-libraries/sdk-csharp.git |
11 | 11 | published: true |
12 | 12 | features: |
@@ -577,6 +577,7 @@ generatedFiles: |
577 | 577 | - docs/Models/Components/LeadsSortBy.md |
578 | 578 | - docs/Models/Components/LeavingReason.md |
579 | 579 | - docs/Models/Components/LedgerAccount.md |
| 580 | + - docs/Models/Components/LedgerAccountClassification.md |
580 | 581 | - docs/Models/Components/LedgerAccountInput.md |
581 | 582 | - docs/Models/Components/LedgerAccountSubsidiaries.md |
582 | 583 | - docs/Models/Components/LedgerAccountType.md |
@@ -2113,6 +2114,7 @@ generatedFiles: |
2113 | 2114 | - src/ApideckUnifySdk/Models/Components/LeadsSortBy.cs |
2114 | 2115 | - src/ApideckUnifySdk/Models/Components/LeavingReason.cs |
2115 | 2116 | - src/ApideckUnifySdk/Models/Components/LedgerAccount.cs |
| 2117 | + - src/ApideckUnifySdk/Models/Components/LedgerAccountClassification.cs |
2116 | 2118 | - src/ApideckUnifySdk/Models/Components/LedgerAccountInput.cs |
2117 | 2119 | - src/ApideckUnifySdk/Models/Components/LedgerAccountSubsidiaries.cs |
2118 | 2120 | - src/ApideckUnifySdk/Models/Components/LedgerAccountType.cs |
@@ -2977,6 +2979,7 @@ generatedFiles: |
2977 | 2979 | - src/ApideckUnifySdk/Utils/FlexibleObjectDeserializer.cs |
2978 | 2980 | - src/ApideckUnifySdk/Utils/HeaderSerializer.cs |
2979 | 2981 | - src/ApideckUnifySdk/Utils/IsoDateTimeSerializer.cs |
| 2982 | + - src/ApideckUnifySdk/Utils/OpenEnumConverter.cs |
2980 | 2983 | - src/ApideckUnifySdk/Utils/RequestBodySerializer.cs |
2981 | 2984 | - src/ApideckUnifySdk/Utils/ResponseBodyDeserializer.cs |
2982 | 2985 | - src/ApideckUnifySdk/Utils/Retries/BackoffStrategy.cs |
@@ -3825,7 +3828,7 @@ examples: |
3825 | 3828 | query: |
3826 | 3829 | raw: false |
3827 | 3830 | limit: 20 |
3828 | | - filter: {"updated_since": "2020-09-30T07:43:32.000Z"} |
| 3831 | + filter: {"updated_since": "2020-09-30T07:43:32.000Z", "classification": "asset"} |
3829 | 3832 | sort: {"by": "updated_at", "direction": "desc"} |
3830 | 3833 | pass_through: {"search": "San Francisco"} |
3831 | 3834 | fields: "id,updated_at" |
|
0 commit comments