Skip to content

Commit 3c2fa2d

Browse files
chore: 🐝 Update SDK - Generate SDK 2.0.2
1 parent 448714a commit 3c2fa2d

Some content is hidden

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

48 files changed

+225
-47
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 10 additions & 3 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: e0273b34307fa1f45644b599adc3368e
4+
docChecksum: af76904973a1cf34a70cb67945417500
55
docVersion: 1.0.0
66
speakeasyVersion: 1.631.5
77
generationVersion: 2.716.16
8-
releaseVersion: 2.0.1
9-
configChecksum: 3bb45be1441895e70acd8baea0f2e6b2
8+
releaseVersion: 2.0.2
9+
configChecksum: 69a7b585c0d42d797786d4e8f59a777e
1010
repoURL: https://github.com/gr4vy/gr4vy-csharp.git
1111
published: true
1212
features:
@@ -98,6 +98,9 @@ generatedFiles:
9898
- docs/Models/Components/DigitalWalletUpdate.md
9999
- docs/Models/Components/DigitalWallets.md
100100
- docs/Models/Components/DlocalOptions.md
101+
- docs/Models/Components/DlocalUPIOptions.md
102+
- docs/Models/Components/DlocalUPIRecurringInfoOptions.md
103+
- docs/Models/Components/DlocalUPIWalletOptions.md
101104
- docs/Models/Components/DlocalWalletOptions.md
102105
- docs/Models/Components/ErrorDetail.md
103106
- docs/Models/Components/Field.md
@@ -498,6 +501,9 @@ generatedFiles:
498501
- src/Gr4vy/Models/Components/DigitalWalletUpdate.cs
499502
- src/Gr4vy/Models/Components/DigitalWallets.cs
500503
- src/Gr4vy/Models/Components/DlocalOptions.cs
504+
- src/Gr4vy/Models/Components/DlocalUPIOptions.cs
505+
- src/Gr4vy/Models/Components/DlocalUPIRecurringInfoOptions.cs
506+
- src/Gr4vy/Models/Components/DlocalUPIWalletOptions.cs
501507
- src/Gr4vy/Models/Components/DlocalWalletOptions.cs
502508
- src/Gr4vy/Models/Components/ErrorDetail.cs
503509
- src/Gr4vy/Models/Components/Field.cs
@@ -4256,3 +4262,4 @@ examples:
42564262
application/json: {"type": "error", "code": "gateway_timeout", "status": 504, "message": "Request could not be processed"}
42574263
examplesVersion: 1.0.2
42584264
generatedTests: {}
4265+
releaseNotes: "## Csharp SDK Changes Detected:\n* `Gr4vy.Transactions.Create()`: \n * `request.transactionCreate.ConnectionOptions.Dlocal-Upi` **Added**\n* `Gr4vy.Transactions.Update()`: \n * `request.transactionUpdate.ConnectionOptions.Dlocal-Upi` **Added**\n* `Gr4vy.Payment-Links.Create()`: \n * `request.paymentLinkCreate.ConnectionOptions.Dlocal-Upi` **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: 2.0.1
25+
version: 2.0.2
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:3fe2657eb797f2bd7fbbf03835a4f9ec25491b990ef5ccfff861f984790aeeb3
12-
sourceBlobDigest: sha256:8b10612de1a4a988661484b04a0e98d095a08a2c6c28d4586de5c83bf0c26ff4
11+
sourceRevisionDigest: sha256:fd8403c5495757567f8ad40fad74c905d6d23e01b9a2bf9ad6f6269c96a98fe6
12+
sourceBlobDigest: sha256:2d3160205578859504c41662d0f84a228a91c53769210fabafc4c58d77f8cbfa
1313
tags:
1414
- latest
15-
- speakeasy-sdk-regen-1759321107
15+
- speakeasy-sdk-regen-1759341400
1616
- 1.0.0
1717
targets:
1818
csharp:
1919
source: openapi
2020
sourceNamespace: openapi
21-
sourceRevisionDigest: sha256:3fe2657eb797f2bd7fbbf03835a4f9ec25491b990ef5ccfff861f984790aeeb3
22-
sourceBlobDigest: sha256:8b10612de1a4a988661484b04a0e98d095a08a2c6c28d4586de5c83bf0c26ff4
21+
sourceRevisionDigest: sha256:fd8403c5495757567f8ad40fad74c905d6d23e01b9a2bf9ad6f6269c96a98fe6
22+
sourceBlobDigest: sha256:2d3160205578859504c41662d0f84a228a91c53769210fabafc4c58d77f8cbfa
2323
codeSamplesNamespace: openapi-csharp-code-samples
24-
codeSamplesRevisionDigest: sha256:2e601085a2465b12886a04faf05e355fb014d35d3f1520a03881bab773be83a0
24+
codeSamplesRevisionDigest: sha256:47bde3a9a6133de20933770f4dda870f3a13f73261541c295c1a0a40f1785515
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
@@ -718,4 +718,14 @@ Based on:
718718
### Generated
719719
- [csharp v2.0.1] .
720720
### Releases
721-
- [NuGet v2.0.1] https://www.nuget.org/packages/Gr4vy/2.0.1 - .
721+
- [NuGet v2.0.1] https://www.nuget.org/packages/Gr4vy/2.0.1 - .
722+
723+
## 2025-10-01 17:56:20
724+
### Changes
725+
Based on:
726+
- OpenAPI Doc
727+
- Speakeasy CLI 1.631.5 (2.716.16) https://github.com/speakeasy-api/speakeasy
728+
### Generated
729+
- [csharp v2.0.2] .
730+
### Releases
731+
- [NuGet v2.0.2] https://www.nuget.org/packages/Gr4vy/2.0.2 - .
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# DlocalUPIOptions
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
8+
| `Wallet` | [DlocalUPIWalletOptions](../../Models/Components/DlocalUPIWalletOptions.md) | :heavy_minus_sign: | Passes `wallet` data to the dLocal API for those connectors that need it. |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# DlocalUPIRecurringInfoOptions
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `SubscriptionFrequencyUnit` | *string* | :heavy_check_mark: | Indicates the frequency unit for the subscription. Allowed values are: `DAILY`, `WEEKLY`, `MONTHLY`, `QUARTERLY`, `SEMI_ANNUAL`, and `ANNUAL`. | MONTHLY |
9+
| `SubscriptionFrequency` | *long* | :heavy_check_mark: | Indicates the frequency for the subscription. | 1 |
10+
| `SubscriptionStartAt` | *string* | :heavy_check_mark: | Indicates the start date for the subscription in format `YYYYMMDD`. | 20231201 |
11+
| `SubscriptionEndAt` | *string* | :heavy_check_mark: | Indicates the end date for the subscription in format `YYYYMMDD`. | 20241201 |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# DlocalUPIWalletOptions
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `Name` | *string* | :heavy_minus_sign: | Passes `wallet.name` to the dLocal API for those connectors that need it. | John Doe |
9+
| `Email` | *string* | :heavy_minus_sign: | Passes `wallet.email` to the dLocal API for those connectors that need it. | john@example.com |
10+
| `Token` | *string* | :heavy_minus_sign: | Passes `wallet.token` to the dLocal API for those connectors that need it. | 123456 |
11+
| `Username` | *string* | :heavy_minus_sign: | Passes `wallet.username` to the dLocal API for those connectors that need it. | johnd |
12+
| `Verify` | *bool* | :heavy_minus_sign: | Passes `wallet.verify` to the dLocal API for those connectors that need it. | true |
13+
| `RecurringInfo` | [DlocalUPIRecurringInfoOptions](../../Models/Components/DlocalUPIRecurringInfoOptions.md) | :heavy_minus_sign: | Passes `wallet.recurring_info` to the dLocal API for those connectors that need it. | {<br/>"subscription_end_at": "20241201",<br/>"subscription_frequency": 1,<br/>"subscription_frequency_unit": "MONTHLY",<br/>"subscription_start_at": "20231201"<br/>} |

