Skip to content

Commit bdf5d20

Browse files
authored
Merge pull request #21 from apideck-libraries/speakeasy-sdk-regen-1739290030
chore: 🐝 Update SDK - Generate 0.5.2
2 parents 4de4bfa + 25191e2 commit bdf5d20

File tree

97 files changed

+604
-367
lines changed

Some content is hidden

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

97 files changed

+604
-367
lines changed

.speakeasy/gen.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
lockVersion: 2.0.0
22
id: f306da52-7172-441d-9f8c-9d055cef9c2a
33
management:
4-
docChecksum: 068bc54ce549b3d15555126d167f788e
5-
docVersion: 10.11.2
6-
speakeasyVersion: 1.484.1
7-
generationVersion: 2.503.2
8-
releaseVersion: 0.5.1
9-
configChecksum: d29b09f4a5c54b99fe38eef1f766555c
4+
docChecksum: 8a84b005337515a4311dec5a8c491146
5+
docVersion: 10.11.5
6+
speakeasyVersion: 1.497.0
7+
generationVersion: 2.517.3
8+
releaseVersion: 0.5.2
9+
configChecksum: a98273c3e6d06dd236441a7740fda163
1010
repoURL: https://github.com/apideck-libraries/sdk-csharp.git
1111
published: true
1212
features:
1313
csharp:
1414
additionalDependencies: 0.1.0
1515
constsAndDefaults: 0.0.1
16-
core: 3.10.13
16+
core: 3.10.14
1717
deprecations: 2.81.2
1818
errors: 0.2.0
1919
flattening: 2.81.3
20-
globalSecurity: 2.83.6
20+
globalSecurity: 2.83.7
2121
globalSecurityCallbacks: 0.1.0
2222
globalSecurityFlattening: 0.1.0
2323
globalServerURLs: 2.82.3
@@ -28,8 +28,8 @@ features:
2828
methodArguments: 0.2.0
2929
methodServerURLs: 2.82.1
3030
nameOverrides: 2.81.2
31-
nullables: 0.1.0
32-
pagination: 0.2.4
31+
nullables: 0.1.1
32+
pagination: 0.2.5
3333
responseFormat: 0.0.4
3434
retries: 0.0.1
3535
sdkHooks: 0.1.0
@@ -6786,6 +6786,7 @@ examples:
67866786
fields: "id,updated_at"
67876787
limit: 20
67886788
filter: {"drive_id": "1234", "folder_id": "root", "shared": true}
6789+
raw: false
67896790
header:
67906791
x-apideck-consumer-id: "test-consumer"
67916792
x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"

.speakeasy/gen.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ generation:
77
useClassNamesForArrayFields: true
88
fixes:
99
nameResolutionDec2023: true
10+
nameResolutionFeb2025: false
1011
parameterOrderingFeb2024: true
1112
requestResponseComponentNamesFeb2024: true
13+
securityFeb2025: false
1214
auth:
1315
oAuth2ClientCredentialsEnabled: true
1416
oAuth2PasswordEnabled: true
1517
csharp:
16-
version: 0.5.1
18+
version: 0.5.2
1719
additionalDependencies: []
1820
author: Speakeasy
1921
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.484.1
1+
speakeasyVersion: 1.497.0
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:7a77682387c5a0906fa0777b7af835335d4a95d83f8f9d061c2025bfc0557da4
6-
sourceBlobDigest: sha256:94da7a3663c9fff3dac3d41364bf940e0b5eba81c50cb9e76a3af41d4af0b25f
5+
sourceRevisionDigest: sha256:fcf4b3b328e02b02027c6b04fed7ec60ae2c97a653afae84954df356418db766
6+
sourceBlobDigest: sha256:865d927d8e074531019c9b85b8edc30bb0baa6723da420039355c7b15192becd
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1738747410
10-
- 10.11.2
9+
- speakeasy-sdk-regen-1739290030
10+
- 10.11.5
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:7a77682387c5a0906fa0777b7af835335d4a95d83f8f9d061c2025bfc0557da4
16-
sourceBlobDigest: sha256:94da7a3663c9fff3dac3d41364bf940e0b5eba81c50cb9e76a3af41d4af0b25f
15+
sourceRevisionDigest: sha256:fcf4b3b328e02b02027c6b04fed7ec60ae2c97a653afae84954df356418db766
16+
sourceBlobDigest: sha256:865d927d8e074531019c9b85b8edc30bb0baa6723da420039355c7b15192becd
1717
codeSamplesNamespace: apideck-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:f45526ff51291632a73def73d765ddba6fd593ded05ac5c34a34ea5e64669087
18+
codeSamplesRevisionDigest: sha256:e8c718cc5f8526300bcf0ff885a4197f047ee90e6a11d7c90e83eccbbd28a162
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
@@ -350,7 +350,7 @@ catch (Exception ex)
350350

351351
### Override Server URL Per-Client
352352

353-
The default server can also be overridden globally by passing a URL to the `serverUrl: string` optional parameter when initializing the SDK client instance. For example:
353+
The default server can be overridden globally by passing a URL to the `serverUrl: string` optional parameter when initializing the SDK client instance. For example:
354354
```csharp
355355
using ApideckUnifySdk;
356356
using ApideckUnifySdk.Models.Components;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ catch (Exception ex)
926926

927927
### Override Server URL Per-Client
928928

929-
The default server can also be overridden globally by passing a URL to the `serverUrl: string` optional parameter when initializing the SDK client instance. For example:
929+
The default server can be overridden globally by passing a URL to the `serverUrl: string` optional parameter when initializing the SDK client instance. For example:
930930
```csharp
931931
using ApideckUnifySdk;
932932
using ApideckUnifySdk.Models.Components;

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,14 @@ Based on:
118118
### Generated
119119
- [csharp v0.5.1] .
120120
### Releases
121-
- [NuGet v0.5.1] https://www.nuget.org/packages/ApideckUnifySdk/0.5.1 - .
121+
- [NuGet v0.5.1] https://www.nuget.org/packages/ApideckUnifySdk/0.5.1 - .
122+
123+
## 2025-02-20 00:11:35
124+
### Changes
125+
Based on:
126+
- OpenAPI Doc
127+
- Speakeasy CLI 1.497.0 (2.517.3) https://github.com/speakeasy-api/speakeasy
128+
### Generated
129+
- [csharp v0.5.2] .
130+
### Releases
131+
- [NuGet v0.5.2] https://www.nuget.org/packages/ApideckUnifySdk/0.5.2 - .

docs/Models/Components/WebhookEventType.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
| `AccountingPurchaseOrderCreated` | accounting.purchase_order.created |
6868
| `AccountingPurchaseOrderUpdated` | accounting.purchase_order.updated |
6969
| `AccountingPurchaseOrderDeleted` | accounting.purchase_order.deleted |
70+
| `AccountingCreditNoteCreated` | accounting.credit_note.created |
71+
| `AccountingCreditNoteUpdated` | accounting.credit_note.updated |
72+
| `AccountingCreditNoteDeleted` | accounting.credit_note.deleted |
7073
| `PosOrderCreated` | pos.order.created |
7174
| `PosOrderUpdated` | pos.order.updated |
7275
| `PosOrderDeleted` | pos.order.deleted |

0 commit comments

Comments
 (0)