Skip to content

Commit f310da0

Browse files
chore: 🐝 Update SDK - Generate SDK 1.2.8
1 parent 68ad87b commit f310da0

Some content is hidden

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

47 files changed

+86
-59
lines changed

.speakeasy/gen.lock

Lines changed: 9 additions & 15 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: fc44ae5677ea9cd1e51813ffef591a60
4+
docChecksum: 84be2b1b3b18b60517210a56ded1da52
55
docVersion: 1.0.0
66
speakeasyVersion: 1.615.2
77
generationVersion: 2.698.4
8-
releaseVersion: 1.2.7
9-
configChecksum: 06e9be7a9753f9d8761595e00a41911e
8+
releaseVersion: 1.2.8
9+
configChecksum: af7f991bd05f47dee37510a842a727e3
1010
repoURL: https://github.com/gr4vy/gr4vy-csharp.git
1111
published: true
1212
features:
@@ -3485,10 +3485,10 @@ examples:
34853485
timeout_in_seconds: 1
34863486
application_name: "core-api"
34873487
requestBody:
3488-
application/json: {"account_updater_enabled": true, "id": "merchant-12345", "display_name": "Example"}
3488+
application/json: {"account_updater_enabled": true, "async_network_tokens_enabled": true, "id": "merchant-12345", "display_name": "Example"}
34893489
responses:
34903490
"201":
3491-
application/json: {"type": "merchant-account", "id": "merchant-12345", "display_name": "John Doe", "account_updater_enabled": true, "created_at": "2013-07-16T19:23:00.000+00:00", "updated_at": "2013-07-16T19:23:00.000+00:00"}
3491+
application/json: {"type": "merchant-account", "id": "merchant-12345", "display_name": "John Doe", "account_updater_enabled": true, "async_network_tokens_enabled": true, "created_at": "2013-07-16T19:23:00.000+00:00", "updated_at": "2013-07-16T19:23:00.000+00:00"}
34923492
"400":
34933493
application/json: {"type": "error", "code": "bad_request", "status": 400, "message": "Request failed validation"}
34943494
"401":
@@ -3522,7 +3522,7 @@ examples:
35223522
application_name: "core-api"
35233523
responses:
35243524
"200":
3525-
application/json: {"type": "merchant-account", "id": "merchant-12345", "display_name": "John Doe", "account_updater_enabled": true, "created_at": "2013-07-16T19:23:00.000+00:00", "updated_at": "2013-07-16T19:23:00.000+00:00"}
3525+
application/json: {"type": "merchant-account", "id": "merchant-12345", "display_name": "John Doe", "account_updater_enabled": true, "async_network_tokens_enabled": true, "created_at": "2013-07-16T19:23:00.000+00:00", "updated_at": "2013-07-16T19:23:00.000+00:00"}
35263526
"400":
35273527
application/json: {"type": "error", "code": "bad_request", "status": 400, "message": "Request failed validation"}
35283528
"401":
@@ -3556,10 +3556,10 @@ examples:
35563556
timeout_in_seconds: 1
35573557
application_name: "core-api"
35583558
requestBody:
3559-
application/json: {"account_updater_enabled": true}
3559+
application/json: {"account_updater_enabled": true, "async_network_tokens_enabled": true}
35603560
responses:
35613561
"200":
3562-
application/json: {"type": "merchant-account", "id": "merchant-12345", "display_name": "John Doe", "account_updater_enabled": true, "created_at": "2013-07-16T19:23:00.000+00:00", "updated_at": "2013-07-16T19:23:00.000+00:00"}
3562+
application/json: {"type": "merchant-account", "id": "merchant-12345", "display_name": "John Doe", "account_updater_enabled": true, "async_network_tokens_enabled": true, "created_at": "2013-07-16T19:23:00.000+00:00", "updated_at": "2013-07-16T19:23:00.000+00:00"}
35633563
"400":
35643564
application/json: {"type": "error", "code": "bad_request", "status": 400, "message": "Request failed validation"}
35653565
"401":
@@ -4254,10 +4254,4 @@ examples:
42544254
application/json: {"type": "error", "code": "gateway_timeout", "status": 504, "message": "Request could not be processed"}
42554255
examplesVersion: 1.0.2
42564256
generatedTests: {}
4257-
releaseNotes: |
4258-
## Csharp SDK Changes Detected:
4259-
* `Gr4vy.Buyers.Shipping-Details.Delete()`: `response` **Changed** **Breaking** :warning:
4260-
* `Gr4vy.Gift-Cards.Delete()`: `response` **Changed** **Breaking** :warning:
4261-
* `Gr4vy.Digital-Wallets.Delete()`: `response` **Changed** **Breaking** :warning:
4262-
* `Gr4vy.Digital-Wallets.Domains.Delete()`: `response` **Changed** **Breaking** :warning:
4263-
* `Gr4vy.Payment-Services.Delete()`: `response` **Changed** **Breaking** :warning:
4257+
releaseNotes: "## Csharp SDK Changes Detected:\n* `Gr4vy.Merchant-Accounts.List()`: `response.items.[].AsyncNetworkTokensEnabled` **Added**\n* `Gr4vy.Merchant-Accounts.Create()`: \n * `request.AsyncNetworkTokensEnabled` **Added**\n * `response.asyncNetworkTokensEnabled` **Added**\n* `Gr4vy.Merchant-Accounts.Get()`: `response.asyncNetworkTokensEnabled` **Added**\n* `Gr4vy.Merchant-Accounts.Update()`: \n * `request.merchantAccountUpdate.AsyncNetworkTokensEnabled` **Added**\n * `response.asyncNetworkTokensEnabled` **Added**\n"

