Skip to content

Commit 3cb0173

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.23.19 (#106)
* ## Csharp SDK Changes: * `Apideck.Ecommerce.Orders.List()`: `response.data[].TaxInclusive` **Added** * `Apideck.Ecommerce.Orders.Get()`: `response.data.TaxInclusive` **Added** * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 90af591 commit 3cb0173

28 files changed

Lines changed: 176 additions & 75 deletions

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 64 additions & 61 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
@@ -29,7 +29,7 @@ generation:
2929
generateNewTests: false
3030
skipResponseBodyAssertions: false
3131
csharp:
32-
version: 0.23.18
32+
version: 0.23.19
3333
additionalDependencies: []
3434
author: Speakeasy
3535
baseErrorName: BaseException

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.778.0
1+
speakeasyVersion: 1.783.1
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:fe241ee28b525c139b213802830f8b2a42f7b0e9b1737c7a9e31418e9a104d02
6-
sourceBlobDigest: sha256:1d55bcbf83f076f0183cdc37afcba60f45ebbf556335c35a155d8028e07ed5b5
5+
sourceRevisionDigest: sha256:918f2c85ca36c3a5393183eb378a27906f60f1a766958a67a47bc879e94199b4
6+
sourceBlobDigest: sha256:bd095343746ec892ee53e2244f89ef94c635c5bba56ca52169085821055f6468
77
tags:
88
- latest
9-
- 10.24.43
9+
- 10.24.44
1010
targets:
1111
apideck:
1212
source: Apideck
1313
sourceNamespace: apideck
14-
sourceRevisionDigest: sha256:fe241ee28b525c139b213802830f8b2a42f7b0e9b1737c7a9e31418e9a104d02
15-
sourceBlobDigest: sha256:1d55bcbf83f076f0183cdc37afcba60f45ebbf556335c35a155d8028e07ed5b5
14+
sourceRevisionDigest: sha256:918f2c85ca36c3a5393183eb378a27906f60f1a766958a67a47bc879e94199b4
15+
sourceBlobDigest: sha256:bd095343746ec892ee53e2244f89ef94c635c5bba56ca52169085821055f6468
1616
codeSamplesNamespace: apideck-csharp-code-samples
17-
codeSamplesRevisionDigest: sha256:fe8a5707557e26f5d894628f56faa61262297dd48f7ca5409b5568bebdd99e86
17+
codeSamplesRevisionDigest: sha256:390e7e5682cce7e4bb3f3eb88343bd745714ee603c0020dcec16ecfa292008cb
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,4 +848,14 @@ Based on:
848848
### Generated
849849
- [csharp v0.23.18] .
850850
### Releases
851-
- [NuGet v0.23.18] https://www.nuget.org/packages/ApideckUnifySdk/0.23.18 - .
851+
- [NuGet v0.23.18] https://www.nuget.org/packages/ApideckUnifySdk/0.23.18 - .
852+
853+
## 2026-06-18 10:58:08
854+
### Changes
855+
Based on:
856+
- OpenAPI Doc
857+
- Speakeasy CLI 1.783.1 (2.910.1) https://github.com/speakeasy-api/speakeasy
858+
### Generated
859+
- [csharp v0.23.19] .
860+
### Releases
861+
- [NuGet v0.23.19] https://www.nuget.org/packages/ApideckUnifySdk/0.23.19 - .

β€Ždocs/Models/Components/EcommerceOrder.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
| `TotalTax` | *string* | :heavy_minus_sign: | Total tax, if any. | 5.16 |
1717
| `TotalAmount` | *string* | :heavy_minus_sign: | Total amount due. | 50.17 |
1818
| `RefundedAmount` | *string* | :heavy_minus_sign: | Refunded amount, if any. | 5.5 |
19+
| `TaxInclusive` | *bool* | :heavy_minus_sign: | Indicates whether the order's monetary amounts are inclusive of tax. | true |
1920
| `Status` | [EcommerceOrderStatus](../../Models/Components/EcommerceOrderStatus.md) | :heavy_minus_sign: | Current status of the order. | active |
2021
| `PaymentStatus` | [EcommerceOrderPaymentStatus](../../Models/Components/EcommerceOrderPaymentStatus.md) | :heavy_minus_sign: | Current payment status of the order. | paid |
2122
| `FulfillmentStatus` | [FulfillmentStatus](../../Models/Components/FulfillmentStatus.md) | :heavy_minus_sign: | Current fulfillment status of the order. | shipped |

β€Žsrc/ApideckUnifySdk/ApideckUnifySdk.csprojβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<IsPackable>true</IsPackable>
55
<PackageId>ApideckUnifySdk</PackageId>
6-
<Version>0.23.18</Version>
6+
<Version>0.23.19</Version>
77
<TargetFramework>net8.0</TargetFramework>
88
<Authors>Speakeasy</Authors>
99
<Copyright>Copyright (c) Speakeasy 2026</Copyright>

β€Žsrc/ApideckUnifySdk/Models/Components/ConnectionValue.csβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@ public override void WriteJson(JsonWriter writer, object? value, JsonSerializer
269269
writer.WriteRawValue(Utilities.SerializeJSON(res.ArrayOfValue5));
270270
return;
271271
}
272+
273+
throw new InvalidOperationException(
274+
"Could not serialize union to JSON: no variant value was set. " +
275+
"Construct this union using one of the Create* factory methods.");
272276
}
273277

274278
}

β€Žsrc/ApideckUnifySdk/Models/Components/CustomField.csβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ public override void WriteJson(JsonWriter writer, object? value, JsonSerializer
183183
writer.WriteRawValue(Utilities.SerializeJSON(res.CustomField2));
184184
return;
185185
}
186+
187+
throw new InvalidOperationException(
188+
"Could not serialize union to JSON: no variant value was set. " +
189+
"Construct this union using one of the Create* factory methods.");
186190
}
187191

188192
}

β€Žsrc/ApideckUnifySdk/Models/Components/CustomField1Value.csβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,10 @@ public override void WriteJson(JsonWriter writer, object? value, JsonSerializer
291291
writer.WriteRawValue(Utilities.SerializeJSON(res.ArrayOfCustomFieldValue5));
292292
return;
293293
}
294+
295+
throw new InvalidOperationException(
296+
"Could not serialize union to JSON: no variant value was set. " +
297+
"Construct this union using one of the Create* factory methods.");
294298
}
295299

296300
}

β€Žsrc/ApideckUnifySdk/Models/Components/CustomFieldValue.csβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,10 @@ public override void WriteJson(JsonWriter writer, object? value, JsonSerializer
291291
writer.WriteRawValue(Utilities.SerializeJSON(res.ArrayOfCustomFieldValue25));
292292
return;
293293
}
294+
295+
throw new InvalidOperationException(
296+
"Could not serialize union to JSON: no variant value was set. " +
297+
"Construct this union using one of the Create* factory methods.");
294298
}
295299

296300
}

0 commit comments

Comments
Β (0)