β€Ždocs/Models/Components/TransactionConnectionOptions.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
| `CybersourceIdeal` | [CybersourceOptions](../../Models/Components/CybersourceOptions.md) | :heavy_minus_sign: | Custom options to be passed to the `cybersource-ideal` connector. |
2323
| `CybersourceKcp` | [CybersourceOptions](../../Models/Components/CybersourceOptions.md) | :heavy_minus_sign: | Custom options to be passed to the `cybersource-kcp` connector. |
2424
| `DlocalNequi` | [DlocalOptions](../../Models/Components/DlocalOptions.md) | :heavy_minus_sign: | Custom options to be passed to the `dlocal-nequi` connector. |
25+
| `DlocalUpi` | [DlocalUPIOptions](../../Models/Components/DlocalUPIOptions.md) | :heavy_minus_sign: | Custom options to be passed to the `dlocal-upi` connector. |
2526
| `FiservCard` | [FiservOptions](../../Models/Components/FiservOptions.md) | :heavy_minus_sign: | Custom options to be passed to the `fiserv-card` connector. |
2627
| `ForterAntiFraud` | [ForterAntiFraudOptions](../../Models/Components/ForterAntiFraudOptions.md) | :heavy_minus_sign: | Custom options to be passed to the `forter-anti-fraud` connector. |
2728
| `GemGem` | [LatitudeOptions](../../Models/Components/LatitudeOptions.md) | :heavy_minus_sign: | Custom options to be passed to the `gem-gem` connector. |

β€Žsrc/Gr4vy/AccountUpdater.csβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class AccountUpdater: IAccountUpdater
2323
{
2424
public SDKConfig SDKConfiguration { get; private set; }
2525
private const string _language = "csharp";
26-
private const string _sdkVersion = "2.0.1";
26+
private const string _sdkVersion = "2.0.2";
2727
private const string _sdkGenVersion = "2.716.16";
2828
private const string _openapiDocVersion = "1.0.0";
2929
public IJobs Jobs { get; private set; }

β€Žsrc/Gr4vy/All.csβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class All: IAll
3939
{
4040
public SDKConfig SDKConfiguration { get; private set; }
4141
private const string _language = "csharp";
42-
private const string _sdkVersion = "2.0.1";
42+
private const string _sdkVersion = "2.0.2";
4343
private const string _sdkGenVersion = "2.716.16";
4444
private const string _openapiDocVersion = "1.0.0";
4545

0 commit comments

Comments
Β (0)