Skip to content

Commit 80345f9

Browse files
authored
Merge pull request #35 from apideck-libraries/speakeasy-sdk-regen-1747324049
chore: 🐝 Update SDK - Generate 0.10.3
2 parents 0b4b997 + b872e23 commit 80345f9

File tree

240 files changed

+2170
-2757
lines changed

Some content is hidden

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

240 files changed

+2170
-2757
lines changed

.speakeasy/gen.lock

Lines changed: 1507 additions & 2079 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
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: true
1717
oAuth2PasswordEnabled: true
1818
csharp:
19-
version: 0.10.2
19+
version: 0.10.3
2020
additionalDependencies: []
2121
author: Speakeasy
2222
clientServerStatusCodesAsErrors: true

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.545.0
1+
speakeasyVersion: 1.548.4
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:d836d3afa186f59df31d6b9a88b57462eab78f9ebd44ea38e20fe12eb63229b2
6-
sourceBlobDigest: sha256:2bd53eae6304d45526de5697c98c13b5ea7a2414dfd8d31ca48caf6ac0ea040d
5+
sourceRevisionDigest: sha256:c0635624bd4f5799fea4ed42f0be6bc1db4868c1c51f3487a3e8108959fcf310
6+
sourceBlobDigest: sha256:99438fd8db4f61ee04ce7a3fad4d41ca1a661ef889efd39354a3f69845dd7b18
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1746174601
10-
- 10.16.5
9+
- speakeasy-sdk-regen-1747324049
10+
- 10.16.7
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:d836d3afa186f59df31d6b9a88b57462eab78f9ebd44ea38e20fe12eb63229b2
16-
sourceBlobDigest: sha256:2bd53eae6304d45526de5697c98c13b5ea7a2414dfd8d31ca48caf6ac0ea040d
15+
sourceRevisionDigest: sha256:c0635624bd4f5799fea4ed42f0be6bc1db4868c1c51f3487a3e8108959fcf310
16+
sourceBlobDigest: sha256:99438fd8db4f61ee04ce7a3fad4d41ca1a661ef889efd39354a3f69845dd7b18
1717
codeSamplesNamespace: apideck-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:7f396765026a08311f6236483cc49a0ff6d0a8d42b3cf79ac4b722e1de19a62f
18+
codeSamplesRevisionDigest: sha256:a9872db914497a90c1ba968d42285b73050583102465812acd19c0caf07b43c9
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

NUGET.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ AccountingAttachmentsUploadRequest req = new AccountingAttachmentsUploadRequest(
408408
ReferenceType = AttachmentReferenceType.Invoice,
409409
ReferenceId = "12345",
410410
ServiceId = "salesforce",
411-
RequestBody = System.Text.Encoding.UTF8.GetBytes("0x8cc9e675ad"),
411+
RequestBody = System.Text.Encoding.UTF8.GetBytes("0x506D4BD16D"),
412412
};
413413

414414
var res = await sdk.Accounting.Attachments.UploadAsync(

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ AccountingAttachmentsUploadRequest req = new AccountingAttachmentsUploadRequest(
10101010
ReferenceType = AttachmentReferenceType.Invoice,
10111011
ReferenceId = "12345",
10121012
ServiceId = "salesforce",
1013-
RequestBody = System.Text.Encoding.UTF8.GetBytes("0x8cc9e675ad"),
1013+
RequestBody = System.Text.Encoding.UTF8.GetBytes("0x506D4BD16D"),
10141014
};
10151015

10161016
var res = await sdk.Accounting.Attachments.UploadAsync(

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,14 @@ Based on:
238238
### Generated
239239
- [csharp v0.10.2] .
240240
### Releases
241-
- [NuGet v0.10.2] https://www.nuget.org/packages/ApideckUnifySdk/0.10.2 - .
241+
- [NuGet v0.10.2] https://www.nuget.org/packages/ApideckUnifySdk/0.10.2 - .
242+
243+
## 2025-05-22 00:12:57
244+
### Changes
245+
Based on:
246+
- OpenAPI Doc
247+
- Speakeasy CLI 1.548.4 (2.605.6) https://github.com/speakeasy-api/speakeasy
248+
### Generated
249+
- [csharp v0.10.3] .
250+
### Releases
251+
- [NuGet v0.10.3] https://www.nuget.org/packages/ApideckUnifySdk/0.10.3 - .

docs/Models/Components/AccountingDepartment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| `Status` | [DepartmentStatus](../../Models/Components/DepartmentStatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
1212
| `Subsidiaries` | List<[SubsidiaryReference](../../Models/Components/SubsidiaryReference.md)> | :heavy_minus_sign: | N/A | |
1313
| `Code` | *string* | :heavy_minus_sign: | The code of the department. | 123 |
14-
| `CustomMappings` | [Models.Components.CustomMappings](../../Models/Components/CustomMappings.md) | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
14+
| `CustomMappings` | Dictionary<String, *object*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
1515
| `RowVersion` | *string* | :heavy_minus_sign: | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
1616
| `UpdatedBy` | *string* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
1717
| `CreatedBy` | *string* | :heavy_minus_sign: | The user who created the object. | 12345 |

docs/Models/Components/AccountingLocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| `Status` | [LocationStatus](../../Models/Components/LocationStatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
1313
| `Addresses` | List<[Address](../../Models/Components/Address.md)> | :heavy_minus_sign: | N/A | |
1414
| `Subsidiaries` | List<[SubsidiaryReference](../../Models/Components/SubsidiaryReference.md)> | :heavy_minus_sign: | N/A | |
15-
| `CustomMappings` | [Models.Components.CustomMappings](../../Models/Components/CustomMappings.md) | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
15+
| `CustomMappings` | Dictionary<String, *object*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
1616
| `RowVersion` | *string* | :heavy_minus_sign: | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
1717
| `UpdatedBy` | *string* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
1818
| `CreatedBy` | *string* | :heavy_minus_sign: | The user who created the object. | 12345 |

0 commit comments

Comments
 (0)