Skip to content

Commit 321a231

Browse files
chore: 🐝 Update SDK - Generate SDK 2.2.2
1 parent 95af36e commit 321a231

Some content is hidden

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

45 files changed

+248
-199
lines changed

.speakeasy/gen.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: dff72156-4bdf-460f-b5b3-0759c9c474fb
33
management:
4-
docChecksum: e24efeff583b8ea702c02041e86453e6
4+
docChecksum: acf30004955a1e1fe268cc425bbc43ea
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.634.2
7-
generationVersion: 2.721.3
8-
releaseVersion: 2.2.1
9-
configChecksum: 6366984872b9e68fc1b0355fa041744f
6+
speakeasyVersion: 1.636.1
7+
generationVersion: 2.723.4
8+
releaseVersion: 2.2.2
9+
configChecksum: 64b5216a7af2d2a12fdf41cbe629d3a7
1010
repoURL: https://github.com/gr4vy/gr4vy-csharp.git
1111
published: true
1212
features:
@@ -20,13 +20,13 @@ features:
2020
globalSecurityFlattening: 0.1.0
2121
globalServerURLs: 2.82.4
2222
globals: 2.82.1
23-
groups: 2.81.2
23+
groups: 2.81.3
2424
ignores: 2.81.1
2525
intellisenseMarkdownSupport: 0.1.0
2626
methodArguments: 0.2.1
2727
nameOverrides: 2.81.2
2828
nullables: 0.1.1
29-
pagination: 0.2.6
29+
pagination: 0.2.7
3030
responseFormat: 0.0.4
3131
retries: 0.0.1
3232
sdkHooks: 0.2.0
@@ -385,7 +385,6 @@ generatedFiles:
385385
- docs/Models/Requests/UpdateTransactionRequest.md
386386
- docs/Models/Requests/VerifyPaymentServiceCredentialsRequest.md
387387
- docs/Models/Requests/VoidTransactionRequest.md
388-
- docs/sdks/accountupdater/README.md
389388
- docs/sdks/all/README.md
390389
- docs/sdks/auditlogs/README.md
391390
- docs/sdks/balances/README.md
@@ -400,7 +399,6 @@ generatedFiles:
400399
- docs/sdks/events/README.md
401400
- docs/sdks/executions/README.md
402401
- docs/sdks/giftcards/README.md
403-
- docs/sdks/gr4vy/README.md
404402
- docs/sdks/jobs/README.md
405403
- docs/sdks/merchantaccounts/README.md
406404
- docs/sdks/networktokens/README.md
@@ -4264,3 +4262,12 @@ examples:
42644262
application/json: {"type": "error", "code": "gateway_timeout", "status": 504, "message": "Request could not be processed"}
42654263
examplesVersion: 1.0.2
42664264
generatedTests: {}
4265+
releaseNotes: |
4266+
## Csharp SDK Changes Detected:
4267+
* `Gr4vy.Transactions.Create()`: `response` **Changed**
4268+
* `Gr4vy.Transactions.Get()`: `response` **Changed**
4269+
* `Gr4vy.Transactions.Update()`: `response` **Changed**
4270+
* `Gr4vy.Transactions.Capture()`: `response.[transaction]` **Changed**
4271+
* `Gr4vy.Transactions.Void()`: `response.[transactionVoid].Transaction` **Changed**
4272+
* `Gr4vy.Transactions.Cancel()`: `response.transaction` **Changed**
4273+
* `Gr4vy.Transactions.Sync()`: `response` **Changed**

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ generation:
2222
generateNewTests: false
2323
skipResponseBodyAssertions: false
2424
csharp:
25-
version: 2.2.1
25+
version: 2.2.2
2626
additionalDependencies:
2727
- package: System.IdentityModel.Tokens.Jwt
2828
version: 8.9.0

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.634.2
1+
speakeasyVersion: 1.636.1
22
sources:
33
-OAS:
44
sourceNamespace: openapi
@@ -8,20 +8,20 @@ sources:
88
- latest
99
openapi:
1010
sourceNamespace: openapi
11-
sourceRevisionDigest: sha256:c0f96ca047f8d07f81aaa7f2e83fa79612b648c90bd9722a0234ffe81ea9c9da
12-
sourceBlobDigest: sha256:1d5fa21325d59f496c3daae824ad6a20470db8db7988742d78792c02e26d257c
11+
sourceRevisionDigest: sha256:8783314bac0a45988378ada4802381fb8e78b960066c940aa5cb1e6d5b66e95b
12+
sourceBlobDigest: sha256:b4debdc96f6402385b7901bcd3c36cc9f4e88843d309815430c71cd367ab8e10
1313
tags:
1414
- latest
15-
- speakeasy-sdk-regen-1759735315
15+
- speakeasy-sdk-regen-1759930171
1616
- 1.0.0
1717
targets:
1818
csharp:
1919
source: openapi
2020
sourceNamespace: openapi
21-
sourceRevisionDigest: sha256:c0f96ca047f8d07f81aaa7f2e83fa79612b648c90bd9722a0234ffe81ea9c9da
22-
sourceBlobDigest: sha256:1d5fa21325d59f496c3daae824ad6a20470db8db7988742d78792c02e26d257c
21+
sourceRevisionDigest: sha256:8783314bac0a45988378ada4802381fb8e78b960066c940aa5cb1e6d5b66e95b
22+
sourceBlobDigest: sha256:b4debdc96f6402385b7901bcd3c36cc9f4e88843d309815430c71cd367ab8e10
2323
codeSamplesNamespace: openapi-csharp-code-samples
24-
codeSamplesRevisionDigest: sha256:92791d071aab658c0db28558cdff0d2a21e554fa4f338d7a6bf956415c9b6ab1
24+
codeSamplesRevisionDigest: sha256:ec5739988d8495440343d7c96d45dbd484a77079dbe884c66d47c49daef9599a
2525
workflow:
2626
workflowVersion: 1.0.0
2727
speakeasyVersion: latest

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,6 @@ catch(ArgumentException ex) {
198198
<details open>
199199
<summary>Available methods</summary>
200200

201-
### [AccountUpdater](docs/sdks/accountupdater/README.md)
202-
203-
204201
#### [AccountUpdater.Jobs](docs/sdks/jobs/README.md)
205202

206203
* [Create](docs/sdks/jobs/README.md#create) - Create account updater job
@@ -274,7 +271,6 @@ catch(ArgumentException ex) {
274271

275272
* [List](docs/sdks/balances/README.md#list) - List gift card balances
276273

277-
278274
### [MerchantAccounts](docs/sdks/merchantaccounts/README.md)
279275

280276
* [List](docs/sdks/merchantaccounts/README.md#list) - List all merchant accounts

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,4 +758,14 @@ Based on:
758758
### Generated
759759
- [csharp v2.2.1] .
760760
### Releases
761-
- [NuGet v2.2.1] https://www.nuget.org/packages/Gr4vy/2.2.1 - .
761+
- [NuGet v2.2.1] https://www.nuget.org/packages/Gr4vy/2.2.1 - .
762+
763+
## 2025-10-08 13:29:12
764+
### Changes
765+
Based on:
766+
- OpenAPI Doc
767+
- Speakeasy CLI 1.636.1 (2.723.4) https://github.com/speakeasy-api/speakeasy
768+
### Generated
769+
- [csharp v2.2.2] .
770+
### Releases
771+
- [NuGet v2.2.2] https://www.nuget.org/packages/Gr4vy/2.2.2 - .

docs/Models/Components/Transaction.md

Lines changed: 8 additions & 1 deletion
Large diffs are not rendered by default.

docs/sdks/accountupdater/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/sdks/gr4vy/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/Gr4vy/AccountUpdater.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ public class AccountUpdater: IAccountUpdater
2323
{
2424
public SDKConfig SDKConfiguration { get; private set; }
2525
private const string _language = "csharp";
26-
private const string _sdkVersion = "2.2.1";
27-
private const string _sdkGenVersion = "2.721.3";
26+
private const string _sdkVersion = "2.2.2";
27+
private const string _sdkGenVersion = "2.723.4";
2828
private const string _openapiDocVersion = "1.0.0";
2929
public IJobs Jobs { get; private set; }
3030

src/Gr4vy/All.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public class All: IAll
3939
{
4040
public SDKConfig SDKConfiguration { get; private set; }
4141
private const string _language = "csharp";
42-
private const string _sdkVersion = "2.2.1";
43-
private const string _sdkGenVersion = "2.721.3";
42+
private const string _sdkVersion = "2.2.2";
43+
private const string _sdkGenVersion = "2.723.4";
4444
private const string _openapiDocVersion = "1.0.0";
4545

4646
public All(SDKConfig config)
@@ -76,7 +76,7 @@ public All(SDKConfig config)
7676
httpRequest = new SecurityMetadata(SDKConfiguration.SecuritySource).Apply(httpRequest);
7777
}
7878

79-
var hookCtx = new HookContext(SDKConfiguration, baseUrl, "create_full_transaction_refund", new List<string> { }, SDKConfiguration.SecuritySource);
79+
var hookCtx = new HookContext(SDKConfiguration, baseUrl, "create_full_transaction_refund", null, SDKConfiguration.SecuritySource);
8080

8181
httpRequest = await this.SDKConfiguration.Hooks.BeforeRequestAsync(new BeforeRequestContext(hookCtx), httpRequest);
8282

0 commit comments

Comments
 (0)