Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
lockVersion: 2.0.0
id: f306da52-7172-441d-9f8c-9d055cef9c2a
management:
docChecksum: 068bc54ce549b3d15555126d167f788e
docVersion: 10.11.2
speakeasyVersion: 1.484.1
generationVersion: 2.503.2
releaseVersion: 0.5.1
configChecksum: d29b09f4a5c54b99fe38eef1f766555c
docChecksum: 8a84b005337515a4311dec5a8c491146
docVersion: 10.11.5
speakeasyVersion: 1.497.0
generationVersion: 2.517.3
releaseVersion: 0.5.2
configChecksum: a98273c3e6d06dd236441a7740fda163
repoURL: https://github.com/apideck-libraries/sdk-csharp.git
published: true
features:
csharp:
additionalDependencies: 0.1.0
constsAndDefaults: 0.0.1
core: 3.10.13
core: 3.10.14
deprecations: 2.81.2
errors: 0.2.0
flattening: 2.81.3
globalSecurity: 2.83.6
globalSecurity: 2.83.7
globalSecurityCallbacks: 0.1.0
globalSecurityFlattening: 0.1.0
globalServerURLs: 2.82.3
Expand All @@ -28,8 +28,8 @@ features:
methodArguments: 0.2.0
methodServerURLs: 2.82.1
nameOverrides: 2.81.2
nullables: 0.1.0
pagination: 0.2.4
nullables: 0.1.1
pagination: 0.2.5
responseFormat: 0.0.4
retries: 0.0.1
sdkHooks: 0.1.0
Expand Down Expand Up @@ -6786,6 +6786,7 @@ examples:
fields: "id,updated_at"
limit: 20
filter: {"drive_id": "1234", "folder_id": "root", "shared": true}
raw: false
header:
x-apideck-consumer-id: "test-consumer"
x-apideck-app-id: "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX"
Expand Down
4 changes: 3 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ generation:
useClassNamesForArrayFields: true
fixes:
nameResolutionDec2023: true
nameResolutionFeb2025: false
parameterOrderingFeb2024: true
requestResponseComponentNamesFeb2024: true
securityFeb2025: false
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
csharp:
version: 0.5.1
version: 0.5.2
additionalDependencies: []
author: Speakeasy
clientServerStatusCodesAsErrors: true
Expand Down
16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.484.1
speakeasyVersion: 1.497.0
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:7a77682387c5a0906fa0777b7af835335d4a95d83f8f9d061c2025bfc0557da4
sourceBlobDigest: sha256:94da7a3663c9fff3dac3d41364bf940e0b5eba81c50cb9e76a3af41d4af0b25f
sourceRevisionDigest: sha256:fcf4b3b328e02b02027c6b04fed7ec60ae2c97a653afae84954df356418db766
sourceBlobDigest: sha256:865d927d8e074531019c9b85b8edc30bb0baa6723da420039355c7b15192becd
tags:
- latest
- speakeasy-sdk-regen-1738747410
- 10.11.2
- speakeasy-sdk-regen-1739290030
- 10.11.5
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:7a77682387c5a0906fa0777b7af835335d4a95d83f8f9d061c2025bfc0557da4
sourceBlobDigest: sha256:94da7a3663c9fff3dac3d41364bf940e0b5eba81c50cb9e76a3af41d4af0b25f
sourceRevisionDigest: sha256:fcf4b3b328e02b02027c6b04fed7ec60ae2c97a653afae84954df356418db766
sourceBlobDigest: sha256:865d927d8e074531019c9b85b8edc30bb0baa6723da420039355c7b15192becd
codeSamplesNamespace: apideck-csharp-code-samples
codeSamplesRevisionDigest: sha256:f45526ff51291632a73def73d765ddba6fd593ded05ac5c34a34ea5e64669087
codeSamplesRevisionDigest: sha256:e8c718cc5f8526300bcf0ff885a4197f047ee90e6a11d7c90e83eccbbd28a162
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
2 changes: 1 addition & 1 deletion NUGET.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ catch (Exception ex)

### Override Server URL Per-Client

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:
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:
```csharp
using ApideckUnifySdk;
using ApideckUnifySdk.Models.Components;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ catch (Exception ex)

### Override Server URL Per-Client

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:
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:
```csharp
using ApideckUnifySdk;
using ApideckUnifySdk.Models.Components;
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,14 @@ Based on:
### Generated
- [csharp v0.5.1] .
### Releases
- [NuGet v0.5.1] https://www.nuget.org/packages/ApideckUnifySdk/0.5.1 - .
- [NuGet v0.5.1] https://www.nuget.org/packages/ApideckUnifySdk/0.5.1 - .

## 2025-02-20 00:11:35
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.497.0 (2.517.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v0.5.2] .
### Releases
- [NuGet v0.5.2] https://www.nuget.org/packages/ApideckUnifySdk/0.5.2 - .
3 changes: 3 additions & 0 deletions docs/Models/Components/WebhookEventType.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
| `AccountingPurchaseOrderCreated` | accounting.purchase_order.created |
| `AccountingPurchaseOrderUpdated` | accounting.purchase_order.updated |
| `AccountingPurchaseOrderDeleted` | accounting.purchase_order.deleted |
| `AccountingCreditNoteCreated` | accounting.credit_note.created |
| `AccountingCreditNoteUpdated` | accounting.credit_note.updated |
| `AccountingCreditNoteDeleted` | accounting.credit_note.deleted |
| `PosOrderCreated` | pos.order.created |
| `PosOrderUpdated` | pos.order.updated |
| `PosOrderDeleted` | pos.order.deleted |
Expand Down
Loading