Skip to content

Commit 46ff189

Browse files
authored
Merge pull request #60 from apideck-libraries/speakeasy-sdk-regen-1761781306
chore: 🐝 Update SDK - Generate 0.19.0
2 parents c4145b8 + 74d8832 commit 46ff189

File tree

152 files changed

+863
-379
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+863
-379
lines changed

.speakeasy/gen.lock

Lines changed: 46 additions & 32 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: false
2525
skipResponseBodyAssertions: false
2626
csharp:
27-
version: 0.18.1
27+
version: 0.19.0
2828
additionalDependencies: []
2929
author: Speakeasy
3030
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.642.2
1+
speakeasyVersion: 1.645.2
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:5b6c0235edad5f3daeef4825e5a4b8785d9547a679177c294401792e78d0853d
6-
sourceBlobDigest: sha256:fe56b100fce6d46d4c5ed224c831a86c6b241ede97d5ea883e9d0cc19e651a07
5+
sourceRevisionDigest: sha256:b853d0e347c5e03b6d989459d3ce5aeccbf07cdbbcdb400539e37ee3aa87fc95
6+
sourceBlobDigest: sha256:19888f84ff17da720e26e28b2e0f935c54da5d7d520c4dc7f05944efcf9bb708
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1761736945
10-
- 10.21.7
9+
- speakeasy-sdk-regen-1761781306
10+
- 10.21.11
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:5b6c0235edad5f3daeef4825e5a4b8785d9547a679177c294401792e78d0853d
16-
sourceBlobDigest: sha256:fe56b100fce6d46d4c5ed224c831a86c6b241ede97d5ea883e9d0cc19e651a07
15+
sourceRevisionDigest: sha256:b853d0e347c5e03b6d989459d3ce5aeccbf07cdbbcdb400539e37ee3aa87fc95
16+
sourceBlobDigest: sha256:19888f84ff17da720e26e28b2e0f935c54da5d7d520c4dc7f05944efcf9bb708
1717
codeSamplesNamespace: apideck-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:9f05eb26eaa09bdfc57e91cd316cde5d82810f31cc224739a04cc1d50c8f33ec
18+
codeSamplesRevisionDigest: sha256:777dc56834a1b5828659ec81b3bafe1a8f42892997496eb7f84cf564e037f453
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
@@ -468,4 +468,14 @@ Based on:
468468
### Generated
469469
- [csharp v0.18.1] .
470470
### Releases
471-
- [NuGet v0.18.1] https://www.nuget.org/packages/ApideckUnifySdk/0.18.1 - .
471+
- [NuGet v0.18.1] https://www.nuget.org/packages/ApideckUnifySdk/0.18.1 - .
472+
473+
## 2025-11-03 11:59:07
474+
### Changes
475+
Based on:
476+
- OpenAPI Doc
477+
- Speakeasy CLI 1.645.2 (2.735.1) https://github.com/speakeasy-api/speakeasy
478+
### Generated
479+
- [csharp v0.19.0] .
480+
### Releases
481+
- [NuGet v0.19.0] https://www.nuget.org/packages/ApideckUnifySdk/0.19.0 - .

docs/Models/Components/BillsFilter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55

66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `UpdatedSince` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
8+
| `UpdatedSince` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
9+
| `Status` | [BillsFilterStatus](../../Models/Components/BillsFilterStatus.md) | :heavy_minus_sign: | Filter by bill status | paid |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# BillsFilterStatus
2+
3+
Filter by bill status
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| --------------- | --------------- |
10+
| `Paid` | paid |
11+
| `Unpaid` | unpaid |
12+
| `PartiallyPaid` | partially_paid |

docs/Models/Components/Category.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
88
| `Id` | *string* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
99
| `Name` | *string* | :heavy_minus_sign: | The name of the category. | Insurance |
10+
| `DisplayId` | *string* | :heavy_minus_sign: | Display ID of the category | 12345 |
1011
| `Type` | [CategoryType](../../Models/Components/CategoryType.md) | :heavy_minus_sign: | The type of the category. | expense |
1112
| `Status` | [CategoryStatus](../../Models/Components/CategoryStatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
1213
| `CustomMappings` | Dictionary<String, *object*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |

0 commit comments

Comments
 (0)