.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: 1.2.7
25+
version: 1.2.8
2626
additionalDependencies:
2727
- package: System.IdentityModel.Tokens.Jwt
2828
version: 8.9.0

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ sources:
88
- latest
99
openapi:
1010
sourceNamespace: openapi
11-
sourceRevisionDigest: sha256:bd88e868a133971397b196fb31d67fbdeeddad085120d07ad3c8d9f700e2aa08
12-
sourceBlobDigest: sha256:23a8ac503ec2ac4a803e26d4f11617847a7afc52a57ebc22de5c942aea4f68ba
11+
sourceRevisionDigest: sha256:59012cb69b34b4321a9947bb78e49dd2100ece81f6cd2cdaf433eb7eeaca7b31
12+
sourceBlobDigest: sha256:96ebcff03a66d103d7df5b65d8b0b9f3c824f8fa9c2e33d5cec4820b1414909e
1313
tags:
1414
- latest
15-
- speakeasy-sdk-regen-1758003742
15+
- speakeasy-sdk-regen-1758006418
1616
- 1.0.0
1717
targets:
1818
csharp:
1919
source: openapi
2020
sourceNamespace: openapi
21-
sourceRevisionDigest: sha256:bd88e868a133971397b196fb31d67fbdeeddad085120d07ad3c8d9f700e2aa08
22-
sourceBlobDigest: sha256:23a8ac503ec2ac4a803e26d4f11617847a7afc52a57ebc22de5c942aea4f68ba
21+
sourceRevisionDigest: sha256:59012cb69b34b4321a9947bb78e49dd2100ece81f6cd2cdaf433eb7eeaca7b31
22+
sourceBlobDigest: sha256:96ebcff03a66d103d7df5b65d8b0b9f3c824f8fa9c2e33d5cec4820b1414909e
2323
codeSamplesNamespace: openapi-csharp-code-samples
24-
codeSamplesRevisionDigest: sha256:bd63a67d8b7ee5ddd223019554647a7a907f44850e83bb40b30cf1b669c4aff9
24+
codeSamplesRevisionDigest: sha256:0e9c7cef7f077dc5e8b31ebe315df6c7154391b3af4c994dec7f6c0952f29970
2525
workflow:
2626
workflowVersion: 1.0.0
2727
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,4 +638,14 @@ Based on:
638638
### Generated
639639
- [csharp v1.2.7] .
640640
### Releases
641-
- [NuGet v1.2.7] https://www.nuget.org/packages/Gr4vy/1.2.7 - .
641+
- [NuGet v1.2.7] https://www.nuget.org/packages/Gr4vy/1.2.7 - .
642+
643+
## 2025-09-16 07:40:24
644+
### Changes
645+
Based on:
646+
- OpenAPI Doc
647+
- Speakeasy CLI 1.615.2 (2.698.4) https://github.com/speakeasy-api/speakeasy
648+
### Generated
649+
- [csharp v1.2.8] .
650+
### Releases
651+
- [NuGet v1.2.8] https://www.nuget.org/packages/Gr4vy/1.2.8 - .

0 commit comments

Comments
 (